/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
@charset "UTF-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  /* stylelint-disable */
  font-family: monospace, monospace;
  /* stylelint-enable */
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
input,
select {
  overflow: visible; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
input,
select,
textarea {
  margin: 0; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
select {
  text-transform: none; }

[type="button"],
[type="reset"],
[type="submit"], button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="reset"],
[type="submit"], button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
html [type="button"] {
  -webkit-appearance: button;
          appearance: button; }

button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner, .action-gift::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, .cart.table-wrapper .actions-toolbar > .action:-moz-focusring, .action-gift:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: field;
          appearance: field; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }

@font-face {
  font-family: "Ionicons";
  src: url("../../frontend/Rigips/default/pl_PL/fonts/ionicons.eot?v=2.0.0");
  src: url("../../frontend/Rigips/default/pl_PL/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../../frontend/Rigips/default/pl_PL/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../../frontend/Rigips/default/pl_PL/fonts/ionicons.woff?v=2.0.0") format("woff"), url("../../frontend/Rigips/default/pl_PL/fonts/ionicons.woff2?v=2.0.0") format("woff2"), url("../../frontend/Rigips/default/pl_PL/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before, .sidebar-nav__dropdown__figure:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before, .wickedpicker__controls__control-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before, .wickedpicker__controls__control-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before, .spinner-input button:first-child:before, .spinner-input .cart.table-wrapper .actions-toolbar > .action:first-child:before, .cart.table-wrapper .spinner-input .actions-toolbar > .action:first-child:before, .spinner-input .action-gift:first-child:before, .listing .spinner-input button:first-child:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before, .spinner-input button:last-child:before, .spinner-input .cart.table-wrapper .actions-toolbar > .action:last-child:before, .cart.table-wrapper .spinner-input .actions-toolbar > .action:last-child:before, .spinner-input .action-gift:last-child:before, .listing .spinner-input button:last-child:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before, .sections.nav-sections .navigation .level0.parent:after, .sections.nav-sections .navigation .level0 > .level1.parent:after, .sections.nav-sections .navigation .level0 .level2.parent:after {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-pulse {
  display: inline-block;
  animation: ion-spin 1s infinite steps(8); }

@keyframes ion-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.ion-alert:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before, .sidebar-nav__dropdown__figure:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before, .wickedpicker__controls__control-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before, .wickedpicker__controls__control-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before, .spinner-input button:first-child:before, .spinner-input .cart.table-wrapper .actions-toolbar > .action:first-child:before, .cart.table-wrapper .spinner-input .actions-toolbar > .action:first-child:before, .spinner-input .action-gift:first-child:before, .listing .spinner-input button:first-child:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before, .spinner-input button:last-child:before, .spinner-input .cart.table-wrapper .actions-toolbar > .action:last-child:before, .cart.table-wrapper .spinner-input .actions-toolbar > .action:last-child:before, .spinner-input .action-gift:last-child:before, .listing .spinner-input button:last-child:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

/**
 * @package   Rigips GIM/default
 * @author    Piotr Lewsza <plewsza@divante.pl>
 * @copyright 2020 Divante Sp. z o.o.
 * @license   See LICENSE_DIVANTE.txt for license details.
 */
@font-face {
  font-family: "icons-custom";
  src: url("../../frontend/Rigips/default/pl_PL/fonts/gim/icons-custom.eot");
  src: url("../../frontend/Rigips/default/pl_PL/fonts/gim/icons-custom.eot?#iefix") format("eot"), url("../../frontend/Rigips/default/pl_PL/fonts/gim/icons-custom.woff2") format("woff2"), url("../../frontend/Rigips/default/pl_PL/fonts/gim/icons-custom.woff") format("woff"), url("../../frontend/Rigips/default/pl_PL/fonts/gim/icons-custom.ttf") format("truetype"), url("../../frontend/Rigips/default/pl_PL/fonts/gim/icons-custom.svg#icons-custom") format("svg"); }

.icon-custom-accepted:before, .icon-custom-add-circle:before, .icon-custom-add-square:before, .icon-custom-arrow-1-down:before, .icon-custom-auto-cargo:before, .icon-custom-auto-fulltruck:before, .icon-custom-auto-partially:before, .icon-custom-auto-service:before, .icon-custom-auto-service24:before, .icon-custom-availability-category:before, .icon-custom-cart-with-loading:before, .icon-custom-cart:before, .icon-custom-carts-list:before, .icon-custom-change-delivery:before, .icon-custom-change:before, .icon-custom-close:before, .icon-custom-courier:before, .icon-custom-details:before, .icon-custom-download:before, .icon-custom-duplicate:before, .icon-custom-edit:before, .icon-custom-email:before, .icon-custom-go:before, .icon-custom-inaccessible:before, .icon-custom-info:before, .icon-custom-load-order:before, .icon-custom-localization:before, .icon-custom-new-order:before, .icon-custom-offer:before, .icon-custom-own-collection:before, .icon-custom-payer-panel:before, .icon-custom-pdf:before, .icon-custom-phone:before, .icon-custom-plus:before, .icon-custom-search:before, .icon-custom-tick-bold:before, .icon-custom-tick-light:before, .icon-custom-trash:before, .select2-container--default .select2-selection--single .select2-selection__arrow b::after, .select2-container--default .select2-search--dropdown::after, .ui-select-container .select2-arrow b::after, .ui-select-container .select2-search::after, .field.choice [type=checkbox]:checked + label::after,
.field.choice [type=checkbox]:checked + .label::after,
.field.choice [type=checkbox]:checked + span::after,
[type=checkbox]:checked + label::after,
[type=checkbox]:checked + .label::after,
[type=checkbox]:checked + span::after, .minicart-wrapper .block-minicart span.shipping-icon:before, .minicart-wrapper .block-minicart span.shipping-icon.fullvehicle:before, .minicart-wrapper .block-minicart span.shipping-icon.partialorder:before, .minicart-wrapper .block-minicart span.shipping-icon.service:before, .minicart-wrapper .block-minicart span.shipping-icon.owncollection:before, .minicart-wrapper .block-minicart span.shipping-icon.smallorder:before, .minicart-wrapper .block-minicart span.shipping-icon.courier:before, .minicart-wrapper .block-minicart span.shipping-icon.servicehds:before, .shipping-method__icon.fullvehicle:before, .shipping-method__icon.partialorder:before, .shipping-method__icon.service:before, .shipping-method__icon.owncollection:before, .shipping-method__icon.smallorder:before, .shipping-method__icon.courier:before, .shipping-method__icon.servicehds:before, .summary-step .order-type-summary-component .details i:before, .summary-step .order-type-summary-component .details i.fullvehicle:before, .summary-step .order-type-summary-component .details i.partialorder:before, .summary-step .order-type-summary-component .details i.service:before, .summary-step .order-type-summary-component .details i.owncollection:before, .summary-step .order-type-summary-component .details i.smallorder:before, .summary-step .order-type-summary-component .details i.courier:before, .summary-step .order-type-summary-component .details i.servicehds:before,
.icon-custom {
  font-family: "icons-custom";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }

.icon-custom-accepted:before {
  content: ""; }

.icon-custom-add-circle:before {
  content: ""; }

.icon-custom-add-square:before {
  content: ""; }

.icon-custom-arrow-1-down:before {
  content: ""; }

.icon-custom-auto-cargo:before {
  content: ""; }

.icon-custom-auto-fulltruck:before {
  content: ""; }

.icon-custom-auto-partially:before {
  content: ""; }

.icon-custom-auto-service:before {
  content: ""; }

.icon-custom-auto-service24:before {
  content: ""; }

.icon-custom-availability-category:before {
  content: ""; }

.icon-custom-cart-with-loading:before {
  content: ""; }

.icon-custom-cart:before {
  content: ""; }

.icon-custom-carts-list:before {
  content: ""; }

.icon-custom-change-delivery:before {
  content: ""; }

.icon-custom-change:before {
  content: ""; }

.icon-custom-close:before {
  content: ""; }

.icon-custom-courier:before {
  content: ""; }

.icon-custom-details:before {
  content: ""; }

.icon-custom-download:before {
  content: ""; }

.icon-custom-duplicate:before {
  content: ""; }

.icon-custom-edit:before {
  content: ""; }

.icon-custom-email:before {
  content: ""; }

.icon-custom-go:before {
  content: ""; }

.icon-custom-inaccessible:before {
  content: ""; }

.icon-custom-info:before {
  content: ""; }

.icon-custom-load-order:before {
  content: ""; }

.icon-custom-localization:before {
  content: ""; }

.icon-custom-new-order:before {
  content: ""; }

.icon-custom-offer:before {
  content: ""; }

.icon-custom-own-collection:before {
  content: ""; }

.icon-custom-payer-panel:before {
  content: ""; }

.icon-custom-pdf:before {
  content: ""; }

.icon-custom-phone:before {
  content: ""; }

.icon-custom-plus:before {
  content: ""; }

.icon-custom-search:before {
  content: ""; }

.icon-custom-tick-bold:before {
  content: ""; }

.icon-custom-tick-light:before {
  content: ""; }

.icon-custom-trash:before {
  content: ""; }

.grid-row, .order-parameters-component .address-list,
.order-parameters-component .address-new-view {
  margin-left: -10px;
  margin-right: -10px; }
  .grid-row:before, .order-parameters-component .address-list:before,
  .order-parameters-component .address-new-view:before, .grid-row:after, .order-parameters-component .address-list:after,
  .order-parameters-component .address-new-view:after {
    content: '';
    display: table; }
  .grid-row:after, .order-parameters-component .address-list:after,
  .order-parameters-component .address-new-view:after {
    clear: both; }
  .grid-row *, .order-parameters-component .address-list *, .order-parameters-component .address-new-view * {
    box-sizing: border-box; }

.width-1-1, .shipping-address .shipping-address {
  float: left;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.width-1-2 {
  float: left;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box; }

.width-1-3, .order-parameters-component .address-list .field,
.order-parameters-component .address-new-view .field {
  float: left;
  padding: 0 10px;
  width: 33.33333%;
  box-sizing: border-box; }

.width-1-4 {
  float: left;
  padding: 0 10px;
  width: 25%;
  box-sizing: border-box; }

.width-1-5 {
  float: left;
  padding: 0 10px;
  width: 20%;
  box-sizing: border-box; }

.width-1-6 {
  float: left;
  padding: 0 10px;
  width: 16.66667%;
  box-sizing: border-box; }

.width-1-7 {
  float: left;
  padding: 0 10px;
  width: 14.28571%;
  box-sizing: border-box; }

.width-1-8 {
  float: left;
  padding: 0 10px;
  width: 12.5%;
  box-sizing: border-box; }

.width-1-9 {
  float: left;
  padding: 0 10px;
  width: 11.11111%;
  box-sizing: border-box; }

.width-1-10 {
  float: left;
  padding: 0 10px;
  width: 10%;
  box-sizing: border-box; }

.width-1-11 {
  float: left;
  padding: 0 10px;
  width: 9.09091%;
  box-sizing: border-box; }

.width-1-12 {
  float: left;
  padding: 0 10px;
  width: 8.33333%;
  box-sizing: border-box; }

.width-2-1 {
  float: left;
  padding: 0 10px;
  width: 200%;
  box-sizing: border-box; }

.width-2-2 {
  float: left;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.width-2-3 {
  float: left;
  padding: 0 10px;
  width: 66.66667%;
  box-sizing: border-box; }

.width-2-4 {
  float: left;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box; }

.width-2-5 {
  float: left;
  padding: 0 10px;
  width: 40%;
  box-sizing: border-box; }

.width-2-6 {
  float: left;
  padding: 0 10px;
  width: 33.33333%;
  box-sizing: border-box; }

.width-2-7 {
  float: left;
  padding: 0 10px;
  width: 28.57143%;
  box-sizing: border-box; }

.width-2-8 {
  float: left;
  padding: 0 10px;
  width: 25%;
  box-sizing: border-box; }

.width-2-9 {
  float: left;
  padding: 0 10px;
  width: 22.22222%;
  box-sizing: border-box; }

.width-2-10 {
  float: left;
  padding: 0 10px;
  width: 20%;
  box-sizing: border-box; }

.width-2-11 {
  float: left;
  padding: 0 10px;
  width: 18.18182%;
  box-sizing: border-box; }

.width-2-12 {
  float: left;
  padding: 0 10px;
  width: 16.66667%;
  box-sizing: border-box; }

.width-3-1 {
  float: left;
  padding: 0 10px;
  width: 300%;
  box-sizing: border-box; }

.width-3-2 {
  float: left;
  padding: 0 10px;
  width: 150%;
  box-sizing: border-box; }

.width-3-3 {
  float: left;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.width-3-4 {
  float: left;
  padding: 0 10px;
  width: 75%;
  box-sizing: border-box; }

.width-3-5 {
  float: left;
  padding: 0 10px;
  width: 60%;
  box-sizing: border-box; }

.width-3-6 {
  float: left;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box; }

.width-3-7 {
  float: left;
  padding: 0 10px;
  width: 42.85714%;
  box-sizing: border-box; }

.width-3-8 {
  float: left;
  padding: 0 10px;
  width: 37.5%;
  box-sizing: border-box; }

.width-3-9 {
  float: left;
  padding: 0 10px;
  width: 33.33333%;
  box-sizing: border-box; }

.width-3-10 {
  float: left;
  padding: 0 10px;
  width: 30%;
  box-sizing: border-box; }

.width-3-11, .shipping-address.saved .address-choice-container {
  float: left;
  padding: 0 10px;
  width: 27.27273%;
  box-sizing: border-box; }

.width-3-12 {
  float: left;
  padding: 0 10px;
  width: 25%;
  box-sizing: border-box; }

.width-4-1 {
  float: left;
  padding: 0 10px;
  width: 400%;
  box-sizing: border-box; }

.width-4-2 {
  float: left;
  padding: 0 10px;
  width: 200%;
  box-sizing: border-box; }

.width-4-3 {
  float: left;
  padding: 0 10px;
  width: 133.33333%;
  box-sizing: border-box; }

.width-4-4 {
  float: left;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.width-4-5 {
  float: left;
  padding: 0 10px;
  width: 80%;
  box-sizing: border-box; }

.width-4-6 {
  float: left;
  padding: 0 10px;
  width: 66.66667%;
  box-sizing: border-box; }

.width-4-7 {
  float: left;
  padding: 0 10px;
  width: 57.14286%;
  box-sizing: border-box; }

.width-4-8 {
  float: left;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box; }

.width-4-9 {
  float: left;
  padding: 0 10px;
  width: 44.44444%;
  box-sizing: border-box; }

.width-4-10 {
  float: left;
  padding: 0 10px;
  width: 40%;
  box-sizing: border-box; }

.width-4-11 {
  float: left;
  padding: 0 10px;
  width: 36.36364%;
  box-sizing: border-box; }

.width-4-12 {
  float: left;
  padding: 0 10px;
  width: 33.33333%;
  box-sizing: border-box; }

.width-5-1 {
  float: left;
  padding: 0 10px;
  width: 500%;
  box-sizing: border-box; }

.width-5-2 {
  float: left;
  padding: 0 10px;
  width: 250%;
  box-sizing: border-box; }

.width-5-3 {
  float: left;
  padding: 0 10px;
  width: 166.66667%;
  box-sizing: border-box; }

.width-5-4 {
  float: left;
  padding: 0 10px;
  width: 125%;
  box-sizing: border-box; }

.width-5-5 {
  float: left;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.width-5-6 {
  float: left;
  padding: 0 10px;
  width: 83.33333%;
  box-sizing: border-box; }

.width-5-7 {
  float: left;
  padding: 0 10px;
  width: 71.42857%;
  box-sizing: border-box; }

.width-5-8 {
  float: left;
  padding: 0 10px;
  width: 62.5%;
  box-sizing: border-box; }

.width-5-9 {
  float: left;
  padding: 0 10px;
  width: 55.55556%;
  box-sizing: border-box; }

.width-5-10 {
  float: left;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box; }

.width-5-11 {
  float: left;
  padding: 0 10px;
  width: 45.45455%;
  box-sizing: border-box; }

.width-5-12 {
  float: left;
  padding: 0 10px;
  width: 41.66667%;
  box-sizing: border-box; }

.width-6-1 {
  float: left;
  padding: 0 10px;
  width: 600%;
  box-sizing: border-box; }

.width-6-2 {
  float: left;
  padding: 0 10px;
  width: 300%;
  box-sizing: border-box; }

.width-6-3 {
  float: left;
  padding: 0 10px;
  width: 200%;
  box-sizing: border-box; }

.width-6-4 {
  float: left;
  padding: 0 10px;
  width: 150%;
  box-sizing: border-box; }

.width-6-5 {
  float: left;
  padding: 0 10px;
  width: 120%;
  box-sizing: border-box; }

.width-6-6 {
  float: left;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.width-6-7 {
  float: left;
  padding: 0 10px;
  width: 85.71429%;
  box-sizing: border-box; }

.width-6-8 {
  float: left;
  padding: 0 10px;
  width: 75%;
  box-sizing: border-box; }

.width-6-9 {
  float: left;
  padding: 0 10px;
  width: 66.66667%;
  box-sizing: border-box; }

.width-6-10 {
  float: left;
  padding: 0 10px;
  width: 60%;
  box-sizing: border-box; }

.width-6-11 {
  float: left;
  padding: 0 10px;
  width: 54.54545%;
  box-sizing: border-box; }

.width-6-12 {
  float: left;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box; }

.width-7-1 {
  float: left;
  padding: 0 10px;
  width: 700%;
  box-sizing: border-box; }

.width-7-2 {
  float: left;
  padding: 0 10px;
  width: 350%;
  box-sizing: border-box; }

.width-7-3 {
  float: left;
  padding: 0 10px;
  width: 233.33333%;
  box-sizing: border-box; }

.width-7-4 {
  float: left;
  padding: 0 10px;
  width: 175%;
  box-sizing: border-box; }

.width-7-5 {
  float: left;
  padding: 0 10px;
  width: 140%;
  box-sizing: border-box; }

.width-7-6 {
  float: left;
  padding: 0 10px;
  width: 116.66667%;
  box-sizing: border-box; }

.width-7-7 {
  float: left;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.width-7-8 {
  float: left;
  padding: 0 10px;
  width: 87.5%;
  box-sizing: border-box; }

.width-7-9 {
  float: left;
  padding: 0 10px;
  width: 77.77778%;
  box-sizing: border-box; }

.width-7-10 {
  float: left;
  padding: 0 10px;
  width: 70%;
  box-sizing: border-box; }

.width-7-11, .shipping-address .address-choice-container {
  float: left;
  padding: 0 10px;
  width: 63.63636%;
  box-sizing: border-box; }

.width-7-12 {
  float: left;
  padding: 0 10px;
  width: 58.33333%;
  box-sizing: border-box; }

.width-8-1 {
  float: left;
  padding: 0 10px;
  width: 800%;
  box-sizing: border-box; }

.width-8-2 {
  float: left;
  padding: 0 10px;
  width: 400%;
  box-sizing: border-box; }

.width-8-3 {
  float: left;
  padding: 0 10px;
  width: 266.66667%;
  box-sizing: border-box; }

.width-8-4 {
  float: left;
  padding: 0 10px;
  width: 200%;
  box-sizing: border-box; }

.width-8-5 {
  float: left;
  padding: 0 10px;
  width: 160%;
  box-sizing: border-box; }

.width-8-6 {
  float: left;
  padding: 0 10px;
  width: 133.33333%;
  box-sizing: border-box; }

.width-8-7 {
  float: left;
  padding: 0 10px;
  width: 114.28571%;
  box-sizing: border-box; }

.width-8-8 {
  float: left;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.width-8-9 {
  float: left;
  padding: 0 10px;
  width: 88.88889%;
  box-sizing: border-box; }

.width-8-10 {
  float: left;
  padding: 0 10px;
  width: 80%;
  box-sizing: border-box; }

.width-8-11, .shipping-address.saved .shipping-address {
  float: left;
  padding: 0 10px;
  width: 72.72727%;
  box-sizing: border-box; }

.width-8-12 {
  float: left;
  padding: 0 10px;
  width: 66.66667%;
  box-sizing: border-box; }

.width-9-1 {
  float: left;
  padding: 0 10px;
  width: 900%;
  box-sizing: border-box; }

.width-9-2 {
  float: left;
  padding: 0 10px;
  width: 450%;
  box-sizing: border-box; }

.width-9-3 {
  float: left;
  padding: 0 10px;
  width: 300%;
  box-sizing: border-box; }

.width-9-4 {
  float: left;
  padding: 0 10px;
  width: 225%;
  box-sizing: border-box; }

.width-9-5 {
  float: left;
  padding: 0 10px;
  width: 180%;
  box-sizing: border-box; }

.width-9-6 {
  float: left;
  padding: 0 10px;
  width: 150%;
  box-sizing: border-box; }

.width-9-7 {
  float: left;
  padding: 0 10px;
  width: 128.57143%;
  box-sizing: border-box; }

.width-9-8 {
  float: left;
  padding: 0 10px;
  width: 112.5%;
  box-sizing: border-box; }

.width-9-9 {
  float: left;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.width-9-10 {
  float: left;
  padding: 0 10px;
  width: 90%;
  box-sizing: border-box; }

.width-9-11 {
  float: left;
  padding: 0 10px;
  width: 81.81818%;
  box-sizing: border-box; }

.width-9-12 {
  float: left;
  padding: 0 10px;
  width: 75%;
  box-sizing: border-box; }

.width-10-1 {
  float: left;
  padding: 0 10px;
  width: 1000%;
  box-sizing: border-box; }

.width-10-2 {
  float: left;
  padding: 0 10px;
  width: 500%;
  box-sizing: border-box; }

.width-10-3 {
  float: left;
  padding: 0 10px;
  width: 333.33333%;
  box-sizing: border-box; }

.width-10-4 {
  float: left;
  padding: 0 10px;
  width: 250%;
  box-sizing: border-box; }

.width-10-5 {
  float: left;
  padding: 0 10px;
  width: 200%;
  box-sizing: border-box; }

.width-10-6 {
  float: left;
  padding: 0 10px;
  width: 166.66667%;
  box-sizing: border-box; }

.width-10-7 {
  float: left;
  padding: 0 10px;
  width: 142.85714%;
  box-sizing: border-box; }

.width-10-8 {
  float: left;
  padding: 0 10px;
  width: 125%;
  box-sizing: border-box; }

.width-10-9 {
  float: left;
  padding: 0 10px;
  width: 111.11111%;
  box-sizing: border-box; }

.width-10-10 {
  float: left;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.width-10-11 {
  float: left;
  padding: 0 10px;
  width: 90.90909%;
  box-sizing: border-box; }

.width-10-12 {
  float: left;
  padding: 0 10px;
  width: 83.33333%;
  box-sizing: border-box; }

.width-11-1 {
  float: left;
  padding: 0 10px;
  width: 1100%;
  box-sizing: border-box; }

.width-11-2 {
  float: left;
  padding: 0 10px;
  width: 550%;
  box-sizing: border-box; }

.width-11-3 {
  float: left;
  padding: 0 10px;
  width: 366.66667%;
  box-sizing: border-box; }

.width-11-4 {
  float: left;
  padding: 0 10px;
  width: 275%;
  box-sizing: border-box; }

.width-11-5 {
  float: left;
  padding: 0 10px;
  width: 220%;
  box-sizing: border-box; }

.width-11-6 {
  float: left;
  padding: 0 10px;
  width: 183.33333%;
  box-sizing: border-box; }

.width-11-7 {
  float: left;
  padding: 0 10px;
  width: 157.14286%;
  box-sizing: border-box; }

.width-11-8 {
  float: left;
  padding: 0 10px;
  width: 137.5%;
  box-sizing: border-box; }

.width-11-9 {
  float: left;
  padding: 0 10px;
  width: 122.22222%;
  box-sizing: border-box; }

.width-11-10 {
  float: left;
  padding: 0 10px;
  width: 110%;
  box-sizing: border-box; }

.width-11-11 {
  float: left;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.width-11-12 {
  float: left;
  padding: 0 10px;
  width: 91.66667%;
  box-sizing: border-box; }

.width-12-1 {
  float: left;
  padding: 0 10px;
  width: 1200%;
  box-sizing: border-box; }

.width-12-2 {
  float: left;
  padding: 0 10px;
  width: 600%;
  box-sizing: border-box; }

.width-12-3 {
  float: left;
  padding: 0 10px;
  width: 400%;
  box-sizing: border-box; }

.width-12-4 {
  float: left;
  padding: 0 10px;
  width: 300%;
  box-sizing: border-box; }

.width-12-5 {
  float: left;
  padding: 0 10px;
  width: 240%;
  box-sizing: border-box; }

.width-12-6 {
  float: left;
  padding: 0 10px;
  width: 200%;
  box-sizing: border-box; }

.width-12-7 {
  float: left;
  padding: 0 10px;
  width: 171.42857%;
  box-sizing: border-box; }

.width-12-8 {
  float: left;
  padding: 0 10px;
  width: 150%;
  box-sizing: border-box; }

.width-12-9 {
  float: left;
  padding: 0 10px;
  width: 133.33333%;
  box-sizing: border-box; }

.width-12-10 {
  float: left;
  padding: 0 10px;
  width: 120%;
  box-sizing: border-box; }

.width-12-11 {
  float: left;
  padding: 0 10px;
  width: 109.09091%;
  box-sizing: border-box; }

.width-12-12 {
  float: left;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.column-width-1-1 {
  width: 100%; }

.column-width-1-2 {
  width: 50%; }

.column-width-1-3 {
  width: 33.33333%; }

.column-width-1-4 {
  width: 25%; }

.column-width-1-5 {
  width: 20%; }

.column-width-1-6 {
  width: 16.66667%; }

.column-width-1-7 {
  width: 14.28571%; }

.column-width-1-8 {
  width: 12.5%; }

.column-width-1-9 {
  width: 11.11111%; }

.column-width-1-10 {
  width: 10%; }

.column-width-1-11 {
  width: 9.09091%; }

.column-width-1-12 {
  width: 8.33333%; }

.column-width-2-1 {
  width: 200%; }

.column-width-2-2 {
  width: 100%; }

.column-width-2-3 {
  width: 66.66667%; }

.column-width-2-4 {
  width: 50%; }

.column-width-2-5 {
  width: 40%; }

.column-width-2-6 {
  width: 33.33333%; }

.column-width-2-7 {
  width: 28.57143%; }

.column-width-2-8 {
  width: 25%; }

.column-width-2-9 {
  width: 22.22222%; }

.column-width-2-10 {
  width: 20%; }

.column-width-2-11 {
  width: 18.18182%; }

.column-width-2-12 {
  width: 16.66667%; }

.column-width-3-1 {
  width: 300%; }

.column-width-3-2 {
  width: 150%; }

.column-width-3-3 {
  width: 100%; }

.column-width-3-4 {
  width: 75%; }

.column-width-3-5 {
  width: 60%; }

.column-width-3-6 {
  width: 50%; }

.column-width-3-7 {
  width: 42.85714%; }

.column-width-3-8 {
  width: 37.5%; }

.column-width-3-9 {
  width: 33.33333%; }

.column-width-3-10 {
  width: 30%; }

.column-width-3-11 {
  width: 27.27273%; }

.column-width-3-12 {
  width: 25%; }

.column-width-4-1 {
  width: 400%; }

.column-width-4-2 {
  width: 200%; }

.column-width-4-3 {
  width: 133.33333%; }

.column-width-4-4 {
  width: 100%; }

.column-width-4-5 {
  width: 80%; }

.column-width-4-6 {
  width: 66.66667%; }

.column-width-4-7 {
  width: 57.14286%; }

.column-width-4-8 {
  width: 50%; }

.column-width-4-9 {
  width: 44.44444%; }

.column-width-4-10 {
  width: 40%; }

.column-width-4-11 {
  width: 36.36364%; }

.column-width-4-12 {
  width: 33.33333%; }

.column-width-5-1 {
  width: 500%; }

.column-width-5-2 {
  width: 250%; }

.column-width-5-3 {
  width: 166.66667%; }

.column-width-5-4 {
  width: 125%; }

.column-width-5-5 {
  width: 100%; }

.column-width-5-6 {
  width: 83.33333%; }

.column-width-5-7 {
  width: 71.42857%; }

.column-width-5-8 {
  width: 62.5%; }

.column-width-5-9 {
  width: 55.55556%; }

.column-width-5-10 {
  width: 50%; }

.column-width-5-11 {
  width: 45.45455%; }

.column-width-5-12 {
  width: 41.66667%; }

.column-width-6-1 {
  width: 600%; }

.column-width-6-2 {
  width: 300%; }

.column-width-6-3 {
  width: 200%; }

.column-width-6-4 {
  width: 150%; }

.column-width-6-5 {
  width: 120%; }

.column-width-6-6 {
  width: 100%; }

.column-width-6-7 {
  width: 85.71429%; }

.column-width-6-8 {
  width: 75%; }

.column-width-6-9 {
  width: 66.66667%; }

.column-width-6-10 {
  width: 60%; }

.column-width-6-11 {
  width: 54.54545%; }

.column-width-6-12 {
  width: 50%; }

.column-width-7-1 {
  width: 700%; }

.column-width-7-2 {
  width: 350%; }

.column-width-7-3 {
  width: 233.33333%; }

.column-width-7-4 {
  width: 175%; }

.column-width-7-5 {
  width: 140%; }

.column-width-7-6 {
  width: 116.66667%; }

.column-width-7-7 {
  width: 100%; }

.column-width-7-8 {
  width: 87.5%; }

.column-width-7-9 {
  width: 77.77778%; }

.column-width-7-10 {
  width: 70%; }

.column-width-7-11 {
  width: 63.63636%; }

.column-width-7-12 {
  width: 58.33333%; }

.column-width-8-1 {
  width: 800%; }

.column-width-8-2 {
  width: 400%; }

.column-width-8-3 {
  width: 266.66667%; }

.column-width-8-4 {
  width: 200%; }

.column-width-8-5 {
  width: 160%; }

.column-width-8-6 {
  width: 133.33333%; }

.column-width-8-7 {
  width: 114.28571%; }

.column-width-8-8 {
  width: 100%; }

.column-width-8-9 {
  width: 88.88889%; }

.column-width-8-10 {
  width: 80%; }

.column-width-8-11 {
  width: 72.72727%; }

.column-width-8-12 {
  width: 66.66667%; }

.column-width-9-1 {
  width: 900%; }

.column-width-9-2 {
  width: 450%; }

.column-width-9-3 {
  width: 300%; }

.column-width-9-4 {
  width: 225%; }

.column-width-9-5 {
  width: 180%; }

.column-width-9-6 {
  width: 150%; }

.column-width-9-7 {
  width: 128.57143%; }

.column-width-9-8 {
  width: 112.5%; }

.column-width-9-9 {
  width: 100%; }

.column-width-9-10 {
  width: 90%; }

.column-width-9-11 {
  width: 81.81818%; }

.column-width-9-12 {
  width: 75%; }

.column-width-10-1 {
  width: 1000%; }

.column-width-10-2 {
  width: 500%; }

.column-width-10-3 {
  width: 333.33333%; }

.column-width-10-4 {
  width: 250%; }

.column-width-10-5 {
  width: 200%; }

.column-width-10-6 {
  width: 166.66667%; }

.column-width-10-7 {
  width: 142.85714%; }

.column-width-10-8 {
  width: 125%; }

.column-width-10-9 {
  width: 111.11111%; }

.column-width-10-10 {
  width: 100%; }

.column-width-10-11 {
  width: 90.90909%; }

.column-width-10-12 {
  width: 83.33333%; }

.column-width-11-1 {
  width: 1100%; }

.column-width-11-2 {
  width: 550%; }

.column-width-11-3 {
  width: 366.66667%; }

.column-width-11-4 {
  width: 275%; }

.column-width-11-5 {
  width: 220%; }

.column-width-11-6 {
  width: 183.33333%; }

.column-width-11-7 {
  width: 157.14286%; }

.column-width-11-8 {
  width: 137.5%; }

.column-width-11-9 {
  width: 122.22222%; }

.column-width-11-10 {
  width: 110%; }

.column-width-11-11 {
  width: 100%; }

.column-width-11-12 {
  width: 91.66667%; }

.column-width-12-1 {
  width: 1200%; }

.column-width-12-2 {
  width: 600%; }

.column-width-12-3 {
  width: 400%; }

.column-width-12-4 {
  width: 300%; }

.column-width-12-5 {
  width: 240%; }

.column-width-12-6 {
  width: 200%; }

.column-width-12-7 {
  width: 171.42857%; }

.column-width-12-8 {
  width: 150%; }

.column-width-12-9 {
  width: 133.33333%; }

.column-width-12-10 {
  width: 120%; }

.column-width-12-11 {
  width: 109.09091%; }

.column-width-12-12 {
  width: 100%; }

.width-1-5.smaller {
  width: calc(20% - 14px); }

.column-width-custom-7 {
  width: 7%; }

/*!
 *  @author    Damian Wiernusz <dwiernusz@ideo.pl>
 *  @package   Rigips\MemoryMonitor
 *  @copyright Copyright (C) 2024 Ideo Sp. z o.o.
 */
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("../../frontend/Rigips/default/pl_PL/fonts/roboto/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("../../frontend/Rigips/default/pl_PL/fonts/roboto/KFOkCnqEu92Fr1Mu51xIIzI.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../../frontend/Rigips/default/pl_PL/fonts/roboto/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../../frontend/Rigips/default/pl_PL/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBBc4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../../frontend/Rigips/default/pl_PL/fonts/roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../../frontend/Rigips/default/pl_PL/fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../../frontend/Rigips/default/pl_PL/fonts/roboto/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../../frontend/Rigips/default/pl_PL/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../../frontend/Rigips/default/pl_PL/fonts/roboto/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../../frontend/Rigips/default/pl_PL/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

body {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

nav ul,
nav ol {
  list-style: none none; }

img {
  border: 0; }

img,
object,
video,
embed {
  height: auto;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

html {
  font-size: 62.5%;
  font-size-adjust: 100%; }

body {
  color: #666666;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  font-size: 1.4rem; }

p {
  margin-top: 0; }

p {
  margin-bottom: 1rem; }

abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

mark {
  background: #f0f0f0;
  color: black; }

small,
.small {
  font-size: 12px; }

hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px; }

sub,
sup {
  font-size: 71.42857%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dfn {
  font-style: italic; }

h1 {
  color: #2c3e50;
  font-weight: 300;
  line-height: 1.2;
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem; }

h2 {
  color: #2c3e50;
  font-style: 1;
  font-weight: bold;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

h3 {
  color: #2c3e50;
  font-weight: bold;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

h4 {
  color: #2c3e50;
  font-weight: normal;
  line-height: 1.3;
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

h5 {
  color: #2c3e50;
  font-weight: normal;
  line-height: 1.6;
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

h6 {
  color: #2c3e50;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  color: #333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }

a,
.alink {
  color: #2C3E50;
  text-decoration: none; }
  a:visited,
  .alink:visited {
    color: #1979c3;
    text-decoration: none; }
  a:hover,
  .alink:hover {
    color: #026BB7;
    text-decoration: underline; }
  a:active,
  .alink:active {
    color: #026BB7;
    text-decoration: underline; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 2.5rem; }
  ul > li,
  ol > li {
    margin-top: 0;
    margin-bottom: 1rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

dl {
  margin-bottom: 20px;
  margin-top: 0; }

dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0; }

dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap; }

kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem; }

pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word; }
  pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap; }

blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #666666;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857;
  font-size: 1.4rem; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    color: #333;
    line-height: 1.42857;
    font-size: 1rem;
    display: block; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "— "; }
  blockquote cite {
    font-style: normal; }

blockquote:before, blockquote:after {
  content: ''; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

cite {
  font-style: normal; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }
  table th {
    text-align: left; }
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    vertical-align: top; }
  table > thead > tr > th,
  table > thead > tr > td {
    vertical-align: bottom; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 8px 10px; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
  background-image: none;
  background: #2C3E50;
  border: 2px solid #2C3E50;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 12px 15px;
  font-size: 1.2rem;
  line-height: 0.14286rem;
  box-sizing: border-box;
  vertical-align: middle; }
  button:focus, .cart.table-wrapper .actions-toolbar > .action:focus, .action-gift:focus, button:active, .cart.table-wrapper .actions-toolbar > .action:active, .action-gift:active {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }
  button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .action-gift:hover {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }
  button.disabled, .cart.table-wrapper .actions-toolbar > .disabled.action, .disabled.action-gift, button[disabled], .cart.table-wrapper .actions-toolbar > .action[disabled], .action-gift[disabled],
  fieldset[disabled] button,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .action,
  fieldset[disabled] .action-gift {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner, .action-gift::-moz-focus-inner {
    border: 0;
    padding: 0; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #f2f2f2;
  background-clip: padding-box;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 45px;
  line-height: 1.42857;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="url"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="datetime"]:focus,
  input[type="email"]:focus {
    background: #fff;
    border: 1px solid #e5e5e5; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="url"]:disabled,
  input[type="tel"]:disabled,
  input[type="search"]:disabled,
  input[type="number"]:disabled,
  input[type="datetime"]:disabled,
  input[type="email"]:disabled {
    opacity: 0.5;
    background: #fff;
    border: 1px solid #c2c2c2; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder {
    color: #c2c2c2; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder {
    color: #c2c2c2; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder {
    color: #c2c2c2; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

input[type="search"] {
  -webkit-appearance: none; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }

select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }
  select:disabled {
    opacity: 0.5; }

select[multiple="multiple"] {
  height: auto;
  background-image: none; }

textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical; }
  textarea:disabled {
    opacity: 0.5; }
  textarea::-moz-placeholder {
    color: #c2c2c2; }
  textarea::-webkit-input-placeholder {
    color: #c2c2c2; }
  textarea:-ms-input-placeholder {
    color: #c2c2c2; }

input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380; }

div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

address {
  font-style: normal; }

*:focus {
  box-shadow: none;
  outline: 0; }

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0; }

.selectric-wrapper {
  cursor: pointer;
  position: relative; }

.selectric-responsive {
  width: 100%; }

.selectric,
.fieldset .selectric,
.selectize-control {
  background: #f2f2f2;
  position: relative; }
  .selectric *,
  .fieldset .selectric *,
  .selectize-control * {
    box-sizing: border-box; }
  .selectric .label,
  .selectric .selectize-input,
  .fieldset .selectric .label,
  .fieldset .selectric .selectize-input,
  .selectize-control .label,
  .selectize-control .selectize-input {
    color: #2c3e50;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin: 0 55px 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-user-select: none;
            user-select: none;
    overflow: hidden; }
    .selectric .label::after,
    .selectric .selectize-input::after,
    .fieldset .selectric .label::after,
    .fieldset .selectric .selectize-input::after,
    .selectize-control .label::after,
    .selectize-control .selectize-input::after {
      display: none; }
  .selectric .selectize-input,
  .fieldset .selectric .selectize-input,
  .selectize-control .selectize-input {
    margin: 0;
    padding: 0 55px 0 10px; }
  .selectric .button::before,
  .selectric .selectize-input::before,
  .fieldset .selectric .button::before,
  .fieldset .selectric .selectize-input::before,
  .selectize-control .button::before,
  .selectize-control .selectize-input::before {
    background-color: #212f3c;
    content: '';
    color: #fff;
    display: block;
    height: 45px;
    font-size: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px; }
  .selectric .button.disabled:before,
  .selectric .selectize-input.disabled:before,
  .fieldset .selectric .button.disabled:before,
  .fieldset .selectric .selectize-input.disabled:before,
  .selectize-control .button.disabled:before,
  .selectize-control .selectize-input.disabled:before {
    background-color: #f2f2f2; }
  .selectric .selectize-input::after,
  .selectric .button::after,
  .fieldset .selectric .selectize-input::after,
  .fieldset .selectric .button::after,
  .selectize-control .selectize-input::after,
  .selectize-control .button::after {
    border: 4px solid transparent;
    border-bottom: none;
    border-top-color: #fff;
    bottom: 0;
    content: " ";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0; }
  .selectric .selectize-input::after,
  .fieldset .selectric .selectize-input::after,
  .selectize-control .selectize-input::after {
    display: inline-block;
    left: auto;
    margin-right: 19px; }
  .selectric-open .selectric, .selectric-open
  .fieldset .selectric, .selectric-open
  .selectize-control {
    background: #fff;
    border-color: #f2f2f2; }
    .selectric-open .selectric .button, .selectric-open
    .fieldset .selectric .button, .selectric-open
    .selectize-control .button {
      background-color: #026BB7;
      border-color: #212f3c; }
  .selectric.open .selectize-input::before,
  .fieldset .selectric.open .selectize-input::before,
  .selectize-control.open .selectize-input::before {
    background-color: #026BB7;
    border-color: #212f3c; }
  .selectric.open .selectric,
  .fieldset .selectric.open .selectric,
  .selectize-control.open .selectric {
    background-color: #f2f2f2; }
  .selectric-focus .selectric, .selectric-focus
  .fieldset .selectric, .selectric-focus
  .selectize-control {
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .selectric-hover .selectric, .selectric-hover
  .fieldset .selectric, .selectric-hover
  .selectize-control {
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
    .selectric-hover .selectric .button, .selectric-hover
    .fieldset .selectric .button, .selectric-hover
    .selectize-control .button {
      color: #fff; }
      .selectric-hover .selectric .button:after, .selectric-hover
      .fieldset .selectric .button:after, .selectric-hover
      .selectize-control .button:after {
        border-top-color: #fff; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-hide-select {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 0; }
  .selectric-hide-select select {
    left: -100%;
    position: absolute; }
  .selectric-hide-select.selectric-is-native {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      border: none;
      box-sizing: border-box;
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 1; }

.selectric-disabled {
  cursor: default;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-user-select: none;
          user-select: none; }

.selectric-input {
  background: none !important;
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  left: 0 !important;
  margin: 0 !important;
  outline: none !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 1px !important; }

.selectric-temp-show {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important; }

.selectric-items {
  display: none; }

.selectric-items,
.selectize-dropdown {
  background: #fff;
  border: 1px solid #f2f2f2;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10; }
  .selectric-items .selectric-scroll,
  .selectize-dropdown .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-items .disabled,
  .selectize-dropdown .disabled {
    background: none !important;
    color: #666666 !important;
    cursor: default !important;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label,
  .selectize-dropdown .selectric-group .selectric-group-label {
    background: none;
    color: #444;
    cursor: default;
    font-weight: bold;
    padding-left: 10px;
    -webkit-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-items,
  .selectize-dropdown .selectric-group .selectric-items {
    bottom: 100%;
    top: auto; }
  .selectric-items .selectric-group.disabled li,
  .selectize-dropdown .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li,
  .selectize-dropdown .selectric-group li {
    padding-left: 25px; }
  .selectric-items ul,
  .selectric-items li,
  .selectric-items .ui-select-choices-group,
  .selectize-dropdown ul,
  .selectize-dropdown li,
  .selectize-dropdown .ui-select-choices-group {
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    min-height: 20px;
    padding: 0;
    max-height: 380px;
    overflow: auto; }
  .selectric-items li,
  .selectric-items .ui-select-choices-row,
  .selectize-dropdown li,
  .selectize-dropdown .ui-select-choices-row {
    color: #666;
    cursor: pointer;
    display: block;
    padding: 10px; }
    .selectric-items li.selected, .selectric-items li.active, .selectric-items li.highlighted,
    .selectric-items .ui-select-choices-row.selected,
    .selectric-items .ui-select-choices-row.active,
    .selectric-items .ui-select-choices-row.highlighted,
    .selectize-dropdown li.selected,
    .selectize-dropdown li.active,
    .selectize-dropdown li.highlighted,
    .selectize-dropdown .ui-select-choices-row.selected,
    .selectize-dropdown .ui-select-choices-row.active,
    .selectize-dropdown .ui-select-choices-row.highlighted {
      background: #f2f2f2;
      color: #2C3E50; }
    .selectric-items li:hover,
    .selectric-items .ui-select-choices-row:hover,
    .selectize-dropdown li:hover,
    .selectize-dropdown .ui-select-choices-row:hover {
      color: #026BB7; }

.controls-group .selectric {
  border-radius: inherit;
  border-right: 1px solid #ddd;
  min-width: 120px; }

.controls-group.select-on-the-right .selectric {
  min-width: 60px; }

.selectize-control {
  cursor: pointer;
  display: grid; }
  .selectize-control > .selectize-dropdown {
    top: 100%; }

.ui-select-offscreen {
  display: none !important; }

.ui-select-highlight {
  font-weight: 700; }

input[type=search].ui-select-search {
  padding: 0;
  border: 0;
  background: transparent; }

.ui-select-search-hidden {
  display: none !important; }

.selectric .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px; }

/**
 * @package   Rigips/default
 * @author    Piotr Lewsza <plewsza@divante.pl>
 * @copyright 2020 Divante Sp. z o.o.
 * @license   See LICENSE_DIVANTE.txt for license details.
 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/**
 * @package   Rigips/default
 * @author    Piotr Lewsza <plewsza@divante.pl>
 * @copyright 2020 Divante Sp. z o.o.
 * @license   See LICENSE_DIVANTE.txt for license details.
 */
.select2-container--default .select2-selection--single {
  border: 1px solid #ADADAD;
  border-radius: 0;
  background: #ffffff;
  height: 44px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 40px 0 9px;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    color: #ADADAD; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    width: 45px;
    height: 100%; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: flex;
      align-items: center;
      justify-content: center;
      position: static;
      width: 100%;
      height: 100%;
      margin: 0;
      border: 0; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
        content: "";
        color: #ADADAD;
        font-size: 15px; }

.select2-container--default .select2-search--dropdown {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 10px 16px;
  border: 1px solid #026BB7;
  background: #ffffff; }
  .select2-container--default .select2-search--dropdown::after {
    content: "";
    color: #026BB7;
    font-size: 30px;
    padding-right: 2px; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px;
    padding: 0 16px;
    border: 0;
    background: #ffffff;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    line-height: 20px;
    color: #2C3E50; }

.select2-container--default .select2-results__group {
  padding: 10px 16px;
  border-bottom: 1px solid #ADADAD;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #2C3E50;
  background: #ffffff; }

.select2-container--default .select2-dropdown--below {
  padding: 0;
  border-radius: 0;
  background: #f6f6f6; }

.select2-container--default.select2-container--open .select2-selection--single {
  border: 1px solid #2C3E50; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
    transform: rotate(-180deg); }

.select2-container--default .select2-results__option {
  margin: 0;
  padding: 10px 30px;
  border-bottom: 1px solid #ADADAD;
  font-size: 16px;
  line-height: 1.6;
  color: #2C3E50; }
  .select2-container--default .select2-results__option:last-child {
    border-bottom: 0; }
  .select2-container--default .select2-results__option[aria-selected] {
    background: none; }
    .select2-container--default .select2-results__option[aria-selected]:hover {
      color: #026BB7; }
  .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option.select2-results__option--highlighted {
    color: #026BB7; }

.control-select.selected .select2-container--default .select2-selection--single {
  border: 1px solid #026BB7; }

.control-select.selected .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #026BB7;
  font-weight: 600; }
  .control-select.selected .select2-container--default .select2-selection--single .select2-selection__rendered .text {
    overflow: hidden; }
  .control-select.selected .select2-container--default .select2-selection--single .select2-selection__rendered .icon {
    margin-left: 4px;
    font-size: 22px;
    margin-top: -3px;
    color: #2CB600; }

/**
 * @package   Rigips/default
 * @author    Piotr Lewsza <plewsza@divante.pl>
 * @copyright 2020 Divante Sp. z o.o.
 * @license   See LICENSE_DIVANTE.txt for license details.
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold; }

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important; }

.ui-select-choices-row:hover {
  background-color: #f5f5f5; }

/* Select2 theme */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950; }

.select2-result-single {
  padding-left: 0; }

.select2-locked > .select2-search-choice-close,
.select-locked > .ui-select-match-close {
  display: none; }

body > .select2-container.open {
  z-index: 9999; }

.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px; }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px; }

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb; }

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0; }
  .ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input {
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0; }

.ui-select-container .select2-display-none {
  display: none; }

.ui-select-container .ui-select-dropdown {
  position: absolute;
  top: auto;
  left: 0;
  padding: 0;
  z-index: 999;
  border-radius: 0;
  background: #f6f6f6;
  border: 1px solid #aaa; }

.ui-select-container .select2-choice {
  border: 1px solid #ADADAD;
  border-radius: 0;
  background: #ffffff;
  height: 44px;
  display: block;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  .ui-select-container .select2-choice .select2-chosen {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 40px 0 9px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #2C3E50;
    text-decoration: inherit; }

.ui-select-container .select2-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%; }
  .ui-select-container .select2-arrow b {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0; }
    .ui-select-container .select2-arrow b::after {
      content: "";
      color: #2C3E50;
      font-size: 15px; }

.ui-select-container .select2-search {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 10px 16px;
  border: 1px solid #026BB7;
  background: #ffffff; }
  .ui-select-container .select2-search .select2-input {
    height: 40px;
    padding: 0 16px;
    border: 0;
    background: #ffffff;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    line-height: 20px;
    color: #2C3E50; }
  .ui-select-container .select2-search::after {
    content: "";
    color: #026BB7;
    font-size: 30px;
    padding-right: 2px; }

.ui-select-container ul.ui-select-choices {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .ui-select-container ul.ui-select-choices .select2-result-single {
    list-style: none; }
  .ui-select-container ul.ui-select-choices .ui-select-choices-group {
    min-width: 150px;
    margin: 0; }
  .ui-select-container ul.ui-select-choices .ui-select-choices-row {
    margin: 0;
    padding: 10px 16px;
    border-bottom: 1px solid #ADADAD;
    font-size: 16px;
    line-height: 1.6;
    color: #2C3E50;
    cursor: pointer; }
    .ui-select-container ul.ui-select-choices .ui-select-choices-row:last-child {
      border-bottom: 0; }
    .ui-select-container ul.ui-select-choices .ui-select-choices-row:hover, .ui-select-container ul.ui-select-choices .ui-select-choices-row.select2-highlighted {
      color: #026BB7;
      background: none; }

.ui-select-container .ui-select-choices-row {
  margin: 0;
  padding: 10px 30px;
  border-bottom: 1px solid #ADADAD;
  font-size: 16px;
  line-height: 1.6;
  color: #2C3E50; }

.ui-select-container.select2-dropdown-open .select2-choice {
  border: 1px solid #2C3E50; }

.ui-select-container.select2-dropdown-open .select2-arrow b::after {
  transform: rotate(-180deg); }

/* Selectize theme */
.selectize-input.selectize-focus {
  border-color: #007FBB !important; }

.selectize-control.single > .selectize-input > input {
  width: 100%; }

.selectize-control.multi > .selectize-input > input {
  margin: 0 !important; }

.selectize-control > .selectize-dropdown {
  width: 100%; }

.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950; }

.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px; }

.ui-select-container[theme="selectize"] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0; }

.ui-select-multiple .ui-select-match-item {
  position: relative; }
  .ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
    pointer-events: none; }

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca; }

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important; }

/* Spinner */
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px; }

@keyframes ui-select-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.ui-select-spin {
  animation: ui-select-spin 2s infinite linear; }

.ui-select-refreshing.ng-animate {
  animation: none 0s; }

.ui-select-container ul.ui-select-choices .select2-result-single {
  max-height: 400px;
  overflow-x: hidden; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff url("../../frontend/Rigips/default/pl_PL/css/ajax-loader.gif") center center no-repeat; }

@font-face {
  font-family: "slick";
  src: url("../../frontend/Rigips/default/pl_PL/css/fonts/slick.eot");
  src: url("../../frontend/Rigips/default/pl_PL/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../frontend/Rigips/default/pl_PL/css/fonts/slick.woff") format("woff"), url("../../frontend/Rigips/default/pl_PL/css/fonts/slick.ttf") format("truetype"), url("../../frontend/Rigips/default/pl_PL/css/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: #2C3E50;
  color: #fff;
  left: calc(50% - 15px);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: #026BB7;
    color: #fff;
    border: 0; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Ionicons";
    font-size: 12px;
    margin-right: 1px;
    line-height: 21px;
    color: #fff; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: ""; }
  [dir="rtl"] .slick-prev:before {
    content: "→"; }

.slick-next {
  top: 380px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button, .slick-dots li .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .slick-dots li .actions-toolbar > .action, .slick-dots li .action-gift {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:hover, .slick-dots li .action-gift:hover, .slick-dots li button:focus, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:focus, .slick-dots li .action-gift:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:hover:before, .slick-dots li .action-gift:hover:before, .slick-dots li button:focus:before, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:focus:before, .slick-dots li .action-gift:focus:before {
          opacity: 1; }
      .slick-dots li button:before, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:before, .slick-dots li .action-gift:before {
        background-color: #f2f2f2;
        content: "";
        height: 10px;
        width: 10px;
        position: absolute;
        top: 0;
        left: 0; }
    .slick-dots li.slick-active button:before, .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before, .cart.table-wrapper .slick-dots li.slick-active .actions-toolbar > .action:before, .slick-dots li.slick-active .action-gift:before {
      background-color: #026BB7; }

.rbslider-not-initialized .uk-slideshow > li:first-child {
  opacity: 1;
  position: relative; }

/**
 * jQuery Timepicker
 * http://timepicker.co
 *
 * Enhances standard form input fields helping users to select (or type) times.
 *
 * Copyright (c) 2016 Willington Vega; Licensed MIT, GPL
 */
.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box; }

.ui-timepicker {
  box-sizing: content-box;
  display: block;
  height: 205px;
  list-style: none outside none;
  margin: 0;
  padding: 0 1px;
  text-align: center; }

.ui-timepicker-viewport {
  box-sizing: content-box;
  display: block;
  height: 205px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  /* IE */ }

.ui-timepicker-standard {
  /* overwrites .ui-widget */
  font-size: 1.1em;
  /* overwrites .ui-widget-content */
  background-color: #FFF;
  border: 1px solid #e5e5e5;
  border-top: 0;
  color: inherit;
  /* overwrites .ui-menu */
  margin: 0;
  margin-top: -2px; }

.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: inherit;
  display: block;
  padding: 2px 8px;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  cursor: pointer; }

.ui-timepicker-standard .ui-state-hover {
  /* overwrites .ui-state-hover */
  background-color: #026BB7;
  color: #fff; }

.ui-timepicker-standard .ui-menu-item {
  /* overwrites .ui-menu and .ui-menu-item */
  /*clear: left;
    float: left;*/
  margin: 0;
  padding: 0; }

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  border-radius: 4px; }

.ui-timepicker-hidden {
  /* overwrites .ui-helper-hidden */
  display: none; }

.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none; }

.control-hour {
  position: relative; }
  .control-hour .timepicker.timepicker-opened {
    background: #fff;
    border: 1px solid #e5e5e5; }
  .control-hour input {
    width: 85px !important;
    text-align: center; }

@font-face {
  font-family: "Ionicons";
  src: url("../../frontend/Rigips/default/pl_PL/fonts/ionicons/ionicons.eot");
  src: url("../../frontend/Rigips/default/pl_PL/fonts/ionicons/ionicons.eot?#iefix") format("embedded-opentype"), url("../../frontend/Rigips/default/pl_PL/fonts/ionicons/ionicons.woff2") format("woff2"), url("../../frontend/Rigips/default/pl_PL/fonts/ionicons/ionicons.woff") format("woff"), url("../../frontend/Rigips/default/pl_PL/fonts/ionicons/ionicons.ttf") format("truetype"), url("../../frontend/Rigips/default/pl_PL/fonts/ionicons/ionicons.svg#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.percentage-icon {
  background-image: url("../../frontend/Rigips/default/pl_PL/images/percentage-icon.svg");
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  display: block;
  margin-top: 5px; }

.truck-icon {
  background-image: url("../../frontend/Rigips/default/pl_PL/images/truck-icon.svg");
  background-repeat: no-repeat;
  width: 42px;
  height: 25px;
  display: block;
  margin-top: 5px; }

.questions-icon {
  background-color: inherit;
  color: inherit;
  display: inline-block;
  padding-left: 40px;
  position: relative; }
  .questions-icon::before {
    bottom: -20px;
    content: "";
    font-family: "Ionicons";
    font-size: 40px;
    left: 0;
    position: absolute; }
  .questions-icon::after {
    bottom: -17px;
    background-color: inherit;
    border-radius: 50%;
    content: "";
    font-family: "Ionicons";
    font-size: 20px;
    font-weight: 900;
    left: 15px;
    position: absolute; }

.paperclip-icon, .ask-for-product-form.dropzone .dz-message {
  position: relative;
  padding-left: 20px; }
  .paperclip-icon::before, .ask-for-product-form.dropzone .dz-message::before {
    bottom: 50%;
    content: "";
    font-family: "Ionicons";
    font-size: 30px;
    left: 0;
    position: absolute;
    transform: translateY(50%); }

/*!
 *  This file is part of the "rigips.dev" package.
 *
 *  (c) Divante Sp. z o. o.
 *
 *  Author:  Marcin Kwiatkowski
 *  Date:  17.03.17 12:36
 *
 *  For the full copyright and license information, please view the LICENSE
 *  file that was distributed with this source code.
 *
 */
.list-unstyled {
  display: block;
  margin: 0;
  padding: 0; }
  .list-unstyled > li {
    display: block; }

.icon-service::before, .cart-icon[data-minicart-icon="service"]::before, .icon-service_service::before, .icon-servicehds::before, .cart-icon[data-minicart-icon="servicehds"]::before, .icon-servicehds_servicehds::before, .icon-servicelittlehds::before, .cart-icon[data-minicart-icon="servicelittlehds"]::before, .icon-servicelittlehds_servicelittlehds::before, .icon-courier::before, .cart-icon[data-minicart-icon="courier"]::before, .icon-courier_courier::before, .icon-smallorder::before, .cart-icon[data-minicart-icon="smallorder"]::before, .icon-smallorder_smallorder::before, .icon-partialorder::before, .cart-icon[data-minicart-icon="partialorder"]::before, .icon-partialorder_partialorder::before, .icon-fullvehicle::before, .cart-icon[data-minicart-icon="fullvehicle"]::before, .icon-fullvehicle_fullvehicle::before {
  content: "";
  display: block;
  height: 20px;
  background-repeat: no-repeat;
  background-position-x: center;
  margin-bottom: 20px; }

.icon-service::before, .cart-icon[data-minicart-icon="service"]::before, .icon-service_service::before {
  background-image: url(../../frontend/Rigips/default/pl_PL/images/cart/service-24-icon.png); }

.icon-servicehds::before, .cart-icon[data-minicart-icon="servicehds"]::before, .icon-servicehds_servicehds::before {
  background-image: url(../../frontend/Rigips/default/pl_PL/images/cart/hds-icon.png); }

.icon-servicelittlehds::before, .cart-icon[data-minicart-icon="servicelittlehds"]::before, .icon-servicelittlehds_servicelittlehds::before {
  background-image: url(../../frontend/Rigips/default/pl_PL/images/cart/hds-smal-icon.png); }

.icon-courier::before, .cart-icon[data-minicart-icon="courier"]::before, .icon-courier_courier::before {
  background-image: url(../../frontend/Rigips/default/pl_PL/images/cart/courier-icon.png); }

.icon-smallorder::before, .cart-icon[data-minicart-icon="smallorder"]::before, .icon-smallorder_smallorder::before {
  background-image: url(../../frontend/Rigips/default/pl_PL/images/cart/small-order-icon.png); }

.icon-partialorder::before, .cart-icon[data-minicart-icon="partialorder"]::before, .icon-partialorder_partialorder::before {
  background-image: url(../../frontend/Rigips/default/pl_PL/images/cart/partial-order-icon.png); }

.icon-fullvehicle::before, .cart-icon[data-minicart-icon="fullvehicle"]::before, .icon-fullvehicle_fullvehicle::before {
  background-image: url(../../frontend/Rigips/default/pl_PL/images/cart/full-vehicle-icon.png); }

.table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #e5e5e5; }
  .table-responsive table {
    border: 0; }

.spinner-input {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin: 0 -5px;
  padding: 2px; }
  .spinner-input > input {
    background-color: transparent;
    border: none;
    font-size: 10px;
    height: 30px;
    outline: none;
    padding: 0;
    text-align: center;
    width: calc(100% - 26px); }
    @media only screen and (min-width: 1024px) {
      .spinner-input > input {
        font-size: 14px; } }
    .spinner-input > input:active, .spinner-input > input:focus, .spinner-input > input:hover {
      background-color: #fff;
      border: 0;
      outline: none; }
  .spinner-input button, .spinner-input .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .spinner-input .actions-toolbar > .action, .spinner-input .action-gift {
    background-color: transparent;
    border: none;
    color: #2C3E50;
    display: inline-block;
    font-size: 12px;
    padding: 0; }
    .spinner-input button:first-child, .spinner-input .cart.table-wrapper .actions-toolbar > .action:first-child, .cart.table-wrapper .spinner-input .actions-toolbar > .action:first-child, .spinner-input .action-gift:first-child, .spinner-input button:last-child, .spinner-input .cart.table-wrapper .actions-toolbar > .action:last-child, .cart.table-wrapper .spinner-input .actions-toolbar > .action:last-child, .spinner-input .action-gift:last-child {
      border-radius: 50%;
      height: 16px;
      width: 17px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 9px; }
    .spinner-input button:first-child, .spinner-input .cart.table-wrapper .actions-toolbar > .action:first-child, .cart.table-wrapper .spinner-input .actions-toolbar > .action:first-child, .spinner-input .action-gift:first-child {
      background: #EB5757; }
    .spinner-input button:last-child, .spinner-input .cart.table-wrapper .actions-toolbar > .action:last-child, .cart.table-wrapper .spinner-input .actions-toolbar > .action:last-child, .spinner-input .action-gift:last-child {
      background: #2CB600; }

.tooltip-icon-trigger {
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer; }
  .tooltip-icon-trigger .tooltip-content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333;
    line-height: 1.4;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
    bottom: 100%;
    left: 0; }
    .tooltip-icon-trigger .tooltip-content:after, .tooltip-icon-trigger .tooltip-content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .tooltip-icon-trigger .tooltip-content:after {
      border-width: 10px;
      border-color: transparent; }
    .tooltip-icon-trigger .tooltip-content:before {
      border-width: 11px;
      border-color: transparent; }
    .tooltip-icon-trigger .tooltip-content:after, .tooltip-icon-trigger .tooltip-content:before {
      top: 100%; }
    .tooltip-icon-trigger .tooltip-content:after {
      border-top-color: #fff;
      left: 16px;
      margin-left: -10px; }
    .tooltip-icon-trigger .tooltip-content:before {
      border-top-color: #f2f2f2;
      left: 16px;
      margin-left: -11px; }
  .tooltip-icon-trigger .tooltip-toggle {
    cursor: help; }
  .tooltip-icon-trigger .tooltip-toggle:hover + .tooltip-content,
  .tooltip-icon-trigger .tooltip-toggle:focus + .tooltip-content,
  .tooltip-icon-trigger:hover .tooltip-content {
    display: block; }
  .tooltip-icon-trigger:after {
    padding: 1px; }
  .tooltip-icon-trigger:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: #999999;
    content: "";
    font-family: "Ionicons";
    margin: 0 0 0 8px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .tooltip-icon-trigger .tooltip-content {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
  .tooltip-icon-trigger.info .tooltip-content {
    background-color: #7a9ec7;
    border-color: #7a9ec7;
    color: #fff; }
    .tooltip-icon-trigger.info .tooltip-content:after {
      border-top-color: #7a9ec7; }
    .tooltip-icon-trigger.info .tooltip-content:before {
      border-top-color: #7a9ec7; }
    .tooltip-icon-trigger.info .tooltip-content.content-right {
      left: unset;
      right: -19px; }
      .tooltip-icon-trigger.info .tooltip-content.content-right:before, .tooltip-icon-trigger.info .tooltip-content.content-right:after {
        left: unset;
        right: 16px; }
  .tooltip-icon-trigger.warning .tooltip-content {
    background-color: #fbddad;
    border-color: #fbddad; }
    .tooltip-icon-trigger.warning .tooltip-content:after {
      border-top-color: #fbddad; }
    .tooltip-icon-trigger.warning .tooltip-content:before {
      border-top-color: #fbddad; }

.disabled-tooltip {
  pointer-events: none; }

.tooltip-holder {
  position: relative; }

.switchable-holder {
  display: inline-block;
  box-sizing: border-box;
  width: 50px;
  height: 24px;
  border-radius: 50px;
  background-color: #E5E5E5;
  margin: 5px 10px 0 0;
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  float: left; }
  .switchable-holder .switchable-switcher {
    margin: 2px 2px 4px 2px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: inline-block;
    background-color: #ffffff;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer; }
  .switchable-holder.switchable-checked {
    background: #026BB7; }
    .switchable-holder.switchable-checked .switchable-switcher {
      background-color: #ffffff;
      transform: translateX(24px); }

.switchable-wrapper .switchable-label {
  float: left;
  margin: 0 10px 0 0;
  height: 26px;
  line-height: 26px;
  font-weight: 800; }

.switchable-wrapper .switchable-label:after,
.switchable-wrapper .switchable-label:before {
  box-sizing: none !important; }

.ui-datepicker {
  border: #ffffff 4px solid;
  box-sizing: border-box;
  background: #efefef;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.35);
  display: none;
  padding: 15px;
  width: auto;
  z-index: 999999 !important; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer; }
  .ui-datepicker .ui-datepicker-prev {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next {
    right: 2px; }
    .ui-datepicker .ui-datepicker-next span {
      margin-left: 0;
      top: 50%;
      margin-top: -5px;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #2C3E50; }
  .ui-datepicker .ui-datepicker-next-hover span,
  .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #2C3E50 transparent transparent; }
  .ui-datepicker .ui-datepicker-next span,
  .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0;
    width: 0;
    height: 0;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #2C3E50 transparent transparent; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
    .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
      width: 47%;
      margin-right: 6%; }
    .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
      width: 47%; }
  .ui-datepicker select.ui-datepicker-month-year {
    width: 100%; }
  .ui-datepicker table {
    width: 100%;
    font-size: 0.9em; }
  .ui-datepicker td span,
  .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000; }
  .ui-datepicker .ui-datepicker-buttonpane {
    border-top: #cfcfcf 1px solid;
    overflow: hidden;
    padding-top: 10px; }
    .ui-datepicker .ui-datepicker-buttonpane button, .ui-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .ui-datepicker .ui-datepicker-buttonpane .actions-toolbar > .action, .ui-datepicker .ui-datepicker-buttonpane .action-gift {
      float: right; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-curren, .ui-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .ui-datepicker-curren.action, .cart.table-wrapper .ui-datepicker .ui-datepicker-buttonpane .actions-toolbar > .ui-datepicker-curren.action, .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-curren.action-gift {
        float: left; }
  .ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px; }
  .ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse; }
    .ui-datepicker .ui-datepicker-calendar td {
      border: #cfcfcf 1px solid; }
      .ui-datepicker .ui-datepicker-calendar td a {
        display: block;
        padding: 4px; }
      .ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
        background: #f9eae7; }
    .ui-datepicker .ui-datepicker-calendar th {
      background: #efefef;
      border: #cfcfcf 1px solid;
      padding: 4px;
      text-transform: uppercase; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
      text-align: center;
      border: #cfcfcf 1px solid; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
      background: #f3d7d2; }
    .ui-datepicker .ui-datepicker-calendar .ui-state-active {
      background: #2C3E50; }
    .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
      background: #f9f9f9; }
      .ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
        color: #959595; }

.control-calendar input,
.control-hour input {
  width: 100px;
  float: left; }
  .control-calendar input button, .control-calendar input .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .control-calendar input .actions-toolbar > .action, .control-calendar input .action-gift,
  .control-hour input button,
  .control-hour input .cart.table-wrapper .actions-toolbar > .action,
  .cart.table-wrapper .control-hour input .actions-toolbar > .action,
  .control-hour input .action-gift {
    height: 45px;
    float: left; }

.control-calendar button, .control-calendar .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .control-calendar .actions-toolbar > .action, .control-calendar .action-gift,
.control-hour button,
.control-hour .cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .control-hour .actions-toolbar > .action,
.control-hour .action-gift {
  border: none;
  background: transparent;
  font-size: 25px;
  color: #2C3E50; }

.control-hour input {
  width: 65px; }

.wickedpicker {
  margin-top: 10px;
  width: 110px; }

.invoice-params {
  border-top: 1px solid #e5e5e5; }
  .invoice-params__row {
    border: 1px solid #e5e5e5;
    border-top: 0;
    display: flex; }
  .invoice-params__left {
    padding-top: 15px;
    padding-left: 16px; }
  .invoice-params__right {
    border-left: 1px solid #e5e5e5;
    padding: 15px;
    display: flex;
    width: 100%;
    justify-content: space-between; }
    .invoice-params__right h3 {
      color: #2c3e50;
      font-size: 16px;
      font-weight: 500;
      width: 25%; }
    .invoice-params__right .percentage-icon {
      background-size: contain;
      display: inline-block;
      height: 16px;
      width: 16px; }
  .invoice-params .set-row {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 20px; }
    .invoice-params .set-row i {
      margin: 0; }
  .invoice-params .column {
    padding: 10px;
    width: 15%; }
    .invoice-params .column__icon {
      display: inline-block;
      float: left;
      padding-right: 10px; }
      .invoice-params .column__icon:before {
        font-size: 22px; }
    .invoice-params .column a:hover {
      text-decoration: none; }
  .invoice-params .actions-column {
    text-align: right;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end; }
  .invoice-params .address-column {
    display: inline-flex; }
  .invoice-params .ion-ios-trash-outline {
    padding-right: 7px; }
    .invoice-params .ion-ios-trash-outline:before {
      font-size: 2.5rem; }
  .invoice-params__footer {
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 18px 0 18px 75px; }
    .invoice-params__footer i:before {
      font-size: 21px; }
    .invoice-params__footer a {
      padding-right: 35px; }
      .invoice-params__footer a:hover {
        text-decoration: none; }
  .invoice-params .action.remove {
    align-items: center;
    display: inline-flex; }

.invoice-params-actions .return {
  float: left; }
  .invoice-params-actions .return a:hover, .invoice-params-actions .return a:focus {
    text-decoration: none; }

.invoice-params-actions .primary .action {
  margin-right: 0;
  margin-left: 15px; }

.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em; }
  .fieldset > * {
    letter-spacing: normal; }
  .fieldset > .legend {
    margin: 0 0 25px;
    padding: 0;
    box-sizing: border-box;
    float: left;
    line-height: 1.2;
    font-size: 2rem; }
    .fieldset > .legend + br {
      clear: both;
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
  .fieldset:last-child {
    margin-bottom: 0; }
  .fieldset .address-checkbox > label {
    padding-left: 25px; }
  .fieldset .label {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 8px; }
  .fieldset .control {
    margin-bottom: 30px; }
  .fieldset .fieldset-row {
    margin-left: -10px;
    margin-right: -10px; }
    .fieldset .fieldset-row:before, .fieldset .fieldset-row:after {
      content: '';
      display: table; }
    .fieldset .fieldset-row:after {
      clear: both; }
    .fieldset .fieldset-row * {
      box-sizing: border-box; }
  .fieldset > .field input[type=file],
  .fieldset > .fields > .field input[type=file] {
    margin: 5px 0; }

.legend + .fieldset,
.legend + div {
  clear: both; }

.legend strong {
  margin-left: 5px; }

fieldset.field {
  border: 0;
  padding: 0; }

.field label,
.field .label {
  font-size: 12px; }

.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap; }

.field .message.warning {
  margin-top: 10px; }

.field.required label:after,
.field.required .label:after {
  content: "*";
  margin-left: 4px; }

.required-info {
  font-size: 12px;
  display: block;
  margin: 20px 0; }

div.mage-error[generated] {
  margin-top: 7px; }

.ng-error {
  color: #ff8c8c;
  display: none;
  margin-top: 7px; }

.ng-touched.ng-invalid {
  border: 1px solid #ff8c8c; }
  .ng-touched.ng-invalid + .ng-error {
    display: block; }

.ng-submitted.ng-invalid .ng-invalid {
  border: 1px solid #ff8c8c; }
  .ng-submitted.ng-invalid .ng-invalid + .ng-error {
    display: block; }

.field .tooltip {
  position: relative; }
  .field .tooltip .tooltip-content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-left: 5px;
    left: 100%;
    top: 0; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .field .tooltip .tooltip-content:after {
      border-width: 5px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:before {
      border-width: 6px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      right: 100%; }
    .field .tooltip .tooltip-content:after {
      border-right-color: #fff;
      margin-top: -5px;
      top: 15px; }
    .field .tooltip .tooltip-content:before {
      border-right-color: #bbb;
      margin-top: -6px;
      top: 15px; }
  .field .tooltip .tooltip-toggle {
    cursor: help; }
  .field .tooltip .tooltip-toggle:hover + .tooltip-content,
  .field .tooltip .tooltip-toggle:focus + .tooltip-content,
  .field .tooltip:hover .tooltip-content {
    display: block; }
  .field .tooltip .tooltip-content {
    min-width: 200px;
    white-space: normal; }

input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block; }

._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus, ._has-datepicker ~ .ui-datepicker-trigger:active {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger:hover {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger.disabled, ._has-datepicker ~ .ui-datepicker-trigger[disabled],
  fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  ._has-datepicker ~ .ui-datepicker-trigger > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  ._has-datepicker ~ .ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #7d7d7d;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0; }

.sidebar .fieldset {
  margin: 0; }
  .sidebar .fieldset > .field:not(.choice):not(:last-child),
  .sidebar .fieldset .fields > .field:not(:last-child) {
    margin: 0 0 20px; }
  .sidebar .fieldset > .field:not(.choice) .label,
  .sidebar .fieldset .fields > .field .label {
    margin: 0 0 4px;
    padding: 0 0 5px;
    text-align: left;
    width: 100%; }
  .sidebar .fieldset > .field:not(.choice) .control,
  .sidebar .fieldset .fields > .field .control {
    width: 100%; }

.checkbox-standalone {
  position: static;
  left: auto; }

.input-radio-group {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .input-radio-group > div {
    margin-right: 15px; }

.required-label {
  color: #ff8c8c; }

.field.required.choice label:after,
.field.required.choice .label:after {
  margin-left: 0; }

.ng-dirty .choice-invalid {
  border: 1px solid #ff8c8c; }
  .ng-dirty .choice-invalid .mage-error {
    display: block; }

.form .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }

.form .col-md-4 {
  flex-grow: 1;
  width: 33%; }
  .form .col-md-4 > .field {
    padding: 0 15px; }

.form.contact textarea {
  min-height: 190px; }

.field.choice {
  margin-bottom: 10px; }

.field.choice [type=checkbox],
.field.choice [type=radio],
[type=checkbox],
[type=radio] {
  position: absolute;
  left: -9999px; }
  .field.choice [type=checkbox] + label,
  .field.choice [type=checkbox] + .label,
  .field.choice [type=checkbox] + span,
  .field.choice [type=radio] + label,
  .field.choice [type=radio] + .label,
  .field.choice [type=radio] + span,
  [type=checkbox] + label,
  [type=checkbox] + .label,
  [type=checkbox] + span,
  [type=radio] + label,
  [type=radio] + .label,
  [type=radio] + span {
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    padding-left: 40px;
    position: relative; }
    .field.choice [type=checkbox] + label:before,
    .field.choice [type=checkbox] + .label:before,
    .field.choice [type=checkbox] + span:before,
    .field.choice [type=radio] + label:before,
    .field.choice [type=radio] + .label:before,
    .field.choice [type=radio] + span:before,
    [type=checkbox] + label:before,
    [type=checkbox] + .label:before,
    [type=checkbox] + span:before,
    [type=radio] + label:before,
    [type=radio] + .label:before,
    [type=radio] + span:before {
      background-color: #fff;
      border: 2px solid #000000;
      content: '';
      height: 18px;
      left: 0;
      position: absolute;
      top: 2px;
      width: 18px; }
    .field.choice [type=checkbox] + label:after,
    .field.choice [type=checkbox] + .label:after,
    .field.choice [type=checkbox] + span:after,
    .field.choice [type=radio] + label:after,
    .field.choice [type=radio] + .label:after,
    .field.choice [type=radio] + span:after,
    [type=checkbox] + label:after,
    [type=checkbox] + .label:after,
    [type=checkbox] + span:after,
    [type=radio] + label:after,
    [type=radio] + .label:after,
    [type=radio] + span:after {
      content: '';
      top: 9px;
      left: 7px;
      position: absolute; }
  .field.choice [type=checkbox]:checked + label:before,
  .field.choice [type=checkbox]:checked + .label:before,
  .field.choice [type=checkbox]:checked + span:before,
  .field.choice [type=radio]:checked + label:before,
  .field.choice [type=radio]:checked + .label:before,
  .field.choice [type=radio]:checked + span:before,
  [type=checkbox]:checked + label:before,
  [type=checkbox]:checked + .label:before,
  [type=checkbox]:checked + span:before,
  [type=radio]:checked + label:before,
  [type=radio]:checked + .label:before,
  [type=radio]:checked + span:before {
    border-color: #026BB7; }
  .field.choice [type=checkbox]:checked + label:after,
  .field.choice [type=checkbox]:checked + .label:after,
  .field.choice [type=checkbox]:checked + span:after,
  .field.choice [type=radio]:checked + label:after,
  .field.choice [type=radio]:checked + .label:after,
  .field.choice [type=radio]:checked + span:after,
  [type=checkbox]:checked + label:after,
  [type=checkbox]:checked + .label:after,
  [type=checkbox]:checked + span:after,
  [type=radio]:checked + label:after,
  [type=radio]:checked + .label:after,
  [type=radio]:checked + span:after {
    background-color: #026BB7;
    height: 8px;
    width: 8px; }
  .field.choice [type=checkbox]:disabled + label:before,
  .field.choice [type=checkbox]:disabled + .label:before,
  .field.choice [type=checkbox]:disabled + span:before,
  .field.choice [type=radio]:disabled + label:before,
  .field.choice [type=radio]:disabled + .label:before,
  .field.choice [type=radio]:disabled + span:before,
  [type=checkbox]:disabled + label:before,
  [type=checkbox]:disabled + .label:before,
  [type=checkbox]:disabled + span:before,
  [type=radio]:disabled + label:before,
  [type=radio]:disabled + .label:before,
  [type=radio]:disabled + span:before {
    border-color: #f2f2f2; }
  .field.choice [type=checkbox]:disabled + label:after,
  .field.choice [type=checkbox]:disabled + .label:after,
  .field.choice [type=checkbox]:disabled + span:after,
  .field.choice [type=radio]:disabled + label:after,
  .field.choice [type=radio]:disabled + .label:after,
  .field.choice [type=radio]:disabled + span:after,
  [type=checkbox]:disabled + label:after,
  [type=checkbox]:disabled + .label:after,
  [type=checkbox]:disabled + span:after,
  [type=radio]:disabled + label:after,
  [type=radio]:disabled + .label:after,
  [type=radio]:disabled + span:after {
    background: #f2f2f2; }
  .field.choice [type=checkbox].mage-error + label:before,
  .field.choice [type=checkbox].mage-error + .label:before,
  .field.choice [type=checkbox].mage-error + span:before,
  .field.choice [type=radio].mage-error + label:before,
  .field.choice [type=radio].mage-error + .label:before,
  .field.choice [type=radio].mage-error + span:before,
  [type=checkbox].mage-error + label:before,
  [type=checkbox].mage-error + .label:before,
  [type=checkbox].mage-error + span:before,
  [type=radio].mage-error + label:before,
  [type=radio].mage-error + .label:before,
  [type=radio].mage-error + span:before {
    border-color: #ed8380; }
  .field.choice [type=checkbox].mage-error:checked + label:before,
  .field.choice [type=checkbox].mage-error:checked + .label:before,
  .field.choice [type=checkbox].mage-error:checked + span:before,
  .field.choice [type=radio].mage-error:checked + label:before,
  .field.choice [type=radio].mage-error:checked + .label:before,
  .field.choice [type=radio].mage-error:checked + span:before,
  [type=checkbox].mage-error:checked + label:before,
  [type=checkbox].mage-error:checked + .label:before,
  [type=checkbox].mage-error:checked + span:before,
  [type=radio].mage-error:checked + label:before,
  [type=radio].mage-error:checked + .label:before,
  [type=radio].mage-error:checked + span:before {
    border-color: #2C3E50; }
  .field.choice [type=checkbox].mage-error:checked ~ .mage-error,
  .field.choice [type=radio].mage-error:checked ~ .mage-error,
  [type=checkbox].mage-error:checked ~ .mage-error,
  [type=radio].mage-error:checked ~ .mage-error {
    display: none; }

.field.choice [type=checkbox] + label:before,
.field.choice [type=checkbox] + .label:before,
.field.choice [type=checkbox] + span:before,
[type=checkbox] + label:before,
[type=checkbox] + .label:before,
[type=checkbox] + span:before {
  background: #FFFFFF;
  border: 0.5px solid #323232;
  border-radius: 4px; }

.field.choice [type=checkbox] + label:after,
.field.choice [type=checkbox] + .label:after,
.field.choice [type=checkbox] + span:after,
[type=checkbox] + label:after,
[type=checkbox] + .label:after,
[type=checkbox] + span:after {
  content: '';
  top: 4px;
  left: 2px;
  position: absolute; }

.field.choice [type=checkbox]:checked + label::after,
.field.choice [type=checkbox]:checked + .label::after,
.field.choice [type=checkbox]:checked + span::after,
[type=checkbox]:checked + label::after,
[type=checkbox]:checked + .label::after,
[type=checkbox]:checked + span::after {
  background: none;
  height: auto;
  width: auto;
  font-size: 15px;
  content: ""; }

.field.choice [type=radio] + label:before,
.field.choice [type=radio] + .label:before,
.field.choice [type=radio] + span:before,
[type=radio] + label:before,
[type=radio] + .label:before,
[type=radio] + span:before {
  border-radius: 50%; }

.field.choice [type=radio] + label:after,
.field.choice [type=radio] + .label:after,
.field.choice [type=radio] + span:after,
[type=radio] + label:after,
[type=radio] + .label:after,
[type=radio] + span:after {
  border-radius: 50%; }

.field.choice [type=radio]:checked + label:after,
.field.choice [type=radio]:checked + .label:after,
.field.choice [type=radio]:checked + span:after,
[type=radio]:checked + label:after,
[type=radio]:checked + .label:after,
[type=radio]:checked + span:after {
  content: ''; }

.mage-error[generated] {
  display: block; }

div.fieldset > .field .note,
div.fieldset > .fields .note {
  color: #2C3E50;
  font-size: 14px;
  margin-top: 10px; }
  div.fieldset > .field .note::before,
  div.fieldset > .fields .note::before {
    display: none; }

div.fieldset > .field:not(.choice) > .label {
  width: 100%;
  float: none;
  text-align: left;
  padding: 0;
  margin-bottom: 8px;
  font-weight: 400; }

.shipping-address > .fieldset > .field:not(.choice) > .control {
  width: auto;
  float: none; }

.grid-list th,
.grid-list td {
  border: 1px solid #e5e5e5;
  font-size: 12px; }

.grid-list th {
  position: relative;
  vertical-align: middle;
  text-align: center; }

.grid-list td {
  vertical-align: middle;
  font-size: 12px; }

.grid-list p {
  display: inline-block; }

.grid-list__head {
  font-size: 10px; }

.grid-list__title {
  font-size: 10px;
  text-align: center; }

.grid-list__spinners {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 12px; }
  .grid-list__spinners button, .grid-list__spinners .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .grid-list__spinners .actions-toolbar > .action, .grid-list__spinners .action-gift {
    background-color: transparent;
    border: 0;
    display: block;
    padding: 0; }
    .grid-list__spinners button:before, .grid-list__spinners .cart.table-wrapper .actions-toolbar > .action:before, .cart.table-wrapper .grid-list__spinners .actions-toolbar > .action:before, .grid-list__spinners .action-gift:before {
      color: #666666;
      font-size: 12px;
      font-weight: bold; }
    .grid-list__spinners button:hover, .grid-list__spinners .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .grid-list__spinners .actions-toolbar > .action:hover, .grid-list__spinners .action-gift:hover, .grid-list__spinners button:focus, .grid-list__spinners .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .grid-list__spinners .actions-toolbar > .action:focus, .grid-list__spinners .action-gift:focus {
      background-color: transparent; }
      .grid-list__spinners button:hover::before, .grid-list__spinners .cart.table-wrapper .actions-toolbar > .action:hover::before, .cart.table-wrapper .grid-list__spinners .actions-toolbar > .action:hover::before, .grid-list__spinners .action-gift:hover::before, .grid-list__spinners button:focus::before, .grid-list__spinners .cart.table-wrapper .actions-toolbar > .action:focus::before, .cart.table-wrapper .grid-list__spinners .actions-toolbar > .action:focus::before, .grid-list__spinners .action-gift:focus::before {
        color: #026BB7; }

.grid-list__filter-wrapper {
  position: relative; }
  .grid-list__filter-wrapper .button-remove-filters {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    background-color: #2C3E50;
    width: 35px;
    height: 35px;
    color: white;
    font-size: 25px; }
  .grid-list__filter-wrapper .ng-empty + .button-remove-filters {
    display: none; }
  .grid-list__filter-wrapper .ng-not-empty + .button-remove-filters,
  .grid-list__filter-wrapper .ng-not-empty + div + .button-remove-filters {
    display: block !important; }

.grid-list__filter:not(.grid-input--half) + .grid-list__filter {
  margin-top: -1px; }

.grid-list__filters label {
  display: block; }

.grid-list__input.grid-input {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: normal;
  height: 35px; }
  .grid-list__input.grid-input + input:not(.grid-input) {
    margin-top: -1px; }
  .grid-list__input.grid-input:focus, .grid-list__input.grid-input:active {
    box-shadow: inset 0 0 1px 1px #026BB7; }

.grid-list .grid-input--half {
  float: left;
  position: relative;
  width: 50%; }
  .grid-list .grid-input--half input {
    width: 100%; }
  .grid-list .grid-input--half .icon {
    color: inherit;
    font-size: 25px;
    position: absolute;
    right: 5px;
    top: 10px; }

.grid-list .grid-list__head .selectric,
.grid-list .grid-list__head .selectize-control {
  background-color: #fff;
  border: 1px solid #e5e5e5; }
  .grid-list .grid-list__head .selectric:focus, .grid-list .grid-list__head .selectric:active,
  .grid-list .grid-list__head .selectize-control:focus,
  .grid-list .grid-list__head .selectize-control:active {
    box-shadow: inset 0 0 1px 1px #c5c0c0; }
  .grid-list .grid-list__head .selectric span.label,
  .grid-list .grid-list__head .selectric .selectize-input,
  .grid-list .grid-list__head .selectize-control span.label,
  .grid-list .grid-list__head .selectize-control .selectize-input {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    line-height: 35px; }
    .grid-list .grid-list__head .selectric span.label::before,
    .grid-list .grid-list__head .selectric .selectize-input::before,
    .grid-list .grid-list__head .selectize-control span.label::before,
    .grid-list .grid-list__head .selectize-control .selectize-input::before {
      background-color: #c6c6c6;
      content: '\f3d0';
      font-family: "Ionicons";
      font-size: 18px; }
    .grid-list .grid-list__head .selectric span.label::after,
    .grid-list .grid-list__head .selectric .selectize-input::after,
    .grid-list .grid-list__head .selectize-control span.label::after,
    .grid-list .grid-list__head .selectize-control .selectize-input::after {
      border: 0; }
  .grid-list .grid-list__head .selectric .button,
  .grid-list .grid-list__head .selectric .selectize-input::before,
  .grid-list .grid-list__head .selectize-control .button,
  .grid-list .grid-list__head .selectize-control .selectize-input::before {
    height: 35px;
    width: 35px; }
  .grid-list .grid-list__head .selectric .selectize-input::after,
  .grid-list .grid-list__head .selectize-control .selectize-input::after {
    margin-right: 14px; }
  .grid-list .grid-list__head .selectric-open .selectric, .grid-list .grid-list__head .selectric-hover .selectric,
  .grid-list .grid-list__head .selectize-control-open .selectric,
  .grid-list .grid-list__head .selectize-control-hover .selectric {
    box-shadow: inset 0 0 1px 1px #c5c0c0; }
  .grid-list .grid-list__head .selectric-items li.highlighted,
  .grid-list .grid-list__head .selectize-control-items li.highlighted {
    background: #fff; }

.grid-list .Pending,
.grid-list .processing {
  background-color: #fdf2de;
  color: #e69118;
  padding: 10px 15px; }

.grid-list .Paid,
.grid-list .paid {
  background-color: #eef5d8;
  color: #75a501;
  padding: 10px 15px; }

.grid-list .Canceled,
.grid-list .canceled {
  background-color: #f3d7d5;
  color: #c1392b;
  padding: 10px 15px; }

.grid-list .shipped {
  background-color: #f2f2f2;
  color: #2C3E50;
  padding: 10px 15px; }

.grid-list .complete {
  background-color: #eef5d8;
  color: #75a501; }

.grid-list .hold {
  background-color: #f3d7d5;
  color: #c1392b; }

.grid-list .icon {
  display: inline-block;
  font-size: 25px;
  padding-right: 6px;
  vertical-align: middle; }

.grid-list a:hover {
  text-decoration: none; }

.customer-invoice-index .grid-list {
  text-align: center; }
  .customer-invoice-index .grid-list ._720kb-datepicker-calendar {
    top: 35px; }

.bg-gray {
  background-color: #F1F2F2; }

.bg-white {
  background-color: white; }

.no-border {
  border: none; }

.is-active {
  border: none; }

/**
@depracated
 */
.pagination {
  text-align: center;
  margin: 35px 0; }
  .pagination ul {
    display: block;
    margin: 0;
    padding: 0; }
    .pagination ul > li {
      display: inline-block; }
      .pagination ul > li.disabled {
        cursor: default;
        pointer-events: none; }
        .pagination ul > li.disabled:hover, .pagination ul > li.disabled:focus {
          cursor: default; }
      .pagination ul > li a,
      .pagination ul > li span {
        border: 2px solid #666666;
        cursor: pointer;
        display: inline-block;
        height: 40px;
        margin: 0 4px;
        line-height: 40px;
        width: 40px; }
        .pagination ul > li a.ellipse,
        .pagination ul > li span.ellipse {
          border-color: transparent;
          cursor: default; }
      .pagination ul > li.active a,
      .pagination ul > li.active span:not(.ellipse), .pagination ul > li:hover a,
      .pagination ul > li:hover span:not(.ellipse) {
        border-color: #026BB7;
        background-color: #026BB7;
        color: #fff;
        text-decoration: none; }

/**
Styles for new Magento 2.3 pagination
 */
.pages {
  text-align: center;
  margin: 35px 0; }
  .pages .items {
    display: block;
    margin: 0;
    padding: 0; }
  .pages .item {
    display: inline-block; }
    .pages .item .page,
    .pages .item .action {
      height: 40px;
      margin: 0 4px;
      line-height: 40px;
      width: 40px; }

.loader-holder {
  position: relative; }
  .loader-holder::before {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block !important;
    left: 0;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    z-index: 2;
    transition: opacity 0.3s; }
  .loader-holder.is-loading::before {
    opacity: 0.5;
    pointer-events: all; }
  .loader-holder.is-loading > .loader {
    display: flex; }

.loader-holder .loader,
.loading-mask .loader {
  animation: loader infinite 0.3s;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 10000; }
  .loader-holder .loader__rect,
  .loading-mask .loader__rect {
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    background-color: #026BB7;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 70px;
    margin: 3px;
    width: 8px; }
    .loader-holder .loader__rect.rect1,
    .loading-mask .loader__rect.rect1 {
      animation-delay: -1.2s; }
    .loader-holder .loader__rect.rect2,
    .loading-mask .loader__rect.rect2 {
      animation-delay: -1.1s; }
    .loader-holder .loader__rect.rect3,
    .loading-mask .loader__rect.rect3 {
      animation-delay: -1s; }
    .loader-holder .loader__rect.rect4,
    .loading-mask .loader__rect.rect4 {
      animation-delay: -0.9s; }
    .loader-holder .loader__rect.rect5,
    .loading-mask .loader__rect.rect5 {
      animation-delay: -0.8s; }

.loading-mask .loader {
  display: flex; }

@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5); }
  20% {
    transform: scaleY(1); } }

.cart-products-table {
  font-size: 12px;
  margin-bottom: 0;
  border-collapse: unset;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5; }
  @media only screen and (min-width: 1024px) {
    .cart-products-table {
      font-size: 14px; } }
  .cart-products-table .products-attributes-list-wrapper {
    position: relative;
    border-bottom: 1px solid #fff;
    width: 20%;
    max-width: 250px;
    min-width: 250px; }
  .cart-products-table .alert-line {
    position: relative;
    background-color: rgba(235, 87, 87, 0.15);
    color: #EB5757;
    padding: 12px 32px;
    max-width: 680px; }
    .cart-products-table .alert-line ul, .cart-products-table .alert-line li {
      margin: 0;
      padding: 0; }
    .cart-products-table .alert-line ul {
      list-style-type: none; }
  .cart-products-table .icon-custom-info {
    display: block;
    position: absolute;
    left: 13px;
    top: 12px;
    line-height: 1;
    font-size: 14px;
    height: 14px; }
    .cart-products-table .icon-custom-info::before {
      color: #EB5757; }
    .cart-products-table .icon-custom-info::after {
      display: none !important; }
    .cart-products-table .icon-custom-info .tooltip-content {
      font-size: 12px; }
      .cart-products-table .icon-custom-info .tooltip-content li {
        padding-bottom: 0;
        margin-bottom: 0; }
      .cart-products-table .icon-custom-info .tooltip-content ul {
        margin-bottom: 0; }
  .cart-products-table input {
    background-color: white;
    border-color: #999; }
    .cart-products-table input[readonly] {
      border: none;
      font-size: 12px;
      background: none;
      display: block;
      width: 100%;
      padding: 0;
      text-align: center; }
      @media only screen and (min-width: 1024px) {
        .cart-products-table input[readonly] {
          font-size: 14px; } }
  .cart-products-table th {
    padding: 20px 7px;
    color: #2C3E50; }
  .cart-products-table td {
    padding: 8px;
    vertical-align: middle;
    color: black; }
  .cart-products-table td, .cart-products-table th {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
    .cart-products-table td:first-child, .cart-products-table th:first-child {
      border-left: 1px solid #e5e5e5; }
  .cart-products-table td, .cart-products-table th {
    vertical-align: middle;
    text-align: center; }
  .cart-products-table tr:not(:first-of-type) {
    border-top: 1px solid #ADADAD; }
  .cart-products-table thead tr td:first-child,
  .cart-products-table thead tr th:first-child,
  .cart-products-table tbody tr td:first-child,
  .cart-products-table tbody tr th:first-child {
    text-align: left;
    padding: 8px 20px; }
  .cart-products-table thead tr td:nth-child(2n),
  .cart-products-table thead tr th:nth-child(2n),
  .cart-products-table tbody tr td:nth-child(2n),
  .cart-products-table tbody tr th:nth-child(2n) {
    background-color: #f2f2f2; }
  .cart-products-table thead tr:not(:first-of-type),
  .cart-products-table tbody tr:not(:first-of-type) {
    border-top: 1px solid #ADADAD; }
  .cart-products-table__image img {
    max-height: 100%;
    max-width: 100%; }
  .cart-products-table .quote-item-name {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #2C3E50; }
    .cart-products-table .quote-item-name > a {
      text-decoration: none; }
    .cart-products-table .quote-item-name .quote-item-counter {
      display: inline-block; }
  .cart-products-table .cart-products-table__details > li:not(:last-of-type) {
    margin-bottom: 3px; }
  .cart-products-table .product-attributes-container {
    display: flex;
    gap: 10px; }
    .cart-products-table .product-attributes-container .cart-products-table__image {
      flex: 1 1 15%; }
      .cart-products-table .product-attributes-container .cart-products-table__image img {
        width: 100%; }
    .cart-products-table .product-attributes-container .product-attributes {
      flex: 1 1 85%; }
    .cart-products-table .product-attributes-container .product-attributes-comp {
      flex: 0 0 50%; }
    .cart-products-table .product-attributes-container .tooltip-icon-trigger {
      font-size: 14px; }
      .cart-products-table .product-attributes-container .tooltip-icon-trigger--stretched {
        width: 100%; }
        .cart-products-table .product-attributes-container .tooltip-icon-trigger--stretched.info::after {
          position: absolute;
          top: -15px;
          right: -10px; }
        .cart-products-table .product-attributes-container .tooltip-icon-trigger--stretched.info .tooltip-content {
          top: 0; }
      .cart-products-table .product-attributes-container .tooltip-icon-trigger::after {
        font-family: "icons-custom";
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        margin-left: 1px;
        padding: 1px; }
      .cart-products-table .product-attributes-container .tooltip-icon-trigger .tooltip-content {
        font-size: inherit;
        background: #ffffff;
        color: #323232;
        border: 1px solid #026BB7;
        box-shadow: none;
        padding: 20px 15px;
        margin: 0;
        top: 100%;
        bottom: auto;
        right: 0;
        left: auto; }
        .cart-products-table .product-attributes-container .tooltip-icon-trigger .tooltip-content::before, .cart-products-table .product-attributes-container .tooltip-icon-trigger .tooltip-content::after {
          display: none; }
      .cart-products-table .product-attributes-container .tooltip-icon-trigger.info::after {
        content: ""; }
      .cart-products-table .product-attributes-container .tooltip-icon-trigger.help::after {
        content: ""; }
      .cart-products-table .product-attributes-container .tooltip-icon-trigger.order {
        top: -8px; }
      .cart-products-table .product-attributes-container .tooltip-icon-trigger.main {
        position: absolute;
        right: -40px; }
        .cart-products-table .product-attributes-container .tooltip-icon-trigger.main::after {
          font-size: 32px; }
  .cart-products-table .stateless-component {
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center; }
    .cart-products-table .stateless-component input {
      background-color: white;
      border: none;
      border-color: #999;
      min-width: 40px;
      text-align: center; }
  .cart-products-table .item-details ul {
    line-height: 18px;
    margin-top: 10px; }
    .cart-products-table .item-details ul li {
      margin: 0; }
  .cart-products-table .bottom-row {
    padding: 16px 24px 24px; }
    .cart-products-table .bottom-row > div {
      display: flex;
      justify-content: space-between;
      align-items: end; }
    .cart-products-table .bottom-row .right-section {
      display: flex;
      flex-direction: column;
      margin-bottom: 14px;
      align-items: center;
      justify-content: flex-start; }
      .cart-products-table .bottom-row .right-section .remove-product {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        margin-left: auto;
        padding: 0;
        background-color: transparent;
        border: 0;
        color: #2C3E50; }
        .cart-products-table .bottom-row .right-section .remove-product > span {
          font-size: 14px;
          font-weight: 400;
          color: #000000;
          text-decoration: underline; }
        .cart-products-table .bottom-row .right-section .remove-product i {
          font-size: 2.5rem;
          margin-right: 10px; }
  .cart-products-table .packing-options-row td:first-child {
    padding: 10px 20px; }
  .cart-products-table.selected-products-list td:first-child {
    padding: 10px; }
  .cart-products-table .quote-item-container {
    padding: 0 !important;
    border: 0; }
    .cart-products-table .quote-item-container table {
      margin-bottom: 0;
      border: 0; }
      .cart-products-table .quote-item-container table tr {
        border-top: 1px solid #ADADAD; }

.pdf-container {
  position: relative; }
  .pdf-container .popover-body {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 310px;
    min-width: 310px;
    border: 1px solid #026BB7;
    border-radius: 8px;
    background-color: #EDF2FB;
    bottom: 100%;
    width: 100%; }
  .pdf-container .download-pdf {
    border: none;
    margin-top: 24px;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background-color: #EDF2FB;
    color: #026BB7;
    font-size: 14px;
    border-radius: 8px;
    font-weight: normal; }
    .pdf-container .download-pdf-item {
      text-decoration: none;
      display: flex;
      justify-content: space-between;
      margin-top: 0;
      width: 100%;
      border-bottom: 1px solid #026BB7;
      border-radius: 0;
      padding: 0 10px;
      background: none; }
      .pdf-container .download-pdf-item:hover {
        color: #2C3E50; }
      .pdf-container .download-pdf-item:last-child {
        border-top: 0;
        border-bottom: 0; }
      .pdf-container .download-pdf-item .download-pdf-icon {
        font-size: 2.5rem;
        margin-right: 15px; }
    .pdf-container .download-pdf-label {
      flex-grow: 1;
      font-weight: 400;
      padding-left: 5px; }
    .pdf-container .download-pdf-icon.download-pdf-icon {
      font-size: 2.5rem;
      color: #026BB7; }

.cart-products-table .listing__category-items {
  margin-right: 0; }

.cart-products-table.cart-products-table--listing th {
  font-size: 10px;
  width: 10%; }
  @media only screen and (min-width: 1024px) {
    .cart-products-table.cart-products-table--listing th {
      font-size: 12px; } }
  .cart-products-table.cart-products-table--listing th:first-child {
    width: 20%; }

.cart-products-table.cart-products-table--listing td:first-child {
  padding: 10px; }

.cart-products-table.cart-products-table--listing select {
  font-size: 12px;
  margin-top: 8px; }

.cart-products-table.cart-products-table--listing__image {
  height: auto;
  padding: 10px 0;
  width: auto; }

.cart-products-table.cart-products-table--listing__details {
  margin-top: 13px;
  font-size: 11px; }
  .cart-products-table.cart-products-table--listing__details li {
    line-height: 1.5em;
    margin: 0; }

.cart-products-table.cart-products-table--listing .field {
  margin-top: 5px; }

.cart-products-table.cart-products-table--listing a {
  padding: 5px;
  font-weight: bold; }

.cart-products-table.cart-products-table--listing td.table-nested-cell {
  padding: 0; }

.label.availability {
  position: relative;
  background-color: #2CB600;
  border-radius: 50%;
  color: white;
  display: inline-block;
  height: 22px;
  width: 22px;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  line-height: 22px; }
  .label.availability::after, .label.availability > span::after {
    display: none; }
  .label.availability > span {
    position: absolute;
    z-index: 10;
    right: -14px; }
    .label.availability > span::before {
      color: #ADADAD; }
  .label.availability[data-availability="B"] {
    background-color: #00a9ac; }
  .label.availability[data-availability="C"] {
    background-color: #8cc000; }
  .label.availability[data-availability="D"] {
    background-color: #c0a700; }
  .label.availability[data-availability="E"] {
    background-color: #e65f0d; }
  .label.availability[data-availability="F"] {
    background-color: #e6210d; }
  .label.availability[data-availability="Unavailable"] {
    background-color: #EB5757; }
  .label.availability:empty {
    background-color: transparent; }
  .label.availability .tooltip-content {
    border-radius: 0;
    margin-left: 0;
    left: -5px; }
    .label.availability .tooltip-content.left {
      left: auto;
      margin-left: auto; }

.product-description-component {
  display: none;
  left: -1px; }
  .product-description-component .arrow-container {
    position: absolute;
    left: 50%;
    bottom: 0; }
  .product-description-component .arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px; }
  .product-description-component .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .product-description-component .product-attributes__list > li {
    width: 50%;
    margin-bottom: 16px; }
    .product-description-component .product-attributes__list > li .product-attributes__group-list {
      display: block; }
  .product-description-component:hover .product-attributes__list {
    display: flex;
    flex-wrap: wrap;
    padding-left: calc(15px + 15%);
    margin-left: -1px; }
  .product-description-component:hover .arrow {
    display: none; }
  .product-description-component .dlv-category {
    display: flex;
    align-items: center; }
    .product-description-component .dlv-category .cat {
      display: inline-block;
      vertical-align: bottom;
      margin-right: 5px; }

.cart-products-table-header {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1; }
  .cart-products-table-header .cart-products-table__menu {
    height: 130px;
    width: 100%; }
    .cart-products-table-header .cart-products-table__menu .pdf-container .popover-body {
      bottom: auto;
      top: 100%; }
    .cart-products-table-header .cart-products-table__menu th {
      display: table-cell;
      width: 100%;
      padding: 20px 8px !important;
      justify-content: space-between; }
    .cart-products-table-header .cart-products-table__menu .delivery-place__edit {
      display: none;
      border: none;
      height: 45px;
      align-items: center;
      padding: 10px 16px;
      color: #026BB7;
      font-size: 14px;
      border-radius: 8px;
      font-weight: normal;
      background-color: #EDF2FB; }
      .cart-products-table-header .cart-products-table__menu .delivery-place__edit .ion-edit {
        margin-right: 8px; }
    .cart-products-table-header .cart-products-table__menu checkout-search-form {
      display: none;
      flex-grow: 1; }
      .cart-products-table-header .cart-products-table__menu checkout-search-form .search-form-component {
        width: auto !important; }
        .cart-products-table-header .cart-products-table__menu checkout-search-form .search-form-component .search-form {
          width: auto;
          margin: 0 2rem; }
    .cart-products-table-header .cart-products-table__menu .pdf-container .download-pdf {
      margin-top: 0; }
    .cart-products-table-header .cart-products-table__menu .actions-toolbar {
      margin-bottom: 0; }
  .cart-products-table-header tr:last-child {
    margin-top: 85px; }
  .cart-products-table-header.is-sticky .cart-products-table__menu h4 {
    display: block; }
  .cart-products-table-header.is-sticky .cart-products-table__menu > th > div > div {
    display: flex; }
  .cart-products-table-header.is-sticky .cart-products-table__menu .delivery-place__edit,
  .cart-products-table-header.is-sticky .cart-products-table__menu checkout-search-form {
    display: block; }
  .cart-products-table-header .table-title {
    width: 20.05%;
    padding: 20px !important;
    min-width: 263px; }
  .cart-products-table-header input[type='checkbox'] + label {
    min-height: 30px; }

.simple-product-container {
  position: relative; }
  .simple-product-container .loading-mask {
    position: absolute; }

.ui-timepicker-container.ui-timepicker-standard {
  z-index: 1 !important; }

.modal-popup.agreements-popup .modal-inner-wrap {
  width: 500px; }

.modal-popup.agreements-popup .actions-toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between; }
  .modal-popup.agreements-popup .actions-toolbar .required-fields {
    margin-right: auto; }
  .modal-popup.agreements-popup .actions-toolbar .primary {
    float: none; }

.agreement-popup-overlay {
  background-color: #fff;
  opacity: 0.9; }

.afp p {
  margin-top: 15px; }

.afp__field input:not(#image-file) {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  height: 40px; }

.afp__field select,
.afp__field textarea {
  background: transparent;
  margin: 10px 0; }

.afp__field textarea {
  height: 175px;
  resize: none; }

.afp__field .label {
  margin-bottom: 0; }

.afp__field .control {
  margin-bottom: 5px;
  position: relative; }

.afp__inputfile {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1; }

.message-question {
  background-color: #7a9ec7;
  color: #fff;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 20px; }

.ask-for-product-form-actions {
  bottom: 20px;
  position: absolute;
  right: 55px; }
  .ask-for-product-form-actions .action.submit {
    white-space: nowrap; }

.ask-for-product-form input[type="file"] {
  display: none; }

.ask-for-product-file-upload {
  display: inline-block;
  padding: 6px 12px 6px 0;
  cursor: pointer; }
  .ask-for-product-file-upload span {
    font-size: 14px;
    padding-left: 20px; }

.file-upload {
  cursor: pointer;
  position: relative;
  font-style: normal; }
  .file-upload::before {
    content: "";
    font-family: "Ionicons";
    font-size: 30px;
    left: 0;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%); }

.ask-for-product-popup .modal-footer {
  background-color: #f2f2f2; }
  .ask-for-product-popup .modal-footer .return-button-arrow {
    background: transparent;
    border: 0;
    color: #2C3E50; }
    .ask-for-product-popup .modal-footer .return-button-arrow span {
      padding-left: 30px;
      position: relative; }
      .ask-for-product-popup .modal-footer .return-button-arrow span::before {
        content: "";
        font-family: "Ionicons";
        font-size: 20px;
        left: 0;
        position: absolute; }

@media only screen and (min-width: 769px) {
  .ask-for-product-popup.modal-popup.modal-slide .modal-footer {
    border-top: 0;
    padding: 25px;
    text-align: left; } }

.ask-for-product-form.dropzone .dz-message {
  cursor: pointer;
  margin: 0 0 20px calc(50% + 15px);
  text-align: left; }

.ask-for-product-form.dropzone .dz-preview {
  margin-left: calc(50% + 10px); }

.ask-for-product-form.dropzone .dz-image {
  float: left;
  max-height: 50px;
  margin-right: 20px;
  width: 50px; }

.dz-success-mark,
.dz-error-mark {
  display: none; }

.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px; }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 10px; }
    .actions-toolbar > .primary .action:last-child,
    .actions-toolbar > .secondary .action:last-child {
      margin-bottom: 0; }
  .actions-toolbar > .primary:last-child,
  .actions-toolbar > .secondary:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .actions-toolbar:before, .actions-toolbar:after {
    content: '';
    display: table; }
  .actions-toolbar:after {
    clear: both; }
  .actions-toolbar .primary {
    float: left; }
  .actions-toolbar .secondary {
    float: right; }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block; }
    .actions-toolbar .primary a.action,
    .actions-toolbar .secondary a.action {
      display: inline-block; }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0; }
  .actions-toolbar .secondary a.action {
    margin-top: 13px; }
  .actions-toolbar > .secondary,
  .actions-toolbar > .primary {
    margin-bottom: 0; }
    .actions-toolbar > .secondary .action,
    .actions-toolbar > .primary .action {
      margin-bottom: 0;
      width: auto; } }

.breadcrumbs {
  margin: auto auto 20px;
  margin: auto auto 20px;
  padding: 18px;
  background-color: #f8f8f8;
  background-image: linear-gradient(to bottom, #edeeef 0%, #f8f8f8 100%);
  background-repeat: repeat-x; }
  .breadcrumbs .items {
    font-size: 1.2rem;
    color: #a3a3a3;
    margin: 0;
    padding: 0;
    list-style: none none; }
    .breadcrumbs .items > li {
      display: inline-block;
      vertical-align: top; }
  .breadcrumbs .item {
    margin: 0; }
  .breadcrumbs a {
    color: #999999;
    display: inherit;
    padding: 0;
    text-decoration: none; }
    .breadcrumbs a:visited {
      color: #333;
      text-decoration: none; }
    .breadcrumbs a:hover {
      color: #333;
      text-decoration: underline; }
    .breadcrumbs a:active {
      color: #333;
      text-decoration: none; }
  .breadcrumbs strong {
    display: inherit;
    font-weight: 400;
    padding: 0; }
  .breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none; }
    .breadcrumbs .item:not(:last-child):after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      line-height: 14px;
      content: "/";
      font-family: "icons-blank-theme";
      margin: 0 10px;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }

.block.filter .filter-title, .block.filter .filter-content {
  padding-left: 100px; }

.block.filter .filter-content {
  background: #2C3E50;
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  display: grid;
  color: white; }
  .block.filter .filter-content a {
    color: white; }

.block.filter .filter-subtitle, .block.filter .filter-options {
  padding: 24px 0; }

.block.filter .filter-options {
  display: grid;
  gap: 12px; }

.block.filter ol.items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px; }
  .block.filter ol.items li {
    margin-right: 12px; }

.block.filter.active .filter-content {
  max-height: 800px;
  transition: max-height 0.25s ease-in; }

.block.filter a, .block.filter h2 {
  color: white; }

.block.filter .filter-current {
  padding-left: 0; }
  .block.filter .filter-current ol.items {
    flex-direction: column; }

button:active, .cart.table-wrapper .actions-toolbar > .action:active, .action-gift:active {
  box-shadow: none; }

a.action.primary,
.action.primary,
a.action.secondary,
.action.secondary {
  text-transform: uppercase; }

a.action.primary {
  display: inline-block;
  text-decoration: none; }
  a.action.primary:hover, a.action.primary:active, a.action.primary:focus {
    text-decoration: none; }

.action.primary {
  background-image: none;
  background: #fff;
  border: 2px solid #2C3E50;
  color: #2C3E50;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 0 0 0 15px;
  font-size: 1.2rem;
  box-sizing: border-box;
  vertical-align: middle; }
  .action.primary:focus, .action.primary:active {
    border: 2px solid #026BB7;
    color: #026BB7; }
  .action.primary:hover {
    background: #fff;
    border: 2px solid #026BB7;
    color: #026BB7; }
  .action.primary.disabled, .action.primary[disabled],
  fieldset[disabled] .action.primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .action.primary::after {
    background-color: #2C3E50;
    margin-left: 10px; }

a.action.secondary {
  background-image: none;
  background: #2C3E50;
  border: 2px solid #2C3E50;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 15px;
  width: auto;
  font-size: 1.2rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  align-items: center;
  display: inline-flex; }
  a.action.secondary:focus, a.action.secondary:active {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }
  a.action.secondary:hover {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }
  a.action.secondary.disabled, a.action.secondary[disabled],
  fieldset[disabled] a.action.secondary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  a.action.secondary:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  a.action.secondary:hover:after {
    color: #fff; }
  a.action.secondary:active:after {
    color: #fff; }
  a.action.secondary:after {
    background-color: #2C3E50; }
  a.action.secondary:hover:after {
    background-color: #026BB7; }
  a.action.secondary:active:after, a.action.secondary:active:hover:after, a.action.secondary:focus:after, a.action.secondary:focus:hover:after {
    background-color: #026BB7; }

.action.secondary {
  background-image: none;
  background: #2C3E50;
  border: 2px solid #2C3E50;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 15px;
  width: auto;
  font-size: 1.2rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0; }
  .action.secondary:focus, .action.secondary:active {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }
  .action.secondary:hover {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }
  .action.secondary.disabled, .action.secondary[disabled],
  fieldset[disabled] .action.secondary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .action.secondary:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .action.secondary:hover:after {
    color: #fff; }
  .action.secondary:active:after {
    color: #fff; }
  .action.secondary:after {
    background-color: #2C3E50; }
  .action.secondary:hover:after {
    background-color: #026BB7; }
  .action.secondary:active:after, .action.secondary:active:hover:after, .action.secondary:focus:after, .action.secondary:focus:hover:after {
    background-color: #026BB7; }

.action.return {
  border: none;
  background: none;
  padding-top: 14px;
  font-weight: 400; }
  .action.return:before {
    content: "\f3d2";
    font-family: "Ionicons";
    font-weight: 600;
    margin-right: 10px; }

.action.close {
  border: 0;
  background-color: transparent;
  padding: 0; }

.action.add {
  background: none;
  font-weight: 400;
  margin-bottom: 30px; }
  .action.add:after {
    content: "\f489";
    font-family: "Ionicons";
    font-size: 25px;
    padding: 0 15px; }

.secondary.go-back {
  padding-left: 45px;
  position: relative; }
  .secondary.go-back::after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    transform: rotate(180deg); }

.faq-sticky-link {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 10; }
  .faq-sticky-link a {
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    background-color: #2C3E50;
    display: block;
    font-size: 24px;
    font-weight: 700;
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    transition: .3s background-color;
    text-align: center;
    width: 70px;
    z-index: 9999; }
    .faq-sticky-link a:hover, .faq-sticky-link a:focus {
      background-color: #026BB7;
      text-decoration: none; }

@media only screen and (min-width: 768px) {
  .actions-toolbar .primary .action {
    margin: 0; } }

.action.primary, .action.secondary, .action.btn-3, .action.btn-4, .action.btn-5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  border-radius: 4px;
  min-width: 200px;
  padding: 14px;
  border: 0;
  text-transform: none;
  display: inline-block; }
  .action.primary:hover, .action.primary:active, .action.primary:focus, .action.secondary:hover, .action.secondary:active, .action.secondary:focus, .action.btn-3:hover, .action.btn-3:active, .action.btn-3:focus, .action.btn-4:hover, .action.btn-4:active, .action.btn-4:focus, .action.btn-5:hover, .action.btn-5:active, .action.btn-5:focus {
    border: 0; }
  .action.primary.with-icon, .action.secondary.with-icon, .action.btn-3.with-icon, .action.btn-4.with-icon, .action.btn-5.with-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 0 25px; }
    .action.primary.with-icon i, .action.secondary.with-icon i, .action.btn-3.with-icon i, .action.btn-4.with-icon i, .action.btn-5.with-icon i {
      font-size: 30px;
      font-style: normal;
      color: inherit; }

.action.primary {
  color: #ffffff;
  background: #026BB7; }
  .action.primary:hover {
    color: #ffffff;
    background: rgba(2, 107, 183, 0.8);
    box-shadow: 0 4px 20px rgba(0, 166, 214, 0.15); }
  .action.primary:focus, .action.primary:active {
    color: #ffffff;
    background: #0265AD;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05); }
  .action.primary:disabled {
    color: #ADADAD;
    background: #f6f6f6; }

.action.secondary {
  color: #ffffff;
  background: #2C3E50; }
  .action.secondary::after {
    display: none; }
  .action.secondary:hover {
    color: #ffffff;
    background: rgba(44, 62, 88, 0.8);
    opacity: 0.8;
    box-shadow: 0 4px 20px rgba(0, 166, 214, 0.15); }
  .action.secondary:focus, .action.secondary:active {
    background: #1E2A36;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05); }
  .action.secondary:disabled {
    color: #ffffff;
    background: #939CA5; }

.action.tocart {
  background: #2CB600; }
  .action.tocart:hover, .action.tocart:focus, .action.tocart:active {
    color: #ffffff;
    background: #4CA15F; }

.action.btn-3 {
  color: #2C3E50;
  background: #f6f6f6; }
  .action.btn-3:hover {
    background: #F1F2F2;
    opacity: 0.8;
    box-shadow: 0 4px 20px rgba(173, 173, 173, 0.15); }
  .action.btn-3:focus, .action.btn-3:active {
    background: #E2E2E2;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05); }

.action.btn-4 {
  color: #026BB7;
  background: #EDF2FB; }
  .action.btn-4:hover {
    background: #EDF2FB;
    opacity: 0.8;
    box-shadow: 0 4px 20px rgba(173, 173, 173, 0.15); }
  .action.btn-4:focus, .action.btn-4:active {
    background: #DDE9FF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05); }
  .action.btn-4:disabled {
    color: #2C3E50; }

.action.btn-5 {
  background: #ffffff;
  color: #2C3E50;
  border: 2px solid #2C3E50;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05); }
  .action.btn-5:hover {
    background: #FFFFFF;
    opacity: 0.8;
    border: 2px solid #2C3E50;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05); }
  .action.btn-5:focus, .action.btn-5:active {
    background: #FFFFFF;
    border: 2px solid #151F28;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05); }
  .action.btn-5:disabled {
    color: #2C3E50; }

.action.btn-text {
  border: 0;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  color: #2C3E50; }
  .action.btn-text:hover {
    color: #2C3E50; }

.abs-reset-list, .bundle-options-container .block-bundle-summary .bundle.items, .product-items, .prices-tier, .cart-container .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items, .block-wishlist-management .wishlist-select-items, .paypal-review .items-qty, .footer.content ul, .block-banners .banner-items,
.block-banners-inline .banner-items, .block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .abs-reset-list > li, .bundle-options-container .block-bundle-summary .bundle.items > li, .product-items > li, .prices-tier > li, .cart-container .checkout-methods-items > li, .opc-wrapper .opc > li, .opc-progress-bar > li, .checkout-agreements-items > li, .block-wishlist-management .wishlist-select-items > li, .paypal-review .items-qty > li, .footer.content ul > li, .block-banners .banner-items > li, .block-banners-inline .banner-items > li, .block-event .slider-panel .slider > li {
    margin: 0; }

.abs-action-link-button, .abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist, .block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #2C3E50;
  border: 2px solid #2C3E50;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 12px 15px;
  font-size: 1.2rem;
  line-height: 0.14286rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0; }
  .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .product-info-main .action.tocompare:focus,
  .product-options-bottom .action.tocompare:focus, .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus,
  .block-bundle-summary .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .product-info-main .action.tocompare:active,
  .product-options-bottom .action.tocompare:active, .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active,
  .block-bundle-summary .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .product-info-main .action.tocompare:hover,
  .product-options-bottom .action.tocompare:hover, .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover,
  .block-bundle-summary .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }
  .abs-action-link-button.disabled, .disabled.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .disabled.action, .product-info-main .disabled.action.tocompare,
  .product-options-bottom .disabled.action.tocompare, .product-info-main .disabled.action.towishlist,
  .product-options-bottom .disabled.action.towishlist,
  .block-bundle-summary .disabled.action.towishlist, .block-event .slider-panel .slider .item .disabled.action.event, .abs-action-link-button[disabled], .abs-action-addto-product[disabled], .bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled], .product-info-main .action.tocompare[disabled],
  .product-options-bottom .action.tocompare[disabled], .product-info-main .action.towishlist[disabled],
  .product-options-bottom .action.towishlist[disabled],
  .block-bundle-summary .action.towishlist[disabled], .block-event .slider-panel .slider .item .action.event[disabled],
  fieldset[disabled] .abs-action-link-button,
  fieldset[disabled] .abs-action-addto-product,
  fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
  .bundle-options-container .block-bundle-summary fieldset[disabled] .product-addto-links > .action,
  fieldset[disabled] .product-info-main .action.tocompare,
  .product-info-main fieldset[disabled] .action.tocompare,
  fieldset[disabled] .product-options-bottom .action.tocompare,
  .product-options-bottom fieldset[disabled] .action.tocompare,
  fieldset[disabled] .product-info-main .action.towishlist,
  .product-info-main fieldset[disabled] .action.towishlist,
  fieldset[disabled] .product-options-bottom .action.towishlist,
  .product-options-bottom fieldset[disabled] .action.towishlist,
  fieldset[disabled] .block-bundle-summary .action.towishlist,
  .block-bundle-summary fieldset[disabled] .action.towishlist,
  fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
  .block-event .slider-panel .slider .item fieldset[disabled] .action.event {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .product-info-main .action.tocompare:hover,
  .product-options-bottom .action.tocompare:hover, .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover,
  .block-bundle-summary .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .product-info-main .action.tocompare:active,
  .product-options-bottom .action.tocompare:active, .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active,
  .block-bundle-summary .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active, .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .product-info-main .action.tocompare:focus,
  .product-options-bottom .action.tocompare:focus, .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus,
  .block-bundle-summary .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus {
    text-decoration: none; }

.abs-product-options-list dt, .cart.table-wrapper .item-options dt, .block-giftregistry-shared-items .product .item-options dt, .multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0; }
  .abs-product-options-list dt:after, .cart.table-wrapper .item-options dt:after, .block-giftregistry-shared-items .product .item-options dt:after, .multicheckout .item-options dt:after {
    content: ': '; }

.abs-product-options-list dd, .cart.table-wrapper .item-options dd, .block-giftregistry-shared-items .product .item-options dd, .multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px; }

@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt, .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0; }
    .abs-product-options-list-desktop dt:after, .block-giftregistry-shared .item-options dt:after {
      content: ': '; }
  .abs-product-options-list-desktop dd, .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px; } }

.abs-button-responsive, .actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .abs-button-desktop {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller, .product-info-main .box-tocart .actions .action.tocart {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .abs-blocks-2columns, .column .block-addbysku .block-content .box, .login-container .block, .account .column.main .block:not(.widget) .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    width: 48.8%; }
    .abs-blocks-2columns:nth-child(odd), .column .block-addbysku .block-content .box:nth-child(odd), .login-container .block:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(odd), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns:nth-child(even), .column .block-addbysku .block-content .box:nth-child(even), .login-container .block:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(even), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even) {
      float: right; } }

@media only screen and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%; }
    .abs-blocks-2columns-s:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns-s:nth-child(even) {
      float: right; } }

.abs-reset-image-wrapper, .products-list .product-image-wrapper, .cart.table-wrapper .product-image-wrapper, .minicart-items .product-image-wrapper, .block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important; }
  .abs-reset-image-wrapper .product-image-photo, .products-list .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
    position: static; }

.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%; }

.abs-adaptive-images-centered, .product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%; }

.abs-login-block-title, .login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #026BB7;
  margin-bottom: 15px;
  padding-bottom: 12px; }
  .abs-login-block-title strong, .login-container .block .block-title strong {
    font-weight: 500; }

.abs-block-title, .abs-account-blocks .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .paypal-review .block .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, .block-compare .block-title, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-results .block-title, .widget .block-title, .block-wishlist .block-title {
  margin-bottom: 15px; }
  .abs-block-title > strong, .abs-account-blocks .block-title > strong, .account .column.main .block:not(.widget) .block-title > strong, .multicheckout .block-title > strong, .paypal-review .block .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, .block-compare .block-title > strong, .block-giftregistry-results .block-title > strong, .block-giftregistry-shared-items .block-title > strong, .block-wishlist-search-results .block-title > strong, .widget .block-title > strong, .block-wishlist .block-title > strong {
    color: #2c3e50;
    font-weight: bold;
    line-height: 1;
    font-size: 2.8rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem; }

.abs-account-blocks .block-title > .action, .account .column.main .block:not(.widget) .block-title > .action, .multicheckout .block-title > .action, .paypal-review .block .block-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px; }

.abs-account-blocks .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .paypal-review .block .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px; }
  .abs-account-blocks .box-title > span, .account .column.main .block:not(.widget) .box-title > span, .multicheckout .box-title > span, .paypal-review .block .box-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span {
    color: #2c3e50;
    font-weight: normal;
    line-height: 1.3;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem; }
  .abs-account-blocks .box-title > .action, .account .column.main .block:not(.widget) .box-title > .action, .multicheckout .box-title > .action, .paypal-review .block .box-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action {
    font-weight: 400;
    margin-left: 10px; }

.abs-account-blocks .block-content p:last-child, .account .column.main .block:not(.widget) .block-content p:last-child, .multicheckout .block-content p:last-child, .paypal-review .block .block-content p:last-child, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0; }

.abs-account-blocks .block-content .box, .account .column.main .block:not(.widget) .block-content .box, .multicheckout .block-content .box, .paypal-review .block .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px; }

.abs-dropdown-simple, .giftregisty-dropdown, .wishlist-dropdown {
  display: inline-block;
  position: relative; }
  .abs-dropdown-simple:before, .giftregisty-dropdown:before, .wishlist-dropdown:before, .abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
    content: '';
    display: table; }
  .abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
    clear: both; }
  .abs-dropdown-simple .action.toggle, .giftregisty-dropdown .action.toggle, .wishlist-dropdown .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .abs-dropdown-simple .action.toggle:after, .giftregisty-dropdown .action.toggle:after, .wishlist-dropdown .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 0 0 5px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-dropdown-simple .action.toggle:hover:after, .giftregisty-dropdown .action.toggle:hover:after, .wishlist-dropdown .action.toggle:hover:after {
      color: inherit; }
    .abs-dropdown-simple .action.toggle:active:after, .giftregisty-dropdown .action.toggle:active:after, .wishlist-dropdown .action.toggle:active:after {
      color: inherit; }
    .abs-dropdown-simple .action.toggle.active, .giftregisty-dropdown .action.toggle.active, .wishlist-dropdown .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-dropdown-simple .action.toggle.active:after, .giftregisty-dropdown .action.toggle.active:after, .wishlist-dropdown .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0 0 0 5px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-dropdown-simple .action.toggle.active:hover:after, .giftregisty-dropdown .action.toggle.active:hover:after, .wishlist-dropdown .action.toggle.active:hover:after {
        color: inherit; }
      .abs-dropdown-simple .action.toggle.active:active:after, .giftregisty-dropdown .action.toggle.active:active:after, .wishlist-dropdown .action.toggle.active:active:after {
        color: inherit; }
  .abs-dropdown-simple ul.dropdown, .giftregisty-dropdown ul.dropdown, .wishlist-dropdown ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .abs-dropdown-simple ul.dropdown li, .giftregisty-dropdown ul.dropdown li, .wishlist-dropdown ul.dropdown li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .abs-dropdown-simple ul.dropdown li:hover, .giftregisty-dropdown ul.dropdown li:hover, .wishlist-dropdown ul.dropdown li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      left: 10px;
      top: -12px; }
    .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      left: 9px;
      top: -14px; }
  .abs-dropdown-simple.active, .active.giftregisty-dropdown, .active.wishlist-dropdown {
    overflow: visible; }
    .abs-dropdown-simple.active ul.dropdown, .active.giftregisty-dropdown ul.dropdown, .active.wishlist-dropdown ul.dropdown {
      display: block; }

.abs-input-qty, .column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .cart.table-wrapper .col.qty .input-text, .account .table-return-items .qty .input-text, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .control .qty, .block-wishlist-info-items .input-text.qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px; }

.abs-margin-for-blocks-and-widgets, .block, .sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child), .block-banners,
.block-banners-inline {
  margin-bottom: 40px; }

.abs-remove-button-for-blocks, .sidebar .action.delete, .table-comparison .cell.remove .action.delete, .block-compare .action.delete {
  display: inline-block;
  text-decoration: none; }
  .abs-remove-button-for-blocks > span, .sidebar .action.delete > span, .table-comparison .cell.remove .action.delete > span, .block-compare .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-remove-button-for-blocks:before, .sidebar .action.delete:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-remove-button-for-blocks:hover:before, .sidebar .action.delete:hover:before, .table-comparison .cell.remove .action.delete:hover:before, .block-compare .action.delete:hover:before {
    color: #303030; }
  .abs-remove-button-for-blocks:active:before, .sidebar .action.delete:active:before, .table-comparison .cell.remove .action.delete:active:before, .block-compare .action.delete:active:before {
    color: #303030; }

.abs-product-link, .product-item-name, .product.name a {
  font-weight: 400; }
  .abs-product-link > a, .product-item-name > a, .product.name a > a {
    color: #333;
    text-decoration: none; }
    .abs-product-link > a:visited, .product-item-name > a:visited, .product.name a > a:visited {
      color: #333;
      text-decoration: underline; }
    .abs-product-link > a:hover, .product-item-name > a:hover, .product.name a > a:hover {
      color: #333;
      text-decoration: underline; }
    .abs-product-link > a:active, .product-item-name > a:active, .product.name a > a:active {
      color: #333;
      text-decoration: underline; }

.abs-reset-left-margin, .form.giftregistry.items .actions-toolbar, .form-new-agreement .actions-toolbar, .fieldset .review-legend.legend, .form.wishlist.items .actions-toolbar {
  margin-left: 0; }

@media only screen and (min-width: 768px) {
  .abs-reset-left-margin-desktop, .bundle-options-container .legend.title, .column.main .cart-summary .actions-toolbar, .cart.table-wrapper .item-actions .actions-toolbar, .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar, .column.main .block-giftregistry-shared-items .actions-toolbar, .form-new-agreement .fieldset .legend, .form-new-agreement .actions-toolbar, .column.main .paypal-review .actions-toolbar, .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0; } }

@media only screen and (min-width: 640px) {
  .abs-reset-left-margin-desktop-s, .column:not(.sidebar-main) .multicheckout .actions-toolbar, .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0; } }

.abs-action-remove, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto; }

@media only screen and (min-width: 768px) {
  .abs-action-remove-desktop, .abs-add-fields-desktop .fieldset .additional .action.remove, .form-giftregistry-share .fieldset .additional .action.remove, .form-giftregistry-edit .fieldset .additional .action.remove, .form-add-invitations .fieldset .additional .action.remove, .form-create-return .fieldset .additional .action.remove, .form.send.friend .fieldset .additional .action.remove {
    margin-left: 150%;
    top: 6px; } }

.abs-add-fields .fieldset, .form-giftregistry-share .fieldset, .form-giftregistry-edit .fieldset, .form-add-invitations .fieldset, .form-create-return .fieldset, .form.send.friend .fieldset {
  margin-bottom: 50px; }
  .abs-add-fields .fieldset .field:not(.choice) .control, .form-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
    width: 70%; }
  .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
    float: left; }
    .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
      margin-top: 30px; }
  .abs-add-fields .fieldset .fields .actions-toolbar, .form-giftregistry-share .fieldset .fields .actions-toolbar, .form-giftregistry-edit .fieldset .fields .actions-toolbar, .form-add-invitations .fieldset .fields .actions-toolbar, .form-create-return .fieldset .fields .actions-toolbar, .form.send.friend .fieldset .fields .actions-toolbar {
    margin: 0; }

.abs-add-fields .message.notice, .form-giftregistry-share .message.notice, .form-giftregistry-edit .message.notice, .form-add-invitations .message.notice, .form-create-return .message.notice, .form.send.friend .message.notice {
  margin: 30px 0 0; }

.abs-add-fields .additional, .form-giftregistry-share .additional, .form-giftregistry-edit .additional, .form-add-invitations .additional, .form-create-return .additional, .form.send.friend .additional {
  margin-top: 55px;
  position: relative; }

@media only screen and (min-width: 768px) {
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control, .form-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-additional) form .actions-toolbar,
  .column:not(.sidebar-main) form .actions-toolbar, .login-container .fieldset:after {
    margin-left: 100%; } }

@media only screen and (min-width: 640px) {
  .abs-margin-for-forms-desktop-s {
    margin-left: 100%; } }

.abs-hidden, .order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden; }

.abs-visually-hidden, .fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label, .product-item-actions .actions-secondary > .action span, .table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span, .cart.table-wrapper .col.qty .label, .minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label, .checkout-index-index .page-title-wrapper, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .fieldset .fullname.field > .label, .account .column.main .limiter > .label, .field.street .field.additional .label, .account-nav .title, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .page-multiple-wishlist .page-title-wrapper .page-title, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .block.newsletter .label, .opc-wrapper .form-discount .field .label, .action.skip:not(:focus), .page-header .switcher .label,
.page-footer .switcher .label, .products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile, .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 640px) {
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 768px) {
  .abs-visually-hidden-desktop, .modes-label, .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

.abs-visually-hidden-reset, .shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.abs-add-clearfix:before, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):before, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):before, .form-create-return .fieldset .actions-toolbar:not(:first-child):before, .form.send.friend .fieldset .actions-toolbar:not(:first-child):before, .payment-method-braintree .hosted-date-wrap:before, .toolbar:before, .toolbar-products:before, .sidebar .product-items-images:before, .cart.table-wrapper .actions-toolbar:before, .cart.table-wrapper .item-options:before, .minicart-items .product-item > .product:before, .checkout-container:before, .checkout-onepage-success:before, .opc-estimated-wrapper:before, .opc-wrapper .field.addresses:before, .fieldset .fullname .field:before, .page-product-downloadable .product-add-form:before, .gift-options:before, .gift-item-block .content:before, .order-details-items .order-gift-message:before,
.order-details-items .block-order-details-gift-message:before, .block-giftregistry-shared-items .product .item-options:before, .gift-wrapping-list:before, .opc-wrapper .data.table .gift-wrapping:before,
.table-order-items .gift-wrapping:before,
.table-order-review .gift-wrapping:before, .order-options .product:before, .map-popup .map-info-price:before, .multicheckout .item-options:before, .multicheckout .block:before, .multicheckout .block-content:before, .customer-review .product-details:before, .header-details dl:before, .header.content:before, .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintree .hosted-date-wrap:after, .toolbar:after, .toolbar-products:after, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .fieldset .fullname .field:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after, .header-details dl:after, .header.content:after {
  content: '';
  display: table; }

.abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintree .hosted-date-wrap:after, .toolbar:after, .toolbar-products:after, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .fieldset .fullname .field:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after, .header-details dl:after, .header.content:after {
  clear: both; }

@media only screen and (min-width: 768px) {
  .abs-add-clearfix-desktop:before, .abs-pager-toolbar:before, .account .toolbar:before, .toolbar-giftregistry-results:before, .toolbar-wishlist-results:before, .column .block-addbysku .block-content:before, .block-cart-failed .block-content:before, .cart-container:before, .login-container:before, .account .column.main .block:not(.widget) .block-content:before, .block-addresses-list .items.addresses:before, .block-giftregistry-shared .item-options:before, .gift-wrapping .nested:before, .table .gift-wrapping .content:before, .block-wishlist-management:before, .paypal-review .block-content:before, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before, .header.content:before, .page-header .header.panel:before, .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .cart-container:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, .header.content:after, .page-header .header.panel:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .cart-container:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, .header.content:after, .page-header .header.panel:after {
    clear: both; } }

@media only screen and (min-width: 640px) {
  .abs-add-clearfix-desktop-s:before, .multicheckout .block-billing:before, .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
    clear: both; } }

@media only screen and (max-width: 639px) {
  .abs-add-clearfix-mobile:before, .abs-checkout-order-review tbody tr:before, .multicheckout.order-review .data.table tbody tr:before, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before, .table-giftregistry-items .col.product:before, .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after, .table-giftregistry-items .col.product:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after, .table-giftregistry-items .col.product:after {
    clear: both; } }

@media only screen and (max-width: 767px) {
  .abs-add-clearfix-mobile-m:before, .form-create-return .fieldset > .actions-toolbar:before, .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
    clear: both; } }

.abs-add-box-sizing, .abs-field-date .control, .field.date .control, .abs-field-tooltip, .field .control._with-tooltip, .columns .column.main, .columns .sidebar-main, .columns .sidebar-additional, .column .block-addbysku .sku, .bundle-options-container .block-bundle-summary, .product-item, .sidebar .product-items-images .product-item, .cart-summary, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary, .sidebar .block-addbysku .fieldset .fields .field.sku, .block-event .slider-panel .slider .item .action.show {
  box-sizing: border-box; }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop, .column.main, .sidebar-main, .sidebar-additional {
    box-sizing: border-box; } }

@media only screen and (min-width: 640px) {
  .abs-add-box-sizing-desktop-s, .multicheckout .block-shipping .box, .multicheckout .block-billing .box-billing-address, .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop-m, .opc-wrapper {
    box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-revert-field-type-desktop .fieldset > .field, .product-add-form .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label, .product-add-form .fieldset > .field:not(.choice) > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
    .product-add-form .fieldset .fields > .field:not(.choice) > .label {
      box-sizing: content-box;
      float: none;
      width: auto;
      text-align: left;
      padding: 0; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control, .product-add-form .fieldset > .field:not(.choice) > .control,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
    .product-add-form .fieldset .fields > .field:not(.choice) > .control {
      float: none;
      width: auto; }
    .abs-revert-field-type-desktop .fieldset > .field > .label, .product-add-form .fieldset > .field > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
    .product-add-form .fieldset .fields > .field > .label {
      margin: 0 0 5px;
      display: inline-block; }
    .abs-revert-field-type-desktop .fieldset > .field.choice:before, .product-add-form .fieldset > .field.choice:before, .abs-revert-field-type-desktop .fieldset > .field.no-label:before, .product-add-form .fieldset > .field.no-label:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
    .product-add-form .fieldset .fields > .field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
    .product-add-form .fieldset .fields > .field.no-label:before {
      display: none; }
    .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type, .product-add-form .fieldset > .field:not(:first-child):last-of-type,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
    .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
      margin-bottom: 0; } }

.abs-navigation-icon {
  display: block;
  text-decoration: none; }
  .abs-navigation-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 1.2;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-navigation-icon:after {
    position: absolute;
    right: 5px;
    top: 0; }

.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .abs-split-button:before, .abs-split-button:after {
    content: '';
    display: table; }
  .abs-split-button:after {
    clear: both; }
  .abs-split-button .action.split {
    float: left;
    margin: 0; }
  .abs-split-button .action.toggle {
    float: right;
    margin: 0; }
  .abs-split-button button.action.split, .abs-split-button .cart.table-wrapper .actions-toolbar > .action.split, .cart.table-wrapper .abs-split-button .actions-toolbar > .action.split, .abs-split-button .action.split.action-gift {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .abs-split-button button + .action.toggle, .abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle, .cart.table-wrapper .abs-split-button .actions-toolbar > .action + .action.toggle, .abs-split-button .action-gift + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .abs-split-button .action.toggle {
    padding: 4px 5px;
    display: inline-block;
    text-decoration: none; }
    .abs-split-button .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .abs-split-button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-split-button .action.toggle:hover:after {
      color: inherit; }
    .abs-split-button .action.toggle:active:after {
      color: inherit; }
    .abs-split-button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-split-button .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .abs-split-button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-split-button .action.toggle.active:hover:after {
        color: inherit; }
      .abs-split-button .action.toggle.active:active:after {
        color: inherit; }
  .abs-split-button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .abs-split-button .items li {
      margin: 0;
      padding: 3px 5px; }
      .abs-split-button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-split-button .items:before, .abs-split-button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-split-button .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-split-button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-split-button .items:before {
      right: 10px;
      top: -12px; }
    .abs-split-button .items:after {
      right: 9px;
      top: -14px; }
  .abs-split-button.active {
    overflow: visible; }
    .abs-split-button.active .items {
      display: block; }

.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem; }

.abs-actions-addto-gridlist, .product-item-actions .actions-secondary > .action, .table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split, .product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none; }
  .abs-actions-addto-gridlist > span, .product-item-actions .actions-secondary > .action > span, .table-comparison .wishlist.split.button > .action.split > span, .product-items .wishlist.split.button > .action.split > span, .product-items .action.towishlist > span, .products.list.items .action.towishlist > span, .table-comparison .action.towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-actions-addto-gridlist:before, .product-item-actions .actions-secondary > .action:before, .table-comparison .wishlist.split.button > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before, .product-items .action.towishlist:before,
  .products.list.items .action.towishlist:before,
  .table-comparison .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
    line-height: 24px;
    color: #333;
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-actions-addto-gridlist:hover:before, .product-item-actions .actions-secondary > .action:hover:before, .table-comparison .wishlist.split.button > .action.split:hover:before,
  .product-items .wishlist.split.button > .action.split:hover:before, .product-items .action.towishlist:hover:before,
  .products.list.items .action.towishlist:hover:before,
  .table-comparison .action.towishlist:hover:before {
    color: #006bb4; }

.abs-button-l, .bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart, .cart-container .checkout-methods-items .action.primary, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register,
.block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem; }

.abs-action-button-as-link, .abs-action-remove, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove, .cart.table-wrapper .action.help.map, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .cart-summary .block.giftcard .action.check, .gift-options .actions-toolbar .action-cancel, .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action, .paypal-button-widget .paypal-button {
  line-height: 1.42857;
  padding: 0;
  color: #2C3E50;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400; }
  .abs-action-button-as-link:visited, .abs-action-remove:visited, .abs-add-fields .action.remove:visited, .form-giftregistry-share .action.remove:visited, .form-giftregistry-edit .action.remove:visited, .form-add-invitations .action.remove:visited, .form-create-return .action.remove:visited, .form.send.friend .action.remove:visited, .cart.table-wrapper .action.help.map:visited, .opc-wrapper .edit-address-link:visited, .opc-block-shipping-information .shipping-information-title .action-edit:visited, .action-auth-toggle:visited, .checkout-payment-method .checkout-billing-address .action-cancel:visited, .checkout-agreements-block .action-show:visited, .cart-summary .block.giftcard .action.check:visited, .gift-options .actions-toolbar .action-cancel:visited, .table-comparison .wishlist.split.button > .action:visited,
  .product-items .wishlist.split.button > .action:visited, .paypal-button-widget .paypal-button:visited {
    color: #1979c3;
    text-decoration: none; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #026BB7;
    text-decoration: underline; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active {
    color: #026BB7;
    text-decoration: underline; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #026BB7; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover, .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:focus, .abs-action-remove:focus, .abs-add-fields .action.remove:focus, .form-giftregistry-share .action.remove:focus, .form-giftregistry-edit .action.remove:focus, .form-add-invitations .action.remove:focus, .form-create-return .action.remove:focus, .form.send.friend .action.remove:focus, .cart.table-wrapper .action.help.map:focus, .opc-wrapper .edit-address-link:focus, .opc-block-shipping-information .shipping-information-title .action-edit:focus, .action-auth-toggle:focus, .checkout-payment-method .checkout-billing-address .action-cancel:focus, .checkout-agreements-block .action-show:focus, .cart-summary .block.giftcard .action.check:focus, .gift-options .actions-toolbar .action-cancel:focus, .table-comparison .wishlist.split.button > .action:focus,
  .product-items .wishlist.split.button > .action:focus, .paypal-button-widget .paypal-button:focus {
    background: none;
    border: 0; }
  .abs-action-button-as-link.disabled, .disabled.abs-action-remove, .abs-add-fields .disabled.action.remove, .form-giftregistry-share .disabled.action.remove, .form-giftregistry-edit .disabled.action.remove, .form-add-invitations .disabled.action.remove, .form-create-return .disabled.action.remove, .form.send.friend .disabled.action.remove, .cart.table-wrapper .disabled.action.help.map, .opc-wrapper .disabled.edit-address-link, .opc-block-shipping-information .shipping-information-title .disabled.action-edit, .disabled.action-auth-toggle, .checkout-payment-method .checkout-billing-address .disabled.action-cancel, .checkout-agreements-block .disabled.action-show, .cart-summary .block.giftcard .disabled.action.check, .gift-options .actions-toolbar .disabled.action-cancel, .table-comparison .wishlist.split.button > .disabled.action,
  .product-items .wishlist.split.button > .disabled.action, .paypal-button-widget .disabled.paypal-button, .abs-action-button-as-link[disabled], .abs-action-remove[disabled], .abs-add-fields .action.remove[disabled], .form-giftregistry-share .action.remove[disabled], .form-giftregistry-edit .action.remove[disabled], .form-add-invitations .action.remove[disabled], .form-create-return .action.remove[disabled], .form.send.friend .action.remove[disabled], .cart.table-wrapper .action.help.map[disabled], .opc-wrapper .edit-address-link[disabled], .opc-block-shipping-information .shipping-information-title .action-edit[disabled], .action-auth-toggle[disabled], .checkout-payment-method .checkout-billing-address .action-cancel[disabled], .checkout-agreements-block .action-show[disabled], .cart-summary .block.giftcard .action.check[disabled], .gift-options .actions-toolbar .action-cancel[disabled], .table-comparison .wishlist.split.button > .action[disabled],
  .product-items .wishlist.split.button > .action[disabled], .paypal-button-widget .paypal-button[disabled],
  fieldset[disabled] .abs-action-button-as-link,
  fieldset[disabled] .abs-action-remove,
  fieldset[disabled] .abs-add-fields .action.remove,
  .abs-add-fields fieldset[disabled] .action.remove,
  fieldset[disabled] .form-giftregistry-share .action.remove,
  .form-giftregistry-share fieldset[disabled] .action.remove,
  fieldset[disabled] .form-giftregistry-edit .action.remove,
  .form-giftregistry-edit fieldset[disabled] .action.remove,
  fieldset[disabled] .form-add-invitations .action.remove,
  .form-add-invitations fieldset[disabled] .action.remove,
  fieldset[disabled] .form-create-return .action.remove,
  .form-create-return fieldset[disabled] .action.remove,
  fieldset[disabled] .form.send.friend .action.remove,
  .form.send.friend fieldset[disabled] .action.remove,
  fieldset[disabled] .cart.table-wrapper .action.help.map,
  .cart.table-wrapper fieldset[disabled] .action.help.map,
  fieldset[disabled] .opc-wrapper .edit-address-link,
  .opc-wrapper fieldset[disabled] .edit-address-link,
  fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
  .opc-block-shipping-information .shipping-information-title fieldset[disabled] .action-edit,
  fieldset[disabled] .action-auth-toggle,
  fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
  .checkout-payment-method .checkout-billing-address fieldset[disabled] .action-cancel,
  fieldset[disabled] .checkout-agreements-block .action-show,
  .checkout-agreements-block fieldset[disabled] .action-show,
  fieldset[disabled] .cart-summary .block.giftcard .action.check,
  .cart-summary .block.giftcard fieldset[disabled] .action.check,
  fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
  .gift-options .actions-toolbar fieldset[disabled] .action-cancel,
  fieldset[disabled] .table-comparison .wishlist.split.button > .action,
  .table-comparison fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .product-items .wishlist.split.button > .action,
  .product-items fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .paypal-button-widget .paypal-button,
  .paypal-button-widget fieldset[disabled] .paypal-button {
    color: #2C3E50;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:not(:focus), .abs-action-remove:not(:focus), .abs-add-fields .action.remove:not(:focus), .form-giftregistry-share .action.remove:not(:focus), .form-giftregistry-edit .action.remove:not(:focus), .form-add-invitations .action.remove:not(:focus), .form-create-return .action.remove:not(:focus), .form.send.friend .action.remove:not(:focus), .cart.table-wrapper .action.help.map:not(:focus), .opc-wrapper .edit-address-link:not(:focus), .opc-block-shipping-information .shipping-information-title .action-edit:not(:focus), .action-auth-toggle:not(:focus), .checkout-payment-method .checkout-billing-address .action-cancel:not(:focus), .checkout-agreements-block .action-show:not(:focus), .cart-summary .block.giftcard .action.check:not(:focus), .gift-options .actions-toolbar .action-cancel:not(:focus), .table-comparison .wishlist.split.button > .action:not(:focus),
  .product-items .wishlist.split.button > .action:not(:focus), .paypal-button-widget .paypal-button:not(:focus) {
    box-shadow: none; }

.abs-revert-secondary-color, .block-compare .action.compare, .cart-summary .actions-toolbar > .primary button, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action, .cart-summary .actions-toolbar > .primary .action-gift, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary {
  background: #2C3E50;
  border: 2px solid #2C3E50;
  color: #fff; }
  .abs-revert-secondary-color:focus, .block-compare .action.compare:focus, .cart-summary .actions-toolbar > .primary button:focus, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:focus, .cart-summary .actions-toolbar > .primary .action-gift:focus, .cart-summary .form.giftregistry .fieldset .action.primary:focus, .paypal-review .block .actions-toolbar .action.primary:focus, .abs-revert-secondary-color:active, .block-compare .action.compare:active, .cart-summary .actions-toolbar > .primary button:active, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:active, .cart-summary .actions-toolbar > .primary .action-gift:active, .cart-summary .form.giftregistry .fieldset .action.primary:active, .paypal-review .block .actions-toolbar .action.primary:active {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }
  .abs-revert-secondary-color:hover, .block-compare .action.compare:hover, .cart-summary .actions-toolbar > .primary button:hover, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:hover, .cart-summary .actions-toolbar > .primary .action-gift:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review .block .actions-toolbar .action.primary:hover {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }

.abs-revert-secondary-size, .cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.2rem;
  line-height: 0.14286rem;
  padding: 12px 15px; }

.abs-box-tocart, .bundle-actions {
  margin: 10px 0; }

.abs-adjustment-incl-excl-tax .price-including-tax, .bundle-options-container .price-notice .price-including-tax, .product-options-wrapper .field .price-notice .price-including-tax, .cart-summary .price-including-tax, .gift-summary .price-including-tax, .gift-options .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .weee,
.gift-summary .weee,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap; }

.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax, .cart-summary .price-including-tax + .price-excluding-tax, .gift-summary .price-including-tax + .price-excluding-tax, .gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before, .cart-summary .price-including-tax + .price-excluding-tax:before, .gift-summary .price-including-tax + .price-excluding-tax:before, .gift-options .price-including-tax + .price-excluding-tax:before {
    content: "(" attr(data-label) ": "; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after, .cart-summary .price-including-tax + .price-excluding-tax:after, .gift-summary .price-including-tax + .price-excluding-tax:after, .gift-options .price-including-tax + .price-excluding-tax:after {
    content: ')'; }

.abs-tax-total, .price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .abs-tax-total:after, .price-including-tax .cart-tax-total:after,
  .price-excluding-tax .cart-tax-total:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 10px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-tax-total:after, .price-including-tax .cart-tax-total:after,
  .price-excluding-tax .cart-tax-total:after {
    position: absolute;
    right: -10px;
    top: 3px; }
  .abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
  .price-excluding-tax .cart-tax-total-expanded:after {
    content: ""; }

.abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: ""; }

.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px; }

@media only screen and (max-width: 639px) {
  .abs-checkout-order-review tbody tr:not(:last-child), .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e5e5e5; }
  .abs-checkout-order-review tbody tr .col.item:before, .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none; }
  .abs-checkout-order-review tbody tr .col.qty, .multicheckout.order-review .data.table tbody tr .col.qty, .abs-checkout-order-review tbody tr .col.price, .multicheckout.order-review .data.table tbody tr .col.price, .abs-checkout-order-review tbody tr .col.subtotal, .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%; }
    .abs-checkout-order-review tbody tr .col.qty:before, .multicheckout.order-review .data.table tbody tr .col.qty:before, .abs-checkout-order-review tbody tr .col.price:before, .multicheckout.order-review .data.table tbody tr .col.price:before, .abs-checkout-order-review tbody tr .col.subtotal:before, .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
      content: attr(data-th) ":";
      display: block;
      font-weight: 700;
      padding-bottom: 10px; }
  .abs-checkout-order-review tbody tr .product-item-name, .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0; } }

.abs-colon:after, .block-minicart .subtotal .label:after, .minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after, .order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after, .block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': '; }

.abs-icon-add, .abs-dropdown-items-new .action.new, .wishlist.split.button .action.new, .wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none; }
  .abs-icon-add:before, .abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }

@media only screen and (max-width: 767px) {
  .abs-icon-add-mobile, .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none; }
    .abs-icon-add-mobile:before, .block-wishlist-management .wishlist-add.item .add:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px;
      line-height: 10px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 5px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; } }

.abs-dropdown-items-new .items .item:last-child:hover, .wishlist.split.button .items .item:last-child:hover, .wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8; }

.abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px; }

@media only screen and (max-width: 767px) {
  .abs-toggling-title-mobile, .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none; }
    .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: inherit;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after {
      position: absolute;
      right: 10px;
      top: 0; }
    .abs-toggling-title-mobile.active:after, .block-wishlist-management .wishlist-select .active.wishlist-name:after {
      content: ""; } }

.abs-no-display, .abs-sidebar-totals .table-caption, .cart-totals .table-caption, .opc-block-summary .table-totals .table-caption, .sidebar .subtitle, .cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br, .minicart-items .product-item-details .weee[data-label] .label, .page-product-giftcard .fieldset.giftcard > .legend + br, .order-details-items .order-items .order-gift-message .action.close, .multicheckout .block .methods-shipping .item-content .fieldset > .legend + br, .multicheckout .hidden, [class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle, .no-display {
  display: none; }

@media only screen and (max-width: 639px) {
  .abs-no-display-s, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th, .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none; } }

@media only screen and (min-width: 768px) {
  .abs-no-display-desktop, .opc-estimated-wrapper, .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none; } }

.abs-status, .return-status {
  display: inline-block;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .abs-pager-toolbar-mobile .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-wishlist-results .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .account .toolbar .limiter,
  .toolbar-wishlist-results .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .pages,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px; } }

@media only screen and (max-width: 639px) {
  .abs-pager-toolbar-mobile-s .toolbar-amount, .toolbar-giftregistry-results .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .toolbar-giftregistry-results .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px; } }

@media only screen and (min-width: 768px) {
  .abs-pager-toolbar, .account .toolbar, .toolbar-giftregistry-results, .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative; }
    .abs-pager-toolbar .limiter, .account .toolbar .limiter, .toolbar-giftregistry-results .limiter, .toolbar-wishlist-results .limiter {
      float: right;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-giftregistry-results .toolbar-amount, .toolbar-wishlist-results .toolbar-amount {
      float: left;
      line-height: normal;
      padding: 7px 0 0;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .pages, .account .toolbar .pages, .toolbar-giftregistry-results .pages, .toolbar-wishlist-results .pages {
      position: absolute;
      width: 100%;
      z-index: 0; } }

.abs-block-items-counter, .block-compare .counter, .block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap; }

.abs-shopping-cart-items .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: #2C3E50;
  border: 2px solid #2C3E50;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.2rem;
  line-height: 0.14286rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none; }
  .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active, .abs-shopping-cart-items .action.continue:focus, .block-cart-failed .action.continue:focus, .cart-container .form-cart .action.continue:focus {
    text-decoration: none; }
  .abs-shopping-cart-items .action.continue:before, .block-cart-failed .action.continue:before, .cart-container .form-cart .action.continue:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-shopping-cart-items .action.continue:hover:before, .block-cart-failed .action.continue:hover:before, .cart-container .form-cart .action.continue:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:active:before, .block-cart-failed .action.continue:active:before, .cart-container .form-cart .action.continue:active:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:focus, .block-cart-failed .action.continue:focus, .cart-container .form-cart .action.continue:focus, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }
  .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }
  .abs-shopping-cart-items .action.continue.disabled, .block-cart-failed .action.continue.disabled, .cart-container .form-cart .action.continue.disabled, .abs-shopping-cart-items .action.continue[disabled], .block-cart-failed .action.continue[disabled], .cart-container .form-cart .action.continue[disabled],
  fieldset[disabled] .abs-shopping-cart-items .action.continue,
  fieldset[disabled] .block-cart-failed .action.continue,
  fieldset[disabled] .cart-container .form-cart .action.continue,
  .cart-container fieldset[disabled] .form-cart .action.continue {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active {
    box-shadow: none; }

.abs-shopping-cart-items .action.update, .block-cart-failed .action.update, .cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px; }
  .abs-shopping-cart-items .action.update:before, .block-cart-failed .action.update:before, .cart-container .form-cart .action.update:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-shopping-cart-items .action.update:hover:before, .block-cart-failed .action.update:hover:before, .cart-container .form-cart .action.update:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.update:active:before, .block-cart-failed .action.update:active:before, .cart-container .form-cart .action.update:active:before {
    color: inherit; }

@media only screen and (max-width: 767px) {
  .abs-shopping-cart-items-mobile .actions, .cart-container .form-cart .actions {
    text-align: center; }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.continue, .cart-container .form-cart .action.continue, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    margin: 0 auto 10px; }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    display: block; } }

@media only screen and (min-width: 768px) {
  .abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%; }
    .abs-shopping-cart-items-desktop .actions, .block-cart-failed .actions, .cart-container .form-cart .actions, .cart-container .cart-gift-item .actions {
      text-align: right; }
    .abs-shopping-cart-items-desktop .action.clear, .block-cart-failed .action.clear, .cart-container .form-cart .action.clear, .cart-container .cart-gift-item .action.clear, .abs-shopping-cart-items-desktop .action.update, .block-cart-failed .action.update, .cart-container .form-cart .action.update, .cart-container .cart-gift-item .action.update {
      margin-left: 10px; }
    .abs-shopping-cart-items-desktop .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, .cart-container .cart-gift-item .action.continue {
      float: left; } }

.abs-field-date .control, .field.date .control {
  position: relative; }

.abs-field-date-input, .abs-field-date input, .field.date input, .form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;
  width: calc(100% - 50px); }

.abs-field-tooltip, .field .control._with-tooltip {
  position: relative; }
  .abs-field-tooltip input, .field .control._with-tooltip input {
    margin-right: 10px;
    width: calc(100% - 36px); }

.abs-checkout-tooltip-content-position-top, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content, .shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto; }
  .abs-checkout-tooltip-content-position-top:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0; }
  .abs-checkout-tooltip-content-position-top:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999; }
  .abs-checkout-tooltip-content-position-top:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px; }

@media only screen and (max-width: 767px) {
  .abs-checkout-tooltip-content-position-top-mobile, .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      margin-top: -21px;
      right: 10px;
      left: auto;
      top: 0; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before {
      border-bottom-color: #999; }
    .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
      border-bottom-color: #f4f4f4;
      top: 1px; } }

.abs-checkout-title, .opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #666666;
  font-weight: 300;
  font-size: 2.6rem; }

.abs-sidebar-totals .mark, .cart-totals .mark, .opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px; }
  .abs-sidebar-totals .mark strong, .cart-totals .mark strong, .opc-block-summary .table-totals .mark strong {
    font-weight: 400; }

.abs-sidebar-totals .amount, .cart-totals .amount, .opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap; }
  .abs-sidebar-totals .amount strong, .cart-totals .amount strong, .opc-block-summary .table-totals .amount strong {
    font-weight: 400; }

.abs-sidebar-totals .grand .mark, .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px; }


.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right; }
  .abs-sidebar-totals .grand .amount strong, .cart-totals .grand .amount strong, .opc-block-summary .table-totals .grand .amount strong {
    font-weight: 700; }

.abs-sidebar-totals .msrp, .cart-totals .msrp, .opc-block-summary .table-totals .msrp {
  margin-bottom: 10px; }

.abs-sidebar-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .mark, .opc-block-summary .table-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer; }

.abs-sidebar-totals .totals-tax-summary .amount .price, .cart-totals .totals-tax-summary .amount .price, .opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative; }
  .abs-sidebar-totals .totals-tax-summary .amount .price > span, .cart-totals .totals-tax-summary .amount .price > span, .opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    position: absolute;
    right: -5px;
    top: -12px; }

.abs-sidebar-totals .totals-tax-summary.expanded .mark, .cart-totals .totals-tax-summary.expanded .mark, .opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0; }

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after, .cart-totals .totals-tax-summary.expanded .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: ""; }

.abs-sidebar-totals .totals-tax-details, .cart-totals .totals-tax-details, .opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #e5e5e5; }
  .abs-sidebar-totals .totals-tax-details.shown, .cart-totals .totals-tax-details.shown, .opc-block-summary .table-totals .totals-tax-details.shown {
    display: table-row; }

.abs-discount-block > .title, .cart-summary .block > .title, .paypal-review-discount .block > .title {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative; }
  .abs-discount-block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-discount-block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    position: absolute;
    right: -5px;
    top: -5px; }
  .column.main .abs-discount-block > .title strong, .column.main .cart-summary .block > .title strong, .cart-summary .column.main .block > .title strong, .column.main .paypal-review-discount .block > .title strong, .paypal-review-discount .column.main .block > .title strong {
    font-size: 1.8rem;
    font-weight: 400; }

.abs-discount-block > .content, .cart-summary .block > .content, .paypal-review-discount .block > .content {
  display: none; }

.abs-discount-block.active > .title:after, .cart-summary .active.block > .title:after, .paypal-review-discount .active.block > .title:after {
  content: ""; }

.abs-discount-block.active > .content, .cart-summary .active.block > .content, .paypal-review-discount .active.block > .content {
  display: block; }

.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em; }
  .fieldset > * {
    letter-spacing: normal; }
  .fieldset > .legend {
    margin: 0 0 25px;
    padding: 0;
    box-sizing: border-box;
    float: left;
    line-height: 1.2;
    font-size: 2rem; }
    .fieldset > .legend + br {
      clear: both;
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
  .fieldset:last-child {
    margin-bottom: 0; }
  .fieldset > .field,
  .fieldset > .fields > .field {
    margin: 0 0 20px; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      margin: 0 0 5px;
      display: inline-block; }
    .fieldset > .field:last-child,
    .fieldset > .fields > .field:last-child {
      margin-bottom: 0; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      font-weight: 400; }
      .fieldset > .field > .label + br,
      .fieldset > .fields > .field > .label + br {
        display: none; }
    .fieldset > .field .choice input,
    .fieldset > .fields > .field .choice input {
      vertical-align: top; }
    .fieldset > .field .fields.group:before, .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:before,
    .fieldset > .fields > .field .fields.group:after {
      content: '';
      display: table; }
    .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:after {
      clear: both; }
    .fieldset > .field .fields.group .field,
    .fieldset > .fields > .field .fields.group .field {
      box-sizing: border-box;
      float: left; }
    .fieldset > .field .fields.group.group-2 .field,
    .fieldset > .fields > .field .fields.group.group-2 .field {
      width: 50% !important; }
    .fieldset > .field .fields.group.group-3 .field,
    .fieldset > .fields > .field .fields.group.group-3 .field {
      width: 33.3% !important; }
    .fieldset > .field .fields.group.group-4 .field,
    .fieldset > .fields > .field .fields.group.group-4 .field {
      width: 25% !important; }
    .fieldset > .field .fields.group.group-5 .field,
    .fieldset > .fields > .field .fields.group.group-5 .field {
      width: 20% !important; }
    .fieldset > .field .addon,
    .fieldset > .fields > .field .addon {
      display: inline-flex;
      flex-wrap: nowrap;
      padding: 0;
      width: 100%; }
      .fieldset > .field .addon textarea,
      .fieldset > .field .addon select,
      .fieldset > .field .addon input,
      .fieldset > .fields > .field .addon textarea,
      .fieldset > .fields > .field .addon select,
      .fieldset > .fields > .field .addon input {
        order: 2;
        flex-basis: 100%;
        display: inline-block;
        margin: 0;
        width: auto; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .field .addon .addafter,
      .fieldset > .fields > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addafter {
        background: #f2f2f2;
        background-clip: padding-box;
        border: 1px solid #f2f2f2;
        border-radius: 0;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        height: 45px;
        line-height: 1.42857;
        padding: 0 9px;
        vertical-align: baseline;
        width: 100%;
        box-sizing: border-box;
        order: 3;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: auto; }
        .fieldset > .field .addon .addbefore:focus,
        .fieldset > .field .addon .addafter:focus,
        .fieldset > .fields > .field .addon .addbefore:focus,
        .fieldset > .fields > .field .addon .addafter:focus {
          background: #fff;
          border: 1px solid #e5e5e5; }
        .fieldset > .field .addon .addbefore:disabled,
        .fieldset > .field .addon .addafter:disabled,
        .fieldset > .fields > .field .addon .addbefore:disabled,
        .fieldset > .fields > .field .addon .addafter:disabled {
          opacity: 0.5;
          background: #fff;
          border: 1px solid #c2c2c2; }
        .fieldset > .field .addon .addbefore::-moz-placeholder,
        .fieldset > .field .addon .addafter::-moz-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
        .fieldset > .fields > .field .addon .addafter::-moz-placeholder {
          color: #c2c2c2; }
        .fieldset > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .field .addon .addafter::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
          color: #c2c2c2; }
        .fieldset > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .field .addon .addafter:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
          color: #c2c2c2; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addbefore {
        float: left;
        order: 1; }
    .fieldset > .field .additional,
    .fieldset > .fields > .field .additional {
      margin-top: 10px; }
    .fieldset > .field.required > .label:after,
    .fieldset > .field._required > .label:after,
    .fieldset > .fields > .field.required > .label:after,
    .fieldset > .fields > .field._required > .label:after {
      content: '*';
      color: #e02b27;
      font-size: 1.2rem;
      margin: 0 0 0 5px; }
    .fieldset > .field .note,
    .fieldset > .fields > .field .note {
      font-size: 1.2rem;
      margin: 3px 0 0;
      padding: 0;
      display: inline-block;
      text-decoration: none; }
      .fieldset > .field .note:before,
      .fieldset > .fields > .field .note:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 12px;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .fieldset > .field.choice .label,
    .fieldset > .fields > .field.choice .label {
      display: inline;
      font-weight: normal; }
    .column:not(.main) .fieldset > .field .label, .column:not(.main)
    .fieldset > .fields > .field .label {
      font-weight: normal; }
    .fieldset > .field .field.choice,
    .fieldset > .fields > .field .field.choice {
      margin-bottom: 10px; }
      .fieldset > .field .field.choice:last-child,
      .fieldset > .fields > .field .field.choice:last-child {
        margin-bottom: 0; }
    .fieldset > .field input[type=file],
    .fieldset > .fields > .field input[type=file] {
      margin: 5px 0; }

.legend + .fieldset,
.legend + div {
  clear: both; }

.legend strong {
  margin-left: 5px; }

fieldset.field {
  border: 0;
  padding: 0; }

.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap; }

.field .message.warning {
  margin-top: 10px; }

.field-error,
div.mage-error[generated] {
  margin-top: 7px; }

.field-error {
  color: #e02b27;
  font-size: 1.2rem; }

.field .tooltip {
  position: relative; }
  .field .tooltip .tooltip-content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-left: 5px;
    left: 100%;
    top: 0; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .field .tooltip .tooltip-content:after {
      border-width: 5px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:before {
      border-width: 6px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      right: 100%; }
    .field .tooltip .tooltip-content:after {
      border-right-color: #fff;
      margin-top: -5px;
      top: 15px; }
    .field .tooltip .tooltip-content:before {
      border-right-color: #bbb;
      margin-top: -6px;
      top: 15px; }
  .field .tooltip .tooltip-toggle {
    cursor: help; }
  .field .tooltip .tooltip-toggle:hover + .tooltip-content,
  .field .tooltip .tooltip-toggle:focus + .tooltip-content,
  .field .tooltip:hover .tooltip-content {
    display: block; }
  .field .tooltip .tooltip-content {
    min-width: 200px;
    white-space: normal; }

input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block; }

._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus, ._has-datepicker ~ .ui-datepicker-trigger:active {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger:hover {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger.disabled, ._has-datepicker ~ .ui-datepicker-trigger[disabled],
  fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  ._has-datepicker ~ .ui-datepicker-trigger > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  ._has-datepicker ~ .ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #7d7d7d;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0; }

.sidebar .fieldset {
  margin: 0; }
  .sidebar .fieldset > .field:not(.choice):not(:last-child),
  .sidebar .fieldset .fields > .field:not(:last-child) {
    margin: 0 0 20px; }
  .sidebar .fieldset > .field:not(.choice) .label,
  .sidebar .fieldset .fields > .field .label {
    margin: 0 0 4px;
    padding: 0 0 5px;
    text-align: left;
    width: 100%; }
  .sidebar .fieldset > .field:not(.choice) .control,
  .sidebar .fieldset .fields > .field .control {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .fieldset > .field {
    margin: 0;
    box-sizing: border-box;
    margin: 0 0 29px; }
    .fieldset > .field:before, .fieldset > .field:after {
      content: '';
      display: table; }
    .fieldset > .field:after {
      clear: both; }
    .fieldset > .field.choice:before, .fieldset > .field.no-label:before {
      padding: 0;
      width: 100%;
      box-sizing: border-box;
      content: ' ';
      float: left;
      height: 1px; }
    .fieldset > .field .description {
      padding: 0;
      text-align: left;
      width: 100%;
      box-sizing: border-box;
      float: left; }
    .fieldset > .field:not(.choice) > .label {
      margin: 0 0 8px 0;
      padding: 0;
      text-align: left;
      width: 100%;
      box-sizing: border-box;
      float: left; }
    .fieldset > .field:not(.choice) > .control {
      width: 100%;
      float: left; } }

@font-face {
  font-family: "icons-blank-theme";
  src: url("../../frontend/Rigips/default/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
  src: url("../../frontend/Rigips/default/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("../../frontend/Rigips/default/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2") format("woff2"), url("../../frontend/Rigips/default/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("../../frontend/Rigips/default/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype"), url("../../frontend/Rigips/default/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme") format("svg");
  font-weight: normal;
  font-style: normal; }

.columns {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }
  .columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .columns .column.main {
    padding-bottom: 40px;
    flex-basis: 100%;
    flex-grow: 1;
    order: 1;
    width: 100%; }
  .columns .sidebar-main {
    flex-grow: 1;
    flex-basis: 100%;
    order: 1; }
  .columns .sidebar-additional {
    flex-grow: 1;
    flex-basis: 100%;
    order: 2; }

@media only screen and (max-width: 767px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px; }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto; }
  .page-main {
    width: 100%;
    /* stylelint-disable declaration-block-no-redundant-longhand-properties */
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    /* stylelint-enable declaration-block-no-redundant-longhand-properties */ }
    .ie9 .page-main {
      width: auto; }
  .columns {
    display: block; }
  .column.main {
    min-height: 300px; }
    .page-layout-1column .column.main {
      width: 100%;
      order: 2; }
    .page-layout-3columns .column.main {
      width: 66.66667%;
      display: inline-block;
      order: 2; }
    .page-layout-2columns-left .column.main {
      width: 83.33333%;
      float: right;
      order: 2; }
    .page-layout-2columns-right .column.main {
      width: 83.33333%;
      float: left;
      order: 1; }
  .sidebar-main {
    padding-right: 2%; }
    .page-layout-3columns .sidebar-main {
      width: 16.66667%;
      float: left;
      order: 1; }
    .page-layout-2columns-left .sidebar-main {
      width: 16.66667%;
      float: left;
      order: 1; }
    .page-layout-2columns-right .sidebar-main {
      width: 16.66667%;
      float: left;
      order: 1; }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0; }
  .sidebar-additional {
    clear: right;
    padding-left: 2%; }
    .page-layout-3columns .sidebar-additional {
      width: 16.66667%;
      float: right;
      order: 3; }
    .page-layout-2columns-left .sidebar-additional {
      width: 16.66667%;
      float: right;
      order: 2; }
    .page-layout-2columns-right .sidebar-additional {
      width: 16.66667%;
      float: right;
      order: 2; }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%; }
  .panel.header {
    padding: 10px 20px; } }

.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute; }
  .load.indicator:before {
    background: transparent url("../../frontend/Rigips/default/pl_PL/images/loader-2.gif") no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    width: 160px;
    bottom: 0;
    box-sizing: border-box;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .load.indicator > span {
    display: none; }

.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5); }
  .loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100; }
  .loading-mask .loader > p {
    display: none; }

body > .loading-mask {
  z-index: 9999; }

._block-content-loading {
  position: relative; }

.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-family: "Ionicons";
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fbddad;
  color: #666666;
  padding-left: 40px;
  position: relative; }
  .message.info > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    content: "";
    font-family: "icons-blank-theme";
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-family: "Ionicons";
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff8c8c;
  color: #fff;
  padding-left: 40px;
  position: relative; }
  .message.error > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    content: "";
    font-family: "icons-blank-theme";
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-family: "Ionicons";
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fbddad;
  color: #666666;
  padding-left: 40px;
  position: relative; }
  .message.warning > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    content: "";
    font-family: "icons-blank-theme";
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-family: "Ionicons";
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #7a9ec7;
  color: #fff;
  padding-left: 40px;
  position: relative; }
  .message.notice > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    content: "";
    font-family: "icons-blank-theme";
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-family: "Ionicons";
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #7a9ec7;
  color: #fff;
  padding-left: 40px;
  position: relative; }
  .message.success > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    content: "";
    font-family: "icons-blank-theme";
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.info,
.message.error,
.message.warning,
.message.notice,
.message.success {
  padding: 20px 20px 20px 60px;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .message.info > *:first-child:before,
  .message.error > *:first-child:before,
  .message.warning > *:first-child:before,
  .message.notice > *:first-child:before,
  .message.success > *:first-child:before {
    font-family: "Ionicons";
    width: 60px;
    position: absolute;
    left: 0;
    top: 50%; }

#maincontent .page.messages {
  padding-left: 0;
  background-color: #fff; }

.component.messages-sticky-component,
.page.messages {
  padding: 0;
  border: 0; }
  .component.messages-sticky-component .messages,
  .page.messages .messages {
    position: fixed;
    top: 100px;
    right: 50px;
    z-index: 9999999;
    pointer-events: none; }
    .component.messages-sticky-component .messages .message,
    .page.messages .messages .message {
      box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
      display: block;
      font-size: 14px;
      line-height: 18px;
      padding: 20px 20px 20px 40px;
      width: 260px;
      position: relative;
      pointer-events: all;
      right: -150%;
      transition: all .3s; }
      .component.messages-sticky-component .messages .message.active,
      .page.messages .messages .message.active {
        right: 0;
        animation: newly-added-gleam 2s; }
      .component.messages-sticky-component .messages .message.ui-draggable,
      .page.messages .messages .message.ui-draggable {
        transition: none;
        cursor: pointer; }
      .component.messages-sticky-component .messages .message > span:first-child::before,
      .page.messages .messages .message > span:first-child::before {
        font-size: 26px;
        margin: -10px 0 0;
        width: 40px; }
      .component.messages-sticky-component .messages .message .action.close,
      .page.messages .messages .message .action.close {
        color: #fff;
        position: absolute;
        right: 5px;
        top: 5px;
        opacity: 1;
        transition: .3s opacity; }
        .component.messages-sticky-component .messages .message .action.close span,
        .page.messages .messages .message .action.close span {
          padding: 0; }
        .component.messages-sticky-component .messages .message .action.close:hover, .component.messages-sticky-component .messages .message .action.close:focus,
        .page.messages .messages .message .action.close:hover,
        .page.messages .messages .message .action.close:focus {
          opacity: 0.7; }
    .component.messages-sticky-component .messages .red,
    .page.messages .messages .red {
      color: #ff0000; }

.page.messages .messages div.message {
  right: 0; }
  .page.messages .messages div.message > div::before {
    width: 40px; }

.panel.header .links,
.panel.header .switcher {
  display: none; }

.nav-sections {
  background: whitesmoke; }

.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14; }
  .nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: #8f8f8f;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .nav-toggle:hover:before {
    color: #333; }
  .nav-toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

@media only screen and (max-width: 767px) {
  .navigation {
    padding: 0; }
    .navigation .parent .level-top {
      position: relative;
      display: block;
      text-decoration: none; }
      .navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .navigation .parent .level-top:after {
        position: absolute;
        right: 7px;
        top: -8px; }
      .navigation .parent .level-top.ui-state-active:after {
        content: ""; }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px); }
    .nav-sections .switcher {
      border-top: 1px solid #d1d1d1;
      font-size: 1.6rem;
      font-weight: 700;
      margin: 0;
      padding: 0.8rem 3.5rem 0.8rem 2rem; }
      .nav-sections .switcher .label {
        display: block;
        margin-bottom: 5px; }
      .nav-sections .switcher:last-child {
        border-bottom: 1px solid #d1d1d1; }
    .nav-sections .switcher-trigger strong {
      position: relative;
      display: block;
      text-decoration: none; }
      .nav-sections .switcher-trigger strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .nav-sections .switcher-trigger strong:after {
        position: absolute;
        right: -40px;
        top: -16px; }
    .nav-sections .switcher-trigger.active strong:after {
      content: ""; }
    .nav-sections .switcher-dropdown {
      margin: 0;
      padding: 0;
      list-style: none none;
      padding: 10px 0; }
    .nav-sections .header.links {
      margin: 0;
      padding: 0;
      list-style: none none;
      border-bottom: 1px solid #d1d1d1; }
      .nav-sections .header.links li {
        font-size: 1.6rem;
        margin: 0; }
        .nav-sections .header.links li.greet.welcome {
          border-top: 1px solid #d1d1d1;
          font-weight: 700;
          padding: 0.8rem 20px; }
        .nav-sections .header.links li > a {
          border-top: 1px solid #d1d1d1; }
      .nav-sections .header.links a,
      .nav-sections .header.links a:hover {
        color: #575757;
        text-decoration: none;
        display: block;
        font-weight: 700;
        padding: 0.8rem 20px; }
      .nav-sections .header.links .header.links {
        border: 0; }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%; }
    .nav-before-open .page-wrapper {
      transition: left 0.3s;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: relative; }
    .nav-before-open body {
      height: 100%;
      overflow: hidden;
      position: relative;
      width: 100%; }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px); }
  .nav-open .nav-sections {
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99; }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
  .nav-sections-items {
    position: relative;
    z-index: 1; }
    .nav-sections-items:before, .nav-sections-items:after {
      content: '';
      display: table; }
    .nav-sections-items:after {
      clear: both; }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%; }
    .nav-sections-item-title.active {
      background: transparent;
      border-bottom: 0; }
    .nav-sections-item-title .nav-sections-item-switch:hover {
      text-decoration: none; }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0; }
    .nav-sections-item-content:before, .nav-sections-item-content:after {
      content: '';
      display: table; }
    .nav-sections-item-content:after {
      clear: both; }
    .nav-sections-item-content.active {
      display: block; }
  .navigation {
    background: whitesmoke;
    box-sizing: border-box; }
    .navigation ul {
      margin: 0;
      padding: 0; }
    .navigation li {
      margin: 0; }
    .navigation a {
      display: block;
      padding: 10px 0 10px 15px; }
    .navigation a,
    .navigation a:hover {
      color: #575757;
      text-decoration: none; }
    .navigation .level0 {
      border-top: 1px solid #d1d1d1;
      font-size: 1.6rem; }
      .navigation .level0 > .level-top {
        font-weight: 700;
        padding: 8px 40px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word; }
      .navigation .level0.active .all-category .ui-state-focus {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        padding-left: 7px;
        display: inline-block; }
      .navigation .level0 > .level1 {
        font-weight: 600; }
      .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px; }
        .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
          margin-left: -8px; }
    .navigation li.level0:last-child {
      border-bottom: 1px solid #d1d1d1; }
    .navigation .submenu > li {
      word-wrap: break-word; }
    .navigation .submenu:not(:first-child) {
      font-weight: 400;
      line-height: 1.3;
      left: auto !important;
      overflow-x: hidden;
      padding: 0;
      position: relative;
      top: auto !important;
      transition: left 0.3s ease-out; }
      .navigation .submenu:not(:first-child) > li > a {
        padding-left: 15px; }
      .navigation .submenu:not(:first-child) > li:last-child {
        margin-bottom: 0; }
      .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px; }
        .navigation .submenu:not(:first-child) ul > li {
          margin: 0; }
          .navigation .submenu:not(:first-child) ul > li a {
            color: #575757;
            display: block;
            line-height: normal; }
      .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important; }
      .navigation .submenu:not(:first-child) .active > a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        padding-left: 7px; }
      .navigation .submenu:not(:first-child) .level1.active > a {
        padding-left: 7px; } }

@media only screen and (min-width: 768px) {
  .nav-toggle {
    display: none; }
  .nav-sections {
    flex-shrink: 0;
    flex-basis: auto;
    margin-bottom: 25px; }
  .nav-sections-item-title {
    display: none; }
  .nav-sections-item-content {
    display: block !important; }
  .nav-sections-item-content > * {
    display: none; }
  .nav-sections-item-content > .navigation {
    display: block; }
  .navigation {
    background: whitesmoke;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3; }
    .navigation:empty {
      display: none; }
    .navigation ul {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      position: relative; }
    .navigation li.level0 {
      border-top: none; }
    .navigation .level0 {
      margin: 0 10px 0 0;
      display: inline-block;
      position: relative; }
      .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0; }
      .navigation .level0 > .level-top {
        color: #575757;
        line-height: 53px;
        padding: 0 12px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative; }
        .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
          color: #333;
          text-decoration: none; }
      .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 3px;
        color: #333;
        text-decoration: none;
        display: inline-block; }
      .navigation .level0.parent:hover > .submenu {
        overflow: visible !important; }
      .navigation .level0 .submenu {
        background: #fff;
        border: 1px solid #d1d1d1;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
        font-weight: 700;
        min-width: 230px;
        padding: 15px 0;
        display: none;
        left: 0;
        margin: 0 !important;
        padding: 0;
        position: absolute;
        z-index: 1;
        margin-top: 11px; }
        .navigation .level0 .submenu > ul {
          margin-top: 11px; }
          .navigation .level0 .submenu > ul:before, .navigation .level0 .submenu > ul:after {
            content: '';
            display: block;
            overflow: hidden;
            position: absolute; }
          .navigation .level0 .submenu > ul:before {
            color: #fff;
            left: 20px;
            top: -20px;
            border: 10px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #fff;
            z-index: 4; }
          .navigation .level0 .submenu > ul:after {
            border: 11px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #d1d1d1;
            color: #d1d1d1;
            left: 19px;
            top: -22px;
            z-index: 3; }
        .navigation .level0 .submenu a {
          display: block;
          line-height: inherit;
          color: #575757;
          padding: 8px 20px; }
          .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
            background: #e8e8e8;
            color: #333;
            text-decoration: none; }
        .navigation .level0 .submenu .active > a {
          border-color: #ff5501;
          border-style: solid;
          border-width: 0 0 0 3px; }
        .navigation .level0 .submenu .submenu {
          top: 0 !important;
          left: 100% !important; }
        .navigation .level0 .submenu .submenu-reverse {
          left: auto !important;
          right: 100%; }
      .navigation .level0.more {
        position: relative;
        display: inline-block;
        text-decoration: none; }
        .navigation .level0.more:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 26px;
          line-height: inherit;
          color: inherit;
          content: "";
          font-family: "icons-blank-theme";
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .navigation .level0.more:before {
          display: none; }
        .navigation .level0.more:after {
          cursor: pointer;
          padding: 8px 12px;
          position: relative;
          z-index: 1; }
        .navigation .level0.more:hover > .submenu {
          overflow: visible !important; }
        .navigation .level0.more li {
          display: block; }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block; } }

.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700; }

.pages .item {
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 32px;
  margin: 0 2px 0 0;
  display: inline-block; }
  .pages .item .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.pages a.page {
  border: 2px solid #666666;
  color: #666666;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none; }
  .pages a.page:visited {
    color: #666666; }
  .pages a.page:hover {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff;
    text-decoration: none; }
  .pages a.page:active {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }

.pages strong.page {
  background: #026BB7;
  border: 2px solid #026BB7;
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px; }

.pages .action {
  border: 2px solid #666666;
  color: #666666;
  display: inline-block;
  padding: 0;
  text-decoration: none; }
  .pages .action:visited {
    color: #7d7d7d; }
  .pages .action:hover {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff;
    text-decoration: none; }
  .pages .action:active {
    color: #7d7d7d; }
  .pages .action.next {
    display: inline-block;
    text-decoration: none; }
    .pages .action.next:visited:before {
      color: #7d7d7d; }
    .pages .action.next:active:before {
      color: #7d7d7d; }
    .pages .action.next > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pages .action.next:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 46px;
      line-height: inherit;
      color: #666666;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 0 0 -6px;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .pages .action.next:hover:before {
      color: #fff; }
    .pages .action.next:active:before {
      color: #7d7d7d; }
  .pages .action.previous {
    display: inline-block;
    text-decoration: none; }
    .pages .action.previous:visited:before {
      color: #7d7d7d; }
    .pages .action.previous:active:before {
      color: #7d7d7d; }
    .pages .action.previous > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pages .action.previous:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 46px;
      line-height: inherit;
      color: #666666;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 0 0 -6px;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .pages .action.previous:hover:before {
      color: #fff; }
    .pages .action.previous:active:before {
      color: #7d7d7d; }

.pages .action {
  width: 34px; }
  .pages .action.previous {
    margin-right: 12px; }
  .pages .action.next {
    margin-left: 12px; }

.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }
  .ui-dialog.popup .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .ui-dialog.popup .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .ui-dialog.popup .action.close:hover:before {
    color: inherit; }
  .ui-dialog.popup .action.close:active:before {
    color: inherit; }
  .ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close:hover {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled],
  fieldset[disabled] .ui-dialog.popup .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px; }
  .popup-pointer:before, .popup-pointer:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid; }
  .popup-pointer:before {
    left: 2px;
    top: 2px;
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99; }
  .popup-pointer:after {
    left: 1px;
    top: 0;
    border: solid 7px;
    border-color: transparent transparent #aeaeae transparent;
    z-index: 98; }

@media only screen and (min-width: 640px) {
  .ui-dialog.popup {
    width: 420px; } }

.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline; }

.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1; }
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-weight: 700; }

.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem; }
  .price-including-tax + .price-excluding-tax:before,
  .weee[data-label]:before {
    content: attr(data-label) ": ";
    font-size: 1.1rem; }
  .price-including-tax + .price-excluding-tax .price,
  .weee[data-label] .price {
    font-size: 1.1rem; }

.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%; }
    .product.data.items > .item.title > .switch {
      display: block; }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0; }
    .product.data.items > .item.content:before, .product.data.items > .item.content:after {
      content: '';
      display: table; }
    .product.data.items > .item.content:after {
      clear: both; }
    .product.data.items > .item.content.active {
      display: block; }
  .product.data.items > .item.title {
    margin: 0 0 5px; }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    color: #7d7d7d;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none; }
    .product.data.items > .item.title > .switch:visited {
      color: #7d7d7d;
      text-decoration: none; }
    .product.data.items > .item.title > .switch:hover {
      color: #7d7d7d;
      text-decoration: none; }
    .product.data.items > .item.title > .switch:active {
      color: #333;
      text-decoration: none; }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc; }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: white;
    padding-bottom: 5px; }
  .product.data.items > .item.content {
    background: white;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px; }

@media only screen and (min-width: 768px) {
  .product.data.items {
    position: relative;
    z-index: 1; }
    .product.data.items:before, .product.data.items:after {
      content: '';
      display: table; }
    .product.data.items:after {
      clear: both; }
    .product.data.items > .item.title {
      float: left;
      width: auto; }
      .product.data.items > .item.title > .switch {
        height: 20px;
        display: block;
        position: relative;
        z-index: 2; }
    .product.data.items > .item.content {
      margin-top: 20px;
      box-sizing: border-box;
      float: right;
      margin-left: -100%;
      width: 100%; }
      .product.data.items > .item.content:before, .product.data.items > .item.content:after {
        content: '';
        display: table; }
      .product.data.items > .item.content:after {
        clear: both; }
      .product.data.items > .item.content.active {
        display: block; }
    .product.data.items > .item.title {
      margin: 0 5px 0 0; }
      .product.data.items > .item.title > .switch {
        color: #7d7d7d;
        font-weight: 600;
        line-height: 20px;
        font-size: 1.4rem;
        color: #7d7d7d;
        text-decoration: none;
        background: #f0f0f0;
        border: 1px solid #d1d1d1;
        border-bottom: none;
        height: 20px;
        padding: 5px 20px 5px 20px; }
        .product.data.items > .item.title > .switch:visited {
          color: #7d7d7d;
          text-decoration: none; }
        .product.data.items > .item.title > .switch:hover {
          color: #7d7d7d;
          text-decoration: none; }
        .product.data.items > .item.title > .switch:active {
          color: #333;
          text-decoration: none; }
      .product.data.items > .item.title:not(.disabled) > .switch:focus,
      .product.data.items > .item.title:not(.disabled) > .switch:hover {
        background: #fcfcfc; }
      .product.data.items > .item.title:not(.disabled) > .switch:active,
      .product.data.items > .item.title.active > .switch,
      .product.data.items > .item.title.active > .switch:focus,
      .product.data.items > .item.title.active > .switch:hover {
        background: white;
        color: #333; }
      .product.data.items > .item.title.active > .switch,
      .product.data.items > .item.title.active > .switch:focus,
      .product.data.items > .item.title.active > .switch:hover {
        padding-bottom: 6px; }
    .product.data.items > .item.content {
      background: white;
      margin-top: 31px;
      padding: 20px 20px 20px 20px;
      border: 0;
      border-top: 1px solid #d1d1d1; } }

@media only screen and (max-width: 767px) {
  .product.data.items {
    margin: 0;
    padding: 0; }
    .product.data.items > .item.title {
      box-sizing: border-box;
      float: none;
      width: 100%; }
      .product.data.items > .item.title > .switch {
        display: block; }
    .product.data.items > .item.content {
      box-sizing: border-box;
      display: block;
      float: none;
      margin: 0; }
      .product.data.items > .item.content:before, .product.data.items > .item.content:after {
        content: '';
        display: table; }
      .product.data.items > .item.content:after {
        clear: both; }
      .product.data.items > .item.content.active {
        display: block; }
    .product.data.items > .item.title {
      margin: 0 0 5px; }
    .product.data.items > .item.title > .switch {
      background: #f0f0f0;
      border-bottom: 1px solid #d1d1d1;
      border-left: 1px solid #d1d1d1;
      border-right: 1px solid #d1d1d1;
      border-top: 1px solid #d1d1d1;
      height: 40px;
      padding: 5px 20px 5px 20px;
      color: #7d7d7d;
      font-weight: 600;
      line-height: 40px;
      font-size: 1.8rem;
      color: #7d7d7d;
      text-decoration: none; }
      .product.data.items > .item.title > .switch:visited {
        color: #7d7d7d;
        text-decoration: none; }
      .product.data.items > .item.title > .switch:hover {
        color: #7d7d7d;
        text-decoration: none; }
      .product.data.items > .item.title > .switch:active {
        color: #333;
        text-decoration: none; }
    .product.data.items > .item.title:not(.disabled) > .switch:focus,
    .product.data.items > .item.title:not(.disabled) > .switch:hover {
      background: #fcfcfc; }
    .product.data.items > .item.title:not(.disabled) > .switch:active,
    .product.data.items > .item.title.active > .switch,
    .product.data.items > .item.title.active > .switch:focus,
    .product.data.items > .item.title.active > .switch:hover {
      background: white;
      padding-bottom: 5px; }
    .product.data.items > .item.content {
      background: white;
      border: 1px solid #d1d1d1;
      margin: 0 0 5px;
      padding: 20px 20px 20px 20px; }
    .product.data.items .data.item {
      display: block; } }

.table-wrapper {
  margin-bottom: 20px; }

table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.table:not(.cart):not(.totals) {
  border: none; }
  .table:not(.cart):not(.totals) > thead > tr > th,
  .table:not(.cart):not(.totals) > thead > tr > td,
  .table:not(.cart):not(.totals) > tbody > tr > th,
  .table:not(.cart):not(.totals) > tbody > tr > td,
  .table:not(.cart):not(.totals) > tfoot > tr > th,
  .table:not(.cart):not(.totals) > tfoot > tr > td {
    border: none; }
  .table:not(.cart):not(.totals) > thead > tr > th,
  .table:not(.cart):not(.totals) > thead > tr > td {
    border-bottom: 1px solid #d1d1d1; }
  .table:not(.cart):not(.totals) tfoot > tr:first-child th,
  .table:not(.cart):not(.totals) tfoot > tr:first-child td {
    border-top: 1px solid #d1d1d1;
    padding-top: 20px; }
  .table:not(.cart):not(.totals) tfoot .mark {
    font-weight: 400;
    text-align: right; }

@media only screen and (max-width: 639px) {
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative; }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
      border: none;
      display: block; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
        display: none; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
        display: block; }
        .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
          display: block; }
          .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
          .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
            border-bottom: none;
            display: block;
            padding: 5px 0; }
            .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
            .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before {
              padding-right: 10px;
              content: attr(data-th) ": ";
              display: inline-block;
              color: #111111;
              font-weight: 700; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
        padding-top: 20px; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
        padding-bottom: 20px; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
        border: none;
        padding: 0 0 5px; }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
      display: block; }
      .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
        display: block; }
        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
          padding-top: 20px; }
      .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
        box-sizing: border-box;
        float: left;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        width: 70%; }
      .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
        box-sizing: border-box;
        float: left;
        padding-left: 0;
        padding-right: 0;
        text-align: right;
        width: 30%; }
  .data-table-definition-list thead {
    display: none; }
  .data-table-definition-list tbody th {
    padding-bottom: 0; }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0; } }

.tooltip.wrapper {
  position: relative; }
  .tooltip.wrapper .tooltip.content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-top: 5px;
    left: 0;
    top: 100%; }
    .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .tooltip.wrapper .tooltip.content:after {
      border-width: 5px;
      border-color: transparent; }
    .tooltip.wrapper .tooltip.content:before {
      border-width: 6px;
      border-color: transparent; }
    .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
      bottom: 100%; }
    .tooltip.wrapper .tooltip.content:after {
      border-bottom-color: #fff;
      left: 15px;
      margin-left: -5px; }
    .tooltip.wrapper .tooltip.content:before {
      border-bottom-color: #bbb;
      left: 15px;
      margin-left: -6px; }
  .tooltip.wrapper .tooltip.toggle {
    cursor: help; }
  .tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
  .tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
  .tooltip.wrapper:hover .tooltip.content {
    display: block; }
  .tooltip.wrapper .tooltip.content dl {
    margin-bottom: 0; }
  .tooltip.wrapper .tooltip.content dd {
    white-space: normal; }
  .tooltip.wrapper .tooltip.content .subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px; }
  .tooltip.wrapper .tooltip.content .label {
    margin-top: 10px; }
    .tooltip.wrapper .tooltip.content .label:first-child {
      margin-top: 0; }
  .tooltip.wrapper .tooltip.content .values {
    margin: 0; }

.ui-tooltip {
  position: absolute;
  z-index: 9999; }

@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem; } }

@font-face {
  font-family: "Roboto";
  src: url("../../frontend/Rigips/default/pl_PL/fonts/opensans/light/opensans-300.eot");
  src: url("../../frontend/Rigips/default/pl_PL/fonts/opensans/light/opensans-300.eot?#iefix") format("embedded-opentype"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/light/opensans-300.woff2") format("woff2"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/light/opensans-300.woff") format("woff"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/light/opensans-300.ttf") format("truetype"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/light/opensans-300.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../../frontend/Rigips/default/pl_PL/fonts/opensans/regular/opensans-400.eot");
  src: url("../../frontend/Rigips/default/pl_PL/fonts/opensans/regular/opensans-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/regular/opensans-400.woff2") format("woff2"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/regular/opensans-400.woff") format("woff"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/regular/opensans-400.ttf") format("truetype"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/regular/opensans-400.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../../frontend/Rigips/default/pl_PL/fonts/opensans/semibold/opensans-600.eot");
  src: url("../../frontend/Rigips/default/pl_PL/fonts/opensans/semibold/opensans-600.eot?#iefix") format("embedded-opentype"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/semibold/opensans-600.woff2") format("woff2"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/semibold/opensans-600.woff") format("woff"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/semibold/opensans-600.ttf") format("truetype"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/semibold/opensans-600.svg#Roboto") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../../frontend/Rigips/default/pl_PL/fonts/opensans/bold/opensans-700.eot");
  src: url("../../frontend/Rigips/default/pl_PL/fonts/opensans/bold/opensans-700.eot?#iefix") format("embedded-opentype"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/bold/opensans-700.woff2") format("woff2"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/bold/opensans-700.woff") format("woff"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/bold/opensans-700.ttf") format("truetype"), url("../../frontend/Rigips/default/pl_PL/fonts/opensans/bold/opensans-700.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: normal; }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    margin-bottom: 40px; } }

.items {
  margin: 0;
  padding: 0;
  list-style: none none; }

@media only screen and (min-width: 768px) {
  .page-layout-2columns-left .column.main {
    flex: 1 1 75%;
    width: 75%; }
  .page-layout-2columns-left .sidebar {
    flex: 1 1 25%;
    width: 25%; } }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }

.modals-overlay {
  z-index: 1000; }

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s ease; }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease; }
    .modal-slide._show .modal-inner-wrap,
    .modal-popup._show .modal-inner-wrap {
      transform: translate(0, 0); }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto; }

.modal-slide {
  left: 14.8rem;
  z-index: 900; }
  .modal-slide._show .modal-inner-wrap {
    transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    width: auto; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem; }
  .modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem; }

.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto; }
  .modal-popup._show .modal-inner-wrap {
    transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(-200%);
    transition: transform 0.2s ease; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie11 .modal-popup._inner-scroll,
    .ie10 .modal-popup._inner-scroll,
    .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie11 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem; }
  .modal-popup .modal-footer-actions {
    text-align: right; }

@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide {
    left: 14.8rem;
    z-index: 900; }
    .modal-popup.modal-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .modal-popup.modal-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;
      width: auto; }
    .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none; } }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0; }
  .modal-custom .action-close:focus, .modal-custom .action-close:active,
  .modal-popup .action-close:focus,
  .modal-popup .action-close:active,
  .modal-slide .action-close:focus,
  .modal-slide .action-close:active {
    background: none;
    border: none; }
  .modal-custom .action-close:hover,
  .modal-popup .action-close:hover,
  .modal-slide .action-close:hover {
    background: none;
    border: none; }
  .modal-custom .action-close.disabled, .modal-custom .action-close[disabled],
  fieldset[disabled] .modal-custom .action-close,
  .modal-popup .action-close.disabled,
  .modal-popup .action-close[disabled],
  fieldset[disabled]
  .modal-popup .action-close,
  .modal-slide .action-close.disabled,
  .modal-slide .action-close[disabled],
  fieldset[disabled]
  .modal-slide .action-close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .modal-custom .action-close > span,
  .modal-popup .action-close > span,
  .modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #8f8f8f;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: inherit; }
  .modal-custom .action-close:active:before,
  .modal-popup .action-close:active:before,
  .modal-slide .action-close:active:before {
    color: inherit; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #1a252f; }

.modal-custom .action-close {
  margin: 25px; }

.modal-popup {
  pointer-events: none; }
  .modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word; }
  .modal-popup .action-close {
    padding: 10px; }

.modal-slide .action-close {
  padding: 1.1rem 2rem; }

.modal-slide .page-main-actions {
  margin-bottom: calc(2.1rem - 15px);
  margin-top: 2.1rem; }

.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000; }

@media only screen and (max-width: 767px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 14.8rem;
    z-index: 900; }
    .custom-slide._show {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s ease; }
      .custom-slide._show .modal-inner-wrap {
        transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      background-color: #fff;
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1;
      pointer-events: auto; }
    .custom-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;
      width: auto; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      overflow-y: auto; }
    .custom-slide .modal-inner-wrap {
      background-color: #f4f4f4;
      box-sizing: border-box;
      height: auto;
      min-height: 100%; }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }
    body._has-modal-custom .modal-custom-overlay {
      background-color: rgba(51, 51, 51, 0.55); } }

@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4; }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%; }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700; } }

@media only screen and (min-width: 768px) {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right; } }

.waste-reception-form-form hr,
.waste-reception-form-form h2 {
  margin: 30px 0; }

.waste-reception-form-form label {
  margin: 0; }

.waste-reception-form-form .control {
  margin-bottom: 0; }

.waste-reception-form-form .submit {
  margin: 30px 10px; }

.waste-reception__row {
  line-height: 38px;
  margin: 10px 0; }

.transports-holder {
  padding-left: 10px;
  padding-bottom: 15px; }
  .transports-holder .control {
    display: inline-block; }
    .transports-holder .control + p {
      display: inline-block; }

.waste-content {
  padding: 10px; }

.waste-item + .waste-item {
  border-top: 1px solid #e5e5e5; }

.ng-submitted.ng-invalid .waste-items.has-error {
  border: 1px solid #ff8c8c; }

.ng-submitted.ng-invalid .waste-items + .ng-error.visible {
  display: block; }

.column .block-addbysku .fieldset {
  margin: 0; }
  .column .block-addbysku .fieldset .fields {
    position: relative; }
    .column .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top; }
    .column .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      right: 0;
      top: 4px; }

.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%; }

.column .block-addbysku .skus > .label {
  margin-top: 10px; }

.column .block-addbysku .qty .qty + .mage-error {
  width: 80px; }

.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left; }
  .column .block-addbysku .block-content .actions-toolbar:before, .column .block-addbysku .block-content .actions-toolbar:after {
    content: '';
    display: table; }
  .column .block-addbysku .block-content .actions-toolbar:after {
    clear: both; }
  .column .block-addbysku .block-content .actions-toolbar .primary {
    float: left; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: inline-block; }
    .column .block-addbysku .block-content .actions-toolbar .primary a.action,
    .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
      display: inline-block; }
  .column .block-addbysku .block-content .actions-toolbar .primary .action {
    margin: 0 5px 0 0; }
  .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    margin-top: 13px; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: block;
    float: none; }
  .column .block-addbysku .block-content .actions-toolbar > .secondary {
    text-align: left; }

.column .block-addbysku .reset {
  margin: 10px 0; }

.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px; }

.block-cart-failed {
  margin-top: 40px; }
  .block-cart-failed .block-title {
    font-size: 3rem; }
    .block-cart-failed .block-title strong {
      font-weight: bold; }
  .block-cart-failed .actions {
    text-align: center; }
    .block-cart-failed .actions .action {
      margin-bottom: 10px; }

@media only screen and (max-width: 639px) {
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px; }
  .column .block-addbysku .action.remove {
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400; }
    .column .block-addbysku .action.remove > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .column .block-addbysku .action.remove:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 40px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 1px 0 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .column .block-addbysku .action.remove:hover:before {
      color: inherit; }
    .column .block-addbysku .action.remove:active:before {
      color: inherit; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; } }

@media only screen and (min-width: 640px) {
  .column .block-addbysku .action.remove {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0;
    padding: 0;
    color: #2C3E50;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
    .column .block-addbysku .action.remove:visited {
      color: #1979c3;
      text-decoration: none; }
    .column .block-addbysku .action.remove:hover {
      color: #026BB7;
      text-decoration: underline; }
    .column .block-addbysku .action.remove:active {
      color: #026BB7;
      text-decoration: underline; }
    .column .block-addbysku .action.remove:hover {
      color: #026BB7; }
    .column .block-addbysku .action.remove:hover, .column .block-addbysku .action.remove:active, .column .block-addbysku .action.remove:focus {
      background: none;
      border: 0; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      color: #2C3E50;
      opacity: 0.5;
      cursor: default;
      pointer-events: none;
      text-decoration: underline; } }

@media only screen and (min-width: 768px) {
  .block-cart-failed .actions {
    text-align: left; }
  .block-cart-failed .actions.primary {
    float: right; } }

.payment-method-braintree .hosted-control {
  background: #f2f2f2;
  background-clip: padding-box;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 45px;
  line-height: 1.42857;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px; }
  .payment-method-braintree .hosted-control:focus {
    background: #fff;
    border: 1px solid #e5e5e5; }
  .payment-method-braintree .hosted-control:disabled {
    opacity: 0.5;
    background: #fff;
    border: 1px solid #c2c2c2; }
  .payment-method-braintree .hosted-control::-moz-placeholder {
    color: #c2c2c2; }
  .payment-method-braintree .hosted-control::-webkit-input-placeholder {
    color: #c2c2c2; }
  .payment-method-braintree .hosted-control:-ms-input-placeholder {
    color: #c2c2c2; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
    border-color: #006bb4; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
    border-color: #e02b27; }
    .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
      height: auto;
      opacity: 1; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
    border-color: #006400; }
  .payment-method-braintree .hosted-control.hosted-cid {
    width: 5rem; }
  .payment-method-braintree .hosted-control.hosted-date {
    float: left;
    margin-bottom: 7px;
    width: 6rem; }
    .payment-method-braintree .hosted-control.hosted-date:first-of-type {
      margin-right: 50px; }
      .payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
        content: '/';
        display: inline;
        padding-bottom: inherit;
        padding-top: inherit;
        position: absolute;
        right: -25px;
        top: 5px; }

.payment-method-braintree .field-tooltip {
  right: 0; }

.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0; }

.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center; }

.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block; }
  .braintree-paypal-account:before {
    background-image: url("../../frontend/Rigips/default/pl_PL/Magento_Braintree/images/paypal-small.png");
    background-position-x: 0;
    background-position-y: 0;
    line-height: 16px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    margin: ""; }
  .braintree-paypal-account:before {
    left: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%; }
  .braintree-paypal-account .payment-method-type {
    font-weight: 700; }
  .braintree-paypal-account .payment-method-description {
    color: #575757; }

.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }
  .action-braintree-paypal-logo:focus, .action-braintree-paypal-logo:active {
    background: none;
    border: none; }
  .action-braintree-paypal-logo:hover {
    background: none;
    border: none; }
  .action-braintree-paypal-logo.disabled, .action-braintree-paypal-logo[disabled],
  fieldset[disabled] .action-braintree-paypal-logo {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .action-braintree-paypal-logo img {
    margin: 0;
    width: 114px; }

.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0; }

.account .table .col.paypal-account img {
  vertical-align: middle; }

.account .table .col.paypal-account + .actions {
  vertical-align: middle; }

@media only screen and (min-width: 768px) {
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem; }
  .braintree-paypal-account {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%; }
  .account .table-credit-cards .col.actions {
    width: 100px; } }

.bundle-options-container {
  clear: both;
  margin-bottom: 40px; }
  .bundle-options-container .legend.title {
    color: #2c3e50;
    font-style: 1;
    font-weight: bold;
    line-height: 1.1;
    font-size: 3rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem; }
  .bundle-options-container .product-add-form {
    display: none; }
  .bundle-options-container .product-options-wrapper {
    margin-bottom: 30px; }
  .bundle-options-container .action.back {
    margin-bottom: 30px; }
  .bundle-options-container .price-box .price {
    font-size: 18px;
    font-weight: 700; }
  .bundle-options-container .block-bundle-summary {
    background: #026BB7;
    padding: 10px 20px; }
    .bundle-options-container .block-bundle-summary > .title > strong {
      color: #2c3e50;
      font-style: 1;
      font-weight: bold;
      line-height: 1.1;
      font-size: 3rem;
      margin-top: 2.5rem;
      margin-bottom: 2rem; }
    .bundle-options-container .block-bundle-summary .bundle-summary {
      margin-top: 30px; }
      .bundle-options-container .block-bundle-summary .bundle-summary.empty {
        display: none; }
      .bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
        color: #2c3e50;
        font-weight: bold;
        line-height: 1;
        font-size: 2.8rem;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
        display: block; }
    .bundle-options-container .block-bundle-summary .bundle.items > li {
      margin-bottom: 10px; }
    .bundle-options-container .block-bundle-summary .box-tocart .actions {
      display: inline-block;
      margin-bottom: 10px; }
    .bundle-options-container .block-bundle-summary .product-addto-links > .action {
      vertical-align: top; }
  .bundle-options-container .nested .field.qty {
    margin-top: 20px; }
    .bundle-options-container .nested .field.qty .label {
      font-weight: 400;
      margin: 0 0 5px;
      display: inline-block; }
  .bundle-options-container p.required {
    color: #e02b27; }
  .bundle-options-container .product-options-bottom {
    clear: left; }

@media only screen and (min-width: 768px) {
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%; }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%; }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper, .page-layout-2columns-left
  .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right
  .bundle-options-container .block-bundle-summary,
  .page-layout-3columns
  .bundle-options-container .block-bundle-summary {
    width: 48%; } }

.products {
  margin: 30px 0; }

.product-item {
  vertical-align: top; }
  .products-grid .product-item {
    display: inline-block;
    width: 50%; }
  .product-item-name {
    display: block;
    margin: 5px 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto; }
  .product-item-info {
    max-width: 100%;
    width: 152px; }
    .page-products .product-item-info {
      width: 240px; }
  .product-item-actions {
    display: none; }
    .product-item-actions .actions-secondary > .action:before {
      margin: 0; }
  .product-item-description {
    margin: 25px 0; }
  .product-item .product-reviews-summary .rating-summary {
    margin: 0 4px 0 0; }
  .product-item .product-reviews-summary .reviews-actions {
    font-size: 12px;
    margin-top: 5px;
    text-transform: lowercase; }
  .product-item .price-box {
    margin: 10px 0 25px; }
    .product-item .price-box .price {
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap; }
    .product-item .price-box .price-label {
      font-size: 12px; }
      .product-item .price-box .price-label:after {
        content: ':'; }
  .product-item .special-price .price,
  .product-item .minimal-price .price {
    font-size: 14px;
    font-weight: 700; }
  .product-item .special-price .price-wrapper,
  .product-item .minimal-price .price-wrapper {
    display: inline-block; }
  .product-item .special-price .price-including-tax + .price-excluding-tax,
  .product-item .minimal-price .price-including-tax + .price-excluding-tax {
    display: block; }
  .product-item .special-price {
    display: block; }
  .product-item .old-price .price {
    font-weight: 400; }
  .product-item .minimal-price .price-container {
    display: block; }
  .product-item .minimal-price-link {
    margin-top: 5px; }
    .product-item .minimal-price-link .price-label {
      color: #2C3E50;
      font-size: 14px; }
    .product-item .minimal-price-link .price {
      font-weight: 400; }
  .product-item .minimal-price-link,
  .product-item .price-excluding-tax,
  .product-item .price-including-tax {
    display: block;
    white-space: nowrap; }
  .product-item .price-from,
  .product-item .price-to {
    margin: 0; }
  .product-item .action.tocompare:before {
    content: ""; }
  .product-item .tocart {
    white-space: nowrap; }

.column.main .product-items {
  margin-left: -20px; }

.column.main .product-item {
  padding-left: 20px; }

.price-container .price {
  font-size: 14px; }

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px; }

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 11px; }

.price-container .weee:before {
  content: "(" attr(data-label) ": "; }

.price-container .weee:after {
  content: ')'; }

.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": "; }

.products-list .product-item {
  display: table;
  width: 100%; }
  .products-list .product-item-info {
    display: table-row; }
  .products-list .product-item-photo {
    display: table-cell;
    padding: 0 30px 30px 0;
    vertical-align: top;
    width: 1%; }
  .products-list .product-item-details {
    display: table-cell;
    vertical-align: top; }

@media only screen and (max-width: 639px) {
  .products-list .product-item {
    table-layout: fixed; }
    .products-list .product-item-photo {
      padding: 0 10px 10px 0;
      width: 30%; } }

@media only screen and (min-width: 640px) {
  .products-grid .product-item {
    margin-bottom: 30px; }
  .product-item-actions {
    display: block; }
    .products-grid .product-item-actions {
      margin: 10px 0; }
    .product-item-actions .actions-primary + .actions-secondary {
      display: table-cell;
      padding-left: 5px;
      white-space: nowrap;
      width: 50%; }
      .product-item-actions .actions-primary + .actions-secondary > * {
        white-space: normal; }
    .product-item-actions .actions-primary {
      display: table-cell; }
  .products-grid .product-item {
    width: 33.3333%; }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.3333%; } }

@media only screen and (min-width: 768px) {
  .page-products .products-grid .product-item {
    width: 33.3333%; }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%; }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%; } }

@media only screen and (min-width: 1024px) {
  .products-grid .product-item {
    width: 20%; }
  .page-layout-1column .products-grid .product-item {
    width: 16.6666%; }
  .page-layout-3columns .products-grid .product-item {
    width: 25%; }
  .page-products .products-grid .product-items {
    margin: 0; }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    width: 23.233%; }
    .page-products .products-grid .product-item:nth-child(4n + 1) {
      margin-left: 0; }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%; }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%; }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
      margin-left: 1%; }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
      margin-left: 0; } }

.page-products .columns {
  position: relative;
  z-index: 1; }

.toolbar-amount {
  display: block;
  line-height: 28px;
  margin: 0;
  padding: 8px 0 0; }
  .products.wrapper ~ .toolbar .toolbar-amount {
    display: none; }

.toolbar-products {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0 10px;
  text-align: center; }
  .toolbar-products .limiter {
    display: none; }
    .toolbar-products .limiter .control {
      display: inline-block; }

.sorter {
  padding: 4px 0 0; }
  .products.wrapper ~ .toolbar .sorter {
    display: none; }

.sorter-options {
  margin: 0 0 0 7px;
  width: auto; }

.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none; }
  .sorter-action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sorter-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 32px;
    color: #8f8f8f;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sorter-action:hover:before {
    color: #333; }

.sorter .sort-desc:before {
  content: ""; }

.modes {
  display: none; }

.limiter-options {
  margin: 0 5px 0 7px;
  width: auto; }

.limiter-label {
  font-weight: 400; }

.page-products .toolbar .limiter {
  display: none; }

@media only screen and (min-width: 768px) {
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1; }
  .products.wrapper ~ .toolbar .pages {
    float: left; }
  .toolbar-amount {
    float: left; }
  .sorter {
    float: right; }
  .modes {
    display: block;
    float: left;
    margin-right: 20px; }
    .products.wrapper ~ .toolbar .modes {
      display: none; }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #e5e5e5;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: block;
    text-decoration: none; }
    .modes-mode > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .modes-mode:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 26px;
      line-height: inherit;
      color: #7d7d7d;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .modes-mode:hover:before {
      color: #7d7d7d; }
    .modes-mode:not(.active):hover {
      color: #7d7d7d;
      background: #dedede; }
    .modes-mode:last-child {
      border-right: 1px solid #e5e5e5; }
    .modes-mode.active {
      color: #a6a6a6; }
  .mode-list:before {
    content: ""; }
  .limiter {
    float: right; }
    .products.wrapper ~ .toolbar .limiter {
      display: block; } }

.fotorama-stretch, .fotorama-focus-overlay:after, .fotorama__nav__frame:focus:after, .fotorama__html, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.fotorama-grab-cursor, .fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: grab; }

.fotorama-grabbing-cursor, .fotorama__grabbing * {
  cursor: move;
  cursor: grabbing; }

.fotorama-gpu, .fotorama__caption, .fotorama--fullscreen, .fotorama__wrap--css3 .fotorama__html, .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full, .fotorama__wrap--css3 .fotorama__nav, .fotorama__nav:before, .fotorama__nav:after, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__stage:before, .fotorama__stage:after, .fotorama__wrap--css3 .fotorama__stage__frame {
  transform: translateZ(0); }

.fotorama-focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame, .fotorama__zoom-in:focus,
.fotorama__zoom-out:focus {
  outline: 0; }

.fotorama-focus-overlay:after, .fotorama__nav__frame:focus:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: ''; }

.fotorama-transform-disabled, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__shaft {
  transform: none !important; }

.fotorama-transition-for-slide, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: unset;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1); }

.fotorama-no-select, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__wrap {
  -webkit-user-select: none;
          user-select: none; }

.fotorama-select, .fotorama__select {
  -webkit-user-select: text;
          user-select: text; }

.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=); }

.fotorama-auto-margin, .fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama-inline-block, .fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  display: inline;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.fotorama-hidden, .fotorama--hidden, .fotorama__load {
  position: absolute;
  top: -99999px;
  left: -99999px;
  z-index: -1000; }

.fotorama-visible {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  z-index: auto; }

.fotorama-no-tap, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.transitionDuration {
  transition-duration: 333ms; }

.transitionDurationZero {
  transition-duration: unset; }

.fotorama-sprite, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__thumb--icon, .fotorama__video-close, .fotorama__video-play, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out {
  background-image: url("../../frontend/Rigips/default/pl_PL/images/gallery.png");
  background-repeat: no-repeat; }

@media print {
  .fotorama-print-background, .fotorama-sprite, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__thumb--icon, .fotorama__video-close, .fotorama__video-play, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__thumb-border {
    background: none !important; } }

.fotorama__active {
  box-shadow: 0 0 0 transparent; }

.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__arr {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  box-sizing: border-box;
  z-index: 900;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out; }
  .fotorama__arr:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .fotorama__arr:active {
    background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__arr:focus {
    box-shadow: none; }
    .fotorama__arr:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__arr--prev {
    left: 0; }
    .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
      transform: translate3d(-120px, 0, 0); }
    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
      transform: translate3d(-120px, 0, 0); }
  .fotorama__arr--next {
    right: 0; }
    .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
      transform: translate3d(120px, 0, 0); }
    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
      transform: translate3d(120px, 0, 0); }
  .fotorama__arr--disabled {
    display: none;
    opacity: 0.1;
    pointer-events: none;
    cursor: default; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    opacity: 0; }
    .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
      opacity: 1; }
  .fotorama__wrap--video .fotorama__arr {
    opacity: 0 !important; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    display: none; }
    .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
      display: block; }
  .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr {
    display: none !important; }
  .fotorama__wrap--css3 .fotorama__arr:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color; }
  .fotorama__stage .fotorama__arr--shown {
    display: block !important; }
  .fotorama__stage .fotorama__arr--hidden {
    display: none !important; }

.fotorama__arr .fotorama__arr__arr {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  .ie9 .fotorama__arr .fotorama__arr__arr {
    margin: -40px 0 0 -40px; }

.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px; }

.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px; }

.fotorama__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  z-index: 12; }
  .fotorama__caption a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: fade(#000, 0.5); }
    .fotorama__caption a:hover {
      color: #000;
      border-color: fade(#000, 0.5); }
  .fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0; }
  .fotorama__wrap--video .fotorama__caption,
  .fotorama__wrap--no-captions .fotorama__caption {
    display: none; }

.fotorama__caption__wrap {
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #fff; }

.fotorama__dot {
  display: block;
  position: relative;
  top: 12px;
  left: 6px;
  width: 4px;
  height: 4px;
  border: 1px solid #858585;
  border-radius: 6px; }
  .fotorama__nav__frame--dot:focus .fotorama__dot {
    box-shadow: none; }
    .fotorama__nav__frame--dot:focus .fotorama__dot:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__nav__frame--thumb:focus .fotorama__dot:after,
  .fotorama__nav__frame--dot:focus .fotorama__dot:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .fotorama__active .fotorama__dot {
    background-color: #ff5501;
    border-color: #ff5501; }

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

.fotorama {
  min-width: 1px;
  overflow: hidden; }
  .fotorama--fullscreen {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background: #fff;
    z-index: 1000 !important; }

.fotorama__fullscreen {
  overflow: hidden;
  position: relative; }

.fotorama__fullscreen-icon {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-position: 0 0;
  cursor: pointer;
  z-index: 1000; }
  .fotorama__fullscreen-icon:focus {
    box-shadow: none; }
    .fotorama__fullscreen-icon:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama--fullscreen-icons .fotorama__fullscreen-icon {
    display: none; }
  .fotorama--fullscreen .fotorama__fullscreen-icon {
    display: inline-block;
    background-position: -80px 0; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0; }
    .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
      opacity: 1; }
  .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none; }
    .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
      display: block; }
  .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important; }
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    transform: translate3d(80px, -80px, 0); }
  .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    transform: translate3d(80px, -80px, 0) !important; }
  .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color; }
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-in-out; }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active {
      background-color: rgba(213, 213, 213, 0.5); }

.gallery-placeholder .loading-mask {
  position: static;
  padding: 0 0 50%; }

.gallery-placeholder .loader img {
  position: absolute; }

.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0; }

.fotorama__img {
  max-width: inherit;
  opacity: 0;
  border: none !important; }
  .fotorama__loaded .fotorama__img,
  .fotorama__error .fotorama__img {
    opacity: 1; }
  .fotorama__img--full {
    display: none; }
  .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    opacity: 0; }
  .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%); }
  .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    position: absolute;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%); }
  .fotorama__stage__frame .fotorama__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate3d(-50%, -50%, 0);
    transition-duration: 0.3s;
    transition-property: width, height, top, left; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
    display: none; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    max-height: inherit; }
  .fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
    display: none; }
    .fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
      display: block; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    display: block;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: default;
    transition: 0.3s linear; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
      max-width: none;
      max-height: none;
      cursor: pointer;
      transition-property: width, height, bottom, right, top, left; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
      cursor: move;
      transition-property: none; }
  .fotorama__product-video--loaded .fotorama__img,
  .fotorama__product-video--loaded .fotorama__img--full {
    display: none !important; }

.magnifier-thumb-wrapper {
  position: relative;
  display: block;
  top: 0;
  left: 0; }

.magnifier-lens {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border: solid 1px #bbb;
  z-index: 800; }

.magnifier-loader-text {
  margin-top: 10px; }

.magnifier-large {
  position: absolute;
  width: 32%;
  z-index: 100; }

.magnifier-preview {
  position: absolute;
  top: 215px;
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0; }
  .magnifier-preview:not(.hidden) {
    background-color: #fff; }
  .magnifier-preview img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: inherit; }

.magnify-lens {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  z-index: 1000; }

.magnify-opaque {
  opacity: 0.5; }

.magnify-hidden {
  display: none; }

.magnify-fullimage {
  display: none; }
  .fotorama__fullscreen .magnify-fullimage {
    display: inline-block; }

.fotorama__nav {
  position: relative;
  display: none;
  max-width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5; }
  .fotorama__nav--dots {
    display: block;
    text-align: center; }
  .fotorama__nav--thumbs {
    display: block; }
  .fotorama__nav:before, .fotorama__nav:after {
    position: absolute;
    display: block;
    content: '';
    text-decoration: none;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none; }
  .fotorama__nav:before {
    left: -10px;
    top: -10px; }
  .fotorama__nav:after {
    right: -10px;
    bottom: -10px; }
  .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__nav:after,
  .fotorama__wrap--no-shadows .fotorama__nav:before,
  .fotorama__wrap--no-shadows .fotorama__nav:after {
    display: none; }
  .fotorama__wrap--only-active .fotorama__nav {
    max-width: 99999px !important; }

.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0; }

.fotorama__nav__frame {
  position: relative;
  box-sizing: content-box; }
  .fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px; }
    .fotorama__nav--dots .fotorama__nav__frame--thumb {
      display: none; }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
      padding-right: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame--dot {
      display: none; }
  .fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
    width: 0;
    height: 0;
    border-width: 3px; }
    .fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
      top: -3px;
      left: -3px;
      padding: 3px; }
  .fotorama__nav__frame:focus {
    box-shadow: none; }
    .fotorama__nav__frame:focus :after {
      top: -1px;
      left: -1px;
      padding: 1px; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    display: block;
    padding-bottom: inherit !important; }

.fotorama__nav__shaft {
  position: relative;
  top: 0;
  left: 0;
  text-align: left; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    width: 100%;
    background-color: white; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__select {
  cursor: auto; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__nav.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after {
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  background-size: 1px 100%, 5px 100%; }

.fotorama__nav.fotorama__shadows--top:before, .fotorama__nav.fotorama__shadows--bottom:after,
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after {
  left: 0;
  right: 0;
  width: auto;
  height: 10px;
  background-size: 100% 1px, 100% 5px; }

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
  background-position: 0 0, 0 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
  background-position: 100% 0, 100% 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--top:before {
  top: 0;
  background-position: 0 0, 0 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--bottom:after,
.fotorama__stage.fotorama__shadows--bottom:after {
  bottom: 0;
  background-position: 0 100%, 0 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0); }

.fotorama__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  display: none;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 64px;
  width: 64px;
  margin: auto;
  background-image: url("../../frontend/Rigips/default/pl_PL/images/loader-1.gif");
  z-index: 100; }
  .fotorama__spinner--show {
    display: block; }
  .fotorama__wrap--css3 .fotorama__spinner {
    animation: spinner 24s infinite linear; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fotorama__stage {
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  .fotorama__stage:before, .fotorama__stage:after {
    position: absolute;
    display: block;
    content: '';
    background-repeat: no-repeat;
    pointer-events: none;
    text-decoration: none;
    z-index: 10; }
  .fotorama__stage:before {
    left: -10px;
    top: -10px; }
  .fotorama__stage:after {
    right: -10px;
    bottom: -10px; }
  .fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after,
  .fotorama__wrap--no-shadows .fotorama__stage:before,
  .fotorama__wrap--no-shadows .fotorama__stage:after,
  .fotorama__wrap--fade .fotorama__stage:before,
  .fotorama__wrap--fade .fotorama__stage:after {
    display: none; }
  .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important; }

.fotorama__stage__frame {
  overflow: hidden;
  text-align: center; }
  .fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl; }
  .fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important; }
  .fotorama__wrap--fade .fotorama__stage__frame {
    display: none; }
  .fotorama--fullscreen .fotorama__stage__frame iframe {
    left: 80px;
    width: calc(100% - 80px * 2); }
  .fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden; }

.fotorama__stage__shaft {
  position: relative; }
  .fotorama__stage__shaft:focus {
    box-shadow: none; }
    .fotorama__stage__shaft:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }

.fotorama__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ebebeb; }
  .fotorama__nav__frame:focus .fotorama__thumb {
    box-shadow: none;
    z-index: 2; }
    .fotorama__nav__frame:focus .fotorama__thumb:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      box-shadow: 0;
      border-radius: inherit;
      content: '';
      z-index: 1000; }
  .fotorama__nav__frame--thumb:focus .fotorama__thumb,
  .fotorama__nav__frame--dot:focus .fotorama__thumb {
    overflow: inherit; }
  .fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
    left: 1px; }
  .fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
    right: 1px; }
  .fotorama__thumb--icon {
    padding-bottom: 30px;
    font-size: 0.001px; }
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); }
      .ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .ie9
      .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
        margin: -15px 0 0 -15px; }
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
      margin: auto;
      width: 30px;
      transform: rotate(90deg); }
    .fotorama__thumb__arr--left .fotorama__thumb--icon {
      background-position: -25px -265px; }
    .fotorama__thumb__arr--right .fotorama__thumb--icon {
      background-position: -25px -350px; }

.fotorama__thumb-border {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 1px solid #ff5501;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 9; }
  .fotorama__nav--dots .fotorama__thumb-border {
    display: none; }

.fotorama__thumb__arr {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out; }
  .fotorama__thumb__arr:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .fotorama__thumb__arr:active {
    background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 1000;
    cursor: pointer; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: 0; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    right: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    cursor: pointer;
    z-index: 1000; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
    top: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    bottom: 0; }

.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px; }

.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px; }

.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px; }

.fotorama__video {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.fotorama__video-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  opacity: 0;
  z-index: 1000;
  cursor: pointer;
  background-position: -80px 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out; }
  .fotorama__fullscreen .fotorama__video-close {
    display: none; }
  .fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
    display: none; }
  .fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    top: 97px;
    right: 93px;
    opacity: 1; }
  .fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color; }
  @media all and (max-width: 768px) {
    .fotorama__video-close {
      top: 10px;
      width: 40px;
      height: 40px;
      background-position: -100px -20px; } }

.fotorama__video-play {
  width: 160px;
  height: 160px;
  background-position: -80px -160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  .fotorama__wrap--css2 .fotorama__video-play,
  .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none; }
  .fotorama__loaded .fotorama__video-play,
  .fotorama__error .fotorama__video-play,
  .fotorama__nav__frame .fotorama__video-play {
    display: block;
    opacity: 1; }
  .fotorama__nav__frame .fotorama__video-play {
    width: 80px;
    height: 80px;
    background-position: 0 -240px; }
  .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color; }

.fotorama__wrap {
  position: relative;
  direction: ltr;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  z-index: 0; }
  .fotorama--fullscreen .fotorama__wrap {
    max-width: 100% !important; }
  .fotorama__wrap--pan-y {
    touch-action: pan-y; }

.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
  z-index: 1000; }
  .fotorama__zoom-in:focus,
  .fotorama__zoom-out:focus {
    box-shadow: none; }
    .fotorama__zoom-in:focus:after,
    .fotorama__zoom-out:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
  .fotorama__zoom-out {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-in-out; }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__zoom-out:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__zoom-out:active {
      background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen
  .fotorama__zoom-out {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer; }
    .fotorama__fullscreen .fotorama__zoom-in--disabled, .fotorama__fullscreen
    .fotorama__zoom-out--disabled {
      display: none; }

.fotorama__fullscreen .fotorama__zoom-out {
  top: 80px;
  background-position: 0 -80px !important; }

.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0; }

.old-price,
.old.price {
  text-decoration: line-through; }

.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": "; }

.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')'; }

.prices-tier .price-container .weee[data-label] {
  display: inline; }
  .prices-tier .price-container .weee[data-label] .price {
    font-size: 1.1rem; }
  .prices-tier .price-container .weee[data-label]:before {
    content: " +" attr(data-label) ": "; }

.actual-price {
  font-weight: 700; }

.category-image .image {
  display: block;
  height: auto;
  max-width: 100%; }

.category-image,
.category-description {
  margin-bottom: 20px; }

.product-image-container {
  display: inline-block;
  max-width: 100%; }

.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.product.media .placeholder .photo.container {
  max-width: 100%; }

.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0; }

.product.media .product.thumbs {
  margin: 20px 0 30px; }

.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .product.media .items.thumbs > li {
    display: inline-block;
    vertical-align: top; }
  .product.media .items.thumbs .active {
    display: block;
    line-height: 1; }

.product.info.detailed {
  clear: both;
  margin-bottom: 30px; }
  .product.info.detailed .additional-attributes {
    width: auto; }
    .product.info.detailed .additional-attributes > thead > tr > td,
    .product.info.detailed .additional-attributes > tbody > tr > td,
    .product.info.detailed .additional-attributes > tfoot > tr > td {
      padding: 4px 5px 10px 5px; }
    .product.info.detailed .additional-attributes > thead > tr > th,
    .product.info.detailed .additional-attributes > tbody > tr > th,
    .product.info.detailed .additional-attributes > tfoot > tr > th {
      padding: 4px 30px 10px 0; }

.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857;
  margin-bottom: 10px; }

.product-info-main .stock.available, .product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top; }

.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d; }
  .product-info-main .product.attribute.sku > .value {
    display: inline-block;
    vertical-align: top;
    word-break: break-all; }
  .product-info-main .product.attribute.sku .type {
    margin-right: 5px; }

.product-info-main .product.attribute.overview {
  margin: 20px 0; }

.product-info-main .product.alert {
  margin: 10px 0; }

.product-info-main .price-box {
  margin-top: 10px; }

.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem; }

.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0; }

.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px; }

.product-options-wrapper .fieldset-product-options-inner.required .legend:after, .product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px; }

.product-options-wrapper .field .note {
  display: block; }

.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px; }
  .product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-main .price-box .weee + .price-excluding-tax .price,
  .product-info-main .price-box .weee .price,
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-options-bottom .price-box .weee + .price-excluding-tax .price,
  .product-options-bottom .price-box .weee .price {
    font-size: 1.2rem;
    font-weight: 700; }

.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700; }

.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap; }

.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0; }
  .product-info-main .special-price .price-container,
  .product-options-bottom .special-price .price-container {
    font-size: 1.4rem; }
  .product-info-main .special-price .price-label + .price-wrapper,
  .product-options-bottom .special-price .price-label + .price-wrapper {
    display: inline-block; }

.product-info-main .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': '; }

.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0; }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    padding-right: 15px; }
  .product-info-main .box-tocart .input-text.qty,
  .product-options-bottom .box-tocart .input-text.qty {
    height: 52px;
    text-align: center;
    width: 52px; }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    text-align: center; }

.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0; }

.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top; }

.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px; }
  .prices-tier .price-container {
    display: inline-block; }
  .prices-tier .price-including-tax,
  .prices-tier .price-excluding-tax,
  .prices-tier .weee {
    display: inline-block; }
    .prices-tier .price-including-tax .price,
    .prices-tier .price-excluding-tax .price,
    .prices-tier .weee .price {
      font-size: 1.4rem;
      font-weight: 700; }

.ui-dialog-titlebar-close {
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #2C3E50;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }
  .ui-dialog-titlebar-close:visited {
    color: #1979c3;
    text-decoration: none; }
  .ui-dialog-titlebar-close:hover {
    color: #026BB7;
    text-decoration: underline; }
  .ui-dialog-titlebar-close:active {
    color: #026BB7;
    text-decoration: underline; }
  .ui-dialog-titlebar-close:hover {
    color: #026BB7; }
  .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:active, .ui-dialog-titlebar-close:focus {
    background: none;
    border: 0; }
  .ui-dialog-titlebar-close.disabled, .ui-dialog-titlebar-close[disabled],
  fieldset[disabled] .ui-dialog-titlebar-close {
    color: #2C3E50;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

.block.related .action.select {
  margin: 0 5px; }

.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative; }

.sidebar .product-items .product-item-info {
  position: relative;
  width: auto; }
  .sidebar .product-items .product-item-info .product-item-photo {
    left: 0;
    position: absolute;
    top: 0; }

.sidebar .product-items .product-item-name {
  margin-top: 0; }

.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px; }

.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px; }

.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0; }

.sidebar .product-items .text {
  margin-right: 8px; }

.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap; }

.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0; }

.sidebar .product-items .minilist .weee:before {
  display: inline-block; }

.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0; }

.sidebar .product-items-images {
  margin-left: -5px; }
  .sidebar .product-items-images .product-item {
    float: left;
    padding-left: 5px; }

.sidebar .product-items-names .product-item {
  margin-bottom: 10px; }

.sidebar .product-items-names .product-item-name {
  margin: 0; }

@media only screen and (max-width: 767px) {
  .catalog-product-view .column.main {
    display: flex;
    flex-direction: column; }
  .catalog-product-view .product.media {
    order: -1; }
  .block.related .action.select {
    display: block;
    margin: 5px 0; }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none; } }

@media only screen and (min-width: 768px) {
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table; }
    .product-info-main .box-tocart .field.qty,
    .product-options-bottom .box-tocart .field.qty {
      display: table-cell; }
    .product-info-main .box-tocart .actions,
    .product-options-bottom .box-tocart .actions {
      display: table-cell;
      padding-top: 25px;
      text-align: center;
      vertical-align: bottom; }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px; }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto; }
  .sidebar .product-items .product-item-details {
    margin: 0; }
  .sidebar .product-items .product-item-actions {
    clear: left; } }

@media only screen and (min-width: 1440px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0; }
  .sidebar .product-items .product-item-details {
    margin-left: 85px; } }

@media only screen and (min-width: 768px) {
  .product-info-main {
    float: right; }
  .product.media {
    float: left;
    margin-bottom: 25px; }
  .page-layout-1column .product-info-main {
    width: 40%; }
  .page-layout-1column .product.media {
    width: 57%; }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%; }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%; } }

body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0; }

.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto; }

.table-comparison {
  table-layout: fixed; }
  .table-comparison .cell.label,
  .table-comparison td:last-child {
    border-right: 1px solid #d1d1d1; }
  .table-comparison .cell {
    padding: 15px;
    width: 140px; }
    .table-comparison .cell .attribute.value {
      overflow: hidden;
      width: 100%; }
    .table-comparison .cell.product.info, .table-comparison .cell.product.label {
      border-bottom: 1px solid #d1d1d1; }
    .table-comparison .cell.label .attribute.label {
      display: block;
      width: 100%;
      word-wrap: break-word; }
    .table-comparison .cell.attribute {
      font-size: 1.3rem; }
      .table-comparison .cell.attribute img {
        height: auto;
        max-width: 100%; }
  .table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 15px; }
  .table-comparison .product-image-photo {
    margin-left: 0; }
  .table-comparison .product-item-actions,
  .table-comparison .price-box,
  .table-comparison .product.rating,
  .table-comparison .product-item-name {
    display: block;
    margin: 15px 0; }
  .table-comparison .product-addto-links {
    margin-top: 15px; }
    .table-comparison .product-addto-links .action.split,
    .table-comparison .product-addto-links .action.toggle {
      line-height: 1.2rem;
      padding: 5px 8px;
      font-size: 1.1rem; }
    .table-comparison .product-addto-links .action.toggle {
      padding: 0; }
  .table-comparison .cell.remove {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right; }
  .table-comparison .product-item-actions > .actions-primary + .actions-secondary {
    margin-top: 10px; }
  .table-comparison .action.tocart {
    white-space: nowrap; }

.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2; }

.block-compare .product-item .product-item-name {
  margin-left: 22px; }

.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0; }

.block-compare .actions-toolbar {
  margin: 17px 0 0; }

.catalog-category-view .breadcrumbs,
.catalog-category-view .nav-sections {
  margin-bottom: 0; }

.catalog-category-view .column.main {
  padding-bottom: 0; }

.listing-index-index .nav-sections {
  margin-bottom: 0; }

.listing-index-index .column.main {
  padding-bottom: 0; }

.listing {
  display: flex; }
  .listing__aside {
    background: #2C3E50;
    flex: 1 1 25%; }
  .listing__content {
    flex: 1 1 75%;
    padding-bottom: 40px; }
  .listing__nav li,
  .listing__nav ul {
    margin: 0;
    padding: 0; }
  .listing__nav a {
    color: #fff;
    display: block; }
    .listing__nav a:hover, .listing__nav a:focus {
      text-decoration: none; }
  .listing__nav .submenu {
    display: none; }
  .listing__nav .active > .submenu,
  .listing__nav .has-active > .submenu {
    display: block; }
  .listing__nav .category-item.level-top {
    font-weight: 500;
    margin: 0;
    text-transform: uppercase; }
    .listing__nav .category-item.level-top > a,
    .listing__nav .category-item.level-top > div > a {
      align-items: center;
      background-color: #2C3E50;
      border-bottom: 1px solid #212f3c;
      box-sizing: border-box;
      display: flex;
      height: 50px;
      text-decoration: none;
      justify-content: flex-start;
      overflow: hidden;
      padding: 20px 25px;
      width: 100%; }
      .listing__nav .category-item.level-top > a.is-sticky,
      .listing__nav .category-item.level-top > div > a.is-sticky {
        position: fixed;
        z-index: 2; }
    .listing__nav .category-item.level-top.active, .listing__nav .category-item.level-top.has-active, .listing__nav .category-item.level-top:hover, .listing__nav .category-item.level-top:focus {
      text-decoration: none; }
      .listing__nav .category-item.level-top.active > a,
      .listing__nav .category-item.level-top.active > div > a, .listing__nav .category-item.level-top.has-active > a,
      .listing__nav .category-item.level-top.has-active > div > a, .listing__nav .category-item.level-top:hover > a,
      .listing__nav .category-item.level-top:hover > div > a, .listing__nav .category-item.level-top:focus > a,
      .listing__nav .category-item.level-top:focus > div > a {
        background-color: #026BB7; }
    .listing__nav .category-item.level-top > .submenu {
      background-color: #f2f2f2;
      padding: 20px 0; }
  .listing__nav .category-item > .submenu a {
    color: #212f3c;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    padding: 7px 25px 7px 45px;
    position: relative;
    text-decoration: none; }
    .listing__nav .category-item > .submenu a:before {
      content: "";
      font-family: "Ionicons";
      font-size: 12px;
      font-weight: normal;
      left: 30px;
      position: absolute;
      top: 7px; }
  .listing__nav .category-item > .submenu .submenu {
    padding-left: 18px; }
    .listing__nav .category-item > .submenu .submenu .submenu {
      padding-left: 20px; }
      .listing__nav .category-item > .submenu .submenu .submenu .submenu {
        padding-left: 30px; }
  .listing__nav .category-item > .submenu .category-item.has-active > a, .listing__nav .category-item > .submenu .category-item.active > a {
    color: #026BB7; }
  .listing__category-items {
    margin: 0 20px; }
    .listing__category-items ul {
      padding: 0;
      margin: 0;
      padding-top: 10px; }
    .listing__category-items li {
      list-style: none; }
    .listing__category-items a {
      display: flex;
      align-items: center;
      padding: 0 15px;
      text-decoration: none;
      position: relative; }
    .listing__category-items .grouped-product-expand-arrow {
      cursor: pointer;
      align-items: center;
      background-color: transparent;
      border: 0;
      display: flex;
      font-size: 0;
      height: 50px;
      justify-content: center;
      padding: 0;
      width: 50px; }
      .listing__category-items .grouped-product-expand-arrow:after {
        content: "";
        font-family: "Ionicons";
        font-size: 12px;
        font-weight: normal; }
    .listing__category-items .active .grouped-product-expand-arrow::after {
      content: ""; }
    .listing__category-items p {
      font-size: 12px;
      margin: 0; }
  .listing__category-row {
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px 0;
    position: relative; }
    .listing__category-row > div {
      flex: 1 1 100%;
      width: 100%; }
    .listing__category-row > .loading-mask {
      display: none;
      top: 0;
      bottom: auto;
      height: 90px;
      width: 100%;
      position: absolute; }
      .listing__category-row > .loading-mask .loader {
        position: absolute;
        top: 8px; }
    .listing__category-row.pending > .loading-mask {
      display: flex; }
  .listing__category-image {
    margin-right: 20px;
    max-height: 75px;
    max-width: 75px;
    padding: 10px 0; }
  .listing__category-heading {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    padding: 0; }
  .listing__products-row {
    margin: 0; }
  .listing .promotion {
    position: relative;
    vertical-align: top;
    width: 100%; }
    .listing .promotion__label {
      color: #2C3E50;
      background: #f8c623;
      padding: 1px 5px;
      font-size: 10px;
      font-weight: normal;
      left: 10px;
      position: absolute;
      top: 0; }
  .listing .spinner-input {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin: 0 -5px;
    padding: 2px; }
    .listing .spinner-input > input {
      background-color: transparent;
      border: none;
      font-size: 10px;
      height: 30px;
      outline: none;
      padding: 0;
      text-align: center;
      width: calc(100% - 26px); }
      @media only screen and (min-width: 1024px) {
        .listing .spinner-input > input {
          font-size: 14px; } }
      .listing .spinner-input > input:active, .listing .spinner-input > input:focus, .listing .spinner-input > input:hover {
        background-color: #fff;
        border: 0;
        outline: none; }
    .listing .spinner-input button, .listing .spinner-input .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .listing .spinner-input .actions-toolbar > .action, .listing .spinner-input .action-gift {
      background-color: transparent;
      border: none;
      color: #2C3E50;
      display: inline-block;
      font-size: 12px;
      padding: 0; }
      .listing .spinner-input button:first-child, .listing .spinner-input .cart.table-wrapper .actions-toolbar > .action:first-child, .cart.table-wrapper .listing .spinner-input .actions-toolbar > .action:first-child, .listing .spinner-input .action-gift:first-child, .listing .spinner-input button:last-child, .listing .spinner-input .cart.table-wrapper .actions-toolbar > .action:last-child, .cart.table-wrapper .listing .spinner-input .actions-toolbar > .action:last-child, .listing .spinner-input .action-gift:last-child {
        border-radius: 50%;
        height: 16px;
        width: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 9px; }
      .listing .spinner-input button:first-child, .listing .spinner-input .cart.table-wrapper .actions-toolbar > .action:first-child, .cart.table-wrapper .listing .spinner-input .actions-toolbar > .action:first-child, .listing .spinner-input .action-gift:first-child {
        background: #EB5757; }
      .listing .spinner-input button:last-child, .listing .spinner-input .cart.table-wrapper .actions-toolbar > .action:last-child, .cart.table-wrapper .listing .spinner-input .actions-toolbar > .action:last-child, .listing .spinner-input .action-gift:last-child {
        background: #2CB600; }
    .listing .spinner-input input {
      height: 35px; }
  .listing .active-cart-prices::before {
    right: 18px; }
  .listing .cart-products-table-body-row > td:not(:first-child) {
    padding: 30px 10px; }
  .listing .active-cart-prices td:nth-child(odd),
  .listing .active-cart-prices th:nth-child(odd) {
    background: #f2f2f2;
    text-align: center; }
  .listing .active-cart-prices td:nth-child(even),
  .listing .active-cart-prices th:nth-child(even) {
    background: #fff;
    padding-right: 10px; }
  .listing .active-cart-prices th:first-child, .listing .active-cart-prices th:last-child {
    width: 25%; }
  .listing .active-cart-prices th:nth-child(2) {
    width: 50%; }
  .listing .active-cart-prices td:nth-child(2) {
    text-align: left; }
  .listing .active-cart-prices::after {
    content: "";
    border-color: transparent transparent #f2f2f2 transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    height: 0;
    position: absolute;
    right: calc(12.5% - 10px);
    top: -9px;
    width: 0; }
  .listing .active-cart-prices .icon {
    height: 14px;
    padding-right: 5px;
    vertical-align: middle; }
  .listing .active-cart-prices .address {
    padding-left: 30px;
    position: relative; }
    .listing .active-cart-prices .address::before {
      content: "";
      font-family: "Ionicons";
      font-size: 25px;
      font-weight: normal;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .listing .collapsible {
    cursor: pointer; }
  .listing .field.required label::after {
    content: ""; }
  .listing .cart-products-table .quote-item-name .quote-item-counter {
    display: none; }

.listing__content--categories {
  padding: 20px; }
  .listing__content--categories .listing__title {
    padding-left: 0; }

.simple-products-list {
  margin: 20px; }

.page-products .page-wrapper .columns {
  z-index: 10; }

.cart-products-table .ui-select-container .ui-select-match span {
  color: #2C3E50; }

.cart-products-table__details > li {
  font-size: 13px;
  color: #2C3E50;
  margin-top: 0;
  margin-bottom: 0; }
  .cart-products-table__details > li span.cat {
    font-weight: bold; }
  .cart-products-table__details > li strong {
    font-weight: 700; }

.cart-products-table__details .product-attributes__list {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background-color: #ffffff;
  z-index: 12;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 4px 4px 12px 4px; }
  .cart-products-table__details .product-attributes__list > li {
    color: #000000;
    display: block;
    font-size: 14px;
    padding: 4px; }
    .cart-products-table__details .product-attributes__list > li strong {
      font-weight: 700; }

.listing-item-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.listing-prices-from-active-cart {
  margin-bottom: 7px;
  float: right;
  margin-right: 10px !important;
  padding: 5px 15px !important; }

.catalog-category-view .page-title-wrapper {
  margin-bottom: 10px;
  padding: 20px;
  position: relative; }
  .catalog-category-view .page-title-wrapper::after {
    background-color: #e5e5e5;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%; }

.catalog-category-view .page-title {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0; }

.catalog-category-view .sidebar {
  padding-right: 0; }

.simple-product-container .additional {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px; }
  .simple-product-container .additional .prices-from-active-cart-action {
    padding-right: 25px; }

.listing-product-toolbar {
  vertical-align: bottom;
  position: relative;
  height: 210px; }
  .listing-product-toolbar .loading-mask {
    position: absolute; }
    .listing-product-toolbar .loading-mask .loader {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.listing-product-hidden {
  display: none; }

.product-card-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 12px; }

.catalog-product-view .page-main {
  padding-left: 0;
  padding-right: 0; }

.catalog-product-view .page-wrapper .breadcrumbs {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0; }

.column.main .products-carousel .product-items {
  margin-left: 0; }

.column.main .products-carousel .slick-list {
  margin: 0 -20px; }

.column.main .products-carousel .product-item {
  margin: 0 20px;
  padding: 0;
  width: 25%; }

.column.main .products-carousel .product-image-container {
  width: 100% !important; }

.column.main .block .block-title {
  margin: 30px 0; }
  .column.main .block .block-title strong {
    color: #2C3E50;
    font-size: 24px;
    font-weight: 400; }

.product-view {
  background-color: #f2f2f2;
  display: flex;
  min-height: 440px; }

.product-description {
  flex: 1 1 58%;
  padding: 10px; }
  .product-description__title {
    font-weight: 400;
    font-size: 25px;
    margin: 30px 0; }
  .product-description__heading {
    margin-bottom: 15px; }
  .product-description__text {
    color: #2C3E50;
    font-size: 12px;
    line-height: 2em; }
  .product-description__questions {
    margin-top: 50px;
    background-color: #f2f2f2; }
    .product-description__questions:hover {
      text-decoration: none; }

.product-image-box {
  display: flex;
  flex: 1 1 42%;
  overflow: hidden;
  padding: 20px; }
  .product-image-box.is-loading::before {
    display: none !important; }

.products-carousel .slick-prev,
.products-carousel .slick-next {
  bottom: auto;
  top: 65px;
  transform: rotate(-90deg); }

.products-carousel .slick-prev {
  left: 0; }

.products-carousel .slick-next {
  left: auto;
  right: 0; }

.products-carousel .product-item-info {
  width: 100%; }

.products-carousel .product-item-photo {
  border: 1px solid #e5e5e5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .products-carousel .product-item-photo img {
    margin: 0 auto; }

.products-carousel .product-item-name {
  margin-top: 15px;
  min-height: 30px; }
  .products-carousel .product-item-name a {
    color: #666666;
    font-size: 14px;
    font-weight: 400; }

.products-carousel .categories-link {
  margin-top: 10px; }
  .products-carousel .categories-link a {
    color: #2C3E50;
    display: inline-block;
    font-weight: 500; }
    .products-carousel .categories-link a span {
      font-size: 11px;
      margin-left: 5px; }

.product-gallery {
  flex: 1 1 84%;
  height: 373px; }
  .product-gallery--thumbnails {
    display: flex;
    flex: 1 1 16%;
    height: 373px;
    position: relative; }
    .product-gallery--thumbnails .slick-next {
      bottom: 0;
      top: auto; }
    .product-gallery--thumbnails .slick-prev,
    .product-gallery--thumbnails .slick-next {
      left: calc(50% - 10px); }
  .product-gallery__thumb {
    background-color: #fff;
    margin-bottom: 15px; }
    .product-gallery__thumb img {
      width: 100%; }
    .product-gallery__thumb.slick-current img {
      outline: 1px solid #026BB7; }
  .product-gallery .product-slider {
    flex: 1 1 80%;
    margin-left: 15px;
    margin-bottom: 0;
    opacity: 0;
    transition: 0.3s opaicty; }
    .product-gallery .product-slider.slick-initialized {
      opacity: 1; }
    .product-gallery .product-slider figure {
      align-items: center;
      background-color: #fff;
      display: flex;
      justify-content: center;
      height: 373px;
      margin: 0; }

.nav-slider {
  height: 373px;
  opacity: 0;
  transition: 0.3s opaicty; }
  .nav-slider.slick-initialized {
    opacity: 1; }

.product-data {
  margin-right: 2rem; }
  .product-data a {
    color: inherit; }
  .product-data__nav {
    display: flex;
    margin-top: 15px;
    padding: 0; }
  .product-data__tab {
    border: 1px solid #e5e5e5;
    border-right: 0;
    font-weight: 500;
    line-height: 60px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 25%; }
    .product-data__tab:first-child {
      border-left: 0; }
    .product-data__tab.active {
      background-color: #026BB7;
      color: #fff; }
      .product-data__tab.active::after {
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #026BB7 transparent transparent transparent;
        bottom: -10px;
        content: "";
        height: 0;
        left: calc(50% - 10px);
        position: absolute;
        width: 0; }
  .product-data__content {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0; }
  .product-data .cart-products-table.offer th {
    font-size: 10px; }
  .product-data .cart-products-table.offer th,
  .product-data .cart-products-table.offer td {
    width: 8%; }
    .product-data .cart-products-table.offer th:first-child:not(.offer-product-holder), .product-data .cart-products-table.offer th:first-child:not(.prices-from-active-cart-holder),
    .product-data .cart-products-table.offer td:first-child:not(.offer-product-holder),
    .product-data .cart-products-table.offer td:first-child:not(.prices-from-active-cart-holder) {
      width: 25%; }
  .product-data .cart-products-table.offer .offer-product-holder {
    padding: 0;
    border: 0; }
  .product-data .cart-products-table.offer select {
    font-size: 12px;
    margin-top: 8px; }
  .product-data .cart-products-table.offer p {
    margin: 0;
    padding: 0; }
  .product-data .cart-products-table.offer .cart-products-table__image {
    padding: 10px; }
  .product-data .cart-products-table.offer .field {
    margin-top: 5px; }
  .product-data .cart-products-table.offer .tocart {
    margin: 23px 0 10px;
    font-size: 13px; }
    .product-data .cart-products-table.offer .tocart span {
      padding: 12px 14px; }
  .product-data .cart-products-table.offer td.table-nested-cell {
    padding: 0; }
  .product-data .cart-products-table.offer .item-details {
    padding: 20px;
    vertical-align: top; }
    .product-data .cart-products-table.offer .item-details__content {
      display: flex;
      padding: 0; }
  .product-data .cart-products-table.offer .additional {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px; }
  .product-data .field label:after {
    content: ""; }

.cart-products-table.technical-data th {
  padding: 10px;
  white-space: nowrap; }

.cart-products-table.technical-data td {
  padding: 10px; }

.cart-products-table.technical-data .small {
  font-size: 10px; }

.downloads {
  margin: 0 auto;
  width: 50%; }
  .downloads ul {
    display: block;
    margin: 0;
    padding: 0; }
    .downloads ul li {
      display: block; }
  .downloads__heading {
    padding-top: 10px; }
  .downloads__file {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 10px 30px 25px;
    position: relative;
    margin-bottom: 25px; }
    .downloads__file::before {
      content: "";
      background-image: url(../../frontend/Rigips/default/pl_PL/images/pdf.png);
      background-repeat: no-repeat;
      background-position-x: center;
      height: 20px;
      left: 0;
      position: absolute;
      width: 20px; }
    .downloads__file::after {
      content: "";
      background-image: url(../../frontend/Rigips/default/pl_PL/images/download.svg);
      background-repeat: no-repeat;
      background-position-x: center;
      height: 20px;
      position: absolute;
      right: 0;
      width: 20px; }
    .downloads__file:active, .downloads__file:hover, .downloads__file:focus {
      color: #026BB7;
      text-decoration: none; }

.all-prices.cart-products-table.grid-list th {
  padding: 15px 15px 15px 5px;
  position: relative;
  text-align: center; }
  .all-prices.cart-products-table.grid-list th:first-child, .all-prices.cart-products-table.grid-list th:last-child {
    width: 20%; }
  .all-prices.cart-products-table.grid-list th:nth-child(2) {
    width: 40%; }
  .all-prices.cart-products-table.grid-list th:nth-child(3), .all-prices.cart-products-table.grid-list th:nth-child(4) {
    width: 10%; }

.all-prices.cart-products-table.grid-list td {
  padding: 15px; }

.all-prices__title {
  font-size: 10px;
  margin: 0; }

.all-prices .grid-list__spinners {
  top: 50%;
  transform: translateY(-50%); }
  .all-prices .grid-list__spinners button, .all-prices .grid-list__spinners .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .all-prices .grid-list__spinners .actions-toolbar > .action, .all-prices .grid-list__spinners .action-gift {
    background-color: transparent; }

.all-prices__icon {
  margin: 0;
  padding-left: 25px;
  position: relative;
  text-align: left; }
  .all-prices__icon::before {
    content: "";
    height: 20px;
    line-height: 20px;
    left: 0;
    position: absolute;
    width: 20px; }
  .all-prices__icon.discount::before {
    background-image: url("../../frontend/Rigips/default/pl_PL/images/percentage-icon.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%); }
  .all-prices__icon.address::before {
    content: "\f455";
    font-family: "Ionicons";
    font-size: 25px; }
  .all-prices__icon.terms::before {
    background-image: url("../../frontend/Rigips/default/pl_PL/images/terms.png");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%); }

.product-card-simple-product-table {
  border: 0;
  margin: 0;
  width: 1280px; }
  .product-card-simple-product-table__actions {
    display: flex;
    justify-content: space-between; }
    .product-card-simple-product-table__actions > div:first-child {
      flex: 1 1 75%; }
    .product-card-simple-product-table__actions > div:last-child {
      flex: 1 1 25%;
      margin-left: auto; }
    .product-card-simple-product-table__actions .primary.action {
      height: 44px;
      display: flex;
      align-items: center; }
      .product-card-simple-product-table__actions .primary.action .icon {
        font-size: 30px;
        margin-right: 10px; }

.active-cart-prices {
  margin-bottom: 0;
  position: relative; }
  .active-cart-prices::before {
    content: "";
    border-color: transparent transparent #e5e5e5 transparent;
    border-style: solid;
    border-width: 0 12px 13px 12px;
    height: 0;
    position: absolute;
    right: 27px;
    top: -12px;
    width: 0; }

.prices-from-active-cart-action {
  cursor: pointer;
  align-items: center;
  color: #2C3E50;
  display: flex;
  margin-right: 30px;
  padding: 0 25px 0 20px;
  position: relative; }
  .prices-from-active-cart-action:after {
    content: "";
    font-family: "Ionicons";
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2px; }
  .prices-from-active-cart-action.open::after {
    content: ""; }
  .prices-from-active-cart-action:active, .prices-from-active-cart-action:hover, .prices-from-active-cart-action:focus {
    color: #026BB7;
    text-decoration: none; }

.prices-from-active-cart-empty-column {
  position: relative; }
  .prices-from-active-cart-empty-column::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -2px; }

.cms-index-index .page-main {
  padding-left: 10px;
  padding-right: 10px; }
  .cms-index-index .page-main > .page-title-wrapper .page-title {
    display: none; }

.cms-index-index .products-carousel {
  margin-top: 15px;
  margin-bottom: 15px; }
  .cms-index-index .products-carousel .block.widget .products-grid .product-item {
    margin: 0 !important;
    padding: 0 20px;
    width: 25%; }
  .cms-index-index .products-carousel .block.widget .products-grid .product-item-actions {
    display: none; }
  .cms-index-index .products-carousel .block.widget .products-grid .price-box {
    display: none; }
  .cms-index-index .products-carousel .block.widget .products-grid .slick-list {
    margin: 0 -20px; }
  .cms-index-index .products-carousel .block.widget .products-grid .widget-product-grid {
    opacity: 0;
    transition: .3s opacity; }
    .cms-index-index .products-carousel .block.widget .products-grid .widget-product-grid.slick-initialized {
      opacity: 1; }
  .cms-index-index .products-carousel + .block-category-link {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center; }

.block-category-event {
  background: #f0f0f0;
  color: #2C3E50;
  padding: 10px 0 15px;
  text-align: center; }
  .block-category-event.block:last-child {
    margin-bottom: 10px; }
  .block-category-event .block-title {
    margin: 0 0 10px; }
    .block-category-event .block-title strong {
      font-size: 1.5rem;
      font-weight: 300; }
  .block-category-event .ticker {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .block-category-event .ticker li {
      display: none;
      margin: 0 15px; }
    .block-category-event .ticker .value {
      font-size: 1.8rem;
      font-weight: 300; }
    .block-category-event .ticker .label {
      font-size: 1rem;
      display: block;
      text-transform: lowercase; }
  .block-category-event .dates {
    display: table;
    margin: 0 auto; }
    .block-category-event .dates .start,
    .block-category-event .dates .end {
      display: table-cell;
      vertical-align: top; }
    .block-category-event .dates .date {
      font-size: 1.8rem; }
    .block-category-event .dates .time {
      display: block; }
    .block-category-event .dates .start {
      padding-right: 40px;
      position: relative; }
      .block-category-event .dates .start:after {
        font-size: 1.8rem;
        content: '\2013';
        display: block;
        position: absolute;
        right: 15px;
        top: 0; }

@media only screen and (min-width: 768px) {
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px; }
  .block-category-event .block-title {
    margin: 0; }
    .block-category-event .block-title strong {
      font-size: 2.4rem; }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px; }
  .block-category-event .ticker .value {
    font-size: 6rem; }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none; }
  .block-category-event .dates .date {
    font-size: 5rem; }
  .block-category-event .dates .start {
    padding-right: 50px; }
    .block-category-event .dates .start:after {
      font-size: 5rem;
      right: 10px; } }

.block-search {
  float: left;
  width: 45.83333%; }
  .block-search .action.search {
    height: 45px;
    padding: 0;
    right: 0;
    background: #026BB7;
    width: 45px;
    display: inline-block;
    text-decoration: none; }
    .block-search .action.search:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: inherit;
      color: #fff;
      content: "";
      font-family: "Ionicons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .block-search .action.search:disabled {
      background: #999999; }
    .block-search .action.search:hover {
      background: #2C3E50;
      color: #fff; }

.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px; }
  .cart-summary > .title {
    display: block;
    color: #2c3e50;
    font-weight: bold;
    line-height: 1;
    font-size: 2.8rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem; }
  .cart-summary .block {
    margin-bottom: 0; }
    .cart-summary .block .item-options {
      margin-left: 0; }
    .cart-summary .block .fieldset {
      margin: 15px 0 25px 5px; }
      .cart-summary .block .fieldset .field {
        margin: 0 0 10px; }
        .cart-summary .block .fieldset .field.note {
          font-size: 12px; }
      .cart-summary .block .fieldset .methods .field > .label {
        display: inline; }

.cart-totals {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px; }
  .cart-totals .table-wrapper {
    margin-bottom: 0;
    overflow: inherit; }

.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #e5e5e5; }

.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #e5e5e5;
  position: relative; }

.cart.table-wrapper .col {
  padding-top: 20px; }
  .cart.table-wrapper .col.qty .input-text {
    margin-top: -5px; }

.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal; }

.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative; }

.cart.table-wrapper .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px; }
  .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .actions-toolbar > .action:focus {
    text-decoration: none; }
  .cart.table-wrapper .actions-toolbar > .action:last-child {
    margin-right: 0; }

.cart.table-wrapper .action.help.map {
  font-weight: 400; }

.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%; }

.cart.table-wrapper .product-item-details {
  white-space: normal; }

.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px; }

.cart.table-wrapper .gift-registry-name-label:after {
  content: ':'; }

.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px; }

.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px; }

.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px; }

.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center; }
  .cart-container .checkout-methods-items .action.primary {
    width: 100%; }
  .cart-container .checkout-methods-items .item + .item {
    margin-top: 20px; }

.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center; }

.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center; }
  .cart-products-toolbar .pages .items > .item {
    border-bottom: 0; }

.cart-products-toolbar-top {
  border-bottom: 1px solid #e5e5e5; }

.block.crosssell {
  margin-top: 70px; }

.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block; }

.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.price,
.order-items.table-wrapper .col.qty,
.order-items.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.msrp {
  text-align: right; }

@media only screen and (max-width: 767px) {
  .cart.table-wrapper {
    overflow: inherit; }
    .cart.table-wrapper thead .col:not(.item) {
      display: none; }
    .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
      box-sizing: border-box;
      display: block;
      float: left;
      text-align: center;
      white-space: nowrap;
      width: 33%; }
      .cart.table-wrapper .col.qty:before, .cart.table-wrapper .col.price:before, .cart.table-wrapper .col.subtotal:before, .cart.table-wrapper .col.msrp:before {
        content: attr(data-th) ":";
        display: block;
        font-weight: 700;
        padding-bottom: 10px; }
    .cart.table-wrapper .col.msrp {
      white-space: normal; }
    .cart.table-wrapper .item .col.item {
      padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .cart-container .widget {
    float: left; }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%; }
    .column.main .cart-summary .actions-toolbar > .secondary {
      float: none; }
    .cart-summary .block .fieldset .field {
      margin: 0 0 20px;
      margin: 0 0 10px; }
      .cart-summary .block .fieldset .field:not(.choice) > .label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0; }
      .cart-summary .block .fieldset .field:not(.choice) > .control {
        float: none;
        width: auto; }
      .cart-summary .block .fieldset .field > .label {
        margin: 0 0 5px;
        display: inline-block; }
      .cart-summary .block .fieldset .field.choice:before, .cart-summary .block .fieldset .field.no-label:before {
        display: none; }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto; }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px; }
  .cart.table-wrapper .item-actions td {
    text-align: right; }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%; }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%; }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left; }
  .cart .action {
    margin-bottom: 10px; }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0; }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px; }
    .cart-products-toolbar .pages .item:last-child {
      margin-right: 0; }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px; }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px; } }

.block-minicart .items-total {
  float: left;
  margin: 0 10px; }
  .block-minicart .items-total .count {
    font-weight: 700; }

.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right; }

.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700; }

.block-minicart .subtitle {
  display: none; }
  .block-minicart .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center; }

.block-minicart .text.empty {
  text-align: center; }

.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center; }
  .block-minicart .block-content > .actions > .primary {
    margin: 0 10px 15px; }
    .block-minicart .block-content > .actions > .primary .action.primary {
      display: block;
      margin-bottom: 15px;
      width: 100%; }
      .block-minicart .block-content > .actions > .primary .action.primary:last-child {
        margin-bottom: 0; }

.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center; }

.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right; }
  .minicart-wrapper:before, .minicart-wrapper:after {
    content: '';
    display: table; }
  .minicart-wrapper:after {
    clear: both; }
  .minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .minicart-wrapper .action.showcart:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 35px;
      line-height: 33px;
      color: #8f8f8f;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-wrapper .action.showcart:hover:before {
      color: #333; }
    .minicart-wrapper .action.showcart:active:before {
      color: #8f8f8f; }
    .minicart-wrapper .action.showcart.active {
      display: inline-block;
      text-decoration: none; }
      .minicart-wrapper .action.showcart.active:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 35px;
        line-height: 33px;
        color: #8f8f8f;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .minicart-wrapper .action.showcart.active:hover:before {
        color: #333; }
      .minicart-wrapper .action.showcart.active:active:before {
        color: #8f8f8f; }
  .minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .minicart-wrapper .block-minicart li {
      margin: 0; }
      .minicart-wrapper .block-minicart li:hover {
        cursor: pointer; }
    .minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .minicart-wrapper .block-minicart:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .minicart-wrapper .block-minicart:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .minicart-wrapper .block-minicart:before {
      left: 10px;
      top: -12px; }
    .minicart-wrapper .block-minicart:after {
      left: 9px;
      top: -14px; }
  .minicart-wrapper.active {
    overflow: visible; }
    .minicart-wrapper.active .block-minicart {
      display: block; }
  .minicart-wrapper .block-minicart {
    padding: 25px 20px;
    right: 0;
    width: 320px;
    z-index: 101; }
    .minicart-wrapper .block-minicart .block-title {
      display: none; }
    .minicart-wrapper .block-minicart:after {
      left: auto;
      right: 25px; }
    .minicart-wrapper .block-minicart:before {
      left: auto;
      right: 26px; }
  .minicart-wrapper .product .actions {
    float: right;
    margin: -24px 0 0;
    text-align: right; }
    .minicart-wrapper .product .actions > .primary,
    .minicart-wrapper .product .actions > .secondary {
      display: inline; }
  .minicart-wrapper .action.close {
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px; }
    .minicart-wrapper .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-wrapper .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 32px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-wrapper .action.close:hover:before {
      color: inherit; }
    .minicart-wrapper .action.close:active:before {
      color: inherit; }
    .minicart-wrapper .action.close:focus, .minicart-wrapper .action.close:active {
      background: none;
      border: none; }
    .minicart-wrapper .action.close:hover {
      background: none;
      border: none; }
    .minicart-wrapper .action.close.disabled, .minicart-wrapper .action.close[disabled],
    fieldset[disabled] .minicart-wrapper .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .minicart-wrapper .action.showcart {
    white-space: nowrap; }
    .minicart-wrapper .action.showcart .counter.qty {
      background: #ff5501;
      color: #fff;
      height: 24px;
      line-height: 24px;
      border-radius: 2px;
      display: inline-block;
      margin: 3px 0 0;
      min-width: 18px;
      overflow: hidden;
      padding: 0 3px;
      text-align: center;
      white-space: normal; }
      .minicart-wrapper .action.showcart .counter.qty.empty {
        display: none; }
      .minicart-wrapper .action.showcart .counter.qty .loader > img {
        max-width: 24px; }
  .minicart-wrapper .minicart-widgets {
    margin-top: 15px; }

.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px; }

.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .minicart-items .product-item {
    padding: 20px 0; }
    .minicart-items .product-item:not(:first-child) {
      border-top: 1px solid #ccc; }
    .minicart-items .product-item:first-child {
      padding-top: 0; }
  .minicart-items .product-item-pricing .label {
    display: inline-block;
    width: 4.5rem; }
  .minicart-items .price-minicart {
    margin-bottom: 5px; }
  .minicart-items .product > .product-item-photo,
  .minicart-items .product > .product-image-container {
    float: left; }
  .minicart-items .product .toggle {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative; }
    .minicart-items .product .toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 16px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product .toggle:after {
      position: static;
      right: 20px;
      top: 0; }
  .minicart-items .product.active > .toggle:after {
    content: ""; }
  .minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px; }
    .minicart-items .product-item-name a {
      color: #2C3E50; }
  .minicart-items .product-item-details {
    padding-left: 88px; }
    .minicart-items .product-item-details .price {
      font-weight: 700; }
    .minicart-items .product-item-details .price-including-tax,
    .minicart-items .product-item-details .price-excluding-tax {
      margin: 5px 0 0; }
    .minicart-items .product-item-details .weee[data-label] {
      font-size: 1.1rem; }
    .minicart-items .product-item-details .details-qty {
      margin-top: 10px; }
  .minicart-items .product.options .tooltip.toggle {
    display: inline-block;
    text-decoration: none; }
    .minicart-items .product.options .tooltip.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-items .product.options .tooltip.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: -3px 0 0 7px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product.options .tooltip.toggle .details {
      display: none; }
  .minicart-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px; }
  .minicart-items .update-cart-item {
    font-size: 1.1rem;
    vertical-align: top; }
  .minicart-items .subtitle {
    display: none; }
  .minicart-items .action.edit, .minicart-items .action.delete {
    display: inline-block;
    text-decoration: none; }
    .minicart-items .action.edit > span, .minicart-items .action.delete > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-items .action.edit:before, .minicart-items .action.delete:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: #303030;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before {
      color: #303030; }
    .minicart-items .action.edit:active:before, .minicart-items .action.delete:active:before {
      color: #303030; }
  .minicart-items .action.delete:before {
    content: ""; }

@media only screen and (max-width: 479px) {
  .minicart-wrapper .block-minicart {
    width: 290px; } }

@media only screen and (max-width: 639px) {
  .minicart-wrapper {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .minicart-wrapper {
    margin-left: 13px; }
    .minicart-wrapper .block-minicart {
      right: -15px;
      width: 390px; } }

.checkout-container {
  margin: 0 0 20px; }

.opc-wrapper {
  margin: 0 0 20px; }
  .opc-wrapper .step-content {
    margin: 0 0 40px; }

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none; }

.checkout-index-index .logo {
  margin-left: 0; }

.checkout-onepage-success .print {
  display: none; }

@media only screen and (max-width: 639px) {
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .opc-wrapper {
    width: 66.66667%;
    float: left;
    order: 1;
    padding-right: 30px; }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0; } }

.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 18px 15px; }
  .opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    font-weight: 700;
    float: left; }
    .opc-estimated-wrapper .estimated-block .estimated-label {
      display: block;
      margin: 0 0 5px; }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    color: #2C3E50; }

@media only screen and (min-width: 768px) {
  .opc-estimated-wrapper {
    display: none; } }

.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0; }

.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%; }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%; }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px; }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0; }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1.8rem; }
    .opc-progress-bar-item > span:before, .opc-progress-bar-item > span:after {
      background: #e4e4e4;
      height: 38px;
      margin-left: -19px;
      width: 38px;
      border-radius: 50%;
      content: '';
      left: 50%;
      position: absolute;
      top: 0; }
    .opc-progress-bar-item > span:after {
      background: #fff;
      height: 26px;
      margin-left: -13px;
      top: 6px;
      width: 26px;
      content: counter(i);
      counter-increment: i;
      color: #2C3E50;
      font-weight: 600;
      font-size: 1.8rem; }
  .opc-progress-bar-item._active:before {
    background: #ff5501; }
  .opc-progress-bar-item._active > span {
    color: #2C3E50; }
    .opc-progress-bar-item._active > span:before {
      background: #ff5501; }
    .opc-progress-bar-item._active > span:after {
      content: "";
      font-family: "icons-blank-theme";
      line-height: 1;
      font-size: 2.8rem; }
  .opc-progress-bar-item._complete {
    cursor: pointer; }
    .opc-progress-bar-item._complete > span {
      color: #2C3E50; }
      .opc-progress-bar-item._complete > span:after {
        content: "";
        font-family: "icons-blank-theme";
        line-height: 1;
        font-size: 2.8rem; }

@media only screen and (min-width: 768px) {
  .opc-progress-bar-item {
    width: 185px; } }

.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px; }

.field.choice .field-tooltip-action {
  line-height: 21px; }

.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380; }

.opc-wrapper .fieldset > .field > .label {
  font-weight: 400; }

@media only screen and (min-width: 768px) {
  .opc-wrapper .fieldset > .field.required, .opc-wrapper .fieldset > .field._required {
    position: relative; }
    .opc-wrapper .fieldset > .field.required > label, .opc-wrapper .fieldset > .field._required > label {
      padding-right: 25px; }
      .opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
        margin-left: 10px;
        position: absolute;
        top: 9px; } }

@media only screen and (min-width: 768px) {
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px; }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px; } }

@media only screen and (min-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%; } }

.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px; }
  .field-tooltip._active {
    z-index: 100; }
    .field-tooltip._active .field-tooltip-content {
      display: block; }
    .field-tooltip._active .field-tooltip-action:before {
      color: #2C3E50; }
  .field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none; }
    .field-tooltip .field-tooltip-action > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .field-tooltip .field-tooltip-action:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 21px;
      line-height: inherit;
      color: #bbb;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .field-tooltip .field-tooltip-action:hover:before {
      color: #2C3E50; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus {
      z-index: 100; }
      ._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
        display: block; }
      ._keyfocus .field-tooltip .field-tooltip-action:focus:before {
        color: #2C3E50; }
  .field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999;
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2; }
    .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      border-right-color: #f4f4f4;
      left: -21px;
      top: 12px;
      content: '';
      display: block;
      position: absolute;
      z-index: 3; }
    .field-tooltip .field-tooltip-content:before {
      border-right-color: #666666; }
    .field-tooltip .field-tooltip-content:after {
      border-right-color: #f4f4f4;
      width: 1px;
      z-index: 4; }

@media only screen and (max-width: 479px) {
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px; } }

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px; }
  .opc-wrapper .form-login .fieldset .note,
  .opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 14px;
    margin-top: 10px; }

.opc-wrapper .shipping-address-items {
  font-size: 0; }

.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word; }
  .opc-wrapper .shipping-address-item.selected-item {
    border-color: #ff5501; }
    .opc-wrapper .shipping-address-item.selected-item:after {
      background: #ff5501;
      color: #fff;
      content: "";
      font-family: "icons-blank-theme";
      height: 27px;
      width: 29px;
      font-size: 27px;
      line-height: 21px;
      padding-top: 2px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }
    .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
      visibility: hidden; }

.opc-wrapper .action-show-popup {
  margin: 0 0 20px; }
  .opc-wrapper .action-show-popup > span:before {
    content: '+';
    padding-right: 5px; }

.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0; }

.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0; }

.checkout-shipping-method .step-title {
  margin-bottom: 0; }

.checkout-shipping-method .no-quotes-block {
  margin: 20px 0; }

.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0; }

.table-checkout-shipping-method thead th {
  display: none; }

.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px; }
  .table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 20px; }

.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none; }

.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0; }

@media only screen and (max-width: 639px) {
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px; }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%; }
    .opc-wrapper .shipping-address-item.selected-item {
      padding: 15px 35px 15px 18px;
      border-bottom-width: 2px; }
      .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
        right: 39px; }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px; }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%; }
  .opc-wrapper .action-show-popup {
    width: 100%; }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px; }
    .opc-wrapper .edit-address-link > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .opc-wrapper .edit-address-link:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: #303030;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .opc-wrapper .edit-address-link:hover:before {
      color: #303030; }
    .opc-wrapper .edit-address-link:active:before {
      color: #303030; } }

@media only screen and (min-width: 768px) {
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right; }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0; }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px; }
  .table-checkout-shipping-method {
    width: auto; } }

@media only screen and (min-width: 1024px) {
  .opc-wrapper .shipping-address-item {
    width: 33.33333%; }
    .opc-wrapper .shipping-address-item:before {
      background: #ccc;
      height: calc(100% - 20px);
      content: '';
      left: 0;
      position: absolute;
      top: 0;
      width: 1px; }
    .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
      display: none; }
    .opc-wrapper .shipping-address-item.selected-item:before {
      display: none; }
    .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
      display: none; }
  .table-checkout-shipping-method {
    min-width: 500px; } }

.checkout-shipping-method {
  position: relative; }

.shipping-policy-block.field-tooltip {
  top: 12px; }
  .shipping-policy-block.field-tooltip .field-tooltip-action {
    color: #2C3E50;
    cursor: pointer; }
    .shipping-policy-block.field-tooltip .field-tooltip-action:before {
      display: none; }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 420px;
    top: 30px; }

@media only screen and (max-width: 639px) {
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto; }
    .shipping-policy-block.field-tooltip .field-tooltip-content {
      width: 300px;
      right: auto; }
      .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
        right: auto; } }

@media only screen and (min-width: 768px) {
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333%;
    float: right;
    order: 2; } }

.opc-block-shipping-information {
  padding: 0 30px; }
  .opc-block-shipping-information .shipping-information-title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    position: relative; }
    .opc-block-shipping-information .shipping-information-title .action-edit {
      top: 2px;
      display: inline-block;
      text-decoration: none;
      margin: 0;
      position: absolute;
      right: 0; }
      .opc-block-shipping-information .shipping-information-title .action-edit > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .opc-block-shipping-information .shipping-information-title .action-edit:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: 28px;
        color: #8f8f8f;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
        color: #2C3E50; }
      .opc-block-shipping-information .shipping-information-title .action-edit:active:before {
        color: #8f8f8f; }
  .opc-block-shipping-information .shipping-information-content {
    line-height: 27px; }
    .opc-block-shipping-information .shipping-information-content .actions-toolbar {
      margin-left: 0; }
  .opc-block-shipping-information .ship-to,
  .opc-block-shipping-information .ship-via {
    margin: 0 0 20px; }

.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px; }
  .opc-block-summary > .title {
    display: block; }
  .opc-block-summary .mark .value {
    color: #999;
    display: block; }
  .opc-block-summary .grand.incl + .grand.excl .mark,
  .opc-block-summary .grand.incl + .grand.excl .amount {
    border-top: 0;
    font-size: 1.4rem;
    padding-top: 0; }
    .opc-block-summary .grand.incl + .grand.excl .mark strong,
    .opc-block-summary .grand.incl + .grand.excl .amount strong {
      font-weight: 400; }
  .opc-block-summary .not-calculated {
    font-style: italic; }
  .opc-block-summary .items-in-cart > .title {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    position: relative; }
    .opc-block-summary .items-in-cart > .title > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .opc-block-summary .items-in-cart > .title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      line-height: 12px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 3px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .opc-block-summary .items-in-cart > .title:after {
      position: absolute;
      right: 0;
      top: 10px; }
    .opc-block-summary .items-in-cart > .title strong {
      font-size: 1.8rem;
      font-weight: 300;
      margin: 0; }
  .opc-block-summary .items-in-cart.active > .title:after {
    content: ""; }
  .opc-block-summary .items-in-cart .product {
    position: relative; }
  .opc-block-summary .minicart-items-wrapper {
    margin: -15px 0 0;
    max-height: 370px;
    padding: 15px 15px 0 0;
    border: 0; }
  .column.main .opc-block-summary .product-item {
    margin: 0;
    padding-left: 0; }
  .opc-block-summary .product-item .product-item-inner {
    display: table;
    margin: 0 0 10px;
    width: 100%; }
  .opc-block-summary .product-item .product-item-name-block {
    display: table-cell;
    padding-right: 5px;
    text-align: left; }
  .opc-block-summary .product-item .subtotal {
    display: table-cell;
    text-align: right; }
  .opc-block-summary .product-item .price {
    font-size: 1.6rem;
    font-weight: 400; }
  .opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
    margin: 0; }
    .opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
      font-size: 1rem; }
  .opc-block-summary .actions-toolbar {
    position: relative;
    z-index: 1; }
    .opc-block-summary .actions-toolbar .secondary {
      border-top: 1px solid #e5e5e5;
      display: block;
      float: none;
      margin: -1px 0 0;
      padding: 15px 0 0;
      text-align: left; }
      .opc-block-summary .actions-toolbar .secondary .action {
        margin: 0; }

@media only screen and (min-width: 768px) {
  .opc-summary-wrapper .modal-header .action-close {
    display: none; } }

.authentication-dropdown {
  box-sizing: border-box; }
  .authentication-dropdown .modal-inner-wrap {
    padding: 25px; }

.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1; }
  ._has-auth-shown .authentication-wrapper {
    z-index: 900; }

.block-authentication .block-title {
  font-size: 2.8rem;
  border-bottom: 0;
  margin-bottom: 25px; }
  .block-authentication .block-title strong {
    font-weight: 300; }

.block-authentication .field .label {
  font-weight: 400; }

.block-authentication .actions-toolbar {
  margin-bottom: 5px; }
  .block-authentication .actions-toolbar > .secondary {
    padding-top: 25px;
    text-align: left; }

.block-authentication .block[class] {
  margin: 0; }
  .block-authentication .block[class] ul {
    list-style: none;
    padding-left: 10px; }
  .block-authentication .block[class] .field .control,
  .block-authentication .block[class] .field .label {
    float: none;
    width: auto; }
  .block-authentication .block[class] + .block {
    border-top: 1px solid #c1c1c1;
    margin-top: 40px;
    padding-top: 40px;
    position: relative; }
    .block-authentication .block[class] + .block::before {
      height: 36px;
      line-height: 34px;
      margin: -19px 0 -18px;
      min-width: 36px;
      background: #fff;
      border: 1px solid #c1c1c1;
      border-radius: 50%;
      box-sizing: border-box;
      color: #c1c1c1;
      content: attr(data-label);
      display: inline-block;
      left: 50%;
      letter-spacing: normal;
      padding: 0 0.2rem;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 0; }

@media only screen and (min-width: 768px) {
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%; }
    .authentication-dropdown._show {
      z-index: 100;
      transform: scale(1, 1);
      transition: transform linear 0.1s, visibility 0s linear 0s;
      visibility: visible; }
  .authentication-wrapper {
    width: 33.33333%;
    text-align: right; }
  .block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 25px; }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0; }
    .block-authentication .actions-toolbar > .primary .action {
      margin-right: 0; }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem; }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%; }
  .popup-authentication .block-authentication {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #c1c1c1; }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%; }
    .popup-authentication .block[class] + .block {
      border-left: 1px solid #c1c1c1;
      border-top: 0;
      margin: 0;
      padding: 10px 0 0 40px; }
      .popup-authentication .block[class] + .block::before {
        left: 0;
        top: 50%; }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto; } }

.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0; }

.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0; }

.checkout-payment-method .payment-method._active .payment-method-content {
  display: block; }

.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc; }

.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0; }
  .checkout-payment-method .payment-method-title .payment-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }
  .checkout-payment-method .payment-method-title .action-help {
    display: inline-block;
    margin-left: 5px; }

.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px; }
  .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0 0 20px; }

.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0; }

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px; }

.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px; }

.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px; }
  .checkout-payment-method .checkout-billing-address .primary .action-update {
    margin-right: 0; }
  .checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 27px;
    padding: 0 0 0 23px; }

.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px; }

.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%; }

.checkout-payment-method .no-payments-block {
  margin: 20px 0; }

@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-methods {
    margin: -15px; }
  .checkout-payment-method .payment-method-title {
    padding: 15px; }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px; }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0; }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%; }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
      margin-left: 25.8%; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
      margin-left: 0; }
  .checkout-billing-address .action-update {
    float: right; }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0; } }

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: ""; }

.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer; }

.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none; }

.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0; }
  .checkout-payment-method .payment-option-title .action-toggle {
    color: #2C3E50;
    display: inline-block;
    text-decoration: none; }
    .checkout-payment-method .payment-option-title .action-toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 16px;
      color: #8f8f8f;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .checkout-payment-method .payment-option-title .action-toggle:hover:after {
      color: #2C3E50; }
    .checkout-payment-method .payment-option-title .action-toggle:active:after {
      color: #8f8f8f; }

.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px; }

.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px; }

.checkout-payment-method .credit-card-types {
  padding: 0; }
  .checkout-payment-method .credit-card-types .item {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
    vertical-align: top; }
    .checkout-payment-method .credit-card-types .item._active {
      font-weight: 700; }
      .checkout-payment-method .credit-card-types .item._active img {
        filter: grayscale(0%); }
    .checkout-payment-method .credit-card-types .item._inactive {
      opacity: 0.4; }
    .checkout-payment-method .credit-card-types .item span {
      display: inline-block;
      padding-top: 6px;
      vertical-align: top; }
  .checkout-payment-method .credit-card-types img {
    filter: grayscale(100%);
    transition: all 0.6s ease; }

.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px; }

.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px; }

.checkout-payment-method .ccard .month .select {
  width: 140px; }

.checkout-payment-method .ccard .year .select {
  width: 80px; }

.checkout-payment-method .ccard .number .input-text {
  width: 225px; }

.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto; }

.checkout-payment-method .ccard .cvv .input-text {
  width: 55px; }

.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important; }

@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-option {
    margin: -15px; }
    .checkout-payment-method .payment-option .payment-option-title {
      padding: 15px; }
    .checkout-payment-method .payment-option .payment-option-content {
      padding: 0 15px 20px; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .payment-option-title {
    padding-left: 22px; }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0; } }

.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px; }

.checkout-agreements-block .action-show {
  vertical-align: baseline; }

.checkout-agreements-items {
  padding-bottom: 30px; }
  .checkout-agreements-items .checkout-agreements-item {
    margin-bottom: 20px; }
  .checkout-agreements-items .checkout-agreements-item-title {
    border-bottom: 0; }

.checkout-agreement-item-content {
  overflow: auto; }

.page-layout-rigips-2columns-left.checkout-index-index .nav-sections,
.page-layout-rigips-2columns-left.checkout-index-index .nav-toggle {
  display: block; }

.page-layout-rigips-2columns-left.checkout-index-index .page-main {
  padding-left: 80px !important; }

.page-layout-rigips-2columns-left.checkout-index-index .column.main {
  background-color: #EDF2FB;
  padding: 20px; }

.page-layout-rigips-2columns-left .page-main {
  background-color: #EDF2FB;
  padding-left: 100px !important; }

.page-layout-rigips-2columns-left .column.main {
  padding: 20px; }

.page-layout-rigips-2columns-left .page-main {
  background-color: #FFF;
  padding-left: 0;
  padding-right: 0;
  position: relative; }

.page-layout-rigips-2columns-left .columns {
  min-height: 1100px;
  position: relative; }

.page-layout-rigips-2columns-left .breadcrumbs {
  margin-bottom: 0; }

.page-layout-rigips-2columns-left .column.main {
  background-color: #FFF;
  padding: 0 20px 0 0; }

.checkout-success {
  text-align: center; }
  .checkout-success header {
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px; }
    .checkout-success header p {
      text-transform: uppercase;
      font-weight: 300;
      font-size: 28px;
      color: #2C3E50;
      margin-top: 30px;
      margin-bottom: 0; }
      .checkout-success header p strong {
        font-weight: 700; }
  .checkout-success article {
    max-width: 370px;
    margin: 0 auto; }
  .checkout-success h2 {
    background-color: #2C3E50;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 48px;
    padding: 10px;
    margin-top: 0; }
  .checkout-success h3 {
    margin: 30px 0;
    font-weight: 700;
    color: #1765ac;
    font-size: 18px; }
  .checkout-success h4 {
    margin-top: 0;
    font-weight: 300;
    font-size: 25px;
    color: #2C3E50;
    text-transform: uppercase; }

.checkout-customer-address {
  background-color: #f5f5f5;
  padding: 20px 15px;
  margin: 30px 0; }
  .checkout-customer-address p {
    color: #2C3E50;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0; }

.checkout-order-shipping .page-title-wrapper {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sidebar-nav {
  align-items: center;
  background-color: #2C3E50;
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 80px;
  z-index: 12; }
  @media (max-height: 900px) {
    .sidebar-nav {
      position: absolute;
      align-items: flex-start; } }
  .sidebar-nav ul {
    display: block;
    margin: 0;
    padding: 0; }
    .sidebar-nav ul > li {
      border-bottom: 1px #212f3c;
      display: block;
      margin: 0; }
  .sidebar-nav__link {
    color: #fff;
    display: block;
    font-size: 10px;
    padding: 10px 5px;
    transition: background-color 0.3s;
    width: 80px; }
    .sidebar-nav__link:visited {
      color: #fff; }
    .sidebar-nav__link:hover, .sidebar-nav__link:focus {
      background-color: #026BB7;
      text-decoration: none;
      color: #fff; }
  .sidebar-nav__dropdown {
    height: 70px;
    position: relative; }
    .sidebar-nav__dropdown__figure {
      background-color: #fff;
      background-position: center center;
      background-size: cover;
      display: block;
      height: 40px;
      margin-top: -20px;
      margin-left: -20px;
      left: 50%;
      position: absolute;
      width: 40px;
      top: 50%; }
      .sidebar-nav__dropdown__figure img {
        display: block;
        width: 100%; }
      .sidebar-nav__dropdown__figure::before {
        color: #fff;
        margin-top: -6px;
        position: absolute;
        right: -11px;
        top: 50%; }
    .sidebar-nav__dropdown ul {
      background-color: #2C3E50;
      color: #fff;
      font-size: 10px;
      display: none;
      left: 100%;
      line-height: 12px;
      position: absolute;
      padding: 10px 10px 10px 0;
      text-align: left;
      top: 50%;
      transform: translate(0, -50%);
      width: 220px; }
    .sidebar-nav__dropdown a {
      color: inherit;
      text-decoration: none; }
    .sidebar-nav__dropdown:hover ul, .sidebar-nav__dropdown:focus ul {
      display: block; }
  .sidebar-nav .icon {
    display: block;
    font-size: 24px;
    font-weight: 400; }

@media (max-height: 900px) {
  .page-wrapper {
    position: relative;
    z-index: 1; } }

.customer-account-boss .page-wrapper,
.customer-account-index .page-wrapper,
.customer-not-logged-in .page-wrapper {
  padding-left: 0; }

.component {
  padding: 20px 0; }
  .component textarea {
    min-height: 155px;
    max-height: 300px;
    max-width: 100%; }
  .component.cart-title-summary-component {
    border-bottom: 0; }
  .component .cart-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px 12px 45px;
    background: #8c98a5;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    margin-top: 0; }
    .component .cart-title .collapse-button {
      font-size: 14px;
      color: #ffffff;
      cursor: pointer;
      background: none;
      border: 0;
      text-decoration: underline;
      text-transform: lowercase; }
  .component .collapse-section {
    border: 1px solid #ADADAD;
    border-radius: 0 0  10px 10px;
    background: #ffffff; }
    .component .collapse-section .inner {
      padding: 15px 10px 15px 28px; }
      .component .collapse-section .inner h2 {
        font-size: 20px; }

.two-colored-component {
  font-size: 12px; }
  .two-colored-component * {
    box-sizing: border-box; }
  .two-colored-component .component-columns {
    border: 3px solid #7a9ec7;
    background-color: #fff;
    display: flex;
    align-items: center; }
    .two-colored-component .component-columns:before, .two-colored-component .component-columns:after {
      content: '';
      display: table; }
    .two-colored-component .component-columns:after {
      clear: both; }
    .two-colored-component .component-columns .cart-sub-title {
      margin-top: 0; }
  .two-colored-component .left-column,
  .two-colored-component .right-column {
    width: 50%;
    float: left;
    padding: 35px;
    min-height: 200px; }
  .two-colored-component .right-column {
    background-color: white; }
  .two-colored-component .left-column {
    background-color: #7a9ec7;
    color: white;
    position: relative; }
    .two-colored-component .left-column .cart-sub-title {
      color: white; }
    .two-colored-component .left-column ul {
      padding-left: 15px; }
  .two-colored-component.month-offer .left-column::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #7a9ec7;
    pointer-events: none;
    z-index: 0; }
  .two-colored-component.month-offer .left-column > * {
    position: relative;
    z-index: 1; }

.components-holder {
  border-bottom: 1px solid #e5e5e5; }
  .components-holder .component {
    border-bottom: 0; }

.cart-title-component > div {
  display: inline-block; }

.cart-title-component h1 {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 25px;
  margin: 10px 0;
  font-weight: normal; }
  .cart-title-component h1:hover, .cart-title-component h1:focus {
    color: #026BB7; }
  .cart-title-component h1 .ion-edit {
    color: #026BB7;
    font-size: 80%;
    margin-left: 10px; }

.cart-title-component .cart-title-form {
  align-items: center;
  display: flex; }
  .cart-title-component .cart-title-form input {
    min-width: 300px; }

.inline-element {
  display: inline-block; }

h1,
h2 {
  letter-spacing: 0.7px; }

a {
  color: #323232; }

.d-none {
  display: none; }

.checkout-main-container {
  background: #ffffff;
  padding: 0 24px;
  margin: 0 0 35px; }

.minicart-wrapper {
  display: block;
  position: relative;
  margin: 0;
  float: none; }
  .minicart-wrapper .counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #026BB7;
    border-radius: 50%;
    padding: 1px 5px 0 5px;
    font-size: 12px; }
  .minicart-wrapper .goto-list {
    display: block;
    margin: 0;
    padding: 5px 20px 0;
    border-top: 1px solid #E5E5E5;
    text-decoration: underline; }
  .minicart-wrapper .action.showcart,
  .minicart-wrapper .action.showcart.active {
    display: flex;
    align-items: center;
    background-color: #2C3E50;
    height: 50px;
    padding: 0 22px 0 18px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    width: 162px; }
    .minicart-wrapper .action.showcart:before,
    .minicart-wrapper .action.showcart.active:before {
      content: none; }
  .minicart-wrapper .text-icon {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    margin-top: -2px; }
    .minicart-wrapper .text-icon span {
      display: flex;
      align-items: center;
      font-size: 22px;
      margin-right: 8px; }
  .minicart-wrapper .action.showcart .counter.qty {
    background: #026BB7;
    position: static;
    height: 24px;
    line-height: 26px;
    border-radius: 50%;
    min-width: 24px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    white-space: normal;
    margin-left: 4px;
    margin-right: -16px;
    margin-top: -4px;
    font-size: 14px; }
  .minicart-wrapper .block-minicart {
    border: 0;
    box-shadow: none;
    padding-top: 0; }
    .minicart-wrapper .block-minicart .content {
      padding: 8px 0 0;
      border: 1px solid #026BB7;
      box-shadow: 0px -4px 20px rgba(44, 62, 80, 0.1), 0px 4px 20px rgba(44, 62, 80, 0.1);
      border-radius: 10px; }
      .minicart-wrapper .block-minicart .content.empty {
        display: none; }
    .minicart-wrapper .block-minicart:after, .minicart-wrapper .block-minicart:before {
      display: none; }
    .minicart-wrapper .block-minicart span.shipping-icon {
      font-size: 2.7em;
      margin-right: 10px;
      color: #026BB7; }
      .minicart-wrapper .block-minicart span.shipping-icon:before {
        content: ""; }
      .minicart-wrapper .block-minicart span.shipping-icon.fullvehicle:before {
        content: ""; }
      .minicart-wrapper .block-minicart span.shipping-icon.partialorder:before {
        content: ""; }
      .minicart-wrapper .block-minicart span.shipping-icon.service:before {
        content: ""; }
      .minicart-wrapper .block-minicart span.shipping-icon.owncollection:before {
        content: ""; }
      .minicart-wrapper .block-minicart span.shipping-icon.smallorder:before {
        content: ""; }
      .minicart-wrapper .block-minicart span.shipping-icon.courier:before {
        content: ""; }
      .minicart-wrapper .block-minicart span.shipping-icon.servicehds:before {
        content: ""; }

.cart-title {
  font-size: 24px;
  color: #2C3E50;
  margin: 20px 0 40px 0; }

.cart-sub-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px; }

.minicart-information {
  color: #2C3E50;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none; }
  .minicart-information:visited {
    color: inherit; }
  .minicart-information:hover, .minicart-information:focus {
    color: inherit;
    border-color: #7a9ec7;
    text-decoration: none; }
  .minicart-information .cart-section {
    padding: 10px 0; }
  .minicart-information .cart-details {
    width: 100%;
    font-size: 12px; }
    .minicart-information .cart-details ul {
      margin: 0;
      padding: 0; }
      .minicart-information .cart-details ul > li {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 10px;
        border-bottom: 1px solid #E5E5E5;
        color: #000000; }
        .minicart-information .cart-details ul > li:last-child {
          border-bottom: 0;
          margin: 0; }
      .minicart-information .cart-details ul .inside {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 -10px 8px;
        padding: 0 20px;
        flex: 0 1 100%;
        max-width: 100%; }
        .minicart-information .cart-details ul .inside > div {
          padding: 0 10px; }
      .minicart-information .cart-details ul .list-title {
        font-weight: 400; }
      .minicart-information .cart-details ul .warehouse-name {
        font-weight: 500; }
      .minicart-information .cart-details ul .va .list-details {
        margin-bottom: 0; }
      .minicart-information .cart-details ul .value {
        margin-top: -1.2em; }
      .minicart-information .cart-details ul .list-details {
        display: flex;
        align-items: center;
        text-align: right;
        font-weight: 500; }
        .minicart-information .cart-details ul .list-details i:before {
          padding-right: 10px;
          font-size: 20px;
          color: #026BB7; }
        .minicart-information .cart-details ul .list-details .unit {
          padding-left: 2px; }

.checkout-index-index .minicart-information {
  pointer-events: none; }

/*!
 *  This file is part of the "rigips.dev" package.
 *
 *  (c) Divante Sp. z o. o.
 *
 *  Author:  Marcin Kwiatkowski
 *  Date:  03.04.17 12:06
 *
 *  For the full copyright and license information, please view the LICENSE
 *  file that was distributed with this source code.
 *
 */
.mass-actions {
  margin-left: -635px;
  left: 50%;
  position: fixed;
  top: 90px;
  width: 60px;
  z-index: 11;
  pointer-events: none; }
  .mass-actions.is-visible {
    pointer-events: auto; }
    .mass-actions.is-visible > ul {
      opacity: 1; }
  .mass-actions > ul {
    opacity: 0;
    transition: opacity 0.3s; }
  .mass-actions ul {
    display: block;
    padding: 0;
    margin: 0; }
    .mass-actions ul > li {
      display: block;
      margin: 0; }
      .mass-actions ul > li > button, .mass-actions .cart.table-wrapper ul > li.actions-toolbar > .action, .cart.table-wrapper .mass-actions ul > li.actions-toolbar > .action, .mass-actions ul > li > .action-gift {
        border: 0;
        background-color: transparent;
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        padding: 5px 0; }
        .mass-actions ul > li > button > span, .mass-actions .cart.table-wrapper ul > li.actions-toolbar > .action > span, .cart.table-wrapper .mass-actions ul > li.actions-toolbar > .action > span, .mass-actions ul > li > .action-gift > span {
          font-size: 20px; }

.cart-products-section {
  position: relative; }

.cart-item-options {
  margin: 7px 0 14px 0; }

.totals-single-cart-component {
  background-color: #f2f2f2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 20px 40px 20px; }

.cart-products__selects {
  display: inline-block; }
  .cart-products__selects .form-group {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top; }
    .cart-products__selects .form-group label {
      display: block;
      margin-bottom: 10px;
      font-size: 16px;
      color: #323232; }
  .cart-products__selects .additional-conditions {
    width: 450px; }
    .cart-products__selects .additional-conditions .ui-select-dropdown {
      width: 100%; }
  .cart-products__selects .selectize-input {
    min-width: 450px; }

.newly-added-animation {
  animation: newly-added-gleam 2s; }

@keyframes newly-added-gleam {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10; }
  .modal__margin-vertical {
    margin: 20px 0;
    display: block; }
    .modal__margin-vertical + select,
    .modal__margin-vertical + input {
      margin-bottom: 25px; }
  .modal__content {
    background-color: #fff;
    display: block;
    font-size: 12px;
    padding: 20px 20px 0;
    width: 860px; }
    .modal__content .addresses-list {
      margin: 20px 0; }
      .modal__content .addresses-list li {
        padding: 20px;
        border: 1px solid #f2f2f2;
        margin-top: -1px;
        margin-bottom: 0; }
      .modal__content .addresses-list__place div {
        position: relative; }
        .modal__content .addresses-list__place div:before {
          content: "\f455";
          position: absolute;
          left: -30px;
          font-size: 28px;
          margin-top: -10px;
          font-family: "Ionicons"; }
  .modal__title {
    padding: 0 20px 20px;
    margin: 0 -20px 20px;
    border-bottom: 1px solid #ddd; }
    .order-parameters-component .modal__title h3 {
      font-size: 24px;
      font-weight: 400; }
  .modal__footer {
    background-color: #f2f2f2;
    padding: 20px;
    margin: 0 -20px; }
    .modal__footer:before, .modal__footer:after {
      content: '';
      display: table; }
    .modal__footer:after {
      clear: both; }
    .modal__footer .primary {
      float: right; }
  .modal .selectric-wrapper {
    margin-bottom: 20px; }
  .modal .cart-products-table [type="checkbox"]:checked + label,
  .modal .cart-products-table [type="checkbox"]:checked + span,
  .modal .cart-products-table [type="checkbox"] + label,
  .modal .cart-products-table [type="checkbox"] + span {
    align-items: center;
    display: flex; }
    .modal .cart-products-table [type="checkbox"]:checked + label:before,
    .modal .cart-products-table [type="checkbox"]:checked + span:before,
    .modal .cart-products-table [type="checkbox"] + label:before,
    .modal .cart-products-table [type="checkbox"] + span:before {
      bottom: 0;
      margin: auto;
      top: 0; }
    .modal .cart-products-table [type="checkbox"]:checked + label:after,
    .modal .cart-products-table [type="checkbox"]:checked + span:after,
    .modal .cart-products-table [type="checkbox"] + label:after,
    .modal .cart-products-table [type="checkbox"] + span:after {
      bottom: 0;
      margin: auto;
      top: 0; }
  .modal .cart-products-table__image {
    padding-left: 0;
    padding-right: 10px;
    position: relative; }
    .modal .cart-products-table__image img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0; }

.error-modal .action-accept {
  display: none !important; }

.modal-footer .action {
  margin-left: 10px; }

.address-modal.modal-popup .modal-inner-wrap {
  height: 90%;
  overflow-y: scroll; }

.checkout-index-index .modal-popup .modal-inner-wrap {
  width: 650px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0; }

.default-modal .modal-header,
.default-modal .modal-content,
.default-modal .modal-footer {
  width: 100%;
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }

.default-modal .modal-inner-wrap {
  padding: 0 20px; }

.default-modal .modal-header {
  padding-top: 40px;
  padding-bottom: 20px; }

.default-modal .modal-title {
  margin: 15px 0 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #2C3E50;
  border: 0; }

.default-modal .modal-subtitle {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #2C3E50; }

.default-modal .action-close {
  padding: 10px 10px 0 0; }
  .default-modal .action-close::before {
    color: #ADADAD;
    font-size: 50px;
    line-height: 50px; }

.default-modal .modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 50px;
  padding: 0; }
  .default-modal .modal-footer .action {
    margin: 0 15px;
    text-transform: uppercase;
    flex: 1 1 100%;
    max-width: 100%; }
    .default-modal .modal-footer .action:first-child {
      margin-left: 0; }
    .default-modal .modal-footer .action:last-child {
      margin-right: 0; }

.default-modal .field {
  margin: 0 0 18px; }
  .default-modal .field label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #323232; }
  .default-modal .field .label {
    display: inline-block;
    margin-bottom: 5px;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2C3E50; }
  .default-modal .field input[type="radio"] + label,
  .default-modal .field input[type="radio"] + .label {
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #323232; }
  .default-modal .field.submit {
    padding-top: 10px;
    margin-bottom: 50px; }
    .default-modal .field.submit .action {
      margin: 0;
      width: 100%;
      text-transform: uppercase; }

.default-modal .select2-container {
  width: 100%; }
  .default-modal .select2-container .ui-select-dropdown {
    width: 100%; }

.default-modal .required-label {
  color: inherit; }

.default-modal .checkbox-list > .control {
  margin: 0 0 10px; }
  .default-modal .checkbox-list > .control:last-child {
    margin: 0; }

.default-modal .required-info {
  margin: 30px 0 10px; }

.order-messages-popup .modal-inner-wrap {
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto; }

.order-messages-popup ul {
  list-style-type: none;
  display: grid;
  gap: 4px;
  padding: 0; }
  .order-messages-popup ul li {
    color: #fff;
    padding: 8px; }
    .order-messages-popup ul li.success {
      background-color: #7a9ec7; }
    .order-messages-popup ul li.error {
      background-color: #ff8c8c; }
    .order-messages-popup ul li.notice {
      background-color: #7a9ec7; }
    .order-messages-popup ul li.warning {
      background-color: #fbddad; }
    .order-messages-popup ul li.info {
      background-color: #fbddad; }

.shipping-method__errors {
  background-color: rgba(235, 87, 87, 0.15);
  padding: 16px;
  margin-bottom: 24px; }

.shipping-method__error {
  color: #EB5757; }
  .shipping-method__error--bold {
    font-weight: 700; }

.shipping-method__comments--highlight {
  color: #026BB7; }

.shipping-method__comments-text {
  text-decoration: underline; }

.shipping-method .cart-title .tooltip-content {
  font-size: 12px;
  font-weight: 400; }

.shipping-method .collapse-section .inner {
  padding-left: 40px;
  padding-right: 40px; }

.shipping-method__icon {
  font-size: 30px;
  min-width: 38px;
  color: #026BB7; }
  .shipping-method__icon--big {
    font-size: 50px;
    margin-bottom: 10px; }
  .shipping-method__icon.fullvehicle:before {
    content: ""; }
  .shipping-method__icon.partialorder:before {
    content: ""; }
  .shipping-method__icon.service:before {
    content: ""; }
  .shipping-method__icon.owncollection:before {
    content: ""; }
  .shipping-method__icon.smallorder:before {
    content: ""; }
  .shipping-method__icon.courier:before {
    content: ""; }
  .shipping-method__icon.servicehds {
    font-size: 20px; }
    .shipping-method__icon.servicehds:before {
      content: ""; }

.shipping-method .shipping-method-table {
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  position: relative;
  text-align: center;
  color: #323232; }
  .shipping-method .shipping-method-table--main tbody tr td:first-child {
    padding-left: 10px;
    text-align: left;
    font-weight: 500; }
  .shipping-method .shipping-method-table td,
  .shipping-method .shipping-method-table th {
    padding: 25px 10px;
    border: 1px solid #ADADAD; }
  .shipping-method .shipping-method-table thead .empty {
    border: 0;
    background: none;
    color: transparent; }
  .shipping-method .shipping-method-table thead th {
    vertical-align: top;
    text-align: center;
    font-weight: normal;
    white-space: break-spaces; }
    .shipping-method .shipping-method-table thead th:nth-child(even) {
      background: #E5E5E5; }
  .shipping-method .shipping-method-table tbody tr:hover .help .tooltip-content {
    display: block; }
  .shipping-method .shipping-method-table tbody tr td {
    vertical-align: middle; }
  .shipping-method .shipping-method-table tbody tr p {
    margin-bottom: 0; }
  .shipping-method .shipping-method-table .method-name {
    position: relative; }
  .shipping-method .shipping-method-table .method-label {
    position: relative;
    font-weight: 500; }
  .shipping-method .shipping-method-table .tooltip-icon-trigger {
    font-size: 14px; }
    .shipping-method .shipping-method-table .tooltip-icon-trigger--stretched {
      width: 100%; }
      .shipping-method .shipping-method-table .tooltip-icon-trigger--stretched.info::after {
        position: absolute;
        top: -15px;
        right: -10px; }
      .shipping-method .shipping-method-table .tooltip-icon-trigger--stretched.info .tooltip-content {
        top: 0; }
    .shipping-method .shipping-method-table .tooltip-icon-trigger::after {
      font-family: "icons-custom";
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      vertical-align: middle;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      margin-left: 1px;
      padding: 1px; }
    .shipping-method .shipping-method-table .tooltip-icon-trigger .tooltip-content {
      font-size: inherit;
      background: #ffffff;
      color: #323232;
      border: 1px solid #026BB7;
      box-shadow: none;
      padding: 20px 15px;
      margin: 0;
      top: 100%;
      bottom: auto;
      right: 0;
      left: auto; }
      .shipping-method .shipping-method-table .tooltip-icon-trigger .tooltip-content::before, .shipping-method .shipping-method-table .tooltip-icon-trigger .tooltip-content::after {
        display: none; }
    .shipping-method .shipping-method-table .tooltip-icon-trigger.info::after {
      content: ""; }
    .shipping-method .shipping-method-table .tooltip-icon-trigger.help::after {
      content: ""; }
    .shipping-method .shipping-method-table .tooltip-icon-trigger.order {
      top: -8px; }
    .shipping-method .shipping-method-table .tooltip-icon-trigger.main {
      position: absolute;
      right: calc(100% + 3px);
      margin-top: -5px; }
      .shipping-method .shipping-method-table .tooltip-icon-trigger.main::after {
        font-size: 32px; }
  .shipping-method .shipping-method-table .method-name [type='radio']:checked + label,
  .shipping-method .shipping-method-table .method-name [type='radio']:checked + span,
  .shipping-method .shipping-method-table .method-name [type='radio'] + label,
  .shipping-method .shipping-method-table .method-name [type='radio'] + span {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-top: 0;
    flex-wrap: wrap; }
    .shipping-method .shipping-method-table .method-name [type='radio']:checked + label:before, .shipping-method .shipping-method-table .method-name [type='radio']:checked + label:after,
    .shipping-method .shipping-method-table .method-name [type='radio']:checked + span:before,
    .shipping-method .shipping-method-table .method-name [type='radio']:checked + span:after,
    .shipping-method .shipping-method-table .method-name [type='radio'] + label:before,
    .shipping-method .shipping-method-table .method-name [type='radio'] + label:after,
    .shipping-method .shipping-method-table .method-name [type='radio'] + span:before,
    .shipping-method .shipping-method-table .method-name [type='radio'] + span:after {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .shipping-method .shipping-method-table .method-name [type='radio']:checked + label:before,
    .shipping-method .shipping-method-table .method-name [type='radio']:checked + span:before,
    .shipping-method .shipping-method-table .method-name [type='radio'] + label:before,
    .shipping-method .shipping-method-table .method-name [type='radio'] + span:before {
      left: 0; }
    .shipping-method .shipping-method-table .method-name [type='radio']:checked + label:after,
    .shipping-method .shipping-method-table .method-name [type='radio']:checked + span:after,
    .shipping-method .shipping-method-table .method-name [type='radio'] + label:after,
    .shipping-method .shipping-method-table .method-name [type='radio'] + span:after {
      left: 7px; }
  .shipping-method .shipping-method-table .checked {
    background: #EDF2FB;
    border: 3px solid #026BB7; }
    .shipping-method .shipping-method-table .checked td {
      border: 0; }
  .shipping-method .shipping-method-table .disabled {
    color: #ADADAD; }

/**
 * @package   Rigips GIM/default
 * @author    Piotr Lewsza <plewsza@divante.pl>
 * @copyright 2020 Divante Sp. z o.o.
 * @license   See LICENSE_DIVANTE.txt for license details.
 */
.order-upload-modal .order-upload-form {
  margin: 50px 0 0; }
  .order-upload-modal .order-upload-form > section > .field {
    position: relative; }
    .order-upload-modal .order-upload-form > section > .field > label {
      display: block;
      margin-bottom: 10px; }
  .order-upload-modal .order-upload-form .select2-container {
    display: block; }

.order-upload-modal .order-upload-form-input {
  margin: 15px 0 20px; }

.order-upload-modal .order-upload-form-choice p {
  margin: 15px 0 5px;
  font-weight: 500;
  font-size: 14px; }

.order-upload-modal .order-upload-form-choice .control-choice {
  margin-bottom: 10px; }

.order-upload-modal .order-upload-form-choice label {
  font-size: 14px;
  padding-top: 0; }

.order-upload-modal .add-new-address-button {
  background: #026BB7;
  border-radius: 50%;
  border: 0;
  padding: 0;
  position: absolute;
  top: 43px;
  right: -40px;
  width: 28px;
  text-align: center; }
  .order-upload-modal .add-new-address-button span {
    font-size: 28px;
    line-height: 28px; }

.order-upload-modal .add-new-address-form {
  margin: 10px 0 0; }
  .order-upload-modal .add-new-address-form .field {
    margin: 0 0 15px; }
    .order-upload-modal .add-new-address-form .field .control-choice label {
      font-style: normal; }
      .order-upload-modal .add-new-address-form .field .control-choice label::after {
        content: '';
        margin: 0; }
  .order-upload-modal .add-new-address-form label {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    font-style: italic; }

.order-upload-modal .ui-select-container .ui-select-dropdown {
  width: 100%; }

.order-upload-modal .ui-select-no-choice.dropdown.ng-scope.ng-hide {
  display: block !important; }
  .order-upload-modal .ui-select-no-choice.dropdown.ng-scope.ng-hide .add-new-address-button {
    position: static;
    color: #2C3E50;
    background: none;
    padding: 10px 16px;
    width: auto; }
    .order-upload-modal .ui-select-no-choice.dropdown.ng-scope.ng-hide .add-new-address-button span {
      font-size: 16px;
      line-height: 1.6; }

.shipping-method-selected {
  border: 1px solid #026BB7;
  background-color: #EDF2FB;
  padding: 24px; }
  .shipping-method-selected__summary {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .shipping-method-selected__description {
    font-weight: bold;
    color: #2C3E50; }
  .shipping-method-selected__actions {
    display: flex;
    flex-direction: column; }
  .shipping-method-selected__label .shipping-method__icon {
    margin-right: 10px; }
  .shipping-method-selected__change-btn {
    background: transparent;
    color: #2C3E50;
    border: 0; }
  .shipping-method-selected__change-btn-icon {
    font-size: 18px; }
  .shipping-method-selected__change-btn-text {
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: underline; }
  .shipping-method-selected__show-details-btn {
    margin-top: 18px; }
    .shipping-method-selected__show-details-btn.action.btn-text {
      font-size: 14px;
      color: #026BB7;
      text-decoration: underline; }
      .shipping-method-selected__show-details-btn.action.btn-text :hover {
        color: #026BB7; }
  .shipping-method-selected__details {
    margin-top: 25px; }
  .shipping-method-selected .shipping-method-table th {
    background: #E5E5E5; }
  .shipping-method-selected .shipping-method-table td {
    background: #ffffff; }

.shipping-method-suggested {
  margin-bottom: 80px; }
  .shipping-method-suggested .shipping-method-table thead th {
    background: #E5E5E5; }
    .shipping-method-suggested .shipping-method-table thead th:first-child {
      font-size: 14px;
      font-weight: bold;
      background: #EDF2FB;
      border-left: 1px solid #026BB7;
      border-right: 1px solid #026BB7;
      border-bottom: 0;
      border-top: 1px solid #026BB7;
      vertical-align: middle; }
  .shipping-method-suggested .shipping-method-table tbody tr td {
    vertical-align: top; }
    .shipping-method-suggested .shipping-method-table tbody tr td:first-child {
      background: #EDF2FB;
      border-left: 1px solid #026BB7;
      border-right: 1px solid #026BB7;
      border-bottom: 1px solid #026BB7;
      border-top: 0;
      padding-left: 10px;
      padding-top: 0; }
  .shipping-method-suggested .method-label {
    display: flex;
    flex-direction: column;
    text-align: center; }
  .shipping-method-suggested__actions {
    display: flex;
    justify-content: center;
    margin: 20px 0; }
    .shipping-method-suggested__actions i {
      margin-right: 15px; }
  .shipping-method-suggested__accept-btn {
    margin-right: 24px; }

.gkbi-package-component .left-column {
  padding-left: 60px; }
  .gkbi-package-component .left-column i {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 90px;
    margin: auto;
    color: #7a9ec7;
    right: -22px; }
    .gkbi-package-component .left-column i:before {
      font-size: 90px; }
  .gkbi-package-component .left-column:before {
    content: '%';
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 30px;
    font-weight: 300; }

.gkbi-package-component .field.choice .control-radio [type=radio]:checked + label:after {
  left: 7px; }

.order-parameters-component {
  padding-top: 0;
  position: relative; }
  .order-parameters-component:before, .order-parameters-component:after {
    content: '';
    display: table; }
  .order-parameters-component:after {
    clear: both; }
  .order-parameters-component h3 {
    font-size: 16px; }
  .order-parameters-component.table-order-parameters {
    padding-bottom: 0; }
    .order-parameters-component.table-order-parameters:first-of-type {
      padding-top: 24px; }
  .order-parameters-component .action.edit,
  .order-parameters-component .action.remove,
  .order-parameters-component .action.upload {
    cursor: pointer;
    font-size: 12px;
    padding: 10px 20px; }
    .order-parameters-component .action.edit span,
    .order-parameters-component .action.remove span,
    .order-parameters-component .action.upload span {
      margin-left: 6px; }
    .order-parameters-component .action.edit i,
    .order-parameters-component .action.remove i,
    .order-parameters-component .action.upload i {
      font-size: 24px;
      line-height: 24px;
      vertical-align: middle; }
  .order-parameters-component .component {
    border: none;
    padding: 0; }
    .order-parameters-component .component:before, .order-parameters-component .component:after {
      content: '';
      display: table; }
    .order-parameters-component .component:after {
      clear: both; }
  .order-parameters-component .order-parameters-component.table-order-parameters:first-of-type .control-choice {
    display: inline-block;
    margin-right: 40px; }
  .order-parameters-component .address-list .control,
  .order-parameters-component .address-new-view .control {
    margin-bottom: 20px; }
  .order-parameters-component .address-new-view shipping-address-single {
    display: flex;
    flex-wrap: wrap; }
  .order-parameters-component .address-list input {
    background: none;
    border: none;
    height: auto;
    padding: 0; }
  .order-parameters-component .shipping-address-select {
    width: 63.63636%;
    margin-bottom: 20px; }
  .order-parameters-component .add-next-address {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    margin: 20px 0; }
    .order-parameters-component .add-next-address i:before {
      font-size: 24px;
      font-weight: 600;
      vertical-align: middle;
      margin-right: 10px; }
  .order-parameters-component .actions-toolbar {
    margin-bottom: 20px; }

.terms-of-purchase-component .terms-of-purchase-select .ui-select-container {
  width: 63.63636%; }

.saved .terms-and-shipping-info {
  background-color: #7a9ec7;
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  overflow: hidden; }
  .saved .terms-and-shipping-info__grid-row {
    align-items: center;
    display: flex; }
    .saved .terms-and-shipping-info__grid-row > div {
      margin-left: 10px;
      margin-right: 10px;
      width: 50%; }
  .saved .terms-and-shipping-info .ion, .saved .terms-and-shipping-info .ionicons,
  .saved .terms-and-shipping-info .ion-alert:before,
  .saved .terms-and-shipping-info .ion-alert-circled:before,
  .saved .terms-and-shipping-info .ion-android-add:before,
  .saved .terms-and-shipping-info .ion-android-add-circle:before,
  .saved .terms-and-shipping-info .ion-android-alarm-clock:before,
  .saved .terms-and-shipping-info .ion-android-alert:before,
  .saved .terms-and-shipping-info .ion-android-apps:before,
  .saved .terms-and-shipping-info .ion-android-archive:before,
  .saved .terms-and-shipping-info .ion-android-arrow-back:before,
  .saved .terms-and-shipping-info .ion-android-arrow-down:before,
  .saved .terms-and-shipping-info .ion-android-arrow-dropdown:before,
  .saved .terms-and-shipping-info .ion-android-arrow-dropdown-circle:before,
  .saved .terms-and-shipping-info .ion-android-arrow-dropleft:before,
  .saved .terms-and-shipping-info .ion-android-arrow-dropleft-circle:before,
  .saved .terms-and-shipping-info .ion-android-arrow-dropright:before,
  .saved .terms-and-shipping-info .ion-android-arrow-dropright-circle:before,
  .saved .terms-and-shipping-info .ion-android-arrow-dropup:before,
  .saved .terms-and-shipping-info .ion-android-arrow-dropup-circle:before,
  .saved .terms-and-shipping-info .ion-android-arrow-forward:before,
  .saved .terms-and-shipping-info .ion-android-arrow-up:before,
  .saved .terms-and-shipping-info .ion-android-attach:before,
  .saved .terms-and-shipping-info .ion-android-bar:before,
  .saved .terms-and-shipping-info .ion-android-bicycle:before,
  .saved .terms-and-shipping-info .ion-android-boat:before,
  .saved .terms-and-shipping-info .ion-android-bookmark:before,
  .saved .terms-and-shipping-info .ion-android-bulb:before,
  .saved .terms-and-shipping-info .ion-android-bus:before,
  .saved .terms-and-shipping-info .ion-android-calendar:before,
  .saved .terms-and-shipping-info .ion-android-call:before,
  .saved .terms-and-shipping-info .ion-android-camera:before,
  .saved .terms-and-shipping-info .ion-android-cancel:before,
  .saved .terms-and-shipping-info .ion-android-car:before,
  .saved .terms-and-shipping-info .ion-android-cart:before,
  .saved .terms-and-shipping-info .ion-android-chat:before,
  .saved .terms-and-shipping-info .ion-android-checkbox:before,
  .saved .terms-and-shipping-info .ion-android-checkbox-blank:before,
  .saved .terms-and-shipping-info .ion-android-checkbox-outline:before,
  .saved .terms-and-shipping-info .ion-android-checkbox-outline-blank:before,
  .saved .terms-and-shipping-info .ion-android-checkmark-circle:before,
  .saved .terms-and-shipping-info .ion-android-clipboard:before,
  .saved .terms-and-shipping-info .ion-android-close:before,
  .saved .terms-and-shipping-info .ion-android-cloud:before,
  .saved .terms-and-shipping-info .ion-android-cloud-circle:before,
  .saved .terms-and-shipping-info .ion-android-cloud-done:before,
  .saved .terms-and-shipping-info .ion-android-cloud-outline:before,
  .saved .terms-and-shipping-info .ion-android-color-palette:before,
  .saved .terms-and-shipping-info .ion-android-compass:before,
  .saved .terms-and-shipping-info .ion-android-contact:before,
  .saved .terms-and-shipping-info .ion-android-contacts:before,
  .saved .terms-and-shipping-info .ion-android-contract:before,
  .saved .terms-and-shipping-info .ion-android-create:before,
  .saved .terms-and-shipping-info .ion-android-delete:before,
  .saved .terms-and-shipping-info .ion-android-desktop:before,
  .saved .terms-and-shipping-info .ion-android-document:before,
  .saved .terms-and-shipping-info .ion-android-done:before,
  .saved .terms-and-shipping-info .ion-android-done-all:before,
  .saved .terms-and-shipping-info .ion-android-download:before,
  .saved .terms-and-shipping-info .ion-android-drafts:before,
  .saved .terms-and-shipping-info .ion-android-exit:before,
  .saved .terms-and-shipping-info .ion-android-expand:before,
  .saved .terms-and-shipping-info .ion-android-favorite:before,
  .saved .terms-and-shipping-info .ion-android-favorite-outline:before,
  .saved .terms-and-shipping-info .ion-android-film:before,
  .saved .terms-and-shipping-info .ion-android-folder:before,
  .saved .terms-and-shipping-info .ion-android-folder-open:before,
  .saved .terms-and-shipping-info .ion-android-funnel:before,
  .saved .terms-and-shipping-info .ion-android-globe:before,
  .saved .terms-and-shipping-info .ion-android-hand:before,
  .saved .terms-and-shipping-info .ion-android-hangout:before,
  .saved .terms-and-shipping-info .ion-android-happy:before,
  .saved .terms-and-shipping-info .ion-android-home:before,
  .saved .terms-and-shipping-info .ion-android-image:before,
  .saved .terms-and-shipping-info .ion-android-laptop:before,
  .saved .terms-and-shipping-info .ion-android-list:before,
  .saved .terms-and-shipping-info .ion-android-locate:before,
  .saved .terms-and-shipping-info .ion-android-lock:before,
  .saved .terms-and-shipping-info .ion-android-mail:before,
  .saved .terms-and-shipping-info .ion-android-map:before,
  .saved .terms-and-shipping-info .ion-android-menu:before,
  .saved .terms-and-shipping-info .ion-android-microphone:before,
  .saved .terms-and-shipping-info .ion-android-microphone-off:before,
  .saved .terms-and-shipping-info .ion-android-more-horizontal:before,
  .saved .terms-and-shipping-info .ion-android-more-vertical:before,
  .saved .terms-and-shipping-info .ion-android-navigate:before,
  .saved .terms-and-shipping-info .ion-android-notifications:before,
  .saved .terms-and-shipping-info .ion-android-notifications-none:before,
  .saved .terms-and-shipping-info .ion-android-notifications-off:before,
  .saved .terms-and-shipping-info .ion-android-open:before,
  .saved .terms-and-shipping-info .ion-android-options:before,
  .saved .terms-and-shipping-info .ion-android-people:before,
  .saved .terms-and-shipping-info .ion-android-person:before,
  .saved .terms-and-shipping-info .ion-android-person-add:before,
  .saved .terms-and-shipping-info .ion-android-phone-landscape:before,
  .saved .terms-and-shipping-info .ion-android-phone-portrait:before,
  .saved .terms-and-shipping-info .ion-android-pin:before,
  .saved .terms-and-shipping-info .ion-android-plane:before,
  .saved .terms-and-shipping-info .ion-android-playstore:before,
  .saved .terms-and-shipping-info .ion-android-print:before,
  .saved .terms-and-shipping-info .ion-android-radio-button-off:before,
  .saved .terms-and-shipping-info .ion-android-radio-button-on:before,
  .saved .terms-and-shipping-info .ion-android-refresh:before,
  .saved .terms-and-shipping-info .ion-android-remove:before,
  .saved .terms-and-shipping-info .ion-android-remove-circle:before,
  .saved .terms-and-shipping-info .ion-android-restaurant:before,
  .saved .terms-and-shipping-info .ion-android-sad:before,
  .saved .terms-and-shipping-info .ion-android-search:before,
  .saved .terms-and-shipping-info .ion-android-send:before,
  .saved .terms-and-shipping-info .ion-android-settings:before,
  .saved .terms-and-shipping-info .ion-android-share:before,
  .saved .terms-and-shipping-info .ion-android-share-alt:before,
  .saved .terms-and-shipping-info .ion-android-star:before,
  .saved .terms-and-shipping-info .ion-android-star-half:before,
  .saved .terms-and-shipping-info .ion-android-star-outline:before,
  .saved .terms-and-shipping-info .ion-android-stopwatch:before,
  .saved .terms-and-shipping-info .ion-android-subway:before,
  .saved .terms-and-shipping-info .ion-android-sunny:before,
  .saved .terms-and-shipping-info .ion-android-sync:before,
  .saved .terms-and-shipping-info .ion-android-textsms:before,
  .saved .terms-and-shipping-info .ion-android-time:before,
  .saved .terms-and-shipping-info .ion-android-train:before,
  .saved .terms-and-shipping-info .ion-android-unlock:before,
  .saved .terms-and-shipping-info .ion-android-upload:before,
  .saved .terms-and-shipping-info .ion-android-volume-down:before,
  .saved .terms-and-shipping-info .ion-android-volume-mute:before,
  .saved .terms-and-shipping-info .ion-android-volume-off:before,
  .saved .terms-and-shipping-info .ion-android-volume-up:before,
  .saved .terms-and-shipping-info .ion-android-walk:before,
  .saved .terms-and-shipping-info .ion-android-warning:before,
  .saved .terms-and-shipping-info .ion-android-watch:before,
  .saved .terms-and-shipping-info .ion-android-wifi:before,
  .saved .terms-and-shipping-info .ion-aperture:before,
  .saved .terms-and-shipping-info .ion-archive:before,
  .saved .terms-and-shipping-info .ion-arrow-down-a:before,
  .saved .terms-and-shipping-info .ion-arrow-down-b:before,
  .saved .terms-and-shipping-info .ion-arrow-down-c:before,
  .saved .terms-and-shipping-info .ion-arrow-expand:before,
  .saved .terms-and-shipping-info .ion-arrow-graph-down-left:before,
  .saved .terms-and-shipping-info .ion-arrow-graph-down-right:before,
  .saved .terms-and-shipping-info .ion-arrow-graph-up-left:before,
  .saved .terms-and-shipping-info .ion-arrow-graph-up-right:before,
  .saved .terms-and-shipping-info .ion-arrow-left-a:before,
  .saved .terms-and-shipping-info .ion-arrow-left-b:before,
  .saved .terms-and-shipping-info .ion-arrow-left-c:before,
  .saved .terms-and-shipping-info .ion-arrow-move:before,
  .saved .terms-and-shipping-info .ion-arrow-resize:before,
  .saved .terms-and-shipping-info .ion-arrow-return-left:before,
  .saved .terms-and-shipping-info .ion-arrow-return-right:before,
  .saved .terms-and-shipping-info .ion-arrow-right-a:before,
  .saved .terms-and-shipping-info .ion-arrow-right-b:before,
  .saved .terms-and-shipping-info .ion-arrow-right-c:before,
  .saved .terms-and-shipping-info .ion-arrow-shrink:before,
  .saved .terms-and-shipping-info .ion-arrow-swap:before,
  .saved .terms-and-shipping-info .ion-arrow-up-a:before,
  .saved .terms-and-shipping-info .ion-arrow-up-b:before,
  .saved .terms-and-shipping-info .ion-arrow-up-c:before,
  .saved .terms-and-shipping-info .ion-asterisk:before,
  .saved .terms-and-shipping-info .ion-at:before,
  .saved .terms-and-shipping-info .ion-backspace:before,
  .saved .terms-and-shipping-info .ion-backspace-outline:before,
  .saved .terms-and-shipping-info .ion-bag:before,
  .saved .terms-and-shipping-info .ion-battery-charging:before,
  .saved .terms-and-shipping-info .ion-battery-empty:before,
  .saved .terms-and-shipping-info .ion-battery-full:before,
  .saved .terms-and-shipping-info .ion-battery-half:before,
  .saved .terms-and-shipping-info .ion-battery-low:before,
  .saved .terms-and-shipping-info .ion-beaker:before,
  .saved .terms-and-shipping-info .ion-beer:before,
  .saved .terms-and-shipping-info .ion-bluetooth:before,
  .saved .terms-and-shipping-info .ion-bonfire:before,
  .saved .terms-and-shipping-info .ion-bookmark:before,
  .saved .terms-and-shipping-info .ion-bowtie:before,
  .saved .terms-and-shipping-info .ion-briefcase:before,
  .saved .terms-and-shipping-info .ion-bug:before,
  .saved .terms-and-shipping-info .ion-calculator:before,
  .saved .terms-and-shipping-info .ion-calendar:before,
  .saved .terms-and-shipping-info .ion-camera:before,
  .saved .terms-and-shipping-info .ion-card:before,
  .saved .terms-and-shipping-info .ion-cash:before,
  .saved .terms-and-shipping-info .ion-chatbox:before,
  .saved .terms-and-shipping-info .ion-chatbox-working:before,
  .saved .terms-and-shipping-info .ion-chatboxes:before,
  .saved .terms-and-shipping-info .ion-chatbubble:before,
  .saved .terms-and-shipping-info .ion-chatbubble-working:before,
  .saved .terms-and-shipping-info .ion-chatbubbles:before,
  .saved .terms-and-shipping-info .ion-checkmark:before,
  .saved .terms-and-shipping-info .ion-checkmark-circled:before,
  .saved .terms-and-shipping-info .ion-checkmark-round:before,
  .saved .terms-and-shipping-info .ion-chevron-down:before,
  .saved .terms-and-shipping-info .ion-chevron-left:before,
  .saved .terms-and-shipping-info .ion-chevron-right:before, .saved .terms-and-shipping-info .sidebar-nav__dropdown__figure:before,
  .saved .terms-and-shipping-info .ion-chevron-up:before,
  .saved .terms-and-shipping-info .ion-clipboard:before,
  .saved .terms-and-shipping-info .ion-clock:before,
  .saved .terms-and-shipping-info .ion-close:before,
  .saved .terms-and-shipping-info .ion-close-circled:before,
  .saved .terms-and-shipping-info .ion-close-round:before,
  .saved .terms-and-shipping-info .ion-closed-captioning:before,
  .saved .terms-and-shipping-info .ion-cloud:before,
  .saved .terms-and-shipping-info .ion-code:before,
  .saved .terms-and-shipping-info .ion-code-download:before,
  .saved .terms-and-shipping-info .ion-code-working:before,
  .saved .terms-and-shipping-info .ion-coffee:before,
  .saved .terms-and-shipping-info .ion-compass:before,
  .saved .terms-and-shipping-info .ion-compose:before,
  .saved .terms-and-shipping-info .ion-connection-bars:before,
  .saved .terms-and-shipping-info .ion-contrast:before,
  .saved .terms-and-shipping-info .ion-crop:before,
  .saved .terms-and-shipping-info .ion-cube:before,
  .saved .terms-and-shipping-info .ion-disc:before,
  .saved .terms-and-shipping-info .ion-document:before,
  .saved .terms-and-shipping-info .ion-document-text:before,
  .saved .terms-and-shipping-info .ion-drag:before,
  .saved .terms-and-shipping-info .ion-earth:before,
  .saved .terms-and-shipping-info .ion-easel:before,
  .saved .terms-and-shipping-info .ion-edit:before,
  .saved .terms-and-shipping-info .ion-egg:before,
  .saved .terms-and-shipping-info .ion-eject:before,
  .saved .terms-and-shipping-info .ion-email:before,
  .saved .terms-and-shipping-info .ion-email-unread:before,
  .saved .terms-and-shipping-info .ion-erlenmeyer-flask:before,
  .saved .terms-and-shipping-info .ion-erlenmeyer-flask-bubbles:before,
  .saved .terms-and-shipping-info .ion-eye:before,
  .saved .terms-and-shipping-info .ion-eye-disabled:before,
  .saved .terms-and-shipping-info .ion-female:before,
  .saved .terms-and-shipping-info .ion-filing:before,
  .saved .terms-and-shipping-info .ion-film-marker:before,
  .saved .terms-and-shipping-info .ion-fireball:before,
  .saved .terms-and-shipping-info .ion-flag:before,
  .saved .terms-and-shipping-info .ion-flame:before,
  .saved .terms-and-shipping-info .ion-flash:before,
  .saved .terms-and-shipping-info .ion-flash-off:before,
  .saved .terms-and-shipping-info .ion-folder:before,
  .saved .terms-and-shipping-info .ion-fork:before,
  .saved .terms-and-shipping-info .ion-fork-repo:before,
  .saved .terms-and-shipping-info .ion-forward:before,
  .saved .terms-and-shipping-info .ion-funnel:before,
  .saved .terms-and-shipping-info .ion-gear-a:before,
  .saved .terms-and-shipping-info .ion-gear-b:before,
  .saved .terms-and-shipping-info .ion-grid:before,
  .saved .terms-and-shipping-info .ion-hammer:before,
  .saved .terms-and-shipping-info .ion-happy:before,
  .saved .terms-and-shipping-info .ion-happy-outline:before,
  .saved .terms-and-shipping-info .ion-headphone:before,
  .saved .terms-and-shipping-info .ion-heart:before,
  .saved .terms-and-shipping-info .ion-heart-broken:before,
  .saved .terms-and-shipping-info .ion-help:before,
  .saved .terms-and-shipping-info .ion-help-buoy:before,
  .saved .terms-and-shipping-info .ion-help-circled:before,
  .saved .terms-and-shipping-info .ion-home:before,
  .saved .terms-and-shipping-info .ion-icecream:before,
  .saved .terms-and-shipping-info .ion-image:before,
  .saved .terms-and-shipping-info .ion-images:before,
  .saved .terms-and-shipping-info .ion-information:before,
  .saved .terms-and-shipping-info .ion-information-circled:before,
  .saved .terms-and-shipping-info .ion-ionic:before,
  .saved .terms-and-shipping-info .ion-ios-alarm:before,
  .saved .terms-and-shipping-info .ion-ios-alarm-outline:before,
  .saved .terms-and-shipping-info .ion-ios-albums:before,
  .saved .terms-and-shipping-info .ion-ios-albums-outline:before,
  .saved .terms-and-shipping-info .ion-ios-americanfootball:before,
  .saved .terms-and-shipping-info .ion-ios-americanfootball-outline:before,
  .saved .terms-and-shipping-info .ion-ios-analytics:before,
  .saved .terms-and-shipping-info .ion-ios-analytics-outline:before,
  .saved .terms-and-shipping-info .ion-ios-arrow-back:before,
  .saved .terms-and-shipping-info .ion-ios-arrow-down:before, .saved .terms-and-shipping-info .wickedpicker__controls__control-down:before,
  .saved .terms-and-shipping-info .ion-ios-arrow-forward:before,
  .saved .terms-and-shipping-info .ion-ios-arrow-left:before,
  .saved .terms-and-shipping-info .ion-ios-arrow-right:before,
  .saved .terms-and-shipping-info .ion-ios-arrow-thin-down:before,
  .saved .terms-and-shipping-info .ion-ios-arrow-thin-left:before,
  .saved .terms-and-shipping-info .ion-ios-arrow-thin-right:before,
  .saved .terms-and-shipping-info .ion-ios-arrow-thin-up:before,
  .saved .terms-and-shipping-info .ion-ios-arrow-up:before, .saved .terms-and-shipping-info .wickedpicker__controls__control-up:before,
  .saved .terms-and-shipping-info .ion-ios-at:before,
  .saved .terms-and-shipping-info .ion-ios-at-outline:before,
  .saved .terms-and-shipping-info .ion-ios-barcode:before,
  .saved .terms-and-shipping-info .ion-ios-barcode-outline:before,
  .saved .terms-and-shipping-info .ion-ios-baseball:before,
  .saved .terms-and-shipping-info .ion-ios-baseball-outline:before,
  .saved .terms-and-shipping-info .ion-ios-basketball:before,
  .saved .terms-and-shipping-info .ion-ios-basketball-outline:before,
  .saved .terms-and-shipping-info .ion-ios-bell:before,
  .saved .terms-and-shipping-info .ion-ios-bell-outline:before,
  .saved .terms-and-shipping-info .ion-ios-body:before,
  .saved .terms-and-shipping-info .ion-ios-body-outline:before,
  .saved .terms-and-shipping-info .ion-ios-bolt:before,
  .saved .terms-and-shipping-info .ion-ios-bolt-outline:before,
  .saved .terms-and-shipping-info .ion-ios-book:before,
  .saved .terms-and-shipping-info .ion-ios-book-outline:before,
  .saved .terms-and-shipping-info .ion-ios-bookmarks:before,
  .saved .terms-and-shipping-info .ion-ios-bookmarks-outline:before,
  .saved .terms-and-shipping-info .ion-ios-box:before,
  .saved .terms-and-shipping-info .ion-ios-box-outline:before,
  .saved .terms-and-shipping-info .ion-ios-briefcase:before,
  .saved .terms-and-shipping-info .ion-ios-briefcase-outline:before,
  .saved .terms-and-shipping-info .ion-ios-browsers:before,
  .saved .terms-and-shipping-info .ion-ios-browsers-outline:before,
  .saved .terms-and-shipping-info .ion-ios-calculator:before,
  .saved .terms-and-shipping-info .ion-ios-calculator-outline:before,
  .saved .terms-and-shipping-info .ion-ios-calendar:before,
  .saved .terms-and-shipping-info .ion-ios-calendar-outline:before,
  .saved .terms-and-shipping-info .ion-ios-camera:before,
  .saved .terms-and-shipping-info .ion-ios-camera-outline:before,
  .saved .terms-and-shipping-info .ion-ios-cart:before,
  .saved .terms-and-shipping-info .ion-ios-cart-outline:before,
  .saved .terms-and-shipping-info .ion-ios-chatboxes:before,
  .saved .terms-and-shipping-info .ion-ios-chatboxes-outline:before,
  .saved .terms-and-shipping-info .ion-ios-chatbubble:before,
  .saved .terms-and-shipping-info .ion-ios-chatbubble-outline:before,
  .saved .terms-and-shipping-info .ion-ios-checkmark:before,
  .saved .terms-and-shipping-info .ion-ios-checkmark-empty:before,
  .saved .terms-and-shipping-info .ion-ios-checkmark-outline:before,
  .saved .terms-and-shipping-info .ion-ios-circle-filled:before,
  .saved .terms-and-shipping-info .ion-ios-circle-outline:before,
  .saved .terms-and-shipping-info .ion-ios-clock:before,
  .saved .terms-and-shipping-info .ion-ios-clock-outline:before,
  .saved .terms-and-shipping-info .ion-ios-close:before,
  .saved .terms-and-shipping-info .ion-ios-close-empty:before,
  .saved .terms-and-shipping-info .ion-ios-close-outline:before,
  .saved .terms-and-shipping-info .ion-ios-cloud:before,
  .saved .terms-and-shipping-info .ion-ios-cloud-download:before,
  .saved .terms-and-shipping-info .ion-ios-cloud-download-outline:before,
  .saved .terms-and-shipping-info .ion-ios-cloud-outline:before,
  .saved .terms-and-shipping-info .ion-ios-cloud-upload:before,
  .saved .terms-and-shipping-info .ion-ios-cloud-upload-outline:before,
  .saved .terms-and-shipping-info .ion-ios-cloudy:before,
  .saved .terms-and-shipping-info .ion-ios-cloudy-night:before,
  .saved .terms-and-shipping-info .ion-ios-cloudy-night-outline:before,
  .saved .terms-and-shipping-info .ion-ios-cloudy-outline:before,
  .saved .terms-and-shipping-info .ion-ios-cog:before,
  .saved .terms-and-shipping-info .ion-ios-cog-outline:before,
  .saved .terms-and-shipping-info .ion-ios-color-filter:before,
  .saved .terms-and-shipping-info .ion-ios-color-filter-outline:before,
  .saved .terms-and-shipping-info .ion-ios-color-wand:before,
  .saved .terms-and-shipping-info .ion-ios-color-wand-outline:before,
  .saved .terms-and-shipping-info .ion-ios-compose:before,
  .saved .terms-and-shipping-info .ion-ios-compose-outline:before,
  .saved .terms-and-shipping-info .ion-ios-contact:before,
  .saved .terms-and-shipping-info .ion-ios-contact-outline:before,
  .saved .terms-and-shipping-info .ion-ios-copy:before,
  .saved .terms-and-shipping-info .ion-ios-copy-outline:before,
  .saved .terms-and-shipping-info .ion-ios-crop:before,
  .saved .terms-and-shipping-info .ion-ios-crop-strong:before,
  .saved .terms-and-shipping-info .ion-ios-download:before,
  .saved .terms-and-shipping-info .ion-ios-download-outline:before,
  .saved .terms-and-shipping-info .ion-ios-drag:before,
  .saved .terms-and-shipping-info .ion-ios-email:before,
  .saved .terms-and-shipping-info .ion-ios-email-outline:before,
  .saved .terms-and-shipping-info .ion-ios-eye:before,
  .saved .terms-and-shipping-info .ion-ios-eye-outline:before,
  .saved .terms-and-shipping-info .ion-ios-fastforward:before,
  .saved .terms-and-shipping-info .ion-ios-fastforward-outline:before,
  .saved .terms-and-shipping-info .ion-ios-filing:before,
  .saved .terms-and-shipping-info .ion-ios-filing-outline:before,
  .saved .terms-and-shipping-info .ion-ios-film:before,
  .saved .terms-and-shipping-info .ion-ios-film-outline:before,
  .saved .terms-and-shipping-info .ion-ios-flag:before,
  .saved .terms-and-shipping-info .ion-ios-flag-outline:before,
  .saved .terms-and-shipping-info .ion-ios-flame:before,
  .saved .terms-and-shipping-info .ion-ios-flame-outline:before,
  .saved .terms-and-shipping-info .ion-ios-flask:before,
  .saved .terms-and-shipping-info .ion-ios-flask-outline:before,
  .saved .terms-and-shipping-info .ion-ios-flower:before,
  .saved .terms-and-shipping-info .ion-ios-flower-outline:before,
  .saved .terms-and-shipping-info .ion-ios-folder:before,
  .saved .terms-and-shipping-info .ion-ios-folder-outline:before,
  .saved .terms-and-shipping-info .ion-ios-football:before,
  .saved .terms-and-shipping-info .ion-ios-football-outline:before,
  .saved .terms-and-shipping-info .ion-ios-game-controller-a:before,
  .saved .terms-and-shipping-info .ion-ios-game-controller-a-outline:before,
  .saved .terms-and-shipping-info .ion-ios-game-controller-b:before,
  .saved .terms-and-shipping-info .ion-ios-game-controller-b-outline:before,
  .saved .terms-and-shipping-info .ion-ios-gear:before,
  .saved .terms-and-shipping-info .ion-ios-gear-outline:before,
  .saved .terms-and-shipping-info .ion-ios-glasses:before,
  .saved .terms-and-shipping-info .ion-ios-glasses-outline:before,
  .saved .terms-and-shipping-info .ion-ios-grid-view:before,
  .saved .terms-and-shipping-info .ion-ios-grid-view-outline:before,
  .saved .terms-and-shipping-info .ion-ios-heart:before,
  .saved .terms-and-shipping-info .ion-ios-heart-outline:before,
  .saved .terms-and-shipping-info .ion-ios-help:before,
  .saved .terms-and-shipping-info .ion-ios-help-empty:before,
  .saved .terms-and-shipping-info .ion-ios-help-outline:before,
  .saved .terms-and-shipping-info .ion-ios-home:before,
  .saved .terms-and-shipping-info .ion-ios-home-outline:before,
  .saved .terms-and-shipping-info .ion-ios-infinite:before,
  .saved .terms-and-shipping-info .ion-ios-infinite-outline:before,
  .saved .terms-and-shipping-info .ion-ios-information:before,
  .saved .terms-and-shipping-info .ion-ios-information-empty:before,
  .saved .terms-and-shipping-info .ion-ios-information-outline:before,
  .saved .terms-and-shipping-info .ion-ios-ionic-outline:before,
  .saved .terms-and-shipping-info .ion-ios-keypad:before,
  .saved .terms-and-shipping-info .ion-ios-keypad-outline:before,
  .saved .terms-and-shipping-info .ion-ios-lightbulb:before,
  .saved .terms-and-shipping-info .ion-ios-lightbulb-outline:before,
  .saved .terms-and-shipping-info .ion-ios-list:before,
  .saved .terms-and-shipping-info .ion-ios-list-outline:before,
  .saved .terms-and-shipping-info .ion-ios-location:before,
  .saved .terms-and-shipping-info .ion-ios-location-outline:before,
  .saved .terms-and-shipping-info .ion-ios-locked:before,
  .saved .terms-and-shipping-info .ion-ios-locked-outline:before,
  .saved .terms-and-shipping-info .ion-ios-loop:before,
  .saved .terms-and-shipping-info .ion-ios-loop-strong:before,
  .saved .terms-and-shipping-info .ion-ios-medical:before,
  .saved .terms-and-shipping-info .ion-ios-medical-outline:before,
  .saved .terms-and-shipping-info .ion-ios-medkit:before,
  .saved .terms-and-shipping-info .ion-ios-medkit-outline:before,
  .saved .terms-and-shipping-info .ion-ios-mic:before,
  .saved .terms-and-shipping-info .ion-ios-mic-off:before,
  .saved .terms-and-shipping-info .ion-ios-mic-outline:before,
  .saved .terms-and-shipping-info .ion-ios-minus:before,
  .saved .terms-and-shipping-info .ion-ios-minus-empty:before,
  .saved .terms-and-shipping-info .ion-ios-minus-outline:before,
  .saved .terms-and-shipping-info .ion-ios-monitor:before,
  .saved .terms-and-shipping-info .ion-ios-monitor-outline:before,
  .saved .terms-and-shipping-info .ion-ios-moon:before,
  .saved .terms-and-shipping-info .ion-ios-moon-outline:before,
  .saved .terms-and-shipping-info .ion-ios-more:before,
  .saved .terms-and-shipping-info .ion-ios-more-outline:before,
  .saved .terms-and-shipping-info .ion-ios-musical-note:before,
  .saved .terms-and-shipping-info .ion-ios-musical-notes:before,
  .saved .terms-and-shipping-info .ion-ios-navigate:before,
  .saved .terms-and-shipping-info .ion-ios-navigate-outline:before,
  .saved .terms-and-shipping-info .ion-ios-nutrition:before,
  .saved .terms-and-shipping-info .ion-ios-nutrition-outline:before,
  .saved .terms-and-shipping-info .ion-ios-paper:before,
  .saved .terms-and-shipping-info .ion-ios-paper-outline:before,
  .saved .terms-and-shipping-info .ion-ios-paperplane:before,
  .saved .terms-and-shipping-info .ion-ios-paperplane-outline:before,
  .saved .terms-and-shipping-info .ion-ios-partlysunny:before,
  .saved .terms-and-shipping-info .ion-ios-partlysunny-outline:before,
  .saved .terms-and-shipping-info .ion-ios-pause:before,
  .saved .terms-and-shipping-info .ion-ios-pause-outline:before,
  .saved .terms-and-shipping-info .ion-ios-paw:before,
  .saved .terms-and-shipping-info .ion-ios-paw-outline:before,
  .saved .terms-and-shipping-info .ion-ios-people:before,
  .saved .terms-and-shipping-info .ion-ios-people-outline:before,
  .saved .terms-and-shipping-info .ion-ios-person:before,
  .saved .terms-and-shipping-info .ion-ios-person-outline:before,
  .saved .terms-and-shipping-info .ion-ios-personadd:before,
  .saved .terms-and-shipping-info .ion-ios-personadd-outline:before,
  .saved .terms-and-shipping-info .ion-ios-photos:before,
  .saved .terms-and-shipping-info .ion-ios-photos-outline:before,
  .saved .terms-and-shipping-info .ion-ios-pie:before,
  .saved .terms-and-shipping-info .ion-ios-pie-outline:before,
  .saved .terms-and-shipping-info .ion-ios-pint:before,
  .saved .terms-and-shipping-info .ion-ios-pint-outline:before,
  .saved .terms-and-shipping-info .ion-ios-play:before,
  .saved .terms-and-shipping-info .ion-ios-play-outline:before,
  .saved .terms-and-shipping-info .ion-ios-plus:before,
  .saved .terms-and-shipping-info .ion-ios-plus-empty:before,
  .saved .terms-and-shipping-info .ion-ios-plus-outline:before,
  .saved .terms-and-shipping-info .ion-ios-pricetag:before,
  .saved .terms-and-shipping-info .ion-ios-pricetag-outline:before,
  .saved .terms-and-shipping-info .ion-ios-pricetags:before,
  .saved .terms-and-shipping-info .ion-ios-pricetags-outline:before,
  .saved .terms-and-shipping-info .ion-ios-printer:before,
  .saved .terms-and-shipping-info .ion-ios-printer-outline:before,
  .saved .terms-and-shipping-info .ion-ios-pulse:before,
  .saved .terms-and-shipping-info .ion-ios-pulse-strong:before,
  .saved .terms-and-shipping-info .ion-ios-rainy:before,
  .saved .terms-and-shipping-info .ion-ios-rainy-outline:before,
  .saved .terms-and-shipping-info .ion-ios-recording:before,
  .saved .terms-and-shipping-info .ion-ios-recording-outline:before,
  .saved .terms-and-shipping-info .ion-ios-redo:before,
  .saved .terms-and-shipping-info .ion-ios-redo-outline:before,
  .saved .terms-and-shipping-info .ion-ios-refresh:before,
  .saved .terms-and-shipping-info .ion-ios-refresh-empty:before,
  .saved .terms-and-shipping-info .ion-ios-refresh-outline:before,
  .saved .terms-and-shipping-info .ion-ios-reload:before,
  .saved .terms-and-shipping-info .ion-ios-reverse-camera:before,
  .saved .terms-and-shipping-info .ion-ios-reverse-camera-outline:before,
  .saved .terms-and-shipping-info .ion-ios-rewind:before,
  .saved .terms-and-shipping-info .ion-ios-rewind-outline:before,
  .saved .terms-and-shipping-info .ion-ios-rose:before,
  .saved .terms-and-shipping-info .ion-ios-rose-outline:before,
  .saved .terms-and-shipping-info .ion-ios-search:before,
  .saved .terms-and-shipping-info .ion-ios-search-strong:before,
  .saved .terms-and-shipping-info .ion-ios-settings:before,
  .saved .terms-and-shipping-info .ion-ios-settings-strong:before,
  .saved .terms-and-shipping-info .ion-ios-shuffle:before,
  .saved .terms-and-shipping-info .ion-ios-shuffle-strong:before,
  .saved .terms-and-shipping-info .ion-ios-skipbackward:before,
  .saved .terms-and-shipping-info .ion-ios-skipbackward-outline:before,
  .saved .terms-and-shipping-info .ion-ios-skipforward:before,
  .saved .terms-and-shipping-info .ion-ios-skipforward-outline:before,
  .saved .terms-and-shipping-info .ion-ios-snowy:before,
  .saved .terms-and-shipping-info .ion-ios-speedometer:before,
  .saved .terms-and-shipping-info .ion-ios-speedometer-outline:before,
  .saved .terms-and-shipping-info .ion-ios-star:before,
  .saved .terms-and-shipping-info .ion-ios-star-half:before,
  .saved .terms-and-shipping-info .ion-ios-star-outline:before,
  .saved .terms-and-shipping-info .ion-ios-stopwatch:before,
  .saved .terms-and-shipping-info .ion-ios-stopwatch-outline:before,
  .saved .terms-and-shipping-info .ion-ios-sunny:before,
  .saved .terms-and-shipping-info .ion-ios-sunny-outline:before,
  .saved .terms-and-shipping-info .ion-ios-telephone:before,
  .saved .terms-and-shipping-info .ion-ios-telephone-outline:before,
  .saved .terms-and-shipping-info .ion-ios-tennisball:before,
  .saved .terms-and-shipping-info .ion-ios-tennisball-outline:before,
  .saved .terms-and-shipping-info .ion-ios-thunderstorm:before,
  .saved .terms-and-shipping-info .ion-ios-thunderstorm-outline:before,
  .saved .terms-and-shipping-info .ion-ios-time:before,
  .saved .terms-and-shipping-info .ion-ios-time-outline:before,
  .saved .terms-and-shipping-info .ion-ios-timer:before,
  .saved .terms-and-shipping-info .ion-ios-timer-outline:before,
  .saved .terms-and-shipping-info .ion-ios-toggle:before,
  .saved .terms-and-shipping-info .ion-ios-toggle-outline:before,
  .saved .terms-and-shipping-info .ion-ios-trash:before,
  .saved .terms-and-shipping-info .ion-ios-trash-outline:before,
  .saved .terms-and-shipping-info .ion-ios-undo:before,
  .saved .terms-and-shipping-info .ion-ios-undo-outline:before,
  .saved .terms-and-shipping-info .ion-ios-unlocked:before,
  .saved .terms-and-shipping-info .ion-ios-unlocked-outline:before,
  .saved .terms-and-shipping-info .ion-ios-upload:before,
  .saved .terms-and-shipping-info .ion-ios-upload-outline:before,
  .saved .terms-and-shipping-info .ion-ios-videocam:before,
  .saved .terms-and-shipping-info .ion-ios-videocam-outline:before,
  .saved .terms-and-shipping-info .ion-ios-volume-high:before,
  .saved .terms-and-shipping-info .ion-ios-volume-low:before,
  .saved .terms-and-shipping-info .ion-ios-wineglass:before,
  .saved .terms-and-shipping-info .ion-ios-wineglass-outline:before,
  .saved .terms-and-shipping-info .ion-ios-world:before,
  .saved .terms-and-shipping-info .ion-ios-world-outline:before,
  .saved .terms-and-shipping-info .ion-ipad:before,
  .saved .terms-and-shipping-info .ion-iphone:before,
  .saved .terms-and-shipping-info .ion-ipod:before,
  .saved .terms-and-shipping-info .ion-jet:before,
  .saved .terms-and-shipping-info .ion-key:before,
  .saved .terms-and-shipping-info .ion-knife:before,
  .saved .terms-and-shipping-info .ion-laptop:before,
  .saved .terms-and-shipping-info .ion-leaf:before,
  .saved .terms-and-shipping-info .ion-levels:before,
  .saved .terms-and-shipping-info .ion-lightbulb:before,
  .saved .terms-and-shipping-info .ion-link:before,
  .saved .terms-and-shipping-info .ion-load-a:before,
  .saved .terms-and-shipping-info .ion-load-b:before,
  .saved .terms-and-shipping-info .ion-load-c:before,
  .saved .terms-and-shipping-info .ion-load-d:before,
  .saved .terms-and-shipping-info .ion-location:before,
  .saved .terms-and-shipping-info .ion-lock-combination:before,
  .saved .terms-and-shipping-info .ion-locked:before,
  .saved .terms-and-shipping-info .ion-log-in:before,
  .saved .terms-and-shipping-info .ion-log-out:before,
  .saved .terms-and-shipping-info .ion-loop:before,
  .saved .terms-and-shipping-info .ion-magnet:before,
  .saved .terms-and-shipping-info .ion-male:before,
  .saved .terms-and-shipping-info .ion-man:before,
  .saved .terms-and-shipping-info .ion-map:before,
  .saved .terms-and-shipping-info .ion-medkit:before,
  .saved .terms-and-shipping-info .ion-merge:before,
  .saved .terms-and-shipping-info .ion-mic-a:before,
  .saved .terms-and-shipping-info .ion-mic-b:before,
  .saved .terms-and-shipping-info .ion-mic-c:before,
  .saved .terms-and-shipping-info .ion-minus:before,
  .saved .terms-and-shipping-info .ion-minus-circled:before,
  .saved .terms-and-shipping-info .ion-minus-round:before, .saved .terms-and-shipping-info .spinner-input button:first-child:before, .spinner-input .saved .terms-and-shipping-info button:first-child:before, .saved .terms-and-shipping-info .spinner-input .cart.table-wrapper .actions-toolbar > .action:first-child:before, .spinner-input .cart.table-wrapper .saved .terms-and-shipping-info .actions-toolbar > .action:first-child:before, .saved .terms-and-shipping-info .cart.table-wrapper .spinner-input .actions-toolbar > .action:first-child:before, .cart.table-wrapper .spinner-input .saved .terms-and-shipping-info .actions-toolbar > .action:first-child:before, .saved .terms-and-shipping-info .spinner-input .action-gift:first-child:before, .spinner-input .saved .terms-and-shipping-info .action-gift:first-child:before, .saved .terms-and-shipping-info .listing .spinner-input button:first-child:before, .listing .spinner-input .saved .terms-and-shipping-info button:first-child:before,
  .saved .terms-and-shipping-info .ion-model-s:before,
  .saved .terms-and-shipping-info .ion-monitor:before,
  .saved .terms-and-shipping-info .ion-more:before,
  .saved .terms-and-shipping-info .ion-mouse:before,
  .saved .terms-and-shipping-info .ion-music-note:before,
  .saved .terms-and-shipping-info .ion-navicon:before,
  .saved .terms-and-shipping-info .ion-navicon-round:before,
  .saved .terms-and-shipping-info .ion-navigate:before,
  .saved .terms-and-shipping-info .ion-network:before,
  .saved .terms-and-shipping-info .ion-no-smoking:before,
  .saved .terms-and-shipping-info .ion-nuclear:before,
  .saved .terms-and-shipping-info .ion-outlet:before,
  .saved .terms-and-shipping-info .ion-paintbrush:before,
  .saved .terms-and-shipping-info .ion-paintbucket:before,
  .saved .terms-and-shipping-info .ion-paper-airplane:before,
  .saved .terms-and-shipping-info .ion-paperclip:before,
  .saved .terms-and-shipping-info .ion-pause:before,
  .saved .terms-and-shipping-info .ion-person:before,
  .saved .terms-and-shipping-info .ion-person-add:before,
  .saved .terms-and-shipping-info .ion-person-stalker:before,
  .saved .terms-and-shipping-info .ion-pie-graph:before,
  .saved .terms-and-shipping-info .ion-pin:before,
  .saved .terms-and-shipping-info .ion-pinpoint:before,
  .saved .terms-and-shipping-info .ion-pizza:before,
  .saved .terms-and-shipping-info .ion-plane:before,
  .saved .terms-and-shipping-info .ion-planet:before,
  .saved .terms-and-shipping-info .ion-play:before,
  .saved .terms-and-shipping-info .ion-playstation:before,
  .saved .terms-and-shipping-info .ion-plus:before,
  .saved .terms-and-shipping-info .ion-plus-circled:before,
  .saved .terms-and-shipping-info .ion-plus-round:before, .saved .terms-and-shipping-info .spinner-input button:last-child:before, .spinner-input .saved .terms-and-shipping-info button:last-child:before, .saved .terms-and-shipping-info .spinner-input .cart.table-wrapper .actions-toolbar > .action:last-child:before, .spinner-input .cart.table-wrapper .saved .terms-and-shipping-info .actions-toolbar > .action:last-child:before, .saved .terms-and-shipping-info .cart.table-wrapper .spinner-input .actions-toolbar > .action:last-child:before, .cart.table-wrapper .spinner-input .saved .terms-and-shipping-info .actions-toolbar > .action:last-child:before, .saved .terms-and-shipping-info .spinner-input .action-gift:last-child:before, .spinner-input .saved .terms-and-shipping-info .action-gift:last-child:before, .saved .terms-and-shipping-info .listing .spinner-input button:last-child:before, .listing .spinner-input .saved .terms-and-shipping-info button:last-child:before,
  .saved .terms-and-shipping-info .ion-podium:before,
  .saved .terms-and-shipping-info .ion-pound:before,
  .saved .terms-and-shipping-info .ion-power:before,
  .saved .terms-and-shipping-info .ion-pricetag:before,
  .saved .terms-and-shipping-info .ion-pricetags:before,
  .saved .terms-and-shipping-info .ion-printer:before,
  .saved .terms-and-shipping-info .ion-pull-request:before,
  .saved .terms-and-shipping-info .ion-qr-scanner:before,
  .saved .terms-and-shipping-info .ion-quote:before,
  .saved .terms-and-shipping-info .ion-radio-waves:before,
  .saved .terms-and-shipping-info .ion-record:before,
  .saved .terms-and-shipping-info .ion-refresh:before,
  .saved .terms-and-shipping-info .ion-reply:before,
  .saved .terms-and-shipping-info .ion-reply-all:before,
  .saved .terms-and-shipping-info .ion-ribbon-a:before,
  .saved .terms-and-shipping-info .ion-ribbon-b:before,
  .saved .terms-and-shipping-info .ion-sad:before,
  .saved .terms-and-shipping-info .ion-sad-outline:before,
  .saved .terms-and-shipping-info .ion-scissors:before,
  .saved .terms-and-shipping-info .ion-search:before,
  .saved .terms-and-shipping-info .ion-settings:before,
  .saved .terms-and-shipping-info .ion-share:before,
  .saved .terms-and-shipping-info .ion-shuffle:before,
  .saved .terms-and-shipping-info .ion-skip-backward:before,
  .saved .terms-and-shipping-info .ion-skip-forward:before,
  .saved .terms-and-shipping-info .ion-social-android:before,
  .saved .terms-and-shipping-info .ion-social-android-outline:before,
  .saved .terms-and-shipping-info .ion-social-angular:before,
  .saved .terms-and-shipping-info .ion-social-angular-outline:before,
  .saved .terms-and-shipping-info .ion-social-apple:before,
  .saved .terms-and-shipping-info .ion-social-apple-outline:before,
  .saved .terms-and-shipping-info .ion-social-bitcoin:before,
  .saved .terms-and-shipping-info .ion-social-bitcoin-outline:before,
  .saved .terms-and-shipping-info .ion-social-buffer:before,
  .saved .terms-and-shipping-info .ion-social-buffer-outline:before,
  .saved .terms-and-shipping-info .ion-social-chrome:before,
  .saved .terms-and-shipping-info .ion-social-chrome-outline:before,
  .saved .terms-and-shipping-info .ion-social-codepen:before,
  .saved .terms-and-shipping-info .ion-social-codepen-outline:before,
  .saved .terms-and-shipping-info .ion-social-css3:before,
  .saved .terms-and-shipping-info .ion-social-css3-outline:before,
  .saved .terms-and-shipping-info .ion-social-designernews:before,
  .saved .terms-and-shipping-info .ion-social-designernews-outline:before,
  .saved .terms-and-shipping-info .ion-social-dribbble:before,
  .saved .terms-and-shipping-info .ion-social-dribbble-outline:before,
  .saved .terms-and-shipping-info .ion-social-dropbox:before,
  .saved .terms-and-shipping-info .ion-social-dropbox-outline:before,
  .saved .terms-and-shipping-info .ion-social-euro:before,
  .saved .terms-and-shipping-info .ion-social-euro-outline:before,
  .saved .terms-and-shipping-info .ion-social-facebook:before,
  .saved .terms-and-shipping-info .ion-social-facebook-outline:before,
  .saved .terms-and-shipping-info .ion-social-foursquare:before,
  .saved .terms-and-shipping-info .ion-social-foursquare-outline:before,
  .saved .terms-and-shipping-info .ion-social-freebsd-devil:before,
  .saved .terms-and-shipping-info .ion-social-github:before,
  .saved .terms-and-shipping-info .ion-social-github-outline:before,
  .saved .terms-and-shipping-info .ion-social-google:before,
  .saved .terms-and-shipping-info .ion-social-google-outline:before,
  .saved .terms-and-shipping-info .ion-social-googleplus:before,
  .saved .terms-and-shipping-info .ion-social-googleplus-outline:before,
  .saved .terms-and-shipping-info .ion-social-hackernews:before,
  .saved .terms-and-shipping-info .ion-social-hackernews-outline:before,
  .saved .terms-and-shipping-info .ion-social-html5:before,
  .saved .terms-and-shipping-info .ion-social-html5-outline:before,
  .saved .terms-and-shipping-info .ion-social-instagram:before,
  .saved .terms-and-shipping-info .ion-social-instagram-outline:before,
  .saved .terms-and-shipping-info .ion-social-javascript:before,
  .saved .terms-and-shipping-info .ion-social-javascript-outline:before,
  .saved .terms-and-shipping-info .ion-social-linkedin:before,
  .saved .terms-and-shipping-info .ion-social-linkedin-outline:before,
  .saved .terms-and-shipping-info .ion-social-markdown:before,
  .saved .terms-and-shipping-info .ion-social-nodejs:before,
  .saved .terms-and-shipping-info .ion-social-octocat:before,
  .saved .terms-and-shipping-info .ion-social-pinterest:before,
  .saved .terms-and-shipping-info .ion-social-pinterest-outline:before,
  .saved .terms-and-shipping-info .ion-social-python:before,
  .saved .terms-and-shipping-info .ion-social-reddit:before,
  .saved .terms-and-shipping-info .ion-social-reddit-outline:before,
  .saved .terms-and-shipping-info .ion-social-rss:before,
  .saved .terms-and-shipping-info .ion-social-rss-outline:before,
  .saved .terms-and-shipping-info .ion-social-sass:before,
  .saved .terms-and-shipping-info .ion-social-skype:before,
  .saved .terms-and-shipping-info .ion-social-skype-outline:before,
  .saved .terms-and-shipping-info .ion-social-snapchat:before,
  .saved .terms-and-shipping-info .ion-social-snapchat-outline:before,
  .saved .terms-and-shipping-info .ion-social-tumblr:before,
  .saved .terms-and-shipping-info .ion-social-tumblr-outline:before,
  .saved .terms-and-shipping-info .ion-social-tux:before,
  .saved .terms-and-shipping-info .ion-social-twitch:before,
  .saved .terms-and-shipping-info .ion-social-twitch-outline:before,
  .saved .terms-and-shipping-info .ion-social-twitter:before,
  .saved .terms-and-shipping-info .ion-social-twitter-outline:before,
  .saved .terms-and-shipping-info .ion-social-usd:before,
  .saved .terms-and-shipping-info .ion-social-usd-outline:before,
  .saved .terms-and-shipping-info .ion-social-vimeo:before,
  .saved .terms-and-shipping-info .ion-social-vimeo-outline:before,
  .saved .terms-and-shipping-info .ion-social-whatsapp:before,
  .saved .terms-and-shipping-info .ion-social-whatsapp-outline:before,
  .saved .terms-and-shipping-info .ion-social-windows:before,
  .saved .terms-and-shipping-info .ion-social-windows-outline:before,
  .saved .terms-and-shipping-info .ion-social-wordpress:before,
  .saved .terms-and-shipping-info .ion-social-wordpress-outline:before,
  .saved .terms-and-shipping-info .ion-social-yahoo:before,
  .saved .terms-and-shipping-info .ion-social-yahoo-outline:before,
  .saved .terms-and-shipping-info .ion-social-yen:before,
  .saved .terms-and-shipping-info .ion-social-yen-outline:before,
  .saved .terms-and-shipping-info .ion-social-youtube:before,
  .saved .terms-and-shipping-info .ion-social-youtube-outline:before,
  .saved .terms-and-shipping-info .ion-soup-can:before,
  .saved .terms-and-shipping-info .ion-soup-can-outline:before,
  .saved .terms-and-shipping-info .ion-speakerphone:before,
  .saved .terms-and-shipping-info .ion-speedometer:before,
  .saved .terms-and-shipping-info .ion-spoon:before,
  .saved .terms-and-shipping-info .ion-star:before,
  .saved .terms-and-shipping-info .ion-stats-bars:before,
  .saved .terms-and-shipping-info .ion-steam:before,
  .saved .terms-and-shipping-info .ion-stop:before,
  .saved .terms-and-shipping-info .ion-thermometer:before,
  .saved .terms-and-shipping-info .ion-thumbsdown:before,
  .saved .terms-and-shipping-info .ion-thumbsup:before,
  .saved .terms-and-shipping-info .ion-toggle:before,
  .saved .terms-and-shipping-info .ion-toggle-filled:before,
  .saved .terms-and-shipping-info .ion-transgender:before,
  .saved .terms-and-shipping-info .ion-trash-a:before,
  .saved .terms-and-shipping-info .ion-trash-b:before,
  .saved .terms-and-shipping-info .ion-trophy:before,
  .saved .terms-and-shipping-info .ion-tshirt:before,
  .saved .terms-and-shipping-info .ion-tshirt-outline:before,
  .saved .terms-and-shipping-info .ion-umbrella:before,
  .saved .terms-and-shipping-info .ion-university:before,
  .saved .terms-and-shipping-info .ion-unlocked:before,
  .saved .terms-and-shipping-info .ion-upload:before,
  .saved .terms-and-shipping-info .ion-usb:before,
  .saved .terms-and-shipping-info .ion-videocamera:before,
  .saved .terms-and-shipping-info .ion-volume-high:before,
  .saved .terms-and-shipping-info .ion-volume-low:before,
  .saved .terms-and-shipping-info .ion-volume-medium:before,
  .saved .terms-and-shipping-info .ion-volume-mute:before,
  .saved .terms-and-shipping-info .ion-wand:before,
  .saved .terms-and-shipping-info .ion-waterdrop:before,
  .saved .terms-and-shipping-info .ion-wifi:before,
  .saved .terms-and-shipping-info .ion-wineglass:before,
  .saved .terms-and-shipping-info .ion-woman:before,
  .saved .terms-and-shipping-info .ion-wrench:before,
  .saved .terms-and-shipping-info .ion-xbox:before, .saved .terms-and-shipping-info .sections.nav-sections .navigation .level0.parent:after, .sections.nav-sections .navigation .saved .terms-and-shipping-info .level0.parent:after, .saved .terms-and-shipping-info .sections.nav-sections .navigation .level0 > .level1.parent:after, .sections.nav-sections .navigation .saved .terms-and-shipping-info .level0 > .level1.parent:after, .saved .terms-and-shipping-info .sections.nav-sections .navigation .level0 .level2.parent:after, .sections.nav-sections .navigation .level0 .saved .terms-and-shipping-info .level2.parent:after {
    font-size: 24px;
    margin-right: 10px; }
  .saved .terms-and-shipping-info label {
    align-items: center;
    display: flex; }
  .saved .terms-and-shipping-info .shipping-address-label a {
    color: inherit; }

.quote-component {
  background: #fff;
  transition: padding .3s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .quote-component .right {
    float: right; }
  .quote-component > header {
    align-items: center;
    border-left: 1px solid #ADADAD;
    border-right: 1px solid #ADADAD;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    padding: 0 45px; }
    .quote-component > header.quote-header-inactive {
      border-bottom: 1px solid #ADADAD;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      padding: 15px 45px; }
    .quote-component > header .cart-sub-title {
      display: inline-block;
      margin: 0; }
    .quote-component > header .btn-close {
      display: none;
      position: absolute;
      right: -18px;
      top: -20px;
      width: 40px;
      height: 40px;
      border: 0;
      outline: 0;
      border-radius: 50%;
      background-color: #026BB7;
      color: #fff;
      font-size: 34px;
      font-weight: 700;
      line-height: 20px;
      opacity: 1;
      transition: opacity .3s; }
      .quote-component > header .btn-close:hover, .quote-component > header .btn-close:focus {
        opacity: 0.8; }
      .quote-component > header .btn-close span {
        padding: 0;
        display: block;
        position: absolute;
        top: 0; }
        .quote-component > header .btn-close span:before {
          line-height: 40px; }
  .quote-component#quote-0 > header {
    border-top: 0; }
  .quote-component.is-edited > header {
    border-top: 0; }

.quote-is-edited .page-wrapper::after {
  content: '';
  display: block;
  position: fixed;
  z-index: 890;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.quote-is-edited .quote-component.is-edited {
  position: relative;
  z-index: 891;
  padding: 15px;
  border: 2px solid #026BB7; }
  .quote-is-edited .quote-component.is-edited > header .btn-close {
    display: block; }

.quote-header-actions {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0; }
  .quote-header-actions > li {
    display: inline-block;
    margin: 0;
    padding-left: 10px; }
  .quote-header-actions .action {
    padding-left: 10px;
    padding-right: 10px; }
    .quote-header-actions .action::after {
      display: none !important; }
    .quote-header-actions .action i {
      margin-right: 0 !important; }

.quote-component .actions-toolbar .primary {
  float: right; }

.order-summary.component .collapse-section .summary .item.inner {
  padding: 0 10px 15px 0; }

.order-summary .title {
  font-size: 16px; }

.order-summary .content {
  display: flex;
  justify-content: space-between;
  padding: 20px 45px; }

.order-summary .payment-date {
  font-size: 15px; }

.order-summary .unloading-options {
  flex: 1; }
  .order-summary .unloading-options .item.inner {
    padding: 0; }
  .order-summary .unloading-options .unloading-options-component h2 {
    font-size: 16px; }
  .order-summary .unloading-options .unloading-options-component.component {
    padding: 0; }

.order-summary .summary {
  flex: 1; }

.order-summary .item {
  display: flex;
  color: #2c3e50;
  justify-content: space-between; }
  .order-summary .item .label {
    margin-right: 20px;
    font-size: 15px; }
  .order-summary .item .value {
    font-size: 15px;
    font-weight: bold; }

.totals-component {
  padding: 20px;
  border-top: 1px solid #f2f2f2; }
  .totals-component:before, .totals-component:after {
    content: '';
    display: table; }
  .totals-component:after {
    clear: both; }
  .totals-component > div {
    float: right;
    width: 48%; }
  .totals-component input:disabled {
    background: none;
    border: none;
    display: inline;
    height: auto;
    padding: 0;
    width: auto;
    opacity: 1;
    text-align: right; }

.totals-row {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.totals .right-column {
  text-align: right; }

.totals-title {
  font-weight: 500; }

.totals-content {
  text-align: right; }
  .totals-content span {
    display: inline; }

.payment-date {
  margin-bottom: 15px; }
  .payment-date h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px; }

.address-choice-container:before, .address-choice-container:after {
  content: '';
  display: table; }

.address-choice-container:after {
  clear: both; }

.address-choice-container .address-choice {
  float: left;
  width: 50px; }

.address-choice-container .terms-of-purchase {
  float: left;
  width: 200px; }

.shipping-address.saved {
  margin-bottom: 20px; }
  .shipping-address.saved .shipping-address-component {
    line-height: 30px; }

.shipping-address .saved-address {
  padding-left: 50px;
  position: relative;
  width: 50%; }
  .shipping-address .saved-address i {
    font-size: 30px;
    left: 10px;
    position: absolute;
    top: -8px; }

.page-header .component.search-form-component {
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 16px; }
  .page-header .component.search-form-component .search-form {
    width: 100%; }
    .page-header .component.search-form-component .search-form #quick-search-autocomplete {
      padding-left: 0;
      padding-right: 0;
      position: relative; }
    .page-header .component.search-form-component .search-form__autocomplete {
      margin-bottom: 0;
      position: absolute;
      top: 1px;
      border-top: none; }
      .page-header .component.search-form-component .search-form__autocomplete > li h3 {
        font-size: 1.4rem; }
    .page-header .component.search-form-component .search-form__brands {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: .5rem; }
      .page-header .component.search-form-component .search-form__brands .product-image {
        margin-bottom: .5rem; }

.filter-section {
  display: flex;
  gap: 10px;
  margin-bottom: 5px; }
  .filter-section.is-sticky {
    width: auto;
    margin: 0px 2rem 5px; }
  .filter-section > label {
    padding: 7px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all .3s ease-in-out; }
    .filter-section > label.is-disabled {
      opacity: .7;
      cursor: not-allowed; }
    .filter-section > label:has(input.ng-valid-parse), .filter-section > label:has(input:checked) {
      background-color: #026BB7;
      box-shadow: inset 0 0 0 1px #026bb7, inset 0 0 0 2px white;
      color: #fff; }
    .filter-section > label:hover {
      border: 1px solid #026BB7; }

.search-form-component {
  position: relative;
  z-index: 10; }
  .search-form-component .active-form {
    border: 1px solid #026BB7; }
  .search-form-component .flex-column {
    display: flex;
    flex-direction: column; }
  .search-form-component.block.block-search {
    margin: 0 20px;
    width: auto;
    float: none;
    flex: 0 1 480px;
    max-width: 480px; }
    .search-form-component.block.block-search > .block.block-content {
      margin: 0; }
  .search-form-component .loading-mask {
    position: absolute; }
  .search-form-component .search-form {
    position: relative;
    width: 63.63636%; }
    .search-form-component .search-form__body {
      flex-grow: 1; }
      .search-form-component .search-form__body__header {
        display: flex;
        border-bottom: 1px solid #E5E5E5; }
      .search-form-component .search-form__body__footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: 16px; }
        .search-form-component .search-form__body__footer .search-form__product-descr {
          display: flex;
          flex-direction: column;
          flex-grow: 1; }
          .search-form-component .search-form__body__footer .search-form__product-descr__title {
            display: block;
            padding-bottom: 9px; }
          .search-form-component .search-form__body__footer .search-form__product-descr__body {
            display: flex; }
            .search-form-component .search-form__body__footer .search-form__product-descr__body > span:first-child {
              display: block;
              padding-right: 16px; }
          .search-form-component .search-form__body__footer .search-form__product-descr__warehouses-title {
            padding-left: 16px; }
          .search-form-component .search-form__body__footer .search-form__product-descr .unavailable {
            color: #EB5757; }
          .search-form-component .search-form__body__footer .search-form__product-descr .bold {
            font-weight: bold; }
        .search-form-component .search-form__body__footer > button.add-to-cart, .search-form-component .cart.table-wrapper .actions-toolbar.search-form__body__footer > .add-to-cart.action, .cart.table-wrapper .search-form-component .actions-toolbar.search-form__body__footer > .add-to-cart.action, .search-form-component .search-form__body__footer > .add-to-cart.action-gift {
          background-color: #026BB7;
          border-color: #026BB7;
          padding: 14px 24px; }
    .search-form-component .search-form__wrapper {
      position: absolute;
      left: 0;
      top: 53px;
      max-height: 395px;
      z-index: 1;
      width: 100%;
      display: block !important;
      padding: 0 !important; }
    .search-form-component .search-form__autocomplete {
      background: #f2f2f2;
      overflow: auto;
      border: 1px solid #ADADAD;
      border-top: 0;
      box-shadow: none;
      width: 100%;
      background-color: #fff;
      padding: 0;
      max-height: 395px;
      overflow: auto; }
      .search-form-component .search-form__autocomplete.terms-of-purchase-modal-opened {
        overflow: hidden; }
      .search-form-component .search-form__autocomplete > li {
        border-bottom: 1px solid #026BB7; }
        .search-form-component .search-form__autocomplete > li:last-child {
          border-bottom: none; }
      .search-form-component .search-form__autocomplete.hide {
        display: none; }
      .search-form-component .search-form__autocomplete li {
        display: flex;
        list-style: none;
        background-color: #fff;
        margin: 0;
        padding: 7px 0; }
        .search-form-component .search-form__autocomplete li + li {
          border-top: 1px solid #f6f6f6; }
      .search-form-component .search-form__autocomplete .has-error {
        margin-left: 10px;
        margin-right: 10px; }
      .search-form-component .search-form__autocomplete__item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 27px; }
        .search-form-component .search-form__autocomplete__item .autocomplete__item__thumbnail {
          border: 1px solid #ADADAD;
          border-bottom: 0; }
        .search-form-component .search-form__autocomplete__item .form-group {
          margin-left: auto;
          min-width: 210px;
          text-align: right; }
          .search-form-component .search-form__autocomplete__item .form-group__price {
            font-weight: 500;
            color: #026BB7; }
        .search-form-component .search-form__autocomplete__item > a {
          width: auto;
          align-items: center;
          display: flex;
          text-decoration: none; }
          .search-form-component .search-form__autocomplete__item > a h3,
          .search-form-component .search-form__autocomplete__item > a p > span,
          .search-form-component .search-form__autocomplete__item > a > img {
            transition: opacity 0.3s; }
          .search-form-component .search-form__autocomplete__item > a img {
            max-width: 95px;
            padding: 10px; }
          .search-form-component .search-form__autocomplete__item > a:hover h3,
          .search-form-component .search-form__autocomplete__item > a:hover p > span,
          .search-form-component .search-form__autocomplete__item > a:hover > img, .search-form-component .search-form__autocomplete__item > a:focus h3,
          .search-form-component .search-form__autocomplete__item > a:focus p > span,
          .search-form-component .search-form__autocomplete__item > a:focus > img {
            text-decoration: none;
            opacity: 0.7; }
          .search-form-component .search-form__autocomplete__item > a .search-form__product-descr {
            display: flex;
            flex-direction: column; }
            .search-form-component .search-form__autocomplete__item > a .search-form__product-descr h3 {
              font-size: 14px; }
            .search-form-component .search-form__autocomplete__item > a .search-form__product-descr span {
              font-size: 12px;
              padding-right: 20px; }
              .search-form-component .search-form__autocomplete__item > a .search-form__product-descr span .label {
                background-color: #00a9ac;
                border-radius: 50%;
                color: white;
                margin-left: 4px;
                margin-right: 10px;
                text-align: center;
                padding: 3px 7px; }
              .search-form-component .search-form__autocomplete__item > a .search-form__product-descr span.availability {
                padding: 0;
                margin-right: 20px; }
  .search-form-component .field.search .control {
    margin: 0;
    padding: 0;
    background-color: #f6f6f6; }
    .search-form-component .field.search .control > div {
      padding-right: 35px;
      padding-left: 20px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      cursor: text; }
  .search-form-component .field.search input {
    margin: 0;
    padding: 0 28px;
    border: 0;
    background-color: transparent;
    height: 50px;
    min-width: 100%;
    max-width: calc(100% - 100px); }
    .search-form-component .field.search input.not-empty {
      min-width: 0; }
    .search-form-component .field.search input[disabled] {
      border: #ADADAD; }
    .search-form-component .field.search input::placeholder {
      color: #ADADAD !important; }
  .search-form-component .btn-close {
    position: absolute;
    width: 50px;
    height: 50px;
    display: none;
    border: 0;
    outline: 0;
    right: 0;
    top: 0;
    background-color: #2C3E50;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
    padding: 0;
    transition: opacity .3s; }
    .search-form-component .btn-close:hover, .search-form-component .btn-close:focus {
      opacity: 0.8; }
    .search-form-component .btn-close span {
      padding: 0; }
  .search-form-component .btn-close-inline {
    background-color: transparent;
    border: 0;
    outline: 0;
    display: inline-block;
    color: #000;
    position: relative;
    top: 2px;
    font-size: 10px;
    padding: 0; }
    .search-form-component .btn-close-inline span {
      padding: 0; }
  .search-form-component .actions button, .search-form-component .actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .search-form-component .actions .actions-toolbar > .action, .search-form-component .actions .action-gift,
  .search-form-component .actions .action.search {
    border: 0;
    display: inline-block;
    height: 50px;
    line-height: 24px;
    padding: 0;
    position: absolute;
    left: 0;
    text-decoration: none;
    top: 1px;
    width: 55px;
    border-radius: 0;
    background: none; }
    .search-form-component .actions button:before, .search-form-component .actions .cart.table-wrapper .actions-toolbar > .action:before, .cart.table-wrapper .search-form-component .actions .actions-toolbar > .action:before, .search-form-component .actions .action-gift:before,
    .search-form-component .actions .action.search:before {
      color: #ADADAD;
      content: "\f4a5";
      display: inline-block;
      font-family: "Ionicons";
      font-size: 28px;
      -webkit-font-smoothing: antialiased;
      font-weight: normal;
      line-height: inherit;
      margin: inherit;
      overflow: hidden;
      padding: 1px;
      speak: none;
      text-align: center;
      vertical-align: middle; }
  .search-form-component .actions span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .search-form-component .tooltip-icon-trigger.info .tooltip-content {
    margin-left: auto;
    right: -130px;
    left: auto;
    text-align: center; }
    .search-form-component .tooltip-icon-trigger.info .tooltip-content::before, .search-form-component .tooltip-icon-trigger.info .tooltip-content::after {
      left: 50%;
      margin-left: -19px; }
  .search-form-component .search-form__autocomplete li:first-child .tooltip-icon-trigger.info .tooltip-content {
    bottom: auto;
    top: 100%;
    margin-bottom: 0;
    margin-top: 10px; }
    .search-form-component .search-form__autocomplete li:first-child .tooltip-icon-trigger.info .tooltip-content::before, .search-form-component .search-form__autocomplete li:first-child .tooltip-icon-trigger.info .tooltip-content::after {
      top: auto;
      bottom: 100%;
      transform: rotate(180deg); }

.terms-of-purchase-modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 800; }
  .terms-of-purchase-modal.is-opened {
    display: flex; }
  .terms-of-purchase-modal > section {
    background-color: #fff;
    width: 400px; }
    .terms-of-purchase-modal > section header {
      padding: 15px;
      border-bottom: 1px solid #e5e5e5; }
    .terms-of-purchase-modal > section .terms-of-purchase-modal__body {
      padding: 15px; }
    .terms-of-purchase-modal > section footer {
      padding: 15px;
      border-top: 1px solid #e5e5e5;
      display: flex;
      justify-content: flex-end; }

.cart-products-component .search-form-component .tooltip-icon-trigger.info .tooltip-content {
  right: -141px; }

.header.content .search-form__autocomplete > li > a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  opacity: 1;
  text-decoration: none; }
  .header.content .search-form__autocomplete > li > a > img,
  .header.content .search-form__autocomplete > li > a h3,
  .header.content .search-form__autocomplete > li > a p > span {
    transition: opacity .3s; }
  .header.content .search-form__autocomplete > li > a > img {
    margin-left: 10px;
    margin-right: 10px; }
  .header.content .search-form__autocomplete > li > a:hover > img,
  .header.content .search-form__autocomplete > li > a:hover h3,
  .header.content .search-form__autocomplete > li > a:hover p > span, .header.content .search-form__autocomplete > li > a:focus > img,
  .header.content .search-form__autocomplete > li > a:focus h3,
  .header.content .search-form__autocomplete > li > a:focus p > span {
    opacity: 0.7; }
  .header.content .search-form__autocomplete > li > a p span {
    margin-right: 10px; }

.warehouse-close {
  width: auto;
  height: auto;
  display: block;
  background-color: transparent;
  right: 10px;
  top: 4px;
  font-size: 12px;
  position: absolute;
  cursor: pointer; }

.search-form__product-descr {
  padding-right: 15px; }
  .search-form__product-descr__warehouses-title {
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-color: #026BB7;
            text-decoration-color: #026BB7; }
    .search-form__product-descr__warehouses-title.disable-text-decoration {
      text-decoration: none; }
    .search-form__product-descr__warehouses-title .text-red {
      color: #EB5757; }
    .search-form__product-descr__warehouses-title .text-blue {
      color: #026BB7; }
  .search-form__product-descr__warehouses-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
    border-bottom: 1px solid #3f94d1; }
    .search-form__product-descr__warehouses-wrapper p {
      margin: 0; }
    .search-form__product-descr__warehouses-wrapper > div {
      display: flex;
      align-items: center; }
    .search-form__product-descr__warehouses-wrapper:last-child {
      border-bottom: none; }
  .search-form__product-descr__warehouses-name {
    font-weight: bold; }
  .search-form__product-descr__warehouses {
    position: absolute;
    top: 0;
    left: 285px;
    z-index: 999;
    background: #026BB7;
    width: 220px;
    color: #ffffff;
    padding: 20px 22px 15px 22px;
    border-radius: 7px; }
  .search-form__product-descr__add-to-cart-btn {
    font-size: 2.5rem;
    cursor: pointer; }

.month-offer .component-columns {
  position: relative;
  font-size: 16px; }
  .month-offer .component-columns .left-column {
    position: static; }
    .month-offer .component-columns .left-column .indicator {
      background-color: #38c14d;
      border-radius: 50%;
      bottom: 0;
      height: 36px;
      margin: auto;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 36px;
      z-index: 10; }
      .month-offer .component-columns .left-column .indicator.not-valid {
        background-color: #ff8c8c; }
    .month-offer .component-columns .left-column i:before {
      color: #fff;
      font-size: 35px;
      padding: 0 12px 0 12px; }
  .month-offer .component-columns .right-column.disabled {
    position: relative; }
  .month-offer .component-columns .right-column .actions-toolbar {
    margin-left: 0; }
    .month-offer .component-columns .right-column .actions-toolbar .primary {
      float: right; }
  .month-offer .component-columns .right-column label {
    font-size: 16px; }

.month-offer .field.choice [type=radio] + label,
.month-offer .field.choice [type=radio] + .label,
.month-offer .field.choice [type=radio] + span,
.month-offer [type=radio] + label,
.month-offer [type=radio] + .label,
.month-offer [type=radio] + span {
  display: flex; }
  .month-offer .field.choice [type=radio] + label:before, .month-offer .field.choice [type=radio] + label:after,
  .month-offer .field.choice [type=radio] + .label:before,
  .month-offer .field.choice [type=radio] + .label:after,
  .month-offer .field.choice [type=radio] + span:before,
  .month-offer .field.choice [type=radio] + span:after,
  .month-offer [type=radio] + label:before,
  .month-offer [type=radio] + label:after,
  .month-offer [type=radio] + .label:before,
  .month-offer [type=radio] + .label:after,
  .month-offer [type=radio] + span:before,
  .month-offer [type=radio] + span:after {
    top: 0;
    bottom: 0;
    margin: auto; }

.month-offer .field.choice [type=radio]:checked + label:before, .month-offer .field.choice [type=radio]:checked + label:after,
.month-offer .field.choice [type=radio]:checked + .label:before,
.month-offer .field.choice [type=radio]:checked + .label:after,
.month-offer .field.choice [type=radio]:checked + span:before,
.month-offer .field.choice [type=radio]:checked + span:after,
.month-offer [type=radio]:checked + label:before,
.month-offer [type=radio]:checked + label:after,
.month-offer [type=radio]:checked + .label:before,
.month-offer [type=radio]:checked + .label:after,
.month-offer [type=radio]:checked + span:before,
.month-offer [type=radio]:checked + span:after {
  top: 0;
  bottom: 0;
  margin: auto; }

.month-offer__choice label {
  align-items: center;
  box-sizing: border-box; }
  .month-offer__choice label span {
    margin-right: 20px; }

.month-offer__choice--img {
  height: 50px;
  min-width: 10%; }
  .month-offer__choice--img img {
    max-width: 100%;
    max-height: 100%; }

.month-offer__choice--title {
  width: auto;
  margin-left: 10px;
  text-transform: uppercase;
  display: block;
  text-align: left; }
  .month-offer__choice--title__qty {
    text-transform: none;
    margin-right: 0 !important;
    font-weight: 500; }
    .month-offer__choice--title__qty small {
      position: relative;
      top: -1px; }

.month-offer__choice--price, .month-offer__choice--currency {
  width: 10%; }

.month-offer__choice--price {
  margin-right: 0 !important;
  margin-left: auto;
  text-align: right; }

.month-offer.disabled .component-columns .left-column .indicator {
  background-color: #c1392b; }

.month-offer.disabled .component-columns .ion-ios-checkmark-empty {
  display: none; }

.month-offer.disabled .component-columns .ion-ios-close-empty {
  display: block; }

.month-offer.disabled .component-columns .right-column > div {
  opacity: 0.5; }

.month-offer .cart-title {
  background: #026BB7; }

.month-offer .collapse-section {
  border: 1px solid #026BB7;
  padding: 15px 50px 50px; }

.month-offer .sub-title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #026BB7; }

.month-offer .cart-sub-title {
  font-weight: 500;
  font-size: 16px; }

.month-offer .month-offer__choice--title {
  margin-left: 0;
  font-weight: 500; }

.promotion-of-the-month-address-type-fieldset {
  margin-bottom: 0; }
  .promotion-of-the-month-address-type-fieldset .field {
    display: flex;
    justify-content: flex-start; }
    .promotion-of-the-month-address-type-fieldset .field .control {
      margin-bottom: 15px;
      margin-left: 15px; }
      .promotion-of-the-month-address-type-fieldset .field .control:first-child {
        margin-left: 0; }

.promotion-new-address .field {
  margin-bottom: 15px; }

.promotion-new-address .label {
  margin-bottom: 5px;
  display: block; }

/*!
 *  @author    Damian Wiernusz <dwiernusz@ideo.pl>
 *  @package   Rigips\PromoBuilder
 *  @copyright Copyright (C) 2025 Ideo Sp. z o.o.
 */
.promo-box .cart-sub-title {
  font-size: 18px;
  font-weight: 700; }

.promo-box .cart-title {
  background: #026BB7; }

.promo-box .collapse-section {
  border: 1px solid #026BB7;
  padding: 15px 50px 50px; }
  .promo-box .collapse-section .legend-container {
    display: flex;
    gap: 30px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 10px; }
  .promo-box .collapse-section .legend-item {
    display: flex;
    align-items: center; }
    .promo-box .collapse-section .legend-item .legend-color {
      width: 14px;
      height: 14px;
      margin-right: 8px;
      border-radius: 2px; }
      .promo-box .collapse-section .legend-item .legend-color.active {
        background-color: #089b08; }
      .promo-box .collapse-section .legend-item .legend-color.incomplete {
        background-color: #026BB7; }
      .promo-box .collapse-section .legend-item .legend-color.inactive {
        background-color: #919191 !important; }

.promo-box .cart-title2 {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50; }

.promo-box .two-column {
  display: flex; }
  .promo-box .two-column .left-column {
    width: 50%;
    float: left;
    padding: 5px 10px;
    min-height: 200px; }
  .promo-box .two-column .right-column {
    width: 50%;
    float: left;
    padding: 5px 10px;
    min-height: 200px; }
    .promo-box .two-column .right-column .promo-image {
      float: right;
      border-radius: 10px;
      border: 2px solid #089B08; }

.promo-box .selectize-dropdown .ui-select-choices-row:hover {
  color: #089b08; }

.promo-box .tabs {
  display: flex;
  /*z-index: 1;*/
  /*position: relative;*/ }

.promo-box .tab {
  min-width: 300px;
  cursor: pointer;
  color: white;
  margin-right: 10px;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  background-color: #f2faf2;
  top: 100px;
  transition: top 0.2s, background 0.2s; }
  .promo-box .tab.active .tab-header {
    background: #026BB7; }
  .promo-box .tab.inactive .tab-header {
    background: #919191 !important; }
  .promo-box .tab .tab-header {
    border-radius: 10px 10px 0 0;
    padding: 12px 10px;
    min-height: 67px;
    display: flex;
    justify-content: space-between; }
    .promo-box .tab .tab-header .tooltip-icon-trigger {
      float: right; }
      .promo-box .tab .tab-header .tooltip-icon-trigger.info::after {
        font-family: "icons-custom";
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        margin: 0 0 0 3px;
        content: "";
        font-size: 24px;
        color: #fff; }
      .promo-box .tab .tab-header .tooltip-icon-trigger .tooltip-content {
        font-size: 12px;
        background: #ffffff;
        color: #323232;
        border: 1px solid #fff;
        min-width: max-content;
        font-weight: 400; }
        .promo-box .tab .tab-header .tooltip-icon-trigger .tooltip-content::before, .promo-box .tab .tab-header .tooltip-icon-trigger .tooltip-content::after {
          border-top-color: #fff; }
  .promo-box .tab .tab-additional-header p {
    margin-bottom: 0px; }

.promo-box .fieldset [type=radio]:checked + label:before,
.promo-box .fieldset [type=radio]:checked + .label:before {
  border-color: #089b08; }

.promo-box .fieldset [type=radio]:checked + label:after,
.promo-box .fieldset [type=radio]:checked + .label:after {
  background-color: #089b08; }

.promo-box .field.choice {
  border: 1px solid #B4B4B4;
  background-color: white;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  padding: 20px; }
  .promo-box .field.choice.choice-invalid label.ng-scope {
    cursor: not-allowed !important; }
  .promo-box .field.choice label:before {
    border-color: #089b08;
    border-width: 2px;
    left: 2px;
    top: 4px;
    height: 14px;
    width: 14px; }
  .promo-box .field.choice label:after {
    background-color: #089b08;
    color: #fff; }
  .promo-box .field.choice [type="checkbox"]:checked + label::before {
    border-color: #089b08;
    border-width: 2px;
    left: 2px;
    top: 4px;
    height: 14px;
    width: 14px; }
  .promo-box .field.choice [type="checkbox"]:checked + label::after {
    background-color: #089b08;
    color: #fff; }
  .promo-box .field.choice [type="radio"]:checked + label::before {
    border-color: #089b08;
    border-width: 2px;
    left: 2px;
    top: 4px;
    height: 14px;
    width: 14px; }
  .promo-box .field.choice [type="radio"]:checked + label::after {
    background-color: #089b08;
    color: #fff; }
  .promo-box .field.choice [type="radio"]:disabled + label::before {
    border-color: #b3b3b3; }
  .promo-box .field.choice [type="checkbox"]:disabled + label::before {
    border-color: #b3b3b3; }
  .promo-box .field.choice [type="checkbox"]:disabled + label::after {
    background-color: unset; }
  .promo-box .field.choice .no-promotion [type="radio"]:disabled + label::before {
    border-color: #089b08; }
  .promo-box .field.choice .no-promotion [type="radio"]:disabled + label::after {
    background-color: #089b08;
    color: #fff;
    width: 8px;
    height: 8px; }

.promo-box .field label, .promo-box .field .label {
  font-size: 18px;
  color: #2c3e50; }

.promo-box .tab.highlight {
  top: 1px;
  z-index: 3; }

.promo-box .tab.active .tab-header {
  background: #089B08; }

.promo-box .tab .tab-additional-header {
  color: #089b08;
  height: 100px;
  overflow: hidden;
  border-left: 1px solid #089B08;
  border-right: 1px solid #089B08;
  padding: 10px 10px; }
  .promo-box .tab .tab-additional-header.inactive {
    background: #f7f7f7 !important;
    border-left: 1px solid #919191 !important;
    border-right: 1px solid #919191 !important;
    color: #919191 !important; }

.promo-box .content {
  background-color: #f2faf2;
  border: 1px solid #089B08;
  padding: 15px;
  display: none;
  z-index: 2;
  position: relative;
  border-radius: 0px 10px 10px 10px; }
  .promo-box .content .description-box {
    display: flex; }
  .promo-box .content .product-section {
    padding: 10px; }
  .promo-box .content.inactive {
    background: #f7f7f7;
    border: 1px solid #919191; }
    .promo-box .content.inactive .two-column .right-column .promo-image {
      border: 2px solid #919191; }

.promo-box .content.active {
  display: block; }

.promo-box button.show-more, .promo-box .cart.table-wrapper .actions-toolbar > .show-more.action, .cart.table-wrapper .promo-box .actions-toolbar > .show-more.action, .promo-box .show-more.action-gift {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  background-color: unset;
  border: unset;
  color: #2c3e50;
  padding: 0px; }
  .promo-box button.show-more svg, .promo-box .cart.table-wrapper .actions-toolbar > .show-more.action svg, .cart.table-wrapper .promo-box .actions-toolbar > .show-more.action svg, .promo-box .show-more.action-gift svg {
    margin-left: 10px; }
  .promo-box button.show-more:hover, .promo-box .cart.table-wrapper .actions-toolbar > .show-more.action:hover, .cart.table-wrapper .promo-box .actions-toolbar > .show-more.action:hover, .promo-box .show-more.action-gift:hover {
    color: #089b08; }
    .promo-box button.show-more:hover svg, .promo-box .cart.table-wrapper .actions-toolbar > .show-more.action:hover svg, .cart.table-wrapper .promo-box .actions-toolbar > .show-more.action:hover svg, .promo-box .show-more.action-gift:hover svg {
      fill: #089b08; }
  .promo-box button.show-more.active svg, .promo-box .cart.table-wrapper .actions-toolbar > .show-more.active.action svg, .cart.table-wrapper .promo-box .actions-toolbar > .show-more.active.action svg, .promo-box .show-more.active.action-gift svg {
    transform: rotate(180deg); }

.promo-box .field.choice [type=checkbox],
.promo-box .field.choice [type=radio],
.promo-box [type=checkbox],
.promo-box [type=radio] {
  position: absolute;
  left: -9999px; }
  .promo-box .field.choice [type=checkbox] + label,
  .promo-box .field.choice [type=checkbox] + .label,
  .promo-box .field.choice [type=checkbox] + span,
  .promo-box .field.choice [type=radio] + label,
  .promo-box .field.choice [type=radio] + .label,
  .promo-box .field.choice [type=radio] + span,
  .promo-box [type=checkbox] + label,
  .promo-box [type=checkbox] + .label,
  .promo-box [type=checkbox] + span,
  .promo-box [type=radio] + label,
  .promo-box [type=radio] + .label,
  .promo-box [type=radio] + span {
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding-left: 40px;
    position: relative; }

.promo-box .field.choice [type=radio] + label,
.promo-box .field.choice [type=radio] + .label,
.promo-box .field.choice [type=radio] + span,
.promo-box .field.choice [type=checkbox] + label,
.promo-box .field.choice [type=checkbox] + .label,
.promo-box .field.choice [type=checkbox] + span,
.promo-box [type=radio] + label,
.promo-box [type=radio] + .label,
.promo-box [type=radio] + span,
.promo-box [type=checkbox] + label,
.promo-box [type=checkbox] + .label,
.promo-box [type=checkbox] + span {
  display: flex; }
  .promo-box .field.choice [type=radio] + label:before, .promo-box .field.choice [type=radio] + label:after,
  .promo-box .field.choice [type=radio] + .label:before,
  .promo-box .field.choice [type=radio] + .label:after,
  .promo-box .field.choice [type=radio] + span:before,
  .promo-box .field.choice [type=radio] + span:after,
  .promo-box .field.choice [type=checkbox] + label:before,
  .promo-box .field.choice [type=checkbox] + label:after,
  .promo-box .field.choice [type=checkbox] + .label:before,
  .promo-box .field.choice [type=checkbox] + .label:after,
  .promo-box .field.choice [type=checkbox] + span:before,
  .promo-box .field.choice [type=checkbox] + span:after,
  .promo-box [type=radio] + label:before,
  .promo-box [type=radio] + label:after,
  .promo-box [type=radio] + .label:before,
  .promo-box [type=radio] + .label:after,
  .promo-box [type=radio] + span:before,
  .promo-box [type=radio] + span:after,
  .promo-box [type=checkbox] + label:before,
  .promo-box [type=checkbox] + label:after,
  .promo-box [type=checkbox] + .label:before,
  .promo-box [type=checkbox] + .label:after,
  .promo-box [type=checkbox] + span:before,
  .promo-box [type=checkbox] + span:after {
    top: 0;
    bottom: 0;
    margin: auto; }

.promo-box .field.choice [type=radio]:checked + label:before, .promo-box .field.choice [type=radio]:checked + label:after,
.promo-box .field.choice [type=radio]:checked + .label:before,
.promo-box .field.choice [type=radio]:checked + .label:after,
.promo-box .field.choice [type=radio]:checked + span:before,
.promo-box .field.choice [type=radio]:checked + span:after,
.promo-box .field.choice [type=checkbox]:checked + label:before,
.promo-box .field.choice [type=checkbox]:checked + label:after,
.promo-box .field.choice [type=checkbox]:checked + .label:before,
.promo-box .field.choice [type=checkbox]:checked + .label:after,
.promo-box .field.choice [type=checkbox]:checked + span:before,
.promo-box .field.choice [type=checkbox]:checked + span:after,
.promo-box [type=radio]:checked + label:before,
.promo-box [type=radio]:checked + label:after,
.promo-box [type=radio]:checked + .label:before,
.promo-box [type=radio]:checked + .label:after,
.promo-box [type=radio]:checked + span:before,
.promo-box [type=radio]:checked + span:after,
.promo-box [type=checkbox]:checked + label:before,
.promo-box [type=checkbox]:checked + label:after,
.promo-box [type=checkbox]:checked + .label:before,
.promo-box [type=checkbox]:checked + .label:after,
.promo-box [type=checkbox]:checked + span:before,
.promo-box [type=checkbox]:checked + span:after {
  top: 0;
  bottom: 0;
  margin: auto; }

.promo-box .field.choice [type=checkbox]:checked + label:after {
  left: 3px;
  height: -moz-fit-content;
  height: fit-content; }

.promo-box .promo-offer__choice--title {
  width: 100%; }
  .promo-box .promo-offer__choice--title__qty {
    text-transform: none;
    margin-right: 0 !important;
    font-weight: 500;
    display: flex; }
    .promo-box .promo-offer__choice--title__qty .ng-binding.ng-scope {
      display: flex;
      width: 100%; }
    .promo-box .promo-offer__choice--title__qty small {
      position: relative;
      line-height: 24px;
      margin: 0px 5px; }
  .promo-box .promo-offer__choice--title__dark {
    color: #B4B4B4; }

.promo-box .promo-offer__choice--price, .promo-box .promo-offer__choice--currency {
  width: 10%; }

.promo-box .promo-offer__choice--price {
  margin-right: 0 !important;
  margin-left: auto;
  text-align: right; }

.delivery-date {
  border-bottom: none; }
  .delivery-date .custom-flex-styling {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .delivery-date .custom-flex-styling datepicker input, .delivery-date .custom-flex-styling .datepicker input {
      border: 0;
      opacity: 1;
      font-weight: 600; }
  .delivery-date .grid-row, .delivery-date .order-parameters-component .address-list, .order-parameters-component .delivery-date .address-list,
  .delivery-date .order-parameters-component .address-new-view, .order-parameters-component .delivery-date .address-new-view {
    display: flex;
    align-items: center;
    min-height: 49px; }
  .delivery-date h2 {
    margin-bottom: 30px; }
  .delivery-date .control-calendar .ion-calendar {
    padding: 10px 8px; }
  .delivery-date .control-hour {
    margin-left: -10px; }
  .delivery-date .grid-row, .delivery-date .order-parameters-component .address-list, .order-parameters-component .delivery-date .address-list,
  .delivery-date .order-parameters-component .address-new-view, .order-parameters-component .delivery-date .address-new-view {
    margin-bottom: 20px; }
  .delivery-date .packing-options-additional-time {
    font-weight: 700;
    color: #026BB7;
    padding: 3px 0; }
  .delivery-date .field.choice [type=radio] + label {
    font-size: 14px;
    padding-left: 35px;
    line-height: 24px; }
    .delivery-date .field.choice [type=radio] + label::after {
      top: 9px; }
  .delivery-date .control-hour {
    display: flex;
    align-items: center;
    gap: 10px; }
  .delivery-date__date-picker {
    display: flex; }

.delivery-hour {
  margin-left: 10px; }
  .delivery-hour > label {
    padding-left: 25px; }

.time-control {
  display: flex; }

.summary {
  border-bottom: none; }
  .summary__details p {
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    color: #2C3E50; }
    .summary__details p span {
      float: right;
      font-size: 14px;
      color: #666666; }

.summary-step .collapse-section,
.sales-details .collapse-section {
  padding-bottom: 0; }

.summary-step section,
.sales-details section {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 -20px;
  padding: 35px 55px; }

.summary-step .cart-title-component,
.sales-details .cart-title-component {
  padding: 0; }
  .summary-step .cart-title-component h1,
  .sales-details .cart-title-component h1 {
    font-size: 30px;
    font-weight: normal; }

.summary-step .top,
.sales-details .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px; }
  .summary-step .top > div,
  .sales-details .top > div {
    padding: 0 10px;
    width: 100%; }
  .summary-step .top .cart-title.expander,
  .sales-details .top .cart-title.expander {
    border-radius: 0; }
    .summary-step .top .cart-title.expander span,
    .sales-details .top .cart-title.expander span {
      flex-grow: 1; }
    .summary-step .top .cart-title.expander .pdf,
    .sales-details .top .cart-title.expander .pdf {
      margin: 0; }
  .summary-step .top h2.order-paramenters-summary__header,
  .sales-details .top h2.order-paramenters-summary__header {
    margin: 0 0 40px 0; }
  .summary-step .top .pdf,
  .sales-details .top .pdf {
    width: auto;
    margin: 0 0 20px 0; }
    .summary-step .top .pdf button.download-pdf, .summary-step .top .pdf .cart.table-wrapper .actions-toolbar > .download-pdf.action, .cart.table-wrapper .summary-step .top .pdf .actions-toolbar > .download-pdf.action, .summary-step .top .pdf .download-pdf.action-gift,
    .sales-details .top .pdf button.download-pdf,
    .sales-details .top .pdf .cart.table-wrapper .actions-toolbar > .download-pdf.action,
    .cart.table-wrapper .sales-details .top .pdf .actions-toolbar > .download-pdf.action,
    .sales-details .top .pdf .download-pdf.action-gift {
      flex-wrap: nowrap;
      line-height: 1;
      margin-top: 0; }

.summary-step__heading,
.sales-details__heading {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -20px; }
  .summary-step__heading h1,
  .sales-details__heading h1 {
    margin: 0;
    padding-top: 10px; }

.summary-step hr,
.sales-details hr {
  border-color: #e5e5e5; }

.summary-step .search-form-component button, .summary-step .search-form-component .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .summary-step .search-form-component .actions-toolbar > .action, .summary-step .search-form-component .action-gift,
.sales-details .search-form-component button,
.sales-details .search-form-component .cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .sales-details .search-form-component .actions-toolbar > .action,
.sales-details .search-form-component .action-gift {
  background: #999999; }

.summary-step .cart-products-table,
.sales-details .cart-products-table {
  border-collapse: collapse; }
  .summary-step .cart-products-table__image,
  .sales-details .cart-products-table__image {
    padding-left: 0; }
  .summary-step .cart-products-table .item-details,
  .sales-details .cart-products-table .item-details {
    padding-left: 0; }
  .summary-step .cart-products-table .list-unstyled,
  .sales-details .cart-products-table .list-unstyled {
    margin-top: 0; }
    .summary-step .cart-products-table .list-unstyled li,
    .sales-details .cart-products-table .list-unstyled li {
      font-size: 11px; }
  .summary-step .cart-products-table .bottom-row span,
  .sales-details .cart-products-table .bottom-row span {
    display: inline-block;
    width: 160px; }
  .summary-step .cart-products-table .packing-options-row .item-details,
  .sales-details .cart-products-table .packing-options-row .item-details {
    line-height: 1.7em; }

.summary-step .grid-row, .summary-step .order-parameters-component .address-list, .order-parameters-component .summary-step .address-list,
.summary-step .order-parameters-component .address-new-view, .order-parameters-component .summary-step .address-new-view,
.sales-details .grid-row,
.sales-details .order-parameters-component .address-list,
.order-parameters-component .sales-details .address-list,
.sales-details .order-parameters-component .address-new-view,
.order-parameters-component .sales-details .address-new-view {
  margin-bottom: 40px; }
  .summary-step .grid-row.mb-0, .summary-step .order-parameters-component .mb-0.address-list, .order-parameters-component .summary-step .mb-0.address-list,
  .summary-step .order-parameters-component .mb-0.address-new-view, .order-parameters-component .summary-step .mb-0.address-new-view,
  .sales-details .grid-row.mb-0,
  .sales-details .order-parameters-component .mb-0.address-list,
  .order-parameters-component .sales-details .mb-0.address-list,
  .sales-details .order-parameters-component .mb-0.address-new-view,
  .order-parameters-component .sales-details .mb-0.address-new-view {
    margin-bottom: 0px; }
  .summary-step .grid-row:last-child, .summary-step .order-parameters-component .address-list:last-child, .order-parameters-component .summary-step .address-list:last-child,
  .summary-step .order-parameters-component .address-new-view:last-child, .order-parameters-component .summary-step .address-new-view:last-child,
  .sales-details .grid-row:last-child,
  .sales-details .order-parameters-component .address-list:last-child,
  .order-parameters-component .sales-details .address-list:last-child,
  .sales-details .order-parameters-component .address-new-view:last-child,
  .order-parameters-component .sales-details .address-new-view:last-child {
    margin-bottom: 0; }

.summary-step .cart-products-component,
.sales-details .cart-products-component {
  border: 0; }
  .summary-step .cart-products-component :first,
  .sales-details .cart-products-component :first {
    margin-top: 0; }

.details .order-comment__heading {
  font-size: 24px; }
  .details .order-comment__heading:not(:first-child) {
    margin-top: 20px !important; }

.details h2 {
  margin-bottom: 20px;
  margin-top: 0; }

.details p {
  font-size: 12px;
  margin: 0;
  padding-left: 25px;
  position: relative;
  overflow-wrap: break-word; }

.details i,
.details .icon {
  font-size: 28px;
  left: 0;
  position: absolute;
  top: -10px; }

.details--no-icon p {
  padding-left: 0; }

.pull-right {
  float: right; }

.order-parameters-summary-component {
  border: 0;
  padding-bottom: 0;
  padding: 0; }
  .order-parameters-summary-component .packing-options-table,
  .order-parameters-summary-component .unload-options-table {
    background-color: #7a9ec7;
    color: #fff; }
    .order-parameters-summary-component .packing-options-table td,
    .order-parameters-summary-component .unload-options-table td {
      border: 0; }
    .order-parameters-summary-component .packing-options-table tr td:nth-child(2n),
    .order-parameters-summary-component .unload-options-table tr td:nth-child(2n) {
      background-color: #648ebe; }
    .order-parameters-summary-component .packing-options-table .quote-item-name,
    .order-parameters-summary-component .packing-options-table a,
    .order-parameters-summary-component .unload-options-table .quote-item-name,
    .order-parameters-summary-component .unload-options-table a {
      color: #fff; }
  .order-parameters-summary-component .packing-options-table .package-option-head {
    background: #026BB7; }
    .order-parameters-summary-component .packing-options-table .package-option-head td {
      font-size: 14px;
      font-weight: bold;
      color: #ffffff;
      padding: 12px 20px 12px 40px; }
    .order-parameters-summary-component .packing-options-table .package-option-head .additional-services {
      border: 1px solid #026bb7; }
  .order-parameters-summary-component .packing-options-table .packing-options-row td {
    color: #2C3E50;
    font-weight: 400;
    font-size: 14px; }
    .order-parameters-summary-component .packing-options-table .packing-options-row td:nth-child(odd) {
      background: #EDF2FB; }
    .order-parameters-summary-component .packing-options-table .packing-options-row td:nth-child(even) {
      background: #ffffff; }
    .order-parameters-summary-component .packing-options-table .packing-options-row td:nth-child(2) .item-details {
      font-size: 14px;
      font-weight: bold; }
    .order-parameters-summary-component .packing-options-table .packing-options-row td:nth-child(2) ul {
      margin: 10px 0 0; }
    .order-parameters-summary-component .packing-options-table .packing-options-row td:nth-child(2) li {
      font-weight: normal;
      font-size: 12px;
      margin: 0 0 20px; }
    .order-parameters-summary-component .packing-options-table .packing-options-row td:nth-child(1) {
      max-width: 40px; }
  .order-parameters-summary-component .packing-options-table .package-option-footer {
    background: #ffffff;
    font-size: 16px;
    color: #323232; }
    .order-parameters-summary-component .packing-options-table .package-option-footer td {
      padding: 12px 20px 12px 40px; }
    .order-parameters-summary-component .packing-options-table .package-option-footer strong {
      font-weight: 500; }
  .order-parameters-summary-component .presents-table {
    background-color: #8ace91;
    color: #fff; }
    .order-parameters-summary-component .presents-table td {
      border-color: #7fc987; }
    .order-parameters-summary-component .presents-table tr td:nth-child(2n) {
      background-color: #74c57d; }
    .order-parameters-summary-component .presents-table .quote-item-name,
    .order-parameters-summary-component .presents-table a {
      color: #fff; }

.summary-save-order {
  margin: 50px 0 20px; }
  .summary-save-order .grid-row, .summary-save-order .order-parameters-component .address-list, .order-parameters-component .summary-save-order .address-list,
  .summary-save-order .order-parameters-component .address-new-view, .order-parameters-component .summary-save-order .address-new-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -10px 0 0; }
    .summary-save-order .grid-row .grid-item, .summary-save-order .order-parameters-component .address-list .grid-item, .order-parameters-component .summary-save-order .address-list .grid-item, .summary-save-order .order-parameters-component .address-new-view .grid-item, .order-parameters-component .summary-save-order .address-new-view .grid-item {
      padding: 0 10px; }
    .summary-save-order .grid-row::after, .summary-save-order .order-parameters-component .address-list::after, .order-parameters-component .summary-save-order .address-list::after,
    .summary-save-order .order-parameters-component .address-new-view::after, .order-parameters-component .summary-save-order .address-new-view::after, .summary-save-order .grid-row::before, .summary-save-order .order-parameters-component .address-list::before, .order-parameters-component .summary-save-order .address-list::before,
    .summary-save-order .order-parameters-component .address-new-view::before, .order-parameters-component .summary-save-order .address-new-view::before {
      display: none; }
  .summary-save-order .pdf {
    font-size: 14px;
    font-weight: normal;
    color: #026BB7;
    max-width: 340px; }
    .summary-save-order .pdf i {
      margin-right: 10px; }
  .summary-save-order .go-back i {
    transform: rotate(180deg);
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px; }
  .summary-save-order .placeorder i {
    margin-left: 10px; }

.summary-step {
  background: #fff;
  padding: 20px 24px 20px 24px;
  border-radius: 10px; }
  .summary-step .cart-title {
    margin-top: 0; }
  .summary-step.delivery-places {
    background: none; }
  .summary-step .cart-products-table {
    border-bottom: 1px solid #e5e5e5; }
    .summary-step .cart-products-table thead tr th,
    .summary-step .cart-products-table tbody tr th {
      padding: 20px 20px;
      border-top: 1px solid #e5e5e5; }
      .summary-step .cart-products-table thead tr th:nth-child(even),
      .summary-step .cart-products-table tbody tr th:nth-child(even) {
        background: none; }
      .summary-step .cart-products-table thead tr th:nth-child(odd),
      .summary-step .cart-products-table tbody tr th:nth-child(odd) {
        background: #f6f6f6; }
      .summary-step .cart-products-table thead tr th:nth-child(2),
      .summary-step .cart-products-table tbody tr th:nth-child(2) {
        text-align: left; }
      .summary-step .cart-products-table thead tr th:nth-child(1),
      .summary-step .cart-products-table tbody tr th:nth-child(1) {
        max-width: 40px;
        padding-left: 10px;
        padding-right: 0; }
    .summary-step .cart-products-table thead tr.shipping-product th:nth-child(odd),
    .summary-step .cart-products-table tbody tr.shipping-product th:nth-child(odd) {
      background: #EDF2FA; }
    .summary-step .cart-products-table thead.cart-products-table-header.is-sticky {
      box-shadow: 0px 1px 1px #e5e5e5; }
    .summary-step .cart-products-table thead.cart-products-table-header tr th {
      line-height: 140%;
      font-weight: 400;
      vertical-align: middle;
      color: #2C3E50;
      border-top: 1px solid #ADADAD;
      border-bottom: 1px solid #ADADAD;
      border-left: none; }
      .summary-step .cart-products-table thead.cart-products-table-header tr th:last-of-type {
        border-right: none; }
    .summary-step .cart-products-table tbody tr th {
      font-weight: 400;
      font-size: 14px; }
      .summary-step .cart-products-table tbody tr th:first-child {
        vertical-align: top; }
    .summary-step .cart-products-table .spinner-input {
      display: flex;
      align-items: center;
      margin: 0 auto;
      justify-content: center;
      max-width: 100px; }
      .summary-step .cart-products-table .spinner-input input {
        margin: 0 10px;
        width: 100%;
        min-width: 0;
        font-size: 12px; }
    .summary-step .cart-products-table .product-attributes-comp .cart-products-table__details .dlv-category {
      display: flex;
      align-items: center; }
    .summary-step .cart-products-table .product-attributes-comp .cart-products-table__details li > span {
      display: block; }
    .summary-step .cart-products-table .product-attributes-container {
      align-items: center; }
      .summary-step .cart-products-table .product-attributes-container .cart-products-table__image {
        flex: 1 1 50%; }
        .summary-step .cart-products-table .product-attributes-container .cart-products-table__image img {
          width: 115px;
          height: 115px; }
      .summary-step .cart-products-table .product-attributes-container .product-attributes-comp {
        flex: 1 1 50%; }
      .summary-step .cart-products-table .product-attributes-container .product-attributes__list {
        display: none; }
    .summary-step .cart-products-table .quote-item-name a {
      color: #2C3E50; }
  .summary-step .cart-item-options-summary-component .grid-row, .summary-step .cart-item-options-summary-component .order-parameters-component .address-list, .order-parameters-component .summary-step .cart-item-options-summary-component .address-list,
  .summary-step .cart-item-options-summary-component .order-parameters-component .address-new-view, .order-parameters-component .summary-step .cart-item-options-summary-component .address-new-view {
    display: flex; }
    .summary-step .cart-item-options-summary-component .grid-row > div, .summary-step .cart-item-options-summary-component .order-parameters-component .address-list > div, .order-parameters-component .summary-step .cart-item-options-summary-component .address-list > div, .summary-step .cart-item-options-summary-component .order-parameters-component .address-new-view > div, .order-parameters-component .summary-step .cart-item-options-summary-component .address-new-view > div {
      padding: 0 10px;
      font-size: 16px;
      margin-right: 4%;
      color: #323232; }
      .summary-step .cart-item-options-summary-component .grid-row > div:last-child, .summary-step .cart-item-options-summary-component .order-parameters-component .address-list > div:last-child, .order-parameters-component .summary-step .cart-item-options-summary-component .address-list > div:last-child, .summary-step .cart-item-options-summary-component .order-parameters-component .address-new-view > div:last-child, .order-parameters-component .summary-step .cart-item-options-summary-component .address-new-view > div:last-child {
        margin-right: 0; }
      .summary-step .cart-item-options-summary-component .grid-row > div strong, .summary-step .cart-item-options-summary-component .order-parameters-component .address-list > div strong, .order-parameters-component .summary-step .cart-item-options-summary-component .address-list > div strong, .summary-step .cart-item-options-summary-component .order-parameters-component .address-new-view > div strong, .order-parameters-component .summary-step .cart-item-options-summary-component .address-new-view > div strong {
        font-weight: 500; }
  .summary-step .delivery-data-container {
    padding: 20px 45px; }
    .summary-step .delivery-data-container .details h2 {
      color: #323232;
      font-size: 18px; }
    .summary-step .delivery-data-container .details p {
      padding-left: 30px;
      font-size: 16px;
      line-height: 160%;
      color: #323232; }
    .summary-step .delivery-data-container .details i {
      top: -3px;
      color: #026BB7; }
    .summary-step .delivery-data-container .grid-row, .summary-step .delivery-data-container .order-parameters-component .address-list, .order-parameters-component .summary-step .delivery-data-container .address-list,
    .summary-step .delivery-data-container .order-parameters-component .address-new-view, .order-parameters-component .summary-step .delivery-data-container .address-new-view {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px; }
      .summary-step .delivery-data-container .grid-row .grid-item, .summary-step .delivery-data-container .order-parameters-component .address-list .grid-item, .order-parameters-component .summary-step .delivery-data-container .address-list .grid-item, .summary-step .delivery-data-container .order-parameters-component .address-new-view .grid-item, .order-parameters-component .summary-step .delivery-data-container .address-new-view .grid-item {
        padding: 0 15px;
        width: 33.333%; }
  .summary-step .summary-single-cart-wrapper {
    border-bottom: 0; }
  .summary-step .summary-single-cart {
    margin: 30px 0 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 15px; }
    .summary-step .summary-single-cart > .grid-row, .summary-step .order-parameters-component .summary-single-cart > .address-list, .order-parameters-component .summary-step .summary-single-cart > .address-list,
    .summary-step .order-parameters-component .summary-single-cart > .address-new-view, .order-parameters-component .summary-step .summary-single-cart > .address-new-view {
      display: flex;
      flex-wrap: wrap; }
      .summary-step .summary-single-cart > .grid-row > div, .summary-step .order-parameters-component .summary-single-cart > .address-list > div, .order-parameters-component .summary-step .summary-single-cart > .address-list > div, .summary-step .order-parameters-component .summary-single-cart > .address-new-view > div, .order-parameters-component .summary-step .summary-single-cart > .address-new-view > div {
        padding: 0 10px;
        margin: 0 0 20px;
        min-height: 100px; }
        .summary-step .summary-single-cart > .grid-row > div:nth-child(1n), .summary-step .order-parameters-component .summary-single-cart > .address-list > div:nth-child(1n), .order-parameters-component .summary-step .summary-single-cart > .address-list > div:nth-child(1n), .summary-step .order-parameters-component .summary-single-cart > .address-new-view > div:nth-child(1n), .order-parameters-component .summary-step .summary-single-cart > .address-new-view > div:nth-child(1n), .summary-step .summary-single-cart > .grid-row > div:nth-child(2n), .summary-step .order-parameters-component .summary-single-cart > .address-list > div:nth-child(2n), .order-parameters-component .summary-step .summary-single-cart > .address-list > div:nth-child(2n), .summary-step .order-parameters-component .summary-single-cart > .address-new-view > div:nth-child(2n), .order-parameters-component .summary-step .summary-single-cart > .address-new-view > div:nth-child(2n) {
          flex: 0 1 25%;
          max-width: 25%; }
        .summary-step .summary-single-cart > .grid-row > div:nth-child(3n), .summary-step .order-parameters-component .summary-single-cart > .address-list > div:nth-child(3n), .order-parameters-component .summary-step .summary-single-cart > .address-list > div:nth-child(3n), .summary-step .order-parameters-component .summary-single-cart > .address-new-view > div:nth-child(3n), .order-parameters-component .summary-step .summary-single-cart > .address-new-view > div:nth-child(3n) {
          flex: 0 1 50%;
          max-width: 50%; }
        .summary-step .summary-single-cart > .grid-row > div.grid-row-50, .summary-step .order-parameters-component .summary-single-cart > .address-list > div.grid-row-50, .order-parameters-component .summary-step .summary-single-cart > .address-list > div.grid-row-50, .summary-step .order-parameters-component .summary-single-cart > .address-new-view > div.grid-row-50, .order-parameters-component .summary-step .summary-single-cart > .address-new-view > div.grid-row-50 {
          flex: 0 1 50%;
          max-width: 50%; }
    .summary-step .summary-single-cart .details h2 {
      font-weight: 500;
      font-size: 18px;
      color: #323232; }
    .summary-step .summary-single-cart .details p {
      font-weight: normal;
      font-size: 16px;
      color: #000000; }
      .summary-step .summary-single-cart .details p strong {
        font-weight: 500; }
  .summary-step .totals-single-cart-component {
    border-radius: 10px;
    padding: 20px 20px 5px;
    background-color: #f2f2f2; }
    .summary-step .totals-single-cart-component .grid-row.totals-row, .summary-step .totals-single-cart-component .order-parameters-component .totals-row.address-list, .order-parameters-component .summary-step .totals-single-cart-component .totals-row.address-list,
    .summary-step .totals-single-cart-component .order-parameters-component .totals-row.address-new-view, .order-parameters-component .summary-step .totals-single-cart-component .totals-row.address-new-view {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 0 20px;
      padding: 0; }
      .summary-step .totals-single-cart-component .grid-row.totals-row::before, .summary-step .totals-single-cart-component .order-parameters-component .totals-row.address-list::before, .order-parameters-component .summary-step .totals-single-cart-component .totals-row.address-list::before,
      .summary-step .totals-single-cart-component .order-parameters-component .totals-row.address-new-view::before, .order-parameters-component .summary-step .totals-single-cart-component .totals-row.address-new-view::before, .summary-step .totals-single-cart-component .grid-row.totals-row::after, .summary-step .totals-single-cart-component .order-parameters-component .totals-row.address-list::after, .order-parameters-component .summary-step .totals-single-cart-component .totals-row.address-list::after,
      .summary-step .totals-single-cart-component .order-parameters-component .totals-row.address-new-view::after, .order-parameters-component .summary-step .totals-single-cart-component .totals-row.address-new-view::after {
        display: none; }
      .summary-step .totals-single-cart-component .grid-row.totals-row > div:nth-child(1n), .summary-step .totals-single-cart-component .order-parameters-component .totals-row.address-list > div:nth-child(1n), .order-parameters-component .summary-step .totals-single-cart-component .totals-row.address-list > div:nth-child(1n), .summary-step .totals-single-cart-component .order-parameters-component .totals-row.address-new-view > div:nth-child(1n), .order-parameters-component .summary-step .totals-single-cart-component .totals-row.address-new-view > div:nth-child(1n), .summary-step .totals-single-cart-component .grid-row.totals-row > div:nth-child(2n), .summary-step .totals-single-cart-component .order-parameters-component .totals-row.address-list > div:nth-child(2n), .order-parameters-component .summary-step .totals-single-cart-component .totals-row.address-list > div:nth-child(2n), .summary-step .totals-single-cart-component .order-parameters-component .totals-row.address-new-view > div:nth-child(2n), .order-parameters-component .summary-step .totals-single-cart-component .totals-row.address-new-view > div:nth-child(2n) {
        flex: 0 1 auto;
        max-width: 100%;
        margin: 0; }
  .summary-step .totals-summary {
    padding: 0;
    border: 0;
    background: #f6f6f6;
    border-radius: 0 0 10px 10px; }
    .summary-step .totals-summary .summary {
      padding: 0; }
    .summary-step .totals-summary h2 {
      margin: 0 0 30px;
      padding: 20px 40px;
      font-weight: 500;
      font-size: 18px;
      color: #000000;
      text-transform: uppercase;
      border-bottom: 1px solid #e5e5e5; }
    .summary-step .totals-summary .grid-row, .summary-step .totals-summary .order-parameters-component .address-list, .order-parameters-component .summary-step .totals-summary .address-list,
    .summary-step .totals-summary .order-parameters-component .address-new-view, .order-parameters-component .summary-step .totals-summary .address-new-view {
      margin: 0 20px;
      padding: 10px 0;
      display: flex;
      flex-wrap: wrap; }
      .summary-step .totals-summary .grid-row::before, .summary-step .totals-summary .order-parameters-component .address-list::before, .order-parameters-component .summary-step .totals-summary .address-list::before,
      .summary-step .totals-summary .order-parameters-component .address-new-view::before, .order-parameters-component .summary-step .totals-summary .address-new-view::before, .summary-step .totals-summary .grid-row::after, .summary-step .totals-summary .order-parameters-component .address-list::after, .order-parameters-component .summary-step .totals-summary .address-list::after,
      .summary-step .totals-summary .order-parameters-component .address-new-view::after, .order-parameters-component .summary-step .totals-summary .address-new-view::after {
        display: none; }
      .summary-step .totals-summary .grid-row .grid-item, .summary-step .totals-summary .order-parameters-component .address-list .grid-item, .order-parameters-component .summary-step .totals-summary .address-list .grid-item, .summary-step .totals-summary .order-parameters-component .address-new-view .grid-item, .order-parameters-component .summary-step .totals-summary .address-new-view .grid-item {
        flex: 0 1 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
        margin: 0 0 30px;
        max-width: 100%;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #323232; }
  .summary-step .order-type-summary-component .block {
    display: flex;
    align-items: center; }
  .summary-step .order-type-summary-component .details i {
    font-size: 40px;
    margin-right: 10px;
    color: #026BB7;
    position: static; }
    .summary-step .order-type-summary-component .details i:before {
      content: ""; }
    .summary-step .order-type-summary-component .details i.fullvehicle:before {
      content: ""; }
    .summary-step .order-type-summary-component .details i.partialorder:before {
      content: ""; }
    .summary-step .order-type-summary-component .details i.service:before {
      content: ""; }
    .summary-step .order-type-summary-component .details i.owncollection:before {
      content: ""; }
    .summary-step .order-type-summary-component .details i.smallorder:before {
      content: ""; }
    .summary-step .order-type-summary-component .details i.courier:before {
      content: ""; }
    .summary-step .order-type-summary-component .details i.servicehds:before {
      content: ""; }

.order-parameters-summary-component > section {
  border-bottom: 0; }

.summary-save-order .action.go-back {
  height: 40px; }

.summary-save-order .action.print {
  font-size: 1.4rem;
  line-height: 40px;
  margin-right: 30px; }
  .summary-save-order .action.print::after {
    display: none; }

.sales-details h1 {
  font-weight: 300;
  line-height: 1.1; }

.sales-details h2 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.8rem !important; }

.sales-details h3 {
  color: #2c3e50;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 1.5rem; }

.sales-details h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

.sales-details a.action.primary {
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  justify-content: space-between;
  padding: 0;
  padding-left: 15px;
  font-size: 1.4rem;
  border-radius: 0;
  background: #fff;
  border: 2px solid #2c3e50;
  color: #2c3e50;
  line-height: unset; }
  .sales-details a.action.primary:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sales-details a.action.primary:hover:after {
    color: #fff; }
  .sales-details a.action.primary:active:after {
    color: #fff; }
  .sales-details a.action.primary:hover {
    background: #fff;
    border: 2px solid #026BB7;
    color: #026BB7;
    box-shadow: none; }
  .sales-details a.action.primary::after {
    margin-left: 15px; }

.order-comment-component {
  margin-bottom: 30px;
  padding-top: 0; }
  .order-comment-component form {
    overflow: hidden;
    max-width: 80%; }
  .order-comment-component h2 {
    margin-top: 0;
    padding-top: 0; }
  .order-comment-component .action {
    float: right;
    margin-top: 10px; }
  .order-comment-component .message-delivery {
    margin-top: 40px; }
  .order-comment-component .comment-heder {
    font-size: 18px; }

datepicker a,
[datepicker] a,
.datepicker a {
  color: inherit;
  text-decoration: none; }

datepicker a:hover,
[datepicker] a:hover,
.datepicker a:hover {
  text-decoration: none; }

datepicker select,
datepicker select:focus,
datepicker select:hover,
.datepicker select,
.datepicker select:focus,
.datepicker select:hover,
[datepicker] select,
[datepicker] select:focus,
[datepicker] select:hover {
  width: 100%;
  overflow: hidden;
  background: none;
  color: #fff;
  background-color: #138EFA;
  border-radius: 2px;
  border: 0;
  margin-top: 5px; }

datepicker,
.datepicker,
[datepicker],
._720kb-datepicker-calendar-header,
._720kb-datepicker-calendar-body,
._720kb-datepicker-calendar-days-header,
._720kb-datepicker-calendar-years-pagination-pages {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 13.5px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  float: left;
  clear: right;
  position: relative; }

._720kb-datepicker-calendar {
  background: white;
  color: #333;
  position: absolute;
  z-index: 999;
  min-width: 220px;
  margin: 0 auto;
  width: 101%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  visibility: hidden;
  overflow: hidden;
  margin-left: -0.5%;
  padding: 0 0 2% 0;
  border-radius: 3px;
  top: 50px;
  max-width: 360px; }

._720kb-datepicker-calendar._720kb-datepicker-open,
._720kb-datepicker-calendar._720kb-datepicker-forced-to-open {
  visibility: visible; }

._720kb-datepicker-calendar-header {
  text-align: center;
  font-size: 15px;
  line-height: 40px; }
  ._720kb-datepicker-calendar-header:nth-child(odd) {
    background: #7a9ec7; }

._720kb-datepicker-calendar-header:nth-child(even) {
  background: #7BC6FC; }

._720kb-datepicker-calendar-header-left,
._720kb-datepicker-calendar-header-middle,
._720kb-datepicker-calendar-header-right {
  width: 15%;
  float: left; }

._720kb-datepicker-calendar-header-middle {
  width: 70%; }

._720kb-datepicker-calendar-header-closed-pagination::after {
  content: " \25BE"; }

._720kb-datepicker-calendar-header-opened-pagination::after {
  content: " \25BE";
  margin-left: 4px;
  position: relative;
  bottom: -3px;
  display: inline-block;
  transform: rotate(180deg); }

._720kb-datepicker-calendar-body {
  width: 96%;
  margin: 2%;
  text-align: center; }

._720kb-datepicker-calendar-day {
  cursor: pointer;
  font-size: 12.5px;
  width: 12.2%;
  margin: 5px 1%;
  padding: 1.5% 0;
  float: left;
  border-radius: 1px;
  color: #323232 !important; }

._720kb-datepicker-calendar-day:hover,
._720kb-datepicker-calendar-day._720kb-datepicker-active {
  background: rgba(0, 0, 0, 0.03); }

._720kb-datepicker-calendar-header a,
._720kb-datepicker-calendar-header a:hover {
  text-decoration: none;
  padding: 3% 9% 4% 9%;
  font-size: 13.5px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: bold;
  border-radius: 3px; }

._720kb-datepicker-calendar-header a:hover {
  color: rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.45); }

._720kb-datepicker-calendar-month {
  color: #fff; }
  ._720kb-datepicker-calendar-month span {
    font-size: 13px;
    color: #fff; }

._720kb-datepicker-calendar-month a span i {
  font-style: normal;
  font-size: 15px; }

._720kb-datepicker-calendar-month a,
._720kb-datepicker-calendar-month a:hover {
  padding: 3px;
  margin-left: 1%; }

._720kb-datepicker-calendar-years-pagination {
  padding: 2% 0 0 0;
  float: left;
  clear: right;
  width: 100%; }

._720kb-datepicker-calendar-years-pagination a,
._720kb-datepicker-calendar-years-pagination a:hover {
  font-size: 12px;
  padding: 0 7px;
  font-weight: normal;
  margin: 3px 1% 0 1%;
  line-height: 20px;
  display: inline-block; }

._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.45); }

._720kb-datepicker-calendar-years-pagination-pages a,
._720kb-datepicker-calendar-years-pagination-pages a:hover {
  padding: 5px 10px; }

._720kb-datepicker-calendar-days-header {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2% 0 2%;
  background: rgba(242, 242, 242, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.02); }

._720kb-datepicker-calendar-days-header div {
  width: 14.18%;
  font-weight: 500;
  font-size: 11.5px;
  padding: 10px 0;
  float: left;
  text-align: center;
  color: rgba(0, 0, 0, 0.7); }

._720kb-datepicker-calendar-days ._720kb-datepicker-default-button {
  font-size: 18.5px;
  position: relative;
  bottom: -0.5px; }

._720kb-datepicker-default-button {
  color: #fff;
  padding: 0 4.5px; }

._720kb-datepicker-calendar-header-middle._720kb-datepicker-mobile-item {
  width: 95%;
  float: none;
  margin: 0 auto; }

._720kb-datepicker-item-hidden {
  visibility: hidden; }

._720kb-datepicker-calendar-day._720kb-datepicker-disabled,
._720kb-datepicker-calendar-day._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled:hover {
  color: rgba(0, 0, 0, 0.2) !important;
  background: rgba(25, 2, 0, 0.02);
  cursor: default; }

.wickedpicker {
  -webkit-user-select: none;
  user-select: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  background: #fefefe;
  margin: 5px auto 0;
  border-radius: 3px;
  height: 130px;
  font-size: 14px;
  display: none;
  width: 110px; }

.wickedpicker__title {
  background: #7a9ec7;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #fff;
  font-size: inherit;
  margin: 0 auto;
  padding: 12px 11px 10px 15px;
  position: relative; }

.wickedpicker__close {
  transform: translateY(-25%);
  position: absolute;
  top: 25%;
  right: 10px;
  color: #34495e;
  cursor: pointer;
  display: none; }

.wickedpicker__close:before {
  content: '\00d7'; }

.wickedpicker__controls {
  padding: 10px 0;
  line-height: normal;
  margin: 0; }
  .wickedpicker__controls__control-up {
    display: block;
    cursor: pointer; }
  .wickedpicker__controls__control-down {
    display: block;
    cursor: pointer; }
  .wickedpicker__controls__control--hours {
    display: block; }

.wickedpicker__controls__control,
.wickedpicker__controls__control--separator {
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  margin: 0 auto;
  width: 35px;
  letter-spacing: 1.3px; }

.wickedpicker__controls__control--separator {
  width: 5px; }

.text-center, .wickedpicker__controls,
.wickedpicker__controls__control,
.wickedpicker__controls__control--separator,
.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up,
.wickedpicker__title {
  text-align: center; }

.hover-state {
  color: #3498db; }

.price-agreement-info-component {
  background-color: #7a9ec7;
  padding: 10px 15px;
  margin-top: 15px; }
  .price-agreement-info-component h4 {
    color: #fff;
    display: flex;
    align-items: center; }
    .price-agreement-info-component h4::before {
      content: '';
      display: inline-block;
      background: no-repeat 0 0 url(../../frontend/Rigips/default/pl_PL/images/percentage-white-icon.svg);
      width: 30px;
      height: 30px;
      background-size: 30px 30px;
      margin-right: 10px; }
  .price-agreement-info-component ul {
    color: #fff;
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0 -10px;
    padding: 0; }
    .price-agreement-info-component ul > li {
      display: inline-block;
      padding: 5px 10px; }

.order-number-component > div {
  display: block; }

.order-number-component .cart-header {
  padding: 20px 45px; }
  .order-number-component .cart-headerh1 {
    font-size: 19px; }

.order-number-component .cart-title {
  margin: 0;
  background: none;
  color: #323232;
  padding-left: 0; }
  .order-number-component .cart-titleh1 {
    font-size: 30px; }

.order-number-component .cart-title-card {
  width: 100%;
  padding: 20px 45px 20px 45px; }
  .order-number-component .cart-title-card .cart-title {
    justify-content: flex-start; }

.order-number-component .cart-title-form {
  width: 100%;
  padding: 20px 45px 20px 45px; }
  .order-number-component .cart-title-form input {
    max-width: 350px;
    margin-left: 15px;
    max-height: 44px; }

.order-number-component .ng-error {
  margin-top: 0;
  margin-left: 15px; }

.order-number-component .remaining {
  align-items: center;
  display: flex; }
  .order-number-component .remaining .action.primary {
    position: relative;
    height: 44px;
    min-width: 116px; }
    .order-number-component .remaining .action.primary:after {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      margin: 0; }
  .order-number-component .remaining .invalid-char {
    color: #ff8c8c; }
  .order-number-component .remaining > div {
    margin-left: 15px; }

.order-number-component .order-number-label::after {
  content: ': '; }

.component.order-comment-component textarea {
  min-height: 65px;
  max-height: 100px; }
  .component.order-comment-component textarea.comment-summary {
    background: #f2f2f2; }
    .component.order-comment-component textarea.comment-summary:focus {
      background: #FFFFFF; }

.messages-component {
  padding: 0; }

.new-order {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px -4px 20px rgba(44, 62, 80, 0.1), 0px 4px 20px rgba(44, 62, 80, 0.1);
  padding: 24px 36px 40px;
  margin: 0 0 40px; }
  .new-order__title {
    align-items: center;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 16px; }
    .new-order__title-icon {
      vertical-align: middle; }
    .new-order__title-label {
      margin-left: 20px;
      color: #026BB7;
      font-weight: bold;
      font-size: 40px;
      line-height: 40px;
      letter-spacing: 0.7px; }
  .new-order__upload-order {
    min-height: 44px;
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #323232;
    border: none;
    font-size: 16px;
    font-weight: 700;
    background: #F1F2F2;
    padding: 8px 32px;
    line-height: 1.1; }
    .new-order__upload-order > svg {
      margin-right: 10px; }
  .new-order__content {
    margin-top: 32px; }
  .new-order__content-row {
    display: flex; }
  .new-order__add-button {
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 10px;
    background: none;
    padding: 0; }
    .new-order__add-button:hover, .new-order__add-button:active {
      background: none;
      border: none; }
  .new-order__search {
    pointer-events: all;
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 24px; }
    .new-order__search-title {
      display: flex;
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 16px;
      color: #2C3E50; }
    .new-order__search-title-info > svg {
      vertical-align: text-top; }
    .new-order__search.is-disabled .new-order__search-title {
      color: #ADADAD !important; }
    .new-order__search.is-disabled .search-form-component * {
      color: #ADADAD !important;
      fill: #ADADAD !important;
      pointer-events: none; }
    .new-order__search.is-disabled .search-form-component .field.search .control {
      border: 1px solid #E5E5E5; }
    .new-order__search.is-disabled .search-form-component .actions button, .new-order__search.is-disabled .search-form-component .actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .new-order__search.is-disabled .search-form-component .actions .actions-toolbar > .action, .new-order__search.is-disabled .search-form-component .actions .action-gift {
      background: #E5E5E5; }
    .new-order__search.is-disabled .search-form-component .actions button::before, .new-order__search.is-disabled .search-form-component .actions .cart.table-wrapper .actions-toolbar > .action::before, .cart.table-wrapper .new-order__search.is-disabled .search-form-component .actions .actions-toolbar > .action::before, .new-order__search.is-disabled .search-form-component .actions .action-gift::before {
      color: #FFFFFF; }
    .new-order__search.is-expanded .search-form-component .field.search input::placeholder {
      color: #2C3E50; }
    .new-order__search.is-expanded .new-order__search-label {
      color: #026BB7; }
    .new-order__search .search-form-component {
      padding: 0 !important; }
    .new-order__search .search-form {
      width: 100%; }
  .new-order .add-another-delivery-place {
    display: flex;
    margin-top: 5px;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content; }
    .new-order .add-another-delivery-place .svg-wrapper {
      margin-right: 8px; }
    .new-order .add-another-delivery-place svg {
      background-color: #2C3E50;
      padding: 4px;
      border-radius: 1px;
      width: 20px;
      height: 20px; }
    .new-order .add-another-delivery-place .text {
      text-decoration: underline;
      color: #2C3E50; }

.select {
  width: 45%; }
  .select.ml-a {
    margin-left: auto; }
  .select__title {
    display: flex;
    color: #2C3E50;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 16px; }
  .select__info {
    cursor: pointer;
    margin-left: 4px;
    position: relative; }
    .select__info > svg {
      vertical-align: text-top; }
    .select__info:hover .select__info-container {
      display: block; }
    .select__info-container {
      display: none;
      width: 225px;
      position: absolute;
      z-index: 15;
      bottom: 40px;
      left: -6px;
      font-size: 14px;
      border: 1px solid #026BB7;
      padding: 8px;
      background: #FFFFFF;
      color: #2C3E50; }
      .select__info-container::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 6px;
        width: 10px;
        background: white;
        height: 1px; }
      .select__info-container > svg {
        position: absolute;
        bottom: -16px;
        left: 6px; }
  .select__wrapper {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex;
    background: #FFFFFF;
    box-sizing: border-box;
    flex: 1 1 auto; }
  .select__container {
    display: flex;
    flex: 1 1 auto;
    position: relative;
    z-index: 11; }
  .select__box {
    cursor: pointer;
    justify-content: space-between;
    padding: 12px 16px;
    align-items: center;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #ADADAD;
    box-sizing: border-box;
    flex: 1 1 auto; }
  .select__box-placeholder {
    color: #ADADAD;
    font-size: 14px;
    font-weight: 400; }
  .select__box-arrow {
    width: 16px;
    height: 16px; }
    .select__box-arrow path {
      fill: #323232; }
  .select__list {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    width: 100%;
    background: #EEEEEE;
    border: 1px solid #ADADAD;
    box-sizing: border-box; }
  .select__list-search {
    padding: 8px 16px; }
  .select__list-search-input {
    width: 100%;
    background-color: #FFFFFF;
    border: none;
    padding: 8px;
    border: 1px solid #026BB7;
    box-sizing: border-box; }
    .select__list-search-input::placeholder {
      font-size: 14px;
      color: rgba(50, 50, 50, 0.5); }
  .select__list-item {
    font-size: 16px;
    color: #2C3E50;
    padding: 16px 24px;
    border-bottom: 1px solid #ADADAD;
    display: flex;
    align-items: center;
    gap: 5px; }
  .select__list-add-new-address {
    cursor: pointer;
    padding: 16px 24px;
    font-size: 16px;
    color: #026BB7; }
  .select__add-button {
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 10px;
    background: none;
    padding: 0; }
    .select__add-button:hover, .select__add-button:active {
      background: none;
      border: none; }
  .select.is-disabled .select__wrapper * {
    color: #ADADAD !important;
    fill: #ADADAD !important;
    pointer-events: none; }
  .select.is-disabled .select__title {
    color: #ADADAD !important; }
  .select.is-expanded .select__box-placeholder {
    color: #2C3E50; }
  .select.is-expanded .select__title {
    color: #026BB7; }
  .select.is-expanded .select__box-arrow {
    transform: rotateX(180deg);
    transition: all .3s; }
  .select.is-expanded .select__list {
    display: block; }
  .select.is-expanded .select__list-items {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll; }
  .select.is-selected .select__box-placeholder {
    color: #2C3E50; }

.flex {
  display: flex; }

.delivery-places {
  padding: 0;
  background: #EDF2FB; }
  .delivery-places .container-delivery-places {
    display: flex;
    padding: 0 20px;
    align-items: flex-end; }
  .delivery-places .delivery-place {
    flex-basis: 280px; }
    .delivery-places .delivery-place__header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #8c98a5;
      min-height: 25px;
      padding: 5px 10px 5px 15px;
      font-size: 12px;
      line-height: 12px;
      color: #ffffff;
      border-radius: 10px 10px 0 0; }
      .delivery-places .delivery-place__header > div {
        color: #b6bfc9; }
      .delivery-places .delivery-place__header--active {
        background-color: #026BB7; }
        .delivery-places .delivery-place__header--active > div {
          color: #ffffff; }
    .delivery-places .delivery-place__body {
      display: flex;
      flex-basis: 280px;
      align-items: center;
      min-height: 45px;
      background-color: #f6f6f6;
      padding: 2px 10px;
      cursor: pointer; }
      .delivery-places .delivery-place__body .delivery-place__address, .delivery-places .delivery-place__body .other-warehouse__address {
        color: #b6bfc9; }
      .delivery-places .delivery-place__body--active {
        background-color: #ffffff; }
        .delivery-places .delivery-place__body--active .delivery-place__address, .delivery-places .delivery-place__body--active .other-warehouse__address {
          color: #2C3E50; }
      .delivery-places .delivery-place__body .icon-custom-localization {
        font-size: 14px;
        color: #026BB7; }
      .delivery-places .delivery-place__body .icon-custom-close {
        font-size: 14px;
        color: #2C3E50;
        cursor: pointer; }
      .delivery-places .delivery-place__body-wrapper {
        display: flex;
        background-color: #fff;
        min-height: calc(100% - 25px); }
    .delivery-places .delivery-place__temporary {
      opacity: 0.5;
      border: 1px solid #2CB600;
      border-radius: 0 20px 0 0;
      display: flex;
      padding: 1px 5px;
      align-items: center;
      min-height: 46px;
      width: 268px;
      color: black; }
      .delivery-places .delivery-place__temporary .delivery-place__address {
        color: #000000; }
      .delivery-places .delivery-place__temporary .icon {
        cursor: pointer; }
    .delivery-places .delivery-place .icon-custom-duplicate {
      cursor: pointer;
      margin: 0 12px 0 auto; }
    .delivery-places .delivery-place .ion-ios-checkmark-outline {
      margin: 0 0 0 auto; }
    .delivery-places .delivery-place .icon-custom-close {
      cursor: pointer; }
    .delivery-places .delivery-place__address-wrapper {
      display: flex;
      align-items: center; }
    .delivery-places .delivery-place__address {
      color: #2C3E50;
      margin: 0 24px 0 12px;
      flex-grow: 1; }
  .delivery-places .add-delivery-place {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 0 0;
    background-color: #2C3E50;
    width: 52px;
    height: 45px;
    flex-shrink: 0;
    align-self: flex-end; }
  .delivery-places .other-warehouses {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    padding: 0 30px;
    flex: 1 0 180px;
    max-width: 260px;
    height: 45px;
    background: #ffffff;
    border: 1px solid #026BB7;
    box-sizing: border-box;
    font-size: 14px;
    color: #000000; }
    .delivery-places .other-warehouses--expanded .other-warehouses__list {
      display: block !important; }
    .delivery-places .other-warehouses--expanded .icon-custom-arrow-1-down {
      transform: rotateX(180deg);
      transition: all .3s; }
    .delivery-places .other-warehouses .other-warehouses__header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      cursor: pointer; }
      .delivery-places .other-warehouses .other-warehouses__header .icon-custom-arrow-1-down {
        padding-left: 8px;
        margin-left: auto;
        font-size: 16px;
        transition: all .3s; }
    .delivery-places .other-warehouses .other-warehouses__list {
      display: none;
      position: absolute;
      top: 100%;
      right: -1px;
      width: calc(100% + 2px);
      min-width: 260px; }
    .delivery-places .other-warehouses .other-warehouse__header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #8c98a5;
      min-height: 25px;
      padding: 5px 10px 5px 15px;
      font-size: 12px;
      line-height: 12px;
      color: #ffffff; }
      .delivery-places .other-warehouses .other-warehouse__header > div {
        color: #b6bfc9; }
      .delivery-places .other-warehouses .other-warehouse__header--active {
        background-color: #026BB7; }
        .delivery-places .other-warehouses .other-warehouse__header--active > div {
          color: #ffffff; }
    .delivery-places .other-warehouses .other-warehouse__body {
      display: flex;
      flex-basis: 280px;
      align-items: center;
      min-height: 45px;
      background-color: #f6f6f6;
      padding: 2px 10px;
      cursor: pointer;
      border-left: 1px solid #026BB7;
      border-right: 1px solid #026BB7; }
      .delivery-places .other-warehouses .other-warehouse__body .delivery-place__address, .delivery-places .other-warehouses .other-warehouse__body .other-warehouse__address {
        color: #b6bfc9; }
      .delivery-places .other-warehouses .other-warehouse__body--active {
        background-color: #ffffff; }
        .delivery-places .other-warehouses .other-warehouse__body--active .delivery-place__address, .delivery-places .other-warehouses .other-warehouse__body--active .other-warehouse__address {
          color: #2C3E50; }
      .delivery-places .other-warehouses .other-warehouse__body .icon-custom-localization {
        font-size: 14px;
        color: #026BB7; }
      .delivery-places .other-warehouses .other-warehouse__body .icon-custom-close {
        font-size: 14px;
        color: #2C3E50;
        cursor: pointer; }
    .delivery-places .other-warehouses .other-warehouse .icon-custom-duplicate {
      cursor: pointer;
      margin: 0 12px 0 auto; }
    .delivery-places .other-warehouses .other-warehouse .ion-ios-checkmark-outline {
      margin: 0 0 0 auto; }
    .delivery-places .other-warehouses .other-warehouse .icon-custom-close {
      cursor: pointer; }
    .delivery-places .other-warehouses .other-warehouse__address-wrapper {
      display: flex;
      align-items: center; }
    .delivery-places .other-warehouses .other-warehouse__address {
      color: #2C3E50;
      margin: 0 24px 0 12px;
      flex-grow: 1; }
    .delivery-places .other-warehouses .add-another-delivery-place {
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      width: 100%;
      height: 44px;
      color: #ffffff;
      background-color: #2C3E50;
      font-size: 12px; }
  .delivery-places.summary-step {
    margin-top: 15px; }
    .delivery-places.summary-step .delivery-place {
      opacity: 0.5;
      pointer-events: none; }
      .delivery-places.summary-step .delivery-place.is-active {
        opacity: 1;
        pointer-events: all; }
        .delivery-places.summary-step .delivery-place.is-active .delivery-place__body-wrapper,
        .delivery-places.summary-step .delivery-place.is-active .delivery-place__header span {
          display: none; }

.unloading-options-component .list-unstyled {
  margin: 0 -30px; }
  .unloading-options-component .list-unstyled > li {
    display: inline-block;
    padding: 0 30px; }
    .unloading-options-component .list-unstyled > li.unloading-options {
      display: block; }
    .unloading-options-component .list-unstyled > li .form-group [type=radio] + label {
      padding-top: 1px;
      font-size: 16px; }
    .unloading-options-component .list-unstyled > li .form-group .tooltip-icon-trigger {
      font-size: 14px; }
      .unloading-options-component .list-unstyled > li .form-group .tooltip-icon-trigger--stretched {
        width: 100%; }
        .unloading-options-component .list-unstyled > li .form-group .tooltip-icon-trigger--stretched.info::after {
          position: absolute;
          top: -15px;
          right: -10px; }
        .unloading-options-component .list-unstyled > li .form-group .tooltip-icon-trigger--stretched.info .tooltip-content {
          top: 0; }
      .unloading-options-component .list-unstyled > li .form-group .tooltip-icon-trigger::after {
        font-family: "icons-custom";
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        margin-left: 1px;
        padding: 1px; }
      .unloading-options-component .list-unstyled > li .form-group .tooltip-icon-trigger .tooltip-content {
        font-size: inherit;
        background: #ffffff;
        color: #323232;
        border: 1px solid #026BB7;
        box-shadow: none;
        padding: 20px 15px;
        margin: 0;
        top: 100%;
        bottom: auto;
        right: 0;
        left: auto; }
        .unloading-options-component .list-unstyled > li .form-group .tooltip-icon-trigger .tooltip-content::before, .unloading-options-component .list-unstyled > li .form-group .tooltip-icon-trigger .tooltip-content::after {
          display: none; }
      .unloading-options-component .list-unstyled > li .form-group .tooltip-icon-trigger.info::after {
        content: ""; }
      .unloading-options-component .list-unstyled > li .form-group .tooltip-icon-trigger.help::after {
        content: ""; }
      .unloading-options-component .list-unstyled > li .form-group .tooltip-icon-trigger.order {
        top: -8px; }
      .unloading-options-component .list-unstyled > li .form-group .tooltip-icon-trigger.main {
        position: absolute;
        right: -40px; }
        .unloading-options-component .list-unstyled > li .form-group .tooltip-icon-trigger.main::after {
          font-size: 32px; }
  .unloading-options-component .list-unstyled > li.unloading-options {
    display: block; }

.save-order-component {
  padding-bottom: 50px;
  margin: 20px 0 0; }
  .save-order-component .grid-row, .save-order-component .order-parameters-component .address-list, .order-parameters-component .save-order-component .address-list,
  .save-order-component .order-parameters-component .address-new-view, .order-parameters-component .save-order-component .address-new-view {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px; }
    .save-order-component .grid-row::before, .save-order-component .order-parameters-component .address-list::before, .order-parameters-component .save-order-component .address-list::before,
    .save-order-component .order-parameters-component .address-new-view::before, .order-parameters-component .save-order-component .address-new-view::before, .save-order-component .grid-row::after, .save-order-component .order-parameters-component .address-list::after, .order-parameters-component .save-order-component .address-list::after,
    .save-order-component .order-parameters-component .address-new-view::after, .order-parameters-component .save-order-component .address-new-view::after {
      display: none; }
    .save-order-component .grid-row > div, .save-order-component .order-parameters-component .address-list > div, .order-parameters-component .save-order-component .address-list > div, .save-order-component .order-parameters-component .address-new-view > div, .order-parameters-component .save-order-component .address-new-view > div {
      padding: 0 20px; }
  .save-order-component .order.action {
    color: white;
    background: #2C3E50; }
  .save-order-component .pdf.action {
    font-weight: 400;
    background: #EDF2FB;
    text-decoration: none; }
    .save-order-component .pdf.action i {
      margin-right: 8px; }

.addres-modal-init {
  margin-left: 10px;
  padding: 0;
  width: 28px;
  height: 28px;
  background: #026BB7;
  border: 0;
  border-radius: 50px;
  text-align: center; }
  .addres-modal-init:hover, .addres-modal-init:focus, .addres-modal-init:active {
    border: 0; }
  .addres-modal-init i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    width: inherit;
    font-size: 34px;
    color: #ffffff; }

.checkout-bottom-actions {
  background: #ffffff; }

.payment-date {
  margin-bottom: 15px; }
  .payment-date h2 {
    font-size: 24px;
    margin: 20px 0; }
  .payment-date .field label {
    padding-top: 2px;
    font-size: 12px; }

.checkout-thank-you-container {
  margin-top: 40px; }

.checkout-thank-you {
  background: #ffffff;
  padding: 80px 15px;
  margin: 0 0 100px;
  text-align: center; }
  .checkout-thank-you .content {
    max-width: 715px;
    margin: 0 auto; }
  .checkout-thank-you .top {
    margin: 0 0 30px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ADADAD; }
    .checkout-thank-you .top h2 {
      margin: 0 0 60px;
      background: none;
      font-size: 40px;
      line-height: 120%;
      letter-spacing: 0.7px;
      color: #026BB7;
      text-transform: none; }
    .checkout-thank-you .top p {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: #2C3E50; }
      .checkout-thank-you .top p span {
        color: #026BB7; }
  .checkout-thank-you .pdf {
    margin-bottom: 100px; }
    .checkout-thank-you .pdf .action {
      display: inline;
      padding: 12px 25px;
      text-decoration: none;
      font-weight: normal;
      margin: 0 15px; }
  .checkout-thank-you .actions {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 0 60px; }
    .checkout-thank-you .actions button, .checkout-thank-you .actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .checkout-thank-you .actions .actions-toolbar > .action, .checkout-thank-you .actions .action-gift,
    .checkout-thank-you .actions a {
      width: 290px;
      text-decoration: none;
      height: 100%; }
    .checkout-thank-you .actions button.secondary, .checkout-thank-you .actions .cart.table-wrapper .actions-toolbar > .secondary.action, .cart.table-wrapper .checkout-thank-you .actions .actions-toolbar > .secondary.action, .checkout-thank-you .actions .secondary.action-gift {
      border: 2px solid #2C3E50; }
      .checkout-thank-you .actions button.secondary:hover, .checkout-thank-you .actions .cart.table-wrapper .actions-toolbar > .secondary.action:hover, .cart.table-wrapper .checkout-thank-you .actions .actions-toolbar > .secondary.action:hover, .checkout-thank-you .actions .secondary.action-gift:hover {
        border: 2px solid rgba(44, 62, 88, 0.8); }
  .checkout-thank-you .order-id {
    color: #026BB7;
    font-weight: bold; }

.form.contact .actions-toolbar {
  display: flex;
  justify-content: flex-end; }

.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px; }

.login-container .block .block-title {
  font-size: 1.8rem; }

.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem; }

.login-container .fieldset:after {
  margin-top: 35px; }

.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px; }
  .block-addresses-list .items.addresses > .item:last-child {
    margin-bottom: 0; }

.form-address-edit #region_id {
  display: none; }

.form-edit-account .fieldset.password {
  display: none; }

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px; }

.fieldset .fullname.field > .label + .control {
  width: 100%; }

.account .column.main h2 {
  margin-top: 0; }

.account .column.main .toolbar {
  text-align: center; }
  .account .column.main .toolbar .limiter-options {
    width: auto; }

.account .sidebar-additional {
  margin-top: 40px; }

.account .table-wrapper:last-child {
  margin-bottom: 0; }

.account .table-wrapper .action {
  margin-right: 15px; }
  .account .table-wrapper .action:last-child {
    margin-right: 0; }

.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0; }

.account-nav .item {
  margin: 3px 0 0; }
  .account-nav .item:first-child {
    margin-top: 0; }
  .account-nav .item a,
  .account-nav .item > strong {
    border-left: 3px solid transparent;
    display: block;
    padding: 5px 18px 5px 15px; }
  .account-nav .item a {
    text-decoration: none; }
    .account-nav .item a:hover {
      background: #e8e8e8; }
  .account-nav .item.current a,
  .account-nav .item.current strong {
    border-color: #ff5501;
    font-weight: 600; }
  .account-nav .item.current a {
    border-color: #ff5501; }
  .account-nav .item .delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 1.8rem; }

.column.main .block:last-child {
  margin-bottom: 0; }

.block .title {
  margin-bottom: 10px; }
  .block .title strong {
    color: #2c3e50;
    font-weight: normal;
    line-height: 1.3;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem; }
    .column.main .block .title strong {
      font-size: 28px; }

.block p:last-child {
  margin: 0; }

.block .box-actions {
  margin-top: 5px; }

.field.password .control {
  display: flex;
  flex-direction: column; }
  .field.password .control .mage-error {
    order: 2; }
  .field.password .control .input-text {
    order: 0;
    z-index: 2; }

.password-strength-meter {
  background-color: #f4f4f4;
  height: 45px;
  line-height: 45px;
  padding: 0 9px;
  position: relative;
  z-index: 1; }
  .password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .password-none .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%; }
  .password-weak .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%; }
  .password-medium .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%; }
  .password-strong .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%; }
  .password-very-strong .password-strength-meter:before {
    background-color: #81b562;
    width: 100%; }

.control.captcha-image {
  margin-top: 10px; }
  .control.captcha-image .captcha-img {
    vertical-align: middle; }

@media only screen and (max-width: 639px) {
  .account .column.main,
  .account .sidebar-additional {
    margin: 0; } }

@media only screen and (max-width: 767px) {
  .login-container .fieldset:after {
    text-align: center; }
  .account .page.messages {
    margin-bottom: 40px; }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block; }
  .customer-account-index .page-title-wrapper {
    position: relative; } }

@media only screen and (min-width: 768px) {
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px; }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left; }
  .login-container .fieldset > .field > .control {
    width: 55%; }
  .fieldset .fullname .field .label {
    margin: 0 0 8px 0;
    padding: 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left; }
  .fieldset .fullname .field .control {
    width: 100%;
    float: left; }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%; }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%; }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%; }
  .block-addresses-list .items.addresses {
    font-size: 0; }
    .block-addresses-list .items.addresses > .item {
      display: inline-block;
      font-size: 14px;
      margin-bottom: 20px;
      vertical-align: top;
      width: 48.8%; }
      .block-addresses-list .items.addresses > .item:nth-last-child(1), .block-addresses-list .items.addresses > .item:nth-last-child(2) {
        margin-bottom: 0; }
      .block-addresses-list .items.addresses > .item:nth-child(even) {
        margin-left: 2.4%; }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0; } }

.sales-order-history .grid-list-holder, .customer-carts-index .grid-list-holder {
  overflow-x: auto;
  width: 100%; }
  .sales-order-history .grid-list-holder .grid-list, .customer-carts-index .grid-list-holder .grid-list {
    max-width: calc(100% - 2px); }

#rigips-grid.carts-list {
  display: block; }

#rigips-grid .grid-list-holder .sorting-methods .ui-select-container .select2-choice, #rigips-grid .grid-list-holder .employee-names .ui-select-container .select2-choice {
  min-width: 130px;
  border: none; }

#rigips-grid .grid-list-holder .sorting-methods .ui-select-container .select2-dropdown-open, #rigips-grid .grid-list-holder .employee-names .ui-select-container .select2-dropdown-open {
  border: none; }

#rigips-grid .grid-list-holder .employee-names .cross-btn.tooltip-icon-trigger .tooltip-content {
  left: inherit;
  right: 0;
  margin-right: -10px; }
  #rigips-grid .grid-list-holder .employee-names .cross-btn.tooltip-icon-trigger .tooltip-content::before, #rigips-grid .grid-list-holder .employee-names .cross-btn.tooltip-icon-trigger .tooltip-content::after {
    right: 1rem;
    left: inherit; }

#rigips-grid .grid-list-holder .sorting-methods .cross-btn.tooltip-icon-trigger .tooltip-content {
  margin-left: -10px; }

.carts-list {
  margin: 10px 0 30px;
  display: inline-block; }
  .carts-list .page-title {
    display: inline-block;
    font-weight: 400;
    line-height: 44px;
    margin: 0; }

.new-address-button,
.new-cart-button {
  margin-top: 20px; }
  .new-address-button .action.add,
  .new-cart-button .action.add {
    display: flex;
    align-items: center; }
    .new-address-button .action.add::after,
    .new-cart-button .action.add::after {
      background: none;
      margin: 0; }

.carts.grid-list a {
  display: block; }

.carts.grid-list p[class^="icon-"]::before {
  margin-bottom: 5px;
  margin-left: -15px; }

.carts.grid-list td:nth-child(2), .carts.grid-list td:last-child {
  text-align: center; }

.carts.grid-list .icon {
  padding-left: 5px; }

.carts.grid-list .employee-cart td {
  background-color: #006bb7;
  color: #fff; }
  .carts.grid-list .employee-cart td > a {
    color: #fff; }

.carts.grid-list .employee-cart p[class^="icon-"]::before {
  background-position-y: -20px; }

.address-heading-wrapper {
  margin: 10px 0 30px;
  display: inline-block; }
  .address-heading-wrapper .page-title {
    display: inline-block;
    font-weight: 400;
    line-height: 44px;
    margin: 0; }

.new-address-button {
  margin-top: 10px; }

.address-list .grid-list__title {
  line-height: 28px; }

.address-list .grid-list td:nth-child(3),
.address-list .grid-list th:nth-child(3) {
  width: 130px; }

.address-list .grid-list td:nth-child(4),
.address-list .grid-list th:nth-child(4) {
  width: 130px; }

.address-list .grid-list td:last-child,
.address-list .grid-list th:last-child {
  width: 90px; }

.cross-btn {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 2rem; }
  .cross-btn.tooltip-icon-trigger .tooltip-content {
    font-size: 1rem; }
  .cross-btn.tooltip-icon-trigger:after {
    content: '';
    margin: 0; }

.customer-investments-index .description-customer, .customer-offers-index .description-customer {
  font-size: 18px; }

.customer-investments-index .page-title, .customer-offers-index .page-title {
  margin-bottom: 0; }

.customer-investments-index .page-title-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px; }

.customer-offers-index .page-title-wrapper {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 40px; }

.investments .grid-list,
.investments th,
.investments td {
  padding: 0;
  margin: 0;
  border: none; }

.investments .grid-list table {
  margin: 0; }

.investments .grid-list tr {
  width: 100%; }

@media only screen and (min-width: 1024px) {
  .investments .grid-list td {
    font-size: 14px; } }

.investments .grid-list__title {
  font-weight: 500;
  font-size: 16px; }

.investments .grid-list__spinners {
  top: 20px; }
  .investments .grid-list__spinners button, .investments .grid-list__spinners .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .investments .grid-list__spinners .actions-toolbar > .action, .investments .grid-list__spinners .action-gift {
    background-color: transparent; }

.investments .grid-list__input.grid-input {
  border-color: #e5e5e5;
  color: #000; }

.investments .grid-list input[readonly] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 12px;
  outline: none; }
  @media only screen and (min-width: 1024px) {
    .investments .grid-list input[readonly] {
      font-size: 14px; } }

.investments .grid-list .open:not(.ui-select-container),
.investments .grid-list .closed:not(.ui-select-container) {
  background-color: transparent;
  border: 0;
  line-height: 21px;
  padding: 0;
  position: absolute;
  right: calc(50% - 5px);
  top: calc(50% - 14px); }
  .investments .grid-list .open:not(.ui-select-container)::before,
  .investments .grid-list .closed:not(.ui-select-container)::before {
    font-family: "Ionicons";
    font-size: 20px; }

.investments .grid-list .open:not(.ui-select-container)::before {
  content: "\f365"; }

.investments .grid-list .closed:not(.ui-select-container)::before {
  content: "\f35f"; }

.investments .grid-list .hold {
  padding: 10px 40px; }

.investments .grid-list__prod-img {
  display: block;
  float: left;
  margin-top: 20px; }

.investments .grid-list__prod-description {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 100%; }
  .investments .grid-list__prod-description h6 {
    line-height: 1.3; }

.investments .grid-list__prod-type {
  font-size: 11px; }

.investments .grid-list .empty-response {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 15px; }

.investments .grid-list__level-1 {
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #839cb8; }
  .investments .grid-list__level-1 .grid-list__spinners button:before, .investments .grid-list__level-1 .grid-list__spinners .cart.table-wrapper .actions-toolbar > .action:before, .cart.table-wrapper .investments .grid-list__level-1 .grid-list__spinners .actions-toolbar > .action:before, .investments .grid-list__level-1 .grid-list__spinners .action-gift:before {
    color: #ffffff; }
  .investments .grid-list__level-1__head-row > th,
  .investments .grid-list__level-1__row > td {
    padding: 11px 10px;
    background-color: #839cb8;
    color: #ffffff;
    overflow-wrap: anywhere;
    border-top: 0;
    width: 19%; }
    .investments .grid-list__level-1__head-row > th a, .investments .grid-list__level-1__head-row > th h3,
    .investments .grid-list__level-1__row > td a,
    .investments .grid-list__level-1__row > td h3 {
      color: #ffffff; }
  .investments .grid-list__level-1__row td {
    text-align: center;
    border-right: 1px solid #69809a; }
    .investments .grid-list__level-1__row td:last-child {
      border-right: 0; }
  .investments .grid-list__level-1__row > td:last-child {
    position: relative; }

.investments .grid-list__level-2 {
  table-layout: fixed; }
  .investments .grid-list__level-2 .pagination {
    margin: 0; }
  .investments .grid-list__level-2 > .grid-list__head {
    position: relative; }
    .investments .grid-list__level-2 > .grid-list__head tr th {
      font-weight: 400; }
  .investments .grid-list__level-2 h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 400; }
  .investments .grid-list__level-2__row > th,
  .investments .grid-list__level-2__row > .grid-list__border-cell {
    background-color: #adc3dc;
    padding: 11px 10px;
    vertical-align: middle;
    width: 15.8%;
    border-top: 0;
    color: #fff;
    border-right: 0; }
  .investments .grid-list__level-2__row > th[colspan="2"] {
    width: calc(19% + 5%); }
  .investments .grid-list__level-2__row > .grid-list__border-cell {
    border-right: 1px solid #e5e5e5; }
    .investments .grid-list__level-2__row > .grid-list__border-cell:last-child {
      border-right: 0; }
  .investments .grid-list__level-2__row td:last-child {
    position: relative; }
    .investments .grid-list__level-2__row td:last-child button.closed, .investments .grid-list__level-2__row td:last-child .cart.table-wrapper .actions-toolbar > .closed.action, .cart.table-wrapper .investments .grid-list__level-2__row td:last-child .actions-toolbar > .closed.action, .investments .grid-list__level-2__row td:last-child .closed.action-gift,
    .investments .grid-list__level-2__row td:last-child button.open,
    .investments .grid-list__level-2__row td:last-child .cart.table-wrapper .actions-toolbar > .open.action,
    .cart.table-wrapper .investments .grid-list__level-2__row td:last-child .actions-toolbar > .open.action,
    .investments .grid-list__level-2__row td:last-child .open.action-gift {
      color: #fff; }
  .investments .grid-list__level-2 > th:nth-child(5) {
    width: 18%; }
  .investments .grid-list__level-2 .pagination li:not(.active) a,
  .investments .grid-list__level-2 .pagination li:not(.active) span {
    background-color: #fff;
    color: #2c3e50; }

.investments .grid-list__level-3 {
  background-color: white; }
  .investments .grid-list__level-3__row > th,
  .investments .grid-list__level-3__row > td {
    border: 1px solid #e5e5e5; }
  .investments .grid-list__level-3__row > th {
    padding: 10px 11px; }
    @media only screen and (min-width: 1024px) {
      .investments .grid-list__level-3__row > th {
        font-size: 14px; } }
  .investments .grid-list__level-3 .spinner-input {
    margin: 0 15px; }

.investments .cart-products-table td,
.investments .cart-products-table th {
  width: auto; }
  .investments .cart-products-table td:nth-child(5),
  .investments .cart-products-table th:nth-child(5) {
    width: 100px; }
  .investments .cart-products-table td:nth-child(7), .investments .cart-products-table td:nth-child(9),
  .investments .cart-products-table th:nth-child(7),
  .investments .cart-products-table th:nth-child(9) {
    min-width: 100px; }

.investments .cart-products-table th:first-child {
  width: 256px; }

.investments .cart-products-table__image {
  height: auto;
  padding: 0;
  width: auto; }

.investments .cart-products-table .item-details {
  padding: 0;
  font-size: 11px; }

.investments .cart-products-table .price-overview {
  float: right;
  padding: 10px 15px; }

.investments .cart-products-table.grid-list__level-3 {
  table-layout: auto; }

.investments .cart-products-table .quote-item-name .quote-item-counter {
  display: none; }

.investment-product-cell {
  max-width: calc(100vw - 434px); }

.investment-product-actions {
  align-items: flex-end;
  display: flex;
  justify-content: space-between; }
  .investment-product-actions__select {
    margin-right: 1rem;
    width: 50%; }
  .investment-product-actions > .action.primary {
    margin-left: 15px; }
  .investment-product-actions > div {
    width: 100%; }
  .investment-product-actions > div.investment-product-actions__select {
    padding: 0 20px; }
  .investment-product-actions > button, .cart.table-wrapper .actions-toolbar.investment-product-actions > .action, .investment-product-actions > .action-gift {
    width: auto; }
  .investment-product-actions .ui-select-dropdown {
    top: 100%; }
  .investment-product-actions .ui-select-match {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.customer-offers-index .column-county {
  display: none !important; }

.customer-offers-index .grid-list__level-1__head-row > th,
.customer-offers-index .grid-list__level-1__row > td {
  width: 23%; }
  .customer-offers-index .grid-list__level-1__head-row > th:last-child,
  .customer-offers-index .grid-list__level-1__row > td:last-child {
    width: 8%; }

.special-offers .grid-list__level-3__row .price-overview {
  line-height: 30px;
  padding: 10px 0; }

.special-offers th,
.special-offers .grid-list__title {
  font-size: 10px; }

.special-offers .control-select {
  margin-top: 5px; }
  .special-offers .control-select select {
    font-size: 12px;
    height: 35px; }

.special-offers .tocart {
  font-size: 13px;
  margin: 17px 0; }
  .special-offers .tocart span {
    padding: 12px 7px; }

.select2-selection__rendered {
  position: absolute; }

.fieldset.password .password_ruleset, .fieldset.login .password_ruleset, .fieldset.reset-password .password_ruleset {
  background-color: #7a9ec7;
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  overflow: hidden; }

.customer-account-login .page-title-wrapper {
  display: none; }

.customer-account-login .page-main {
  padding: 0 !important; }

.customer-account-login .login-container {
  display: grid; }

.customer-account-login .columns .column.main {
  padding-bottom: 26px; }

.block-customer-login {
  width: 100% !important;
  background-color: #026BB7;
  display: grid;
  justify-content: center; }
  .block-customer-login .brands {
    display: flex;
    margin-bottom: 48px;
    justify-content: space-around;
    align-items: center; }
  .block-customer-login form {
    background-color: #fff;
    margin: 40px;
    padding: 40px; }
    @media screen and (min-width: 768px) {
      .block-customer-login form {
        min-width: 524px; } }
    .block-customer-login form .field {
      background: none;
      position: relative; }
      .block-customer-login form .field input {
        padding: 0;
        background: none;
        border: none;
        border-bottom: 1px solid #2C3E50;
        color: #026BB7;
        font-size: 16px;
        padding-right: 60px; }
        .block-customer-login form .field input::placeholder {
          color: #2C3E50; }
        .block-customer-login form .field input:focus {
          border-bottom: 2px solid #026BB7; }
        .block-customer-login form .field input.mage-error {
          border-bottom: 2px solid #EB5757; }
      .block-customer-login form .field input:focus + .validation-icon, .block-customer-login form .field input:focus + div + .validation-icon {
        color: #026BB7; }
      .block-customer-login form .field div.mage-error {
        color: #EB5757;
        position: absolute;
        margin-top: 3px; }
      .block-customer-login form .field .validation-icon {
        position: absolute;
        top: 4px;
        right: 0;
        display: flex; }
        .block-customer-login form .field .validation-icon > i {
          display: none;
          font-size: 27px;
          margin-left: 8px; }
      .block-customer-login form .field input.mage-error + div.mage-error + .validation-icon .ion-android-close {
        display: block;
        color: #EB5757; }
      .block-customer-login form .field input.valid + .validation-icon .ion-android-done, .block-customer-login form .field input.valid + div.mage-error + .validation-icon .ion-android-done {
        display: block;
        color: #026BB7; }
      .block-customer-login form .field label.label {
        font-size: 27px;
        margin-bottom: 0;
        line-height: inherit !important; }
        .block-customer-login form .field label.label::before {
          display: none; }
        .block-customer-login form .field label.label::after {
          display: none !important; }
  .block-customer-login .title {
    text-align: left;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 500;
    display: flex;
    color: #2C3E50; }
  .block-customer-login .fieldset:after {
    margin-top: 0; }
  .block-customer-login .action.remind {
    text-decoration: underline;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    display: flex; }
  .block-customer-login .action.access {
    color: #026BB7;
    font-weight: 500; }
  .block-customer-login .actions-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px; }
  .block-customer-login .contact {
    color: #666666;
    width: 100%;
    justify-content: center;
    margin-top: 36px;
    display: grid; }
    .block-customer-login .contact a {
      color: #666666;
      text-decoration: underline; }
  .block-customer-login .primary.action {
    border-radius: 0; }
    .block-customer-login .primary.action i {
      font-size: 20px;
      margin-right: 12px;
      margin-top: -1px; }
    .block-customer-login .primary.action span {
      font-size: 15px; }

.my-panel-dropdown {
  display: inline-block;
  position: relative; }
  .my-panel-dropdown:before, .my-panel-dropdown:after {
    content: '';
    display: table; }
  .my-panel-dropdown:after {
    clear: both; }
  .my-panel-dropdown .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .my-panel-dropdown .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .my-panel-dropdown .action.toggle:hover:after {
      color: inherit; }
    .my-panel-dropdown .action.toggle:active:after {
      color: inherit; }
    .my-panel-dropdown .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .my-panel-dropdown .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .my-panel-dropdown .action.toggle.active:hover:after {
        color: inherit; }
      .my-panel-dropdown .action.toggle.active:active:after {
        color: inherit; }
  .my-panel-dropdown ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .my-panel-dropdown ul.dropdown li {
      margin: 0;
      padding: 3px 5px; }
      .my-panel-dropdown ul.dropdown li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .my-panel-dropdown ul.dropdown:before, .my-panel-dropdown ul.dropdown:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .my-panel-dropdown ul.dropdown:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .my-panel-dropdown ul.dropdown:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .my-panel-dropdown ul.dropdown:before {
      left: 10px;
      top: -12px; }
    .my-panel-dropdown ul.dropdown:after {
      left: 9px;
      top: -14px; }
  .my-panel-dropdown.active {
    overflow: visible; }
    .my-panel-dropdown.active ul.dropdown {
      display: block; }

.form-address-edit .fieldset {
  margin-bottom: 0; }

.form-address-edit .actions-toolbar {
  margin: 0 !important;
  padding-top: 40px; }
  .form-address-edit .actions-toolbar .action.primary {
    line-height: 16px;
    margin-right: 20px; }

.fieldset .field.choice.billing::before, .fieldset .field.choice.shipping::before {
  display: none; }

.account .nav-sections {
  margin-bottom: 0; }

.invoice-list-icon {
  background-image: url(../../frontend/Rigips/default/pl_PL/images/dashboard/invoice-list-icon.png);
  width: 14px;
  height: 18px; }

.order-list-icon {
  background-image: url(../../frontend/Rigips/default/pl_PL/images/dashboard/order-list-icon.png);
  width: 14px;
  height: 20px; }

.customer-links,
.customer-links-bottom {
  width: 100%; }
  .customer-links .links-row,
  .customer-links-bottom .links-row {
    margin-left: -10px;
    margin-right: -10px; }
    .customer-links .links-row:before, .customer-links .links-row:after,
    .customer-links-bottom .links-row:before,
    .customer-links-bottom .links-row:after {
      content: '';
      display: table; }
    .customer-links .links-row:after,
    .customer-links-bottom .links-row:after {
      clear: both; }

.dashboard-title {
  border-bottom: 1px solid #f2f2f2;
  font-size: 24px;
  padding: 30px 0; }
  .dashboard-title .page-title {
    margin: 0; }
  .dashboard-title.with-sidebar {
    padding: 30px 20px;
    margin: -20px -20px 20px -20px; }

.dashboard-subtitle {
  font-size: 16px;
  padding: 20px 10px; }
  .dashboard-subtitle i {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }

.customer-dashboard * {
  box-sizing: border-box; }

.customer-boss .link-block.with-image {
  width: 37.5%; }

.customer-boss .link-block {
  width: 25%; }

.link-block {
  float: left;
  font-size: 12px;
  padding: 10px;
  position: relative; }
  .link-block.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none; }
  .link-block a {
    color: #026BB7; }
  .link-block__last-orders .link-block__last-order {
    display: flex;
    flex-flow: column;
    gap: 8px; }
    .link-block__last-orders .link-block__last-order > div > p {
      margin-bottom: 0 !important; }
  .link-block__last-orders .divider {
    border-bottom: 1px solid #ccc; }
  .link-block.with-link:hover > div {
    background-color: #026BB7;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    color: white; }
  .link-block.with-link:hover i,
  .link-block.with-link:hover .cart-count,
  .link-block.with-link:hover h3,
  .link-block.with-link:hover h4 {
    color: white; }
  .link-block.with-link:hover .truck-icon {
    background-image: url("../../frontend/Rigips/default/pl_PL/images/truck-white-icon.svg"); }
  .link-block.with-link:hover .percentage-icon {
    background-image: url("../../frontend/Rigips/default/pl_PL/images/percentage-white-icon.svg"); }
  .link-block__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .link-block h3,
  .link-block h4 {
    color: #2C3E50;
    font-weight: 500; }
  .link-block p {
    line-height: 20px;
    margin-bottom: 15px; }
  .link-block a {
    color: #026BB7; }
  .link-block i {
    color: #2C3E50;
    position: absolute;
    font-size: 48px;
    top: 35px;
    left: 18px;
    width: 40px; }
    .link-block i:before {
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      text-align: center;
      vertical-align: top; }
  .link-block h3 {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px; }
  .link-block > div {
    background-color: #f2f2f2;
    height: 254px;
    padding: 20px 20px 20px 75px;
    position: relative; }
  .link-block.with-image img {
    left: 20px;
    max-height: 125px;
    position: absolute;
    top: 40px;
    width: 125px; }
  .link-block.with-image > div {
    padding-left: 165px; }
  .link-block .truck-icon,
  .link-block .percentage-icon {
    margin-top: 8px; }
  .link-block .cart-count {
    color: #2c3e50;
    font-size: 36px; }

.bottom-actions {
  position: relative; }
  .bottom-actions .actions {
    position: absolute;
    bottom: 0;
    height: 65px;
    left: 0;
    width: 100%; }
    .bottom-actions .actions a {
      background-color: #2C3E50;
      border: 0;
      color: white;
      display: block;
      height: 100%;
      float: left;
      font-size: 10px;
      font-weight: 400;
      position: relative;
      width: 50%;
      text-align: center; }
      .bottom-actions .actions a span {
        display: block;
        padding-top: 35px; }
      .bottom-actions .actions a:hover, .bottom-actions .actions a:focus {
        background-color: #026BB7;
        text-decoration: none; }
      .bottom-actions .actions a:first-child {
        border-right: 1px solid #000; }
    .bottom-actions .actions i {
      top: 10px;
      left: 0;
      right: 0;
      margin: auto; }
      .bottom-actions .actions i:before {
        color: white;
        font-size: 20px; }

.customer-order-columns {
  margin-left: -10px;
  margin-right: -10px; }
  .customer-order-columns:before, .customer-order-columns:after {
    content: '';
    display: table; }
  .customer-order-columns:after {
    clear: both; }

.customer-orders,
.customer-invoices {
  margin-bottom: 20px; }
  .customer-orders .admin__data-grid-outer-wrap,
  .customer-invoices .admin__data-grid-outer-wrap {
    padding: 0 10px; }
  .customer-orders .actions,
  .customer-invoices .actions {
    list-style-type: none;
    margin: 0;
    padding: 10px 10px 0 10px;
    overflow: hidden; }
    .customer-orders .actions .action,
    .customer-invoices .actions .action {
      float: right; }

.customer-boss .customer-order-columns > div {
  float: none;
  width: 100%;
  margin-bottom: 20px; }

.customer-orders td a {
  display: flex;
  align-items: center;
  text-align: left; }

.customer-orders .icon {
  width: 25px;
  text-align: center;
  display: inline-block;
  font-size: 25px;
  padding-right: 5px;
  vertical-align: middle; }

.customer-orders .data-row td:nth-child(2),
.customer-invoices .data-row td:nth-child(2) {
  text-align: left; }

.customer-orders .column-one-line,
.customer-invoices .column-one-line {
  white-space: nowrap; }

.col-status {
  background-color: #ebebeb;
  color: #666666;
  display: inline-block;
  padding: 10px;
  text-align: center; }
  .col-status.pending, .col-status.Pending {
    background-color: #ebebeb;
    color: #666666; }
  .col-status.processing, .col-status.Processing {
    background-color: #fdf2de;
    color: #e69118; }
  .col-status.complete, .col-status.Paid {
    background-color: #eef5d8;
    color: #75a501; }
  .col-status.hold, .col-status.Canceled {
    background-color: #f3d7d5;
    color: #c1392b; }

.admin__data-grid-wrap td,
.admin__data-grid-wrap th {
  border: 1px solid #e5e5e5;
  text-align: center;
  vertical-align: middle; }
  .admin__data-grid-wrap td:last-child,
  .admin__data-grid-wrap th:last-child {
    word-break: normal; }

.admin__data-grid-wrap td {
  word-break: break-word; }

.admin__data-grid-wrap th {
  background-color: #f1f2f2;
  color: #2C3E50;
  text-align: center;
  padding: 18px; }

.admin__data-grid-wrap .tooltip-content {
  pointer-events: none;
  word-break: normal; }

.account-details {
  font-size: 12px; }
  .account-details h3 {
    color: #2C3E50;
    font-size: 16px; }
  .account-details__table .row {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0; }
    .account-details__table .row .credit-state i:before {
      font-size: 20px;
      vertical-align: middle; }
    .account-details__table .row .credit-state.accepted {
      color: #accc3a; }
    .account-details__table .row-title {
      color: #999999;
      display: inline-block; }
    .account-details__table .row p {
      align-items: center;
      display: flex; }
      .account-details__table .row p > * {
        flex: 1 1 70%; }
        .account-details__table .row p > *:first-child {
          flex: 1 1 30%; }

.customer-welcome .customer-name > span:after {
  display: none !important; }

.customer-account-createpassword .form.password.reset,
.customer-account-createpassword .form.password.forget,
.customer-account-forgotpassword .form.password.reset,
.customer-account-forgotpassword .form.password.forget {
  margin: 0 auto; }
  .customer-account-createpassword .form.password.reset .actions-toolbar,
  .customer-account-createpassword .form.password.forget .actions-toolbar,
  .customer-account-forgotpassword .form.password.reset .actions-toolbar,
  .customer-account-forgotpassword .form.password.forget .actions-toolbar {
    margin-left: 0 !important; }

.customer-account-createpassword .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper {
  text-align: center; }

.block.account-nav {
  display: none; }

.address-grid .grid-list__spinners {
  top: 25px; }

.address-grid td p {
  margin-bottom: 0; }

.customer-account-details .actions-toolbar {
  margin: 0 !important; }

.rigips-partner {
  font-size: 12px; }
  .rigips-partner a:hover {
    text-decoration: none; }
  .rigips-partner h2 {
    color: inherit;
    margin: 0; }
  .rigips-partner__content {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 15px; }
    .rigips-partner__content::after {
      content: "";
      display: table;
      clear: both; }
    .rigips-partner__content header {
      border: 0;
      margin: 0;
      padding: 50px 0;
      font-size: 30px;
      font-weight: 700; }
  .rigips-partner__box {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-bottom: 30px;
    padding: 15px;
    width: 50%; }
    .rigips-partner__box .totals-row {
      margin-top: 15px; }
    .rigips-partner__box .totals-content {
      float: right; }
    .rigips-partner__box h2 {
      margin-bottom: 20px; }
    .rigips-partner__box input.totals-content {
      background-color: #fff;
      height: 35px;
      width: 152px; }
  .rigips-partner__trigger {
    background-color: #7a9ec7;
    border: 1px solid #6f87a4;
    box-sizing: border-box;
    color: #fff;
    margin-top: -1px;
    padding: 15px; }
    .rigips-partner__trigger--no-dropdown {
      background: transparent;
      border-color: #e5e5e5;
      color: inherit; }
    .rigips-partner__trigger .totals-row {
      margin-top: 40px; }
      .rigips-partner__trigger .totals-row:last-child {
        border: none;
        margin-bottom: 0; }
  .rigips-partner__grid {
    margin-bottom: 35px; }
    .rigips-partner__grid td,
    .rigips-partner__grid th {
      padding: 20px 10px;
      vertical-align: middle; }
    .rigips-partner__grid th:last-child {
      border: 1px solid #e5e5e5;
      text-align: center;
      width: 130px; }
    .rigips-partner__grid th {
      text-align: center; }
    .rigips-partner__grid td {
      border: 0;
      text-align: right; }
    .rigips-partner__grid th:first-child,
    .rigips-partner__grid td:first-child {
      background: #f1f2f2; }
    .rigips-partner__grid .partner-blue {
      background-color: #99d1e6; }
    .rigips-partner__grid .partner-green {
      background-color: #b7dddb; }
    .rigips-partner__grid .partner-yellow {
      background-color: #fce5be; }
    .rigips-partner__grid .partner-red {
      background-color: #f4c2aa; }
    .rigips-partner__grid--big {
      font-size: 12px; }
      .rigips-partner__grid--big th,
      .rigips-partner__grid--big th:last-child {
        text-align: center;
        width: 14.5%; }
        .rigips-partner__grid--big th:first-child,
        .rigips-partner__grid--big th:last-child:first-child {
          width: auto; }
      .rigips-partner__grid--big th,
      .rigips-partner__grid--big td {
        padding: 15px 10px; }
      .rigips-partner__grid--big input {
        background-color: #fff;
        height: auto;
        padding: 5px; }
  .rigips-partner .heading::after {
    content: "";
    display: block;
    font-family: "Ionicons";
    font-size: 18px;
    float: right; }
  .rigips-partner .open .heading::after {
    content: ""; }
  .rigips-partner .totals-title {
    font-weight: 400; }
  .rigips-partner .partner-calculation-form .fieldset {
    width: 55%; }
    .rigips-partner .partner-calculation-form .fieldset .field {
      border-bottom: 1px solid #f2f2f2;
      padding: 20px 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .rigips-partner .partner-calculation-form .fieldset .field label {
        margin-right: 10px; }
      .rigips-partner .partner-calculation-form .fieldset .field input {
        width: auto; }
    .rigips-partner .partner-calculation-form .fieldset .control {
      margin-bottom: 0; }
  .rigips-partner .marketing-bonus-information ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%; }
    .rigips-partner .marketing-bonus-information ul > li {
      background-color: #f1f2f2;
      display: inline-block;
      padding: 50px 25px;
      margin: 0 -2px;
      text-align: center;
      flex: 1 1 25%;
      position: relative;
      z-index: 0; }
      .rigips-partner .marketing-bonus-information ul > li.active {
        background-color: #fff;
        border: 1px dashed #666666;
        box-shadow: 7px 0 75px -10px rgba(0, 0, 0, 0.5);
        position: relative;
        z-index: 1;
        transform: scale(1.2); }
        .rigips-partner .marketing-bonus-information ul > li.active h3 {
          color: #7a9ec7;
          font-weight: 700;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .rigips-partner .marketing-bonus-information ul h3 {
      margin: 0;
      font-size: 20px;
      font-weight: 400;
      white-space: nowrap; }

.partner-calculation-form .flex-control {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .partner-calculation-form .flex-control .action {
    margin-left: 15px; }

.partner-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px; }
  .partner-navigation section {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    align-items: center; }
  .partner-navigation h2 {
    margin-right: 15px;
    margin-bottom: 0; }
  .partner-navigation .action.back {
    padding-left: 0;
    padding-right: 10px; }
    .partner-navigation .action.back span {
      order: 2;
      margin-right: auto;
      margin-left: 10px; }
    .partner-navigation .action.back::after {
      order: 1;
      transform: rotate(-180deg);
      margin-left: 0; }

.partner-data {
  align-items: flex-start;
  display: flex;
  width: 100%; }
  .partner-data > ul {
    box-shadow: 7px 0 75px -10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    flex: 1 1 20%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20%; }
    .partner-data > ul li {
      align-items: center;
      border-top: 1px dashed #666666;
      display: flex;
      justify-content: center;
      margin: 0;
      min-height: 65px;
      padding: 15px; }
      .partner-data > ul li ul {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%; }
      .partner-data > ul li.no-padding {
        padding: 0; }
        .partner-data > ul li.no-padding li:first-child {
          border-top: 0; }
    .partner-data > ul > li:first-child {
      height: 120px;
      position: relative; }
      .partner-data > ul > li:first-child img {
        position: relative;
        z-index: 1; }
      .partner-data > ul > li:first-child::after {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        pointer-events: none;
        right: 0;
        top: 0;
        z-index: 0; }
    .partner-data > ul > li:first-child, .partner-data > ul > li:nth-child(2), .partner-data > ul > li:nth-child(3) {
      border-top: 0; }
    .partner-data > ul:first-child > li:first-child::after {
      display: none; }
    .partner-data > ul:not(:first-child) {
      font-weight: 500;
      font-size: 20px; }
      .partner-data > ul:not(:first-child) > li.icon + li {
        font-weight: 700;
        font-size: 24px; }
  .partner-data .divider {
    display: block;
    border-bottom: 2px solid #666666;
    text-align: center;
    width: 100%;
    padding-bottom: 10px; }
  .partner-data__labels {
    background-color: #f1f2f2;
    font-size: 14px;
    text-shadow: 2px 2px 2px #d7d9d9; }
  .partner-data__plates {
    background-color: #99d1e6;
    text-shadow: 2px 2px 2px #70bfdc; }
  .partner-data__profiles {
    background-color: #b7dddb;
    text-shadow: 2px 2px 2px #94cdca; }
  .partner-data__mass {
    background-color: #fce5be;
    text-shadow: 2px 2px 2px #fad28d; }
  .partner-data__accesories {
    background-color: #f4c2aa;
    text-shadow: 2px 2px 2px #eea27d; }

.partner-summary {
  display: flex;
  flex-wrap: nowrap;
  margin: 60px 0 60px -15px;
  width: calc(100% + 30px); }
  .partner-summary__item {
    flex: 1 1 33%;
    padding: 15px; }
    .partner-summary__item section {
      align-items: center;
      background-color: #fff;
      box-shadow: 7px 0 75px -10px rgba(0, 0, 0, 0.5);
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      padding: 15px;
      text-align: center; }
    .partner-summary__item h3 {
      font-size: 24px;
      min-height: 78px; }
      .partner-summary__item h3 + span {
        font-size: 48px;
        font-weight: 400;
        text-shadow: 1px 1px 1px #7a9ec7; }
    .partner-summary__item .icon {
      color: #7a9ec7;
      font-size: 60px; }
    .partner-summary__item:last-child h3 + span {
      font-weight: 700;
      transform: scale(1.3); }

.partner-calculator .partner-data > ul li {
  min-height: 70px; }

.partner-calculator .partner-summary {
  flex-wrap: wrap; }
  .partner-calculator .partner-summary__item {
    box-sizing: border-box;
    margin-bottom: 30px; }
    .partner-calculator .partner-summary__item h3 {
      min-height: 130px; }

.permission-list {
  font-size: 15px;
  padding: 20px 0; }
  .permission-list.actions-toolbar .primary {
    float: right; }
  .permission-list #permission-order-limit {
    margin: 0;
    padding: 0 0 0 20px;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    height: 40px; }
    .permission-list #permission-order-limit:focus {
      background: #f2f2f2;
      background-color: #fff; }
    .permission-list #permission-order-limit:active {
      background: #f2f2f2;
      background-color: #fff; }
  .permission-list .width-1-4 {
    padding: 0; }
  .permission-list .cart-sub-title {
    font-weight: 500;
    margin: 30px 0;
    font-size: 24px; }
  .permission-list .field.choice label {
    font-size: 15px; }
  .permission-list__line {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    font-size: 15px; }
    .permission-list__line .max-credit {
      height: 20px;
      float: left;
      margin-left: 20px; }
      .permission-list__line .max-credit input {
        display: inline-block;
        height: 35px;
        margin-top: -12px;
        margin-left: 10px;
        width: 138px; }
    .permission-list__line .control {
      padding: 10px 0 20px 0; }
      .permission-list__line .control:before, .permission-list__line .control:after {
        content: '';
        display: table; }
      .permission-list__line .control:after {
        clear: both; }
      .permission-list__line .control label {
        float: left; }
      .permission-list__line .control .switchable-wrapper {
        float: right;
        margin-top: -3px; }
    .permission-list__line--list .control {
      padding: 8px 0; }

.create-customer {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px; }
  .create-customer .cart-sub-title {
    font-weight: 500;
    margin: 30px 0;
    font-size: 24px; }

.employees-title-wrapper {
  margin: 10px 0 30px; }
  .employees-title-wrapper .page-title {
    display: inline-block;
    font-weight: 400;
    line-height: 44px;
    margin: 0; }
  .employees-title-wrapper a.primary {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; }
  .employees-title-wrapper .action.add:after {
    background: none;
    margin-left: 0; }

table.employees-grid {
  border-collapse: separate; }

.employees-gridtable {
  border-collapse: separate; }

.employees-grid th,
.employees-grid td {
  vertical-align: middle;
  font-size: 12px;
  background-color: #fff; }

.employees-grid th {
  padding: 20px;
  text-align: center;
  background-color: #fff; }
  .employees-grid th h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0; }
    .employees-grid th h3.grid-list__title {
      min-height: unset; }

.employees-grid p {
  margin: 0; }

.employees-grid__spinners {
  top: 1.5rem;
  transform: translateY(-50%); }

.employees-grid .field.choice {
  min-height: 57px;
  margin: 0;
  text-align: center; }

.employees-grid .switchable-holder {
  float: none;
  text-align: left; }

@media only screen and (min-width: 768px) {
  .employees-index-update .actions-toolbar {
    display: flex;
    justify-content: flex-end;
    margin-left: 0; } }

.downloadable.samples {
  margin-bottom: 20px; }
  .downloadable.samples dd {
    margin: 0 0 10px; }

.table-downloadable-products .product-name {
  margin-right: 15px; }

.field.downloads .price-container {
  display: inline;
  white-space: nowrap; }
  .field.downloads .price-container:before {
    content: ' + ';
    display: inline; }

.field.downloads .price-excluding-tax {
  display: inline; }
  .field.downloads .price-excluding-tax:before {
    content: " (" attr(data-label) ": "; }
  .field.downloads .price-excluding-tax:after {
    content: ')'; }

.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600; }

.field.downloads .sample.link {
  float: right; }

.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px; }

.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important; }

@media only screen and (min-width: 768px) {
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%; }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%; }
    .page-product-downloadable .product-options-bottom .field.qty + .actions {
      padding-top: 0; } }

.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px; }

.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left; }
  .page-product-giftcard .giftcard-amount .field:last-child {
    padding-bottom: 20px; }

.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px; }

.giftcard-account .please-wait {
  display: none; }

.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px; }

.opc-wrapper .form-giftcard-account {
  max-width: 500px; }
  .opc-wrapper .form-giftcard-account .field {
    margin: 0 0 20px; }

.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px; }
  .opc-wrapper .giftcard-account-info .giftcard-account-number {
    margin: 0 0 10px; }

.gift-message .field {
  margin-bottom: 20px; }
  .gift-message .field .label {
    color: #666;
    font-weight: 400; }

.gift-options .actions-toolbar .action-cancel {
  display: none; }

.gift-options-title {
  margin: 0 0 20px; }

.gift-options-content .fieldset {
  margin: 0 0 20px; }

.gift-summary .actions-toolbar > .secondary {
  float: none; }
  .gift-summary .actions-toolbar > .secondary .action {
    margin: 10px 20px 0 0; }

.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none; }
  .action-gift:hover, .action-gift:active, .action-gift:focus {
    text-decoration: none; }
  .action-gift:last-child {
    margin-right: 0; }
  .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .action-gift:hover:after {
    color: inherit; }
  .action-gift:active:after {
    color: inherit; }
  .action-gift.active:after, .action-gift._active:after {
    content: ""; }

.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%; }
  .cart.table-wrapper .gift-content._active {
    display: block; }

.gift-item-block {
  margin: 0; }
  .gift-item-block._active .title:after {
    content: ""; }
  .gift-item-block .title {
    font-weight: 700;
    border-radius: 3px;
    background-image: none;
    background: #2C3E50;
    border: 2px solid #2C3E50;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 20px 0 0;
    padding: 7px 15px;
    font-size: 1.2rem;
    line-height: 0.14286rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none; }
    .gift-item-block .title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 16px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .gift-item-block .title:hover:after {
      color: inherit; }
    .gift-item-block .title:active:after {
      color: inherit; }
    .gift-item-block .title:focus, .gift-item-block .title:active {
      background: #026BB7;
      border: 2px solid #026BB7;
      color: #fff; }
    .gift-item-block .title:hover {
      background: #026BB7;
      border: 2px solid #026BB7;
      color: #fff; }
    .gift-item-block .title.disabled, .gift-item-block .title[disabled],
    fieldset[disabled] .gift-item-block .title {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    .gift-item-block .title:active {
      box-shadow: none; }
  .gift-item-block .content {
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 10px 20px;
    position: relative; }

.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0; }

.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: ''; }

.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left; }

.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative; }
  .order-details-items .order-items .action.show:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .order-details-items .order-items .action.show:after {
    position: absolute;
    right: 0;
    top: -4px; }
  .order-details-items .order-items .action.show.expanded:after {
    content: ""; }

.block-order-details-gift-message {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px; }

@media only screen and (max-width: 767px) {
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%; }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0; }
  .cart.table-wrapper .gift-content {
    margin-right: -10px; } }

@media only screen and (max-width: 639px) {
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .gift-message .field {
    margin-bottom: 20px; }
  .gift-options {
    position: relative;
    z-index: 1; }
    .gift-options .actions-toolbar {
      clear: both;
      float: right;
      position: static; }
      .gift-options .actions-toolbar .secondary {
        float: right; }
        .gift-options .actions-toolbar .secondary .action {
          float: right;
          margin-left: 20px; }
        .gift-options .actions-toolbar .secondary .action-cancel {
          display: block;
          float: left;
          margin-top: 6px; }
      .gift-options .actions-toolbar:nth-child(3):before {
        border-left: 1px solid #c1c1c1;
        bottom: 5rem;
        content: '';
        display: block;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 0; }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem; }
  .cart.table-wrapper .action-gift {
    float: left; }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%; } }

.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px; }

.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%; }

.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px; }

.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px; }
  .cart-summary .form.giftregistry .fieldset .field {
    margin: 0 0 10px; }
    .cart-summary .form.giftregistry .fieldset .field .control {
      float: none;
      width: auto; }
  .cart-summary .form.giftregistry .fieldset .action.primary {
    margin-bottom: 0; }

.form-giftregistry-search {
  margin-bottom: 60px; }
  .form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
    margin-bottom: 0; }

.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center; }

.block-giftregistry .actions-toolbar {
  margin: 17px 0 0; }

.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px; }

.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #e5e5e5; }

.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px; }
  .block-giftregistry-shared-items .col .price-box {
    display: inline-block; }
  .block-giftregistry-shared-items .col .price-wrapper {
    font-size: 1.8rem;
    display: block;
    font-weight: 700;
    white-space: nowrap; }

.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0; }

.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0; }

.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px; }

@media only screen and (max-width: 639px) {
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block; }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px; }
    .form-giftregistry-search .fieldset > .fields-specific-options > .field {
      margin: 0;
      box-sizing: border-box; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:before, .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
        content: '';
        display: table; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
        clear: both; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before, .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        content: ' ';
        float: left;
        height: 1px; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
        padding: 0;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        float: left; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
        margin: 0 0 8px 0;
        padding: 0;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        float: left; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
        width: 100%;
        float: left; }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%; }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal; }
  .block-giftregistry-shared-items .col.product {
    width: 48%; }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center; }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px; }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px; } }

.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block; }

.gift-wrapping .field {
  margin-bottom: 10px; }

.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0; }

.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0; }
  .gift-wrapping-list .no-image {
    background: #f2f2f2;
    display: inline-block;
    text-decoration: none; }
    .gift-wrapping-list .no-image > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .gift-wrapping-list .no-image:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 38px;
      line-height: 4rem;
      color: #494949;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .gift-wrapping-list .no-image:after {
      display: block; }

.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0; }
  .gift-wrapping-item:last-child {
    margin-right: 0; }
  .gift-wrapping-item._active span:before {
    border: 3px solid #333;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .gift-wrapping-item > span {
    height: 4rem;
    width: 4rem; }

.gift-wrapping-title {
  margin: 10px 0; }
  .gift-wrapping-title .action-remove {
    margin-left: 5px; }

.gift-options-content .fieldset > .field {
  margin: 0 0 5px; }
  .gift-options-content .fieldset > .field:before {
    display: none; }

.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0; }

.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0; }
  .opc-wrapper .data.table .gift-wrapping .title,
  .table-order-items .gift-wrapping .title,
  .table-order-review .gift-wrapping .title {
    float: none; }
  .opc-wrapper .data.table .gift-wrapping .content,
  .table-order-items .gift-wrapping .content,
  .table-order-review .gift-wrapping .content {
    margin: 0; }
    .opc-wrapper .data.table .gift-wrapping .content > img,
    .table-order-items .gift-wrapping .content > img,
    .table-order-review .gift-wrapping .content > img {
      float: left;
      margin: 0 10px 0 0;
      max-height: 50px;
      max-width: 50px; }

.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px; }

.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": "; }

.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700; }

.order-options .item {
  padding-bottom: 20px; }

.order-options .product {
  margin-bottom: 10px; }

.order-options .product-image-container {
  float: left;
  padding-right: 10px; }

.order-options .gift-wrapping {
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .gift-wrapping-list {
    width: 100%; }
  .gift-wrapping-preview img {
    width: 100%; }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block; } }

@media only screen and (min-width: 768px) {
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%; }
    .gift-options-cart-item .gift-wrapping + .gift-message,
    .cart-gift-item .gift-wrapping + .gift-message {
      border-left: 1px solid #c1c1c1;
      box-sizing: border-box;
      float: left;
      padding-left: 4.5rem;
      width: 50%; } }

.table.grouped > thead > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > th,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > th,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1; }

.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1; }

.table.grouped > thead > tr > th {
  border-bottom: 0; }

.table.grouped .product-item-name {
  font-weight: 400; }

.table.grouped .price-box .price {
  font-size: 14px; }

.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap; }

.table.grouped .row-tier-price td {
  border-top: 0; }

.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px; }

.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }
  .form-add-invitations .action.add > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .form-add-invitations .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    line-height: 40px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .form-add-invitations .action.add:hover:before {
    color: inherit; }
  .form-add-invitations .action.add:active:before {
    color: inherit; }

@media only screen and (max-width: 767px) {
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px; }
  .table-invitations .col {
    width: 50%; } }

.block.filter {
  margin-bottom: 0; }

.filter-current {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px; }
  .filter-current .block-subtitle {
    margin: 0; }
  .filter-current .action.remove {
    align-items: center;
    color: #ff8c8c;
    display: inline-flex; }
    .filter-current .action.remove .ion-ios-trash-outline {
      font-size: 150%;
      margin-left: 5px; }
  .filter-current .items li {
    margin-bottom: 0; }

.filter-label::after {
  content: ': '; }

.filter-value {
  font-weight: 500; }

.listing__filters-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px; }

.listing__filter-box {
  background-color: #f1f2f2;
  box-sizing: border-box;
  cursor: pointer;
  height: 250px;
  margin: 10px;
  overflow: hidden;
  opacity: 1;
  position: relative;
  transition: opacity 0.3s;
  width: calc(33.33% - 20px); }
  .listing__filter-box > a {
    bottom: 0;
    display: block;
    left: 0;
    padding: 30px;
    position: absolute;
    text-decoration: none;
    right: 0;
    top: 0; }
    .listing__filter-box > a h2 {
      font-size: 20px; }
  .listing__filter-box:focus, .listing__filter-box:hover {
    text-decoration: none;
    opacity: 0.6; }
    .listing__filter-box:focus p, .listing__filter-box:hover p {
      color: #666666; }
    .listing__filter-box:focus a, .listing__filter-box:hover a {
      text-decoration: none; }
  .listing__filter-box__figure {
    bottom: 0;
    height: auto;
    position: absolute;
    right: 0;
    width: 100%; }
  .listing__filter-box__title {
    margin-top: 0;
    text-transform: uppercase; }
  .listing__filter-box__title, .listing__filter-box__counter {
    position: relative; }

.map-popup-wrapper.popup .action.close {
  top: 10px; }

.map-popup {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box; }
  .map-popup .popup-header {
    margin: 0 0 25px;
    padding-right: 22px; }
    .map-popup .popup-header .title {
      color: #2c3e50;
      font-weight: bold;
      line-height: 1;
      font-size: 2.8rem;
      margin-top: 1.5rem;
      margin-bottom: 2rem; }
  .map-popup .popup-content {
    margin: 10px 0 0; }
  .map-popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    right: 10px;
    top: 10px; }
    .map-popup .popup-actions .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .map-popup .popup-actions .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .map-popup .popup-actions .action.close:hover:before {
      color: inherit; }
    .map-popup .popup-actions .action.close:active:before {
      color: inherit; }
    .map-popup .popup-actions .action.close:focus, .map-popup .popup-actions .action.close:active {
      background: none;
      border: none; }
    .map-popup .popup-actions .action.close:hover {
      background: none;
      border: none; }
    .map-popup .popup-actions .action.close.disabled, .map-popup .popup-actions .action.close[disabled],
    fieldset[disabled] .map-popup .popup-actions .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .map-popup.active {
    opacity: 1; }
  .map-popup .map-info-price {
    margin-bottom: 15px; }
    .map-popup .map-info-price .price-box {
      margin: 0 0 20px; }
      .map-popup .map-info-price .price-box .label:after {
        content: ': '; }
  .map-popup .regular-price .price-label {
    display: none; }

.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px; }

.map-old-price {
  text-decoration: none; }
  .map-old-price .price-wrapper {
    text-decoration: line-through; }

.map-form-addtocart {
  display: inline-block;
  text-align: center; }
  .map-form-addtocart img {
    display: block;
    margin: 0 auto; }

button.map-show-info, .cart.table-wrapper .actions-toolbar > .map-show-info.action, .map-show-info.action-gift {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #2C3E50;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }
  button.map-show-info:focus, .cart.table-wrapper .actions-toolbar > .map-show-info.action:focus, .map-show-info.action-gift:focus, button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active {
    background: none;
    border: none; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    background: none;
    border: none; }
  button.map-show-info.disabled, .cart.table-wrapper .actions-toolbar > .map-show-info.disabled.action, .map-show-info.disabled.action-gift, button.map-show-info[disabled], .cart.table-wrapper .actions-toolbar > .map-show-info.action[disabled], .map-show-info.action-gift[disabled],
  fieldset[disabled] button.map-show-info,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .map-show-info.action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .map-show-info.action,
  fieldset[disabled] .map-show-info.action-gift {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  button.map-show-info:visited, .cart.table-wrapper .actions-toolbar > .map-show-info.action:visited, .map-show-info.action-gift:visited {
    color: #1979c3;
    text-decoration: none; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    color: #026BB7;
    text-decoration: underline; }
  button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active {
    color: #026BB7;
    text-decoration: underline; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    color: #026BB7; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover, button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active, button.map-show-info:focus, .cart.table-wrapper .actions-toolbar > .map-show-info.action:focus, .map-show-info.action-gift:focus {
    background: none;
    border: 0; }
  button.map-show-info.disabled, .cart.table-wrapper .actions-toolbar > .map-show-info.disabled.action, .map-show-info.disabled.action-gift, button.map-show-info[disabled], .cart.table-wrapper .actions-toolbar > .map-show-info.action[disabled], .map-show-info.action-gift[disabled],
  fieldset[disabled] button.map-show-info,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .map-show-info.action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .map-show-info.action,
  fieldset[disabled] .map-show-info.action-gift {
    color: #2C3E50;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .map-popup {
    max-width: 100%; }
  .map-old-price,
  .map-show-info {
    display: inline-block; }
    .map-old-price:not(:last-child),
    .map-show-info:not(:last-child) {
      margin-bottom: 10px; } }

.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .wishlist.split.button:before, .wishlist.split.button:after {
    content: '';
    display: table; }
  .wishlist.split.button:after {
    clear: both; }
  .wishlist.split.button .action.split {
    float: left;
    margin: 0; }
  .wishlist.split.button .action.toggle {
    float: right;
    margin: 0; }
  .wishlist.split.button button.action.split, .wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.split, .cart.table-wrapper .wishlist.split.button .actions-toolbar > .action.split, .wishlist.split.button .action.split.action-gift {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .wishlist.split.button button + .action.toggle, .wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle, .cart.table-wrapper .wishlist.split.button .actions-toolbar > .action + .action.toggle, .wishlist.split.button .action-gift + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .wishlist.split.button .action.toggle {
    display: inline-block;
    text-decoration: none; }
    .wishlist.split.button .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .wishlist.split.button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: #333;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .wishlist.split.button .action.toggle:hover:after {
      color: #006bb4; }
    .wishlist.split.button .action.toggle:active:after {
      color: inherit; }
    .wishlist.split.button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .wishlist.split.button .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .wishlist.split.button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: #333;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .wishlist.split.button .action.toggle.active:hover:after {
        color: #006bb4; }
      .wishlist.split.button .action.toggle.active:active:after {
        color: inherit; }
  .wishlist.split.button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .wishlist.split.button .items li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .wishlist.split.button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .wishlist.split.button .items:before, .wishlist.split.button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .wishlist.split.button .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .wishlist.split.button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .wishlist.split.button .items:before {
      left: 10px;
      top: -12px; }
    .wishlist.split.button .items:after {
      left: 9px;
      top: -14px; }
  .wishlist.split.button.active {
    overflow: visible; }
    .wishlist.split.button.active .items {
      display: block; }
  .wishlist.split.button .items {
    text-align: left; }
    .wishlist.split.button .items .item:last-child:hover {
      background: #e8e8e8; }
  .table-comparison .wishlist.split.button > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before {
    content: ""; }
  .table-comparison .wishlist.split.button > .action:active, .table-comparison .wishlist.split.button > .action:focus, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:focus,
  .product-items .wishlist.split.button > .action:hover {
    color: #006bb4; }
  .table-comparison .wishlist.split.button > .action.toggle:before,
  .product-items .wishlist.split.button > .action.toggle:before {
    border-left: 1px solid gray;
    content: '';
    float: left;
    height: 15px;
    margin-top: 3px; }
  .product-info-main .wishlist.split.button .action.split, .product-info-main .wishlist.split.button .action.toggle,
  .block-bundle-summary .wishlist.split.button .action.split,
  .block-bundle-summary .wishlist.split.button .action.toggle,
  .product-add-form .wishlist.split.button .action.split,
  .product-add-form .wishlist.split.button .action.toggle {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem; }
  .product-info-main .wishlist.split.button .action.toggle,
  .block-bundle-summary .wishlist.split.button .action.toggle,
  .product-add-form .wishlist.split.button .action.toggle {
    padding: 0; }
  .cart.table-wrapper .wishlist.split.button {
    margin-bottom: 10px; }
    .cart.table-wrapper .wishlist.split.button > .action.toggle {
      padding: 4px 5px; }

.wishlist.window.popup {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0; }
  .wishlist.window.popup .popup-header {
    margin: 0 0 25px;
    padding-right: 22px; }
    .wishlist.window.popup .popup-header .title {
      color: #2c3e50;
      font-weight: bold;
      line-height: 1;
      font-size: 2.8rem;
      margin-top: 1.5rem;
      margin-bottom: 2rem; }
  .wishlist.window.popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    right: 10px;
    top: 10px; }
    .wishlist.window.popup .popup-actions .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .wishlist.window.popup .popup-actions .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .wishlist.window.popup .popup-actions .action.close:hover:before {
      color: inherit; }
    .wishlist.window.popup .popup-actions .action.close:active:before {
      color: inherit; }
    .wishlist.window.popup .popup-actions .action.close:focus, .wishlist.window.popup .popup-actions .action.close:active {
      background: none;
      border: none; }
    .wishlist.window.popup .popup-actions .action.close:hover {
      background: none;
      border: none; }
    .wishlist.window.popup .popup-actions .action.close.disabled, .wishlist.window.popup .popup-actions .action.close[disabled],
    fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .wishlist.window.popup.active {
    opacity: 1; }
  .wishlist.window.popup.active {
    display: block; }

.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000;
  z-index: 1000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0; }
  .wishlist.overlay.active {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .wishlist.overlay.active {
    display: block; }

.block-wishlist-management {
  position: relative; }
  .block-wishlist-management .wishlist-select .wishlist-name-label {
    font-weight: 600; }
  .block-wishlist-management .wishlist-title {
    margin-bottom: 10px; }
    .block-wishlist-management .wishlist-title strong {
      font-weight: 300;
      margin-right: 10px; }
  .block-wishlist-management .wishlist-notice {
    color: #7d7d7d;
    display: inline-block;
    margin-right: 20px; }
  .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
    display: inline-block; }
  .block-wishlist-management .wishlist-toolbar-select {
    margin-right: 20px; }
  .block-wishlist-management .wishlist-dropdown.move {
    margin-right: 20px; }

.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px; }

.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center; }

.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem; }
  .block-wishlist-info-items .block-title > strong {
    font-weight: 300; }

.block-wishlist-info-items .product-item {
  width: 100%; }

.block-wishlist-info-items .product-item-photo {
  margin-left: 20px; }

.block-wishlist-info-items .product-item-info {
  width: auto; }
  .block-wishlist-info-items .product-item-info:hover .split {
    visibility: visible; }

.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px; }

.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0; }

.block-wishlist-info-items .action.towishlist {
  padding: 10px 0; }

.block-wishlist-info-items .input-text.qty {
  margin-right: 10px; }

@media only screen and (max-width: 767px) {
  .block-wishlist-management {
    clear: both;
    margin-top: -21px; }
    .block-wishlist-management .wishlist-select {
      margin: 0 -15px 20px; }
      .block-wishlist-management .wishlist-select-items {
        border-bottom: 1px solid #e5e5e5;
        background: #f5f5f5;
        display: none;
        padding: 15px 0; }
        .block-wishlist-management .wishlist-select-items.active {
          display: block; }
        .block-wishlist-management .wishlist-select-items .item {
          margin: 3px 0 0; }
          .block-wishlist-management .wishlist-select-items .item:first-child {
            margin-top: 0; }
          .block-wishlist-management .wishlist-select-items .item.current {
            display: none; }
          .block-wishlist-management .wishlist-select-items .item a {
            display: block;
            padding: 5px 18px;
            text-decoration: none; }
            .block-wishlist-management .wishlist-select-items .item a:hover {
              background: #e8e8e8; }
    .block-wishlist-management .wishlist-title strong {
      font-size: 2.6rem; }
    .block-wishlist-management .wishlist-info {
      margin-bottom: 15px; }
    .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
      margin-bottom: 15px; }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px; }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px; }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name, .page-multiple-wishlist .products-grid.wishlist .product-item-description, .page-multiple-wishlist
  .products-grid.wishlist .product-item .price-box, .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px; }
  .products-grid.wishlist .wishlist-dropdown {
    display: none; } }

@media only screen and (min-width: 768px) {
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto; }
    .wishlist.window.popup .field {
      margin: 0 0 20px; }
      .wishlist.window.popup .field:not(.choice) > .label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0; }
      .wishlist.window.popup .field:not(.choice) > .control {
        float: none;
        width: auto; }
      .wishlist.window.popup .field > .label {
        margin: 0 0 5px;
        display: inline-block; }
      .wishlist.window.popup .field.choice:before, .wishlist.window.popup .field.no-label:before {
        display: none; }
  .block-wishlist-management {
    margin-bottom: 20px; }
    .block-wishlist-management .wishlist-select {
      border-bottom: 1px solid #026BB7;
      display: table;
      margin-bottom: 15px;
      width: 100%; }
      .block-wishlist-management .wishlist-select .wishlist-name {
        display: table-cell;
        margin-right: 10px;
        padding: 5px 10px 10px;
        vertical-align: top;
        white-space: nowrap;
        width: 5%; }
      .block-wishlist-management .wishlist-select-items {
        display: table-cell;
        padding-right: 160px;
        vertical-align: top; }
        .block-wishlist-management .wishlist-select-items .item {
          display: inline-block;
          margin-right: 10px;
          padding: 5px 10px 10px; }
          .block-wishlist-management .wishlist-select-items .item:last-child {
            margin-right: 0; }
        .block-wishlist-management .wishlist-select-items .current {
          border-bottom: 3px solid #ff5501;
          font-weight: 600; }
      .block-wishlist-management .wishlist-select .wishlist-name-current {
        display: none; }
    .block-wishlist-management .wishlist-add.item {
      position: absolute;
      right: 0;
      top: 0; }
    .block-wishlist-management .wishlist-title strong {
      font-size: 4rem; }
    .block-wishlist-management .wishlist-info {
      float: left; }
    .block-wishlist-management .wishlist-toolbar {
      float: right; }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0; }
  .products-grid.wishlist .product-item-checkbox {
    float: left; }
    .products-grid.wishlist .product-item-checkbox + .product-item-name {
      margin-left: 25px; } }

.multicheckout .title {
  margin-bottom: 30px; }
  .multicheckout .title strong {
    font-weight: 400; }

.multicheckout .table-wrapper {
  margin-bottom: 0; }
  .multicheckout .table-wrapper .action.delete {
    display: inline-block; }
  .multicheckout .table-wrapper .col .qty {
    display: inline-block; }
  .multicheckout .table-wrapper .col.item .action.edit {
    font-weight: 400;
    margin-left: 10px; }

.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0; }

.multicheckout > .actions-toolbar {
  margin-top: 40px; }

.multicheckout .actions-toolbar > .secondary {
  display: block; }
  .multicheckout .actions-toolbar > .secondary .action {
    margin-bottom: 25px; }
    .multicheckout .actions-toolbar > .secondary .action.back {
      display: block;
      margin-left: 0; }

.multicheckout .actions-toolbar > .primary {
  margin-right: 10px; }

.multicheckout .item-options {
  margin: 10px 0 0; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block; }

.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px; }
  .multicheckout .block-title strong,
  .multicheckout .block-content .title strong {
    font-weight: 400; }
    .multicheckout .block-title strong span,
    .multicheckout .block-content .title strong span {
      color: #a6a6a6; }

.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0; }

.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem; }

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px; }

.multicheckout .box-title span {
  margin-right: 10px; }

.multicheckout .box-title > .action {
  margin: 0; }

.multicheckout .box-shipping-method .price {
  font-weight: 700; }

.multicheckout .box-billing-method .fieldset {
  margin: 0; }
  .multicheckout .box-billing-method .fieldset .legend.box-title {
    margin: 0 0 5px; }

.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px; }
  .multicheckout .checkout-review .grand.totals .mark {
    font-weight: 400; }

[class^='multishipping-'] .logo {
  margin-left: 0; }

.multishipping-checkout-success .nav-sections {
  display: block; }

@media only screen and (max-width: 639px) {
  .multicheckout .data.table .address:before {
    margin-bottom: 5px; }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block; }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px; }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0; }
  .multicheckout.order-review .box-items .data.table thead {
    display: block; }
    .multicheckout.order-review .box-items .data.table thead tr {
      display: block; }
    .multicheckout.order-review .box-items .data.table thead .col.item {
      display: block;
      padding: 0; }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px; }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0; } }

@media only screen and (min-width: 640px) {
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right; }
    .multicheckout .actions-toolbar .secondary .action {
      margin-left: 10px; }
      .multicheckout .actions-toolbar .secondary .action.back {
        display: block;
        float: left; }
  .multicheckout .item-options {
    margin: 20px 0 0; }
  .multicheckout .block-content .box {
    margin-bottom: 0; }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%; }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%; }
    .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
      display: none; }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%; }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%; }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0; }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto; }
  .multicheckout.order-review .col.item {
    width: 75%; }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto; }
    .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
      display: inline-block;
      width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .multishipping-checkout-success .nav-toggle {
    display: block; }
  .multishipping-checkout-success .logo {
    margin-left: 40px; } }

.block.newsletter {
  margin-bottom: 40px; }
  .block.newsletter .form.subscribe {
    display: table;
    width: 100%; }
  .block.newsletter .fieldset {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top; }
  .block.newsletter .field {
    margin: 0; }
    .block.newsletter .field .control {
      display: inline-block;
      text-decoration: none;
      display: block; }
      .block.newsletter .field .control:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 35px;
        line-height: 33px;
        color: #c2c2c2;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .block.newsletter .field .control:before {
        position: absolute; }
  .block.newsletter input {
    padding-left: 35px; }
  .block.newsletter .title {
    display: none; }
  .block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
    width: 1%; }
  .block.newsletter .action.subscribe {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px; }

@media only screen and (min-width: 768px) {
  .block.newsletter {
    width: 32%; }
    .block.newsletter .field {
      margin-right: 5px; }
      .block.newsletter .field .control {
        width: 100%; }
    .block.newsletter .action.subscribe {
      border-radius: 3px; } }

.paypal.after:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase; }

.paypal.before:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase; }

.paypal.acceptance {
  display: block;
  margin: 0 0 20px; }
  .paypal.acceptance img {
    max-width: 100%; }

.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto; }

.paypal-review .paypa-review-title > strong {
  color: #2c3e50;
  font-weight: bold;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: inline-block; }

.paypal-review .items-qty .item {
  white-space: nowrap; }

.paypal-review .items-qty .title:after {
  content: ': '; }

.paypal-review .paypal-review-title > strong {
  color: #2c3e50;
  font-weight: bold;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: inline-block; }

.paypal-review .actions-toolbar {
  margin-top: 10px; }

.paypal-review .item-options dt {
  display: inline-block; }
  .paypal-review .item-options dt:after {
    content: ': '; }

.paypal-review .item-options dd {
  margin: 0; }

.paypal-review-discount {
  border-bottom: 1px solid #e5e5e5;
  margin: 20px 0; }
  .paypal-review-discount .block {
    margin-bottom: 0; }
    .paypal-review-discount .block .fieldset {
      padding: 10px 0 20px; }

@media only screen and (min-width: 768px) {
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #e5e5e5; }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%; }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%; }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right; } }

.fotorama-video-container:after {
  background: url(../../frontend/Rigips/default/pl_PL/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.fotorama-video-container .magnify-lens {
  display: none !important; }

.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6; }

.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25); }

.video-thumb-icon:after {
  background: url(../../frontend/Rigips/default/pl_PL/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px; }

.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
  .product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999; }

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.fotorama__product-video--loading:after {
  visibility: hidden; }

@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%; } }

.rating-summary {
  overflow: hidden;
  white-space: nowrap; }
  .rating-summary .rating-result {
    width: 100px;
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .rating-summary .rating-result:before {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      -webkit-font-smoothing: antialiased;
      color: #c7c7c7;
      font-family: "icons-blank-theme";
      font-size: 28px;
      height: 28px;
      letter-spacing: -10px;
      line-height: 28px;
      content: "";
      display: block;
      font-style: normal;
      font-weight: normal;
      speak: none; }
    .rating-summary .rating-result > span {
      display: block;
      overflow: hidden; }
      .rating-summary .rating-result > span:before {
        position: relative;
        z-index: 2;
        -webkit-font-smoothing: antialiased;
        color: #ff5501;
        font-family: "icons-blank-theme";
        font-size: 28px;
        height: 28px;
        letter-spacing: -10px;
        line-height: 28px;
        content: "";
        display: block;
        font-style: normal;
        font-weight: normal;
        speak: none; }
      .rating-summary .rating-result > span span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
  .rating-summary .rating-result {
    margin-left: -5px; }

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.review-control-vote {
  overflow: hidden; }
  .review-control-vote:before {
    color: #c7c7c7;
    font-family: "icons-blank-theme";
    font-size: 28px;
    height: 28px;
    letter-spacing: -10px;
    line-height: 28px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: "";
    display: block;
    position: absolute;
    z-index: 1; }
  .review-control-vote input[type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .review-control-vote input[type="radio"]:focus + label:before, .review-control-vote input[type="radio"]:checked + label:before {
      opacity: 1; }
  .review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute; }
    .review-control-vote label span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .review-control-vote label:before {
      color: #ff5501;
      font-family: "icons-blank-theme";
      font-size: 28px;
      height: 28px;
      letter-spacing: -10px;
      line-height: 28px;
      font-style: normal;
      font-weight: normal;
      speak: none;
      vertical-align: top;
      -webkit-font-smoothing: antialiased;
      opacity: 0; }
    .review-control-vote label:hover:before {
      opacity: 1; }
    .review-control-vote label:hover ~ label:before {
      opacity: 0; }
  .review-control-vote .rating-5 {
    z-index: 2; }
    .review-control-vote .rating-5:before {
      content: ""; }
  .review-control-vote .rating-4 {
    z-index: 3; }
    .review-control-vote .rating-4:before {
      content: ""; }
  .review-control-vote .rating-3 {
    z-index: 4; }
    .review-control-vote .rating-3:before {
      content: ""; }
  .review-control-vote .rating-2 {
    z-index: 5; }
    .review-control-vote .rating-2:before {
      content: ""; }
  .review-control-vote .rating-1 {
    z-index: 6; }
    .review-control-vote .rating-1:before {
      content: ""; }

.block.add.review {
  margin-bottom: 40px; }
  .block.add.review > .title {
    color: #2c3e50;
    font-style: 1;
    font-weight: bold;
    line-height: 1.1;
    font-size: 3rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem; }
  .block.add.review .legend {
    color: #2c3e50;
    font-weight: bold;
    line-height: 1;
    font-size: 2.8rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    margin: 0 0 20px; }
  .block.add.review .field.rating {
    display: table-row; }
    .block.add.review .field.rating .label {
      display: table-cell;
      padding: 5px 0;
      vertical-align: middle; }
    .block.add.review .field.rating .control {
      display: table-cell;
      vertical-align: top; }

.block.reviews.list > .title {
  color: #2c3e50;
  font-style: 1;
  font-weight: bold;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

.block.reviews.list .review.item {
  margin-bottom: 40px; }

.block.reviews.list .review.title {
  color: #2c3e50;
  font-weight: bold;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

.data.table.reviews .rating-summary {
  margin-top: -4px; }

.customer-review.view {
  margin-bottom: 20px; }
  .customer-review.view .review.title,
  .customer-review.view .ratings-summary,
  .customer-review.view .product-details {
    margin-bottom: 20px; }

.product-reviews-summary {
  display: table;
  margin: 10px 0 12px; }
  .products.wrapper.list .product-reviews-summary {
    margin: 0 auto; }
  .product-reviews-summary.empty {
    margin-left: 0; }
  .product-reviews-summary .rating-summary {
    display: table-cell;
    left: -5px;
    position: relative;
    text-align: left;
    vertical-align: middle; }
  .product-reviews-summary .reviews-actions {
    display: table-cell;
    line-height: 28px;
    vertical-align: middle; }
    .product-reviews-summary .reviews-actions a {
      margin-right: 5px; }

@media only screen and (min-width: 768px) {
  .products.wrapper.list .product-reviews-summary {
    margin: 0; } }

.customer-review .product-details {
  margin-bottom: 40px; }

.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%; }

.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px; }
  .customer-review .review-details .customer-review-rating .item {
    margin-bottom: 10px; }
    .customer-review .review-details .customer-review-rating .item:last-child {
      margin-bottom: 0; }

.customer-review .review-details .review-title {
  color: #2c3e50;
  font-weight: bold;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
  margin-bottom: 20px; }

.customer-review .review-details .review-content {
  margin-bottom: 20px; }

.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block; }

.review-field-ratings .nested {
  display: table; }

.review-field-ratings .review-field-rating {
  display: table-row; }
  .review-field-ratings .review-field-rating .label,
  .review-field-ratings .review-field-rating .control {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top; }
  .review-field-ratings .review-field-rating .label {
    padding-right: 10px;
    padding-top: 6px; }
  .review-field-ratings .review-field-rating .control {
    padding-top: 2px; }

.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center; }
  .review-toolbar:first-child {
    display: none; }
  .review-toolbar .pages {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    padding: 20px 0;
    text-align: center; }
  .review-toolbar .limiter {
    display: none; }

.review-add .block-title {
  display: none; }

.review-form .action.submit.primary {
  background: #2C3E50;
  border: 2px solid #2C3E50;
  color: #fff; }
  .review-form .action.submit.primary:focus, .review-form .action.submit.primary:active {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }
  .review-form .action.submit.primary:hover {
    background: #026BB7;
    border: 2px solid #026BB7;
    color: #fff; }

.fieldset .review-legend.legend {
  margin-bottom: 20px; }
  .fieldset .review-legend.legend strong {
    display: block;
    margin-left: 0; }

.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px; }

.review-list {
  margin-bottom: 30px; }
  .review-list .block-title strong {
    color: #2c3e50;
    font-style: 1;
    font-weight: bold;
    line-height: 1.1;
    font-size: 3rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem; }

.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0; }
  .review-item:after {
    clear: both;
    content: '';
    display: table; }
  .review-item:last-child {
    border-width: 0; }

.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%; }

.review-author {
  display: inline; }

.review-title {
  color: #2c3e50;
  font-weight: bold;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  margin: 0 0 20px; }

.review-content {
  margin-bottom: 20px; }

@media only screen and (min-width: 640px) {
  .review-form {
    max-width: 500px; }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px; }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px; }
  .review-toolbar {
    margin: 0 0 30px; }
    .review-toolbar .pages {
      padding: 30px 0; }
  .fieldset .review-legend.legend {
    margin-bottom: 30px; }
  .review-item {
    padding: 30px 0; }
  .review-title {
    margin: 0 0 30px; } }

.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px; }

.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .reward-settings + .actions-toolbar {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .reward-settings + .actions-toolbar {
    margin-top: -32px; } }

.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px; }

.form-create-return .additional:first-child {
  margin-top: 0; }

.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0; }

.form-create-return .additional .field:last-child {
  margin-top: 20px; }

.form-create-return .field.comment {
  margin-top: 55px; }

.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0; }

.block-returns-comments .returns-comments dt {
  font-weight: 400; }

.block-returns-comments .returns-comments dd {
  margin-bottom: 15px; }
  .block-returns-comments .returns-comments dd:last-child {
    margin-bottom: 0; }

.block-returns-comments .fieldset {
  margin-bottom: 20px; }

.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px; }

@media only screen and (max-width: 767px) {
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0; } }

@media only screen and (min-width: 768px) {
  .form-create-return .additional .field:last-child {
    margin-top: 29px; }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px; }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px; }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px; } }

.sales-details .notify {
  display: inline-block;
  width: auto;
  padding: 7px 20px; }

.sales-details .totals-component {
  border: none; }

.sales-order-view .page-title {
  padding-left: 35px; }

.details--no-icon p {
  padding-left: 0; }

.details h2 {
  font-size: 2rem; }

.details.details--additional-discount {
  display: inline-flex;
  flex-direction: column;
  padding: 30px;
  background-color: #026BB7;
  color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4); }
  .details.details--additional-discount h2.order-comment__heading {
    font-size: 22px;
    color: #fff; }
  .details.details--additional-discount p.order-comment__text {
    font-size: 20px;
    color: #fff; }

.order-bottom-buttons {
  text-align: right; }

.sales-order-history.page-layout-rigips-2columns-left .page-main,
.customer-invoice-index.page-layout-rigips-2columns-left .page-main,
.customer-carts-index.page-layout-rigips-2columns-left .page-main {
  background: #FFF; }

.sales-order-history.page-layout-rigips-2columns-left .column.main,
.customer-invoice-index.page-layout-rigips-2columns-left .column.main,
.customer-carts-index.page-layout-rigips-2columns-left .column.main {
  background: #fff; }

.order-history .control-calendar input,
.customer-invoice-index .control-calendar input,
.customer-carts-index .control-calendar input {
  margin: 0; }

.order-history .control-calendar .icon,
.customer-invoice-index .control-calendar .icon,
.customer-carts-index .control-calendar .icon {
  width: 18px;
  padding: 0;
  height: auto;
  margin: 0;
  transform: translate(0, -50%);
  top: 50% !important; }

.order-history.page-layout-2columns-left .column.main,
.customer-invoice-index.page-layout-2columns-left .column.main,
.customer-carts-index.page-layout-2columns-left .column.main {
  width: 100%; }

.order-history .active-row,
.customer-invoice-index .active-row,
.customer-carts-index .active-row {
  border: none; }

.order-history .filter-bar,
.customer-invoice-index .filter-bar,
.customer-carts-index .filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
  width: 100%; }
  .order-history .filter-bar .search,
  .customer-invoice-index .filter-bar .search,
  .customer-carts-index .filter-bar .search {
    display: flex;
    align-items: center; }
    .order-history .filter-bar .search h2,
    .customer-invoice-index .filter-bar .search h2,
    .customer-carts-index .filter-bar .search h2 {
      margin-right: 20px;
      font-size: 18px;
      color: #000000; }
  .order-history .filter-bar.filter-bar-mass-actions,
  .customer-invoice-index .filter-bar.filter-bar-mass-actions,
  .customer-carts-index .filter-bar.filter-bar-mass-actions {
    margin: 15px 0 0;
    justify-content: flex-start; }
    .order-history .filter-bar.filter-bar-mass-actions .action,
    .customer-invoice-index .filter-bar.filter-bar-mass-actions .action,
    .customer-carts-index .filter-bar.filter-bar-mass-actions .action {
      margin-right: 15px; }
  .order-history .filter-bar > div,
  .customer-invoice-index .filter-bar > div,
  .customer-carts-index .filter-bar > div {
    padding: 0 10px;
    display: flex;
    align-items: center; }
    .order-history .filter-bar > div p,
    .customer-invoice-index .filter-bar > div p,
    .customer-carts-index .filter-bar > div p {
      display: block;
      font-size: 16px;
      margin-right: 10px;
      margin-bottom: 0;
      color: #000000;
      min-height: 30px; }
    .order-history .filter-bar > div select,
    .customer-invoice-index .filter-bar > div select,
    .customer-carts-index .filter-bar > div select {
      width: auto;
      border: 0;
      font-weight: bold;
      color: #000000;
      font-size: 16px;
      padding: 0; }

.order-history .searchbar h2,
.customer-invoice-index .searchbar h2,
.customer-carts-index .searchbar h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-right: 20px;
  margin-bottom: 0; }

.order-history .search .control,
.customer-invoice-index .search .control,
.customer-carts-index .search .control {
  position: relative; }

.order-history .search .btn-close-inline,
.customer-invoice-index .search .btn-close-inline,
.customer-carts-index .search .btn-close-inline {
  position: absolute;
  top: 0;
  right: 0;
  background: #026BB7;
  height: 100%;
  width: 45px;
  border: 0;
  padding: 0; }
  .order-history .search .btn-close-inline > span::before,
  .customer-invoice-index .search .btn-close-inline > span::before,
  .customer-carts-index .search .btn-close-inline > span::before {
    font-size: 32px; }

.order-history .search input,
.customer-invoice-index .search input,
.customer-carts-index .search input {
  background: #fff;
  border: 1px solid #026BB7;
  width: 430px; }

.order-history .main-table,
.customer-invoice-index .main-table,
.customer-carts-index .main-table {
  margin: 30px 0;
  border-collapse: separate;
  color: #2C3E50; }
  .order-history .main-table .is-active td,
  .customer-invoice-index .main-table .is-active td,
  .customer-carts-index .main-table .is-active td {
    border: none; }
  .order-history .main-table tr th,
  .order-history .main-table tr td,
  .customer-invoice-index .main-table tr th,
  .customer-invoice-index .main-table tr td,
  .customer-carts-index .main-table tr th,
  .customer-carts-index .main-table tr td {
    border: 1px solid #e5e5e5; }
  .order-history .main-table > thead > tr > th,
  .customer-invoice-index .main-table > thead > tr > th,
  .customer-carts-index .main-table > thead > tr > th {
    padding: 30px 10px; }
  .order-history .main-table thead tr th,
  .customer-invoice-index .main-table thead tr th,
  .customer-carts-index .main-table thead tr th {
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    font-size: 14px; }
  .order-history .main-table tbody tr td,
  .customer-invoice-index .main-table tbody tr td,
  .customer-carts-index .main-table tbody tr td {
    font-size: 16px;
    text-align: center; }
  .order-history .main-table tbody tr:nth-child(even):not(.show),
  .customer-invoice-index .main-table tbody tr:nth-child(even):not(.show),
  .customer-carts-index .main-table tbody tr:nth-child(even):not(.show) {
    background: #f6f6f6; }
  .order-history .main-table tbody button.action, .order-history .main-table tbody .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .order-history .main-table tbody .actions-toolbar > .action, .order-history .main-table tbody .action.action-gift,
  .customer-invoice-index .main-table tbody button.action,
  .customer-invoice-index .main-table tbody .cart.table-wrapper .actions-toolbar > .action,
  .cart.table-wrapper .customer-invoice-index .main-table tbody .actions-toolbar > .action,
  .customer-invoice-index .main-table tbody .action.action-gift,
  .customer-carts-index .main-table tbody button.action,
  .customer-carts-index .main-table tbody .cart.table-wrapper .actions-toolbar > .action,
  .cart.table-wrapper .customer-carts-index .main-table tbody .actions-toolbar > .action,
  .customer-carts-index .main-table tbody .action.action-gift {
    min-width: 0;
    width: 100%;
    text-transform: uppercase; }
  .order-history .main-table tbody .submit,
  .customer-invoice-index .main-table tbody .submit,
  .customer-carts-index .main-table tbody .submit {
    margin-bottom: 10px; }
  .order-history .main-table tbody .confirmed,
  .customer-invoice-index .main-table tbody .confirmed,
  .customer-carts-index .main-table tbody .confirmed {
    background: #2CB600; }
    .order-history .main-table tbody .confirmed:hover,
    .customer-invoice-index .main-table tbody .confirmed:hover,
    .customer-carts-index .main-table tbody .confirmed:hover {
      background: #4CA15F; }
  .order-history .main-table tbody .actions-buttons-container a,
  .customer-invoice-index .main-table tbody .actions-buttons-container a,
  .customer-carts-index .main-table tbody .actions-buttons-container a {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .order-history .main-table tbody .actions-buttons-container a i,
    .customer-invoice-index .main-table tbody .actions-buttons-container a i,
    .customer-carts-index .main-table tbody .actions-buttons-container a i {
      padding-right: 5px;
      font-size: 25px; }
  .order-history .main-table tbody .expantion-panel,
  .customer-invoice-index .main-table tbody .expantion-panel,
  .customer-carts-index .main-table tbody .expantion-panel {
    position: relative;
    display: flex;
    min-height: 89px;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse; }
    .order-history .main-table tbody .expantion-panel .expand-action.absolute,
    .customer-invoice-index .main-table tbody .expantion-panel .expand-action.absolute,
    .customer-carts-index .main-table tbody .expantion-panel .expand-action.absolute {
      position: absolute;
      top: 50%;
      margin: 0 auto;
      transform: translate(-50%, -50%);
      left: 50%; }
    .order-history .main-table tbody .expantion-panel button, .order-history .main-table tbody .expantion-panel .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .order-history .main-table tbody .expantion-panel .actions-toolbar > .action, .order-history .main-table tbody .expantion-panel .action-gift,
    .customer-invoice-index .main-table tbody .expantion-panel button,
    .customer-invoice-index .main-table tbody .expantion-panel .cart.table-wrapper .actions-toolbar > .action,
    .cart.table-wrapper .customer-invoice-index .main-table tbody .expantion-panel .actions-toolbar > .action,
    .customer-invoice-index .main-table tbody .expantion-panel .action-gift,
    .customer-carts-index .main-table tbody .expantion-panel button,
    .customer-carts-index .main-table tbody .expantion-panel .cart.table-wrapper .actions-toolbar > .action,
    .cart.table-wrapper .customer-carts-index .main-table tbody .expantion-panel .actions-toolbar > .action,
    .customer-carts-index .main-table tbody .expantion-panel .action-gift {
      font-size: 22px;
      font-weight: 900;
      height: 100%;
      display: block; }
  .order-history .main-table tbody .collapse-main .cart-item-actions-buttons .action.discard, .order-history .main-table tbody .collapse-main .cart-item-actions-buttons .action.primary,
  .customer-invoice-index .main-table tbody .collapse-main .cart-item-actions-buttons .action.discard,
  .customer-invoice-index .main-table tbody .collapse-main .cart-item-actions-buttons .action.primary,
  .customer-carts-index .main-table tbody .collapse-main .cart-item-actions-buttons .action.discard,
  .customer-carts-index .main-table tbody .collapse-main .cart-item-actions-buttons .action.primary {
    border-radius: 0;
    padding: 12px 20px;
    font-size: 14px; }
  .order-history .main-table tbody .collapse-main .pending-approval-state,
  .customer-invoice-index .main-table tbody .collapse-main .pending-approval-state,
  .customer-carts-index .main-table tbody .collapse-main .pending-approval-state {
    padding: 0 5px 5px 5px; }
  .order-history .main-table tbody .collapse-main > div,
  .customer-invoice-index .main-table tbody .collapse-main > div,
  .customer-carts-index .main-table tbody .collapse-main > div {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center; }
    .order-history .main-table tbody .collapse-main > div > div,
    .customer-invoice-index .main-table tbody .collapse-main > div > div,
    .customer-carts-index .main-table tbody .collapse-main > div > div {
      padding: 0 10px; }
      .order-history .main-table tbody .collapse-main > div > div .collapse-button,
      .customer-invoice-index .main-table tbody .collapse-main > div > div .collapse-button,
      .customer-carts-index .main-table tbody .collapse-main > div > div .collapse-button {
        position: relative;
        top: 8px; }
        .order-history .main-table tbody .collapse-main > div > div .collapse-button i::before,
        .customer-invoice-index .main-table tbody .collapse-main > div > div .collapse-button i::before,
        .customer-carts-index .main-table tbody .collapse-main > div > div .collapse-button i::before {
          font-size: 30px;
          color: #000000; }
  .order-history .main-table tbody .collapse-main .action-btn,
  .customer-invoice-index .main-table tbody .collapse-main .action-btn,
  .customer-carts-index .main-table tbody .collapse-main .action-btn {
    display: flex;
    align-items: center; }
    .order-history .main-table tbody .collapse-main .action-btn i,
    .customer-invoice-index .main-table tbody .collapse-main .action-btn i,
    .customer-carts-index .main-table tbody .collapse-main .action-btn i {
      margin-right: 5px;
      font-size: 30px; }
  .order-history .main-table .show.space,
  .customer-invoice-index .main-table .show.space,
  .customer-carts-index .main-table .show.space {
    padding: 0 15px; }
    .order-history .main-table .show.space > td,
    .customer-invoice-index .main-table .show.space > td,
    .customer-carts-index .main-table .show.space > td {
      border: 0; }
  .order-history .main-table .show-head > td,
  .customer-invoice-index .main-table .show-head > td,
  .customer-carts-index .main-table .show-head > td {
    padding: 0 15px;
    border: 0; }
    .order-history .main-table .show-head > td table,
    .customer-invoice-index .main-table .show-head > td table,
    .customer-carts-index .main-table .show-head > td table {
      border: 1px solid #026BB7;
      border-collapse: separate; }
  .order-history .main-table .show-head strong .color,
  .customer-invoice-index .main-table .show-head strong .color,
  .customer-carts-index .main-table .show-head strong .color {
    color: #026BB7; }
  .order-history .main-table .show-head strong .no-bold,
  .customer-invoice-index .main-table .show-head strong .no-bold,
  .customer-carts-index .main-table .show-head strong .no-bold {
    font-weight: normal; }
  .order-history .main-table .show-head table tr th,
  .customer-invoice-index .main-table .show-head table tr th,
  .customer-carts-index .main-table .show-head table tr th {
    border: 0;
    text-align: left;
    max-width: 250px; }
  .order-history .main-table .show-content,
  .customer-invoice-index .main-table .show-content,
  .customer-carts-index .main-table .show-content {
    border-top: none; }
    .order-history .main-table .show-content thead tr th,
    .customer-invoice-index .main-table .show-content thead tr th,
    .customer-carts-index .main-table .show-content thead tr th {
      font-weight: normal;
      font-size: 12px;
      padding: 26px 10px;
      text-align: center; }
      .order-history .main-table .show-content thead tr th:nth-child(even),
      .customer-invoice-index .main-table .show-content thead tr th:nth-child(even),
      .customer-carts-index .main-table .show-content thead tr th:nth-child(even) {
        background: #f6f6f6; }
    .order-history .main-table .show-content tbody tr td,
    .customer-invoice-index .main-table .show-content tbody tr td,
    .customer-carts-index .main-table .show-content tbody tr td {
      font-size: 12px; }
      .order-history .main-table .show-content tbody tr td:first-child,
      .customer-invoice-index .main-table .show-content tbody tr td:first-child,
      .customer-carts-index .main-table .show-content tbody tr td:first-child {
        text-align: left; }
      .order-history .main-table .show-content tbody tr td:nth-child(even),
      .customer-invoice-index .main-table .show-content tbody tr td:nth-child(even),
      .customer-carts-index .main-table .show-content tbody tr td:nth-child(even) {
        background: #f6f6f6; }
    .order-history .main-table .show-content .title,
    .customer-invoice-index .main-table .show-content .title,
    .customer-carts-index .main-table .show-content .title {
      font-weight: bold;
      font-size: 14px; }
    .order-history .main-table .show-content > td,
    .customer-invoice-index .main-table .show-content > td,
    .customer-carts-index .main-table .show-content > td {
      padding: 0 15px;
      border: 0; }
      .order-history .main-table .show-content > td table,
      .customer-invoice-index .main-table .show-content > td table,
      .customer-carts-index .main-table .show-content > td table {
        border: 1px solid #026BB7;
        border-collapse: separate; }

.order-history .collapse-button,
.customer-invoice-index .collapse-button,
.customer-carts-index .collapse-button {
  border: 0;
  padding: 0;
  color: #2C3E50;
  background: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }

.order-history .grid-list th h3,
.customer-invoice-index .grid-list th h3,
.customer-carts-index .grid-list th h3 {
  margin-right: 16px; }

.order-history .grid-list td a,
.customer-invoice-index .grid-list td a,
.customer-carts-index .grid-list td a {
  display: flex;
  align-items: center; }

.order-history .grid-list th,
.order-history .grid-list td,
.customer-invoice-index .grid-list th,
.customer-invoice-index .grid-list td,
.customer-carts-index .grid-list th,
.customer-carts-index .grid-list td {
  padding: 10px 7px; }

.order-history .grid-list .control-calendar a,
.customer-invoice-index .grid-list .control-calendar a,
.customer-carts-index .grid-list .control-calendar a {
  display: inline; }

.order-history .grid-list .datepicker-input,
.customer-invoice-index .grid-list .datepicker-input,
.customer-carts-index .grid-list .datepicker-input {
  font-size: 10px; }

.order-history .grid-list__spinners--block,
.customer-invoice-index .grid-list__spinners--block,
.customer-carts-index .grid-list__spinners--block {
  top: 50%;
  right: 10px;
  transform: translateY(-50%); }

.order-history .grid-list__filters__content,
.customer-invoice-index .grid-list__filters__content,
.customer-carts-index .grid-list__filters__content {
  display: none;
  padding: 20px 0;
  position: relative; }
  .order-history .grid-list__filters__content .action.clear,
  .customer-invoice-index .grid-list__filters__content .action.clear,
  .customer-carts-index .grid-list__filters__content .action.clear {
    align-items: center;
    background-color: transparent;
    border: 0;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    color: #2C3E50; }
    .order-history .grid-list__filters__content .action.clear span,
    .customer-invoice-index .grid-list__filters__content .action.clear span,
    .customer-carts-index .grid-list__filters__content .action.clear span {
      display: inline-block;
      padding: 0;
      width: auto; }
    .order-history .grid-list__filters__content .action.clear .icon,
    .customer-invoice-index .grid-list__filters__content .action.clear .icon,
    .customer-carts-index .grid-list__filters__content .action.clear .icon {
      margin-left: 5px; }
    .order-history .grid-list__filters__content .action.clear:hover, .order-history .grid-list__filters__content .action.clear:focus,
    .customer-invoice-index .grid-list__filters__content .action.clear:hover,
    .customer-invoice-index .grid-list__filters__content .action.clear:focus,
    .customer-carts-index .grid-list__filters__content .action.clear:hover,
    .customer-carts-index .grid-list__filters__content .action.clear:focus {
      background-color: transparent; }

.order-history .grid-list__filters label,
.customer-invoice-index .grid-list__filters label,
.customer-carts-index .grid-list__filters label {
  margin-bottom: 10px; }

.order-history .grid-list__input,
.order-history .grid-list .control-select,
.customer-invoice-index .grid-list__input,
.customer-invoice-index .grid-list .control-select,
.customer-carts-index .grid-list__input,
.customer-carts-index .grid-list .control-select {
  margin-bottom: 20px; }

.order-history .grid-list .selectric,
.customer-invoice-index .grid-list .selectric,
.customer-carts-index .grid-list .selectric {
  height: 35px; }
  .order-history .grid-list .selectric .button,
  .customer-invoice-index .grid-list .selectric .button,
  .customer-carts-index .grid-list .selectric .button {
    height: 33px;
    width: 33px; }

.order-history .grid-list .center,
.customer-invoice-index .grid-list .center,
.customer-carts-index .grid-list .center {
  text-align: center; }

.order-history .grid-list .action,
.customer-invoice-index .grid-list .action,
.customer-carts-index .grid-list .action {
  margin: 9px; }
  .order-history .grid-list .action span,
  .customer-invoice-index .grid-list .action span,
  .customer-carts-index .grid-list .action span {
    width: 100px; }

.order-history .grid-list .grid-row > a, .order-history .grid-list .order-parameters-component .address-list > a, .order-parameters-component .order-history .grid-list .address-list > a, .order-history .grid-list .order-parameters-component .address-new-view > a, .order-parameters-component .order-history .grid-list .address-new-view > a,
.customer-invoice-index .grid-list .grid-row > a,
.customer-invoice-index .grid-list .order-parameters-component .address-list > a,
.order-parameters-component .customer-invoice-index .grid-list .address-list > a,
.customer-invoice-index .grid-list .order-parameters-component .address-new-view > a,
.order-parameters-component .customer-invoice-index .grid-list .address-new-view > a,
.customer-carts-index .grid-list .grid-row > a,
.customer-carts-index .grid-list .order-parameters-component .address-list > a,
.order-parameters-component .customer-carts-index .grid-list .address-list > a,
.customer-carts-index .grid-list .order-parameters-component .address-new-view > a,
.order-parameters-component .customer-carts-index .grid-list .address-new-view > a {
  align-items: center;
  display: flex;
  font-weight: 500;
  justify-content: center;
  text-transform: uppercase; }
  .order-history .grid-list .grid-row > a i, .order-history .grid-list .order-parameters-component .address-list > a i, .order-parameters-component .order-history .grid-list .address-list > a i, .order-history .grid-list .order-parameters-component .address-new-view > a i, .order-parameters-component .order-history .grid-list .address-new-view > a i,
  .customer-invoice-index .grid-list .grid-row > a i,
  .customer-invoice-index .grid-list .order-parameters-component .address-list > a i,
  .order-parameters-component .customer-invoice-index .grid-list .address-list > a i,
  .customer-invoice-index .grid-list .order-parameters-component .address-new-view > a i,
  .order-parameters-component .customer-invoice-index .grid-list .address-new-view > a i,
  .customer-carts-index .grid-list .grid-row > a i,
  .customer-carts-index .grid-list .order-parameters-component .address-list > a i,
  .order-parameters-component .customer-carts-index .grid-list .address-list > a i,
  .customer-carts-index .grid-list .order-parameters-component .address-new-view > a i,
  .order-parameters-component .customer-carts-index .grid-list .address-new-view > a i {
    margin-left: 10px;
    font-size: 17px; }

.order-history .grid-list p[class^="icon"]::before,
.customer-invoice-index .grid-list p[class^="icon"]::before,
.customer-carts-index .grid-list p[class^="icon"]::before {
  background-position-x: 0;
  margin-bottom: 10px; }

.order-history .grid-list .status,
.customer-invoice-index .grid-list .status,
.customer-carts-index .grid-list .status {
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box; }

.order-history .grid-list .icon,
.customer-invoice-index .grid-list .icon,
.customer-carts-index .grid-list .icon {
  width: 20px;
  text-align: center; }

.order-history .grid-list .grid-input--half,
.customer-invoice-index .grid-list .grid-input--half,
.customer-carts-index .grid-list .grid-input--half {
  float: left;
  position: relative;
  width: 50%; }
  .order-history .grid-list .grid-input--half input,
  .customer-invoice-index .grid-list .grid-input--half input,
  .customer-carts-index .grid-list .grid-input--half input {
    width: 100%; }
  .order-history .grid-list .grid-input--half .icon,
  .customer-invoice-index .grid-list .grid-input--half .icon,
  .customer-carts-index .grid-list .grid-input--half .icon {
    color: inherit;
    font-size: 25px;
    position: absolute;
    pointer-events: none;
    right: 10px;
    top: 0; }
    .order-history .grid-list .grid-input--half .icon span,
    .customer-invoice-index .grid-list .grid-input--half .icon span,
    .customer-carts-index .grid-list .grid-input--half .icon span {
      padding: 5px; }

.order-history .message-success,
.customer-invoice-index .message-success,
.customer-carts-index .message-success {
  margin: 30px 0; }

.delivery-place-order-details {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .delivery-place-order-details h2 {
    margin-bottom: 15px; }

.clickable-row {
  cursor: pointer; }

#comments-history-heading {
  font-size: 1.3rem; }

.order-comments-history-heading {
  display: inline-block;
  margin-left: 10px; }
  .order-comments-history-heading span {
    margin-left: 5px;
    color: inherit; }
  .order-comments-history-heading a:hover, .order-comments-history-heading a:focus {
    text-decoration: none; }

.order-comments-history {
  background-color: #f2f2f2;
  color: #2c3e50;
  display: block;
  margin-top: 15px; }
  .order-comments-history p {
    padding: 10px; }
    .order-comments-history p + p {
      border-top: 1px solid #e5e5e5; }

.sales-details {
  padding: 1rem !important;
  margin-bottom: 15px; }
  .sales-details .details > div {
    margin-bottom: 15px; }
  .sales-details .details h2 {
    margin-bottom: 10px; }

.sales-order-pdf .order-details-actions {
  display: none; }

.sales-order-pdf .order-comments-history-heading,
.sales-order-pdf .block-order-details-comments {
  display: none; }

.sales-order-pdf .sales-details section {
  margin: 0;
  padding: 20px; }

.sales-order-pdf .cart-products-table__image {
  display: none; }

.sales-order-pdf .details .order-comment__heading,
.sales-order-pdf .payment-date h2 {
  font-size: 16px; }

.sales-order-pdf .sales-details .grid-row, .sales-order-pdf .sales-details .order-parameters-component .address-list, .order-parameters-component .sales-order-pdf .sales-details .address-list,
.sales-order-pdf .sales-details .order-parameters-component .address-new-view, .order-parameters-component .sales-order-pdf .sales-details .address-new-view {
  margin-bottom: 10px; }

.sales-order-pdf .cart-products-table .grid-row, .sales-order-pdf .cart-products-table .order-parameters-component .address-list, .order-parameters-component .sales-order-pdf .cart-products-table .address-list,
.sales-order-pdf .cart-products-table .order-parameters-component .address-new-view, .order-parameters-component .sales-order-pdf .cart-products-table .address-new-view {
  margin-bottom: 0; }

.sales-order-pdf .cart-products-table tbody tr td:first-child {
  padding: 10px; }

.sales-order-pdf .cart-products-table th {
  padding: 10px; }

.sales-order-pdf .payment-date {
  display: none; }

.sales-order-pdf .sales-details section:first-child .width-1-3:first-child, .sales-order-pdf .sales-details section:first-child .order-parameters-component .address-list .field:first-child, .order-parameters-component .address-list .sales-order-pdf .sales-details section:first-child .field:first-child,
.sales-order-pdf .sales-details section:first-child .order-parameters-component .address-new-view .field:first-child, .order-parameters-component .address-new-view .sales-order-pdf .sales-details section:first-child .field:first-child {
  width: 100%;
  float: none;
  margin-bottom: 15px; }
  .sales-order-pdf .sales-details section:first-child .width-1-3:first-child .details, .sales-order-pdf .sales-details section:first-child .order-parameters-component .address-list .field:first-child .details, .order-parameters-component .address-list .sales-order-pdf .sales-details section:first-child .field:first-child .details, .sales-order-pdf .sales-details section:first-child .order-parameters-component .address-new-view .field:first-child .details, .order-parameters-component .address-new-view .sales-order-pdf .sales-details section:first-child .field:first-child .details {
    overflow: hidden;
    margin: 0 -10px; }
    .sales-order-pdf .sales-details section:first-child .width-1-3:first-child .details > div, .sales-order-pdf .sales-details section:first-child .order-parameters-component .address-list .field:first-child .details > div, .order-parameters-component .address-list .sales-order-pdf .sales-details section:first-child .field:first-child .details > div, .sales-order-pdf .sales-details section:first-child .order-parameters-component .address-new-view .field:first-child .details > div, .order-parameters-component .address-new-view .sales-order-pdf .sales-details section:first-child .field:first-child .details > div {
      float: left;
      width: calc(100% / 3);
      padding: 0 10px; }

.sales-order-pdf.printout-without-prices .order-details-price-label {
  display: none; }

.order-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 30px 20px; }
  .order-header .page-title {
    margin: 0;
    padding: 0; }

.sales-order-viewshort .cart-products-table tbody tr td,
.sales-order-viewshort .cart-products-table tbody tr td:first-child th,
.sales-order-viewshort .cart-products-table tbody tr th:first-child,
.sales-order-viewshort .cart-products-table thead tr td,
.sales-order-viewshort .cart-products-table thead tr td:first-child th,
.sales-order-viewshort .cart-products-table thead tr th:first-child {
  padding: 5px; }

.sales-order-viewshort .cart-products-table tbody tr td:first-child + td,
.sales-order-viewshort .cart-products-table thead tr td:first-child + td {
  width: 100px; }

.sales-order-viewshort .cart-products-table tbody tr td:first-child,
.sales-order-viewshort .cart-products-table thead tr td:first-child {
  white-space: nowrap; }

.sales-order-view .customer-data, .sales-order-view .payer-data {
  padding: 1rem 0; }

.sales-order-view .customer-payer-row {
  margin-bottom: 1rem; }

.sales-order-view .totals-component {
  margin-bottom: 1rem; }

.opc-wrapper .form-discount {
  max-width: 500px; }

.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none; }
  .action.mailto.friend:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .action.mailto.friend span {
    display: inline-block;
    line-height: 28px;
    vertical-align: top; }

.swatch-attribute-label {
  font-weight: bold;
  position: relative; }

.swatch-attribute-label.required {
  padding-right: 10px; }

.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em; }

.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px; }

.swatch-attribute-options {
  margin-top: 10px; }

.swatch-option {
  padding: 1px 2px;
  min-width: 30px;
  max-width: 90px;
  height: 20px;
  float: left;
  margin: 0 10px 5px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis; }

.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 22px;
  margin-right: 7px; }

.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #fff;
  color: #333; }

.swatch-option.text.selected {
  background-color: #fff !important; }

.clearfix:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494; }

.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  color: black;
  background: #fff;
  border: 1px solid #fff; }

.swatch-option:not(.disabled):hover {
  outline: 1px solid #999;
  border: 1px solid #fff;
  color: #333; }

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  outline: 2px solid #ee0000;
  border: 1px solid #fff; }

.swatch-option.disabled {
  cursor: default; }

.swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); }

.swatch-option-tooltip {
  max-width: 140px;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  text-align: center; }

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px; }

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: 1px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px; }

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px; }

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto; }

.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden; }

.swatch-opt {
  margin: 20px 0; }

.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1; }

.swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important; }

.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0; }

.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px; }

.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px; }

.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px; }

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block; }

.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px; }

.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px; }

.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0; }

.swatch-opt-listing {
  margin-bottom: 10px; }

.swatch-option-loading {
  content: url(../../frontend/Rigips/default/pl_PL/Magento_Swatches/images/loader-2.gif); }

.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden; }

body {
  background-color: #fff; }

* {
  box-sizing: border-box; }

.header-details > div {
  width: 100%; }

.header-details dl {
  margin-bottom: 0;
  margin-top: 5px;
  width: 100%; }
  .header-details dl .list-title,
  .header-details dl .list-details {
    float: left;
    width: 50%; }
  .header-details dl dt {
    color: #666;
    font-weight: 400;
    margin-bottom: 5px; }
  .header-details dl dd {
    color: #2C3E50;
    font-weight: 500;
    margin-bottom: 5px; }

.cart-icon::before {
  margin-bottom: 0 !important;
  width: 50px; }

.page-header {
  background-color: false;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  z-index: 12; }

.header.content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 11; }
  .header.content::after, .header.content::before {
    display: none; }

.logo a {
  position: relative;
  z-index: 5; }

.logo img {
  display: block; }

.page-print .logo {
  float: none; }

.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px; }

.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15; }

.message.global p {
  margin: 0; }

.message.global.noscript, .message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-family: "Ionicons";
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fbddad;
  color: #666666;
  margin: 0; }

.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 20;
  text-align: center; }
  .message.global.cookie .actions {
    margin-top: 10px; }

.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-family: "Ionicons";
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fbddad;
  color: #666666;
  margin-bottom: 0;
  text-align: center; }

.page-footer {
  background-color: #f1f2f2;
  margin-top: auto; }

.footer .products-column {
  float: left;
  width: 50%; }
  .footer .products-column ul {
    columns: 3; }

.footer .footer-columns:before, .footer .footer-columns:after {
  content: '';
  display: table; }

.footer .footer-columns:after {
  clear: both; }

.footer .footer-columns h2 {
  color: #026BB7;
  font-weight: 500;
  font-size: 16px;
  margin: 20px 0;
  text-transform: uppercase; }

.footer .footer-columns ul li {
  font-size: 12px;
  padding: 10px 0; }
  .footer .footer-columns ul li a {
    cursor: pointer; }

.footer .how-to-buy-column,
.footer .info-column {
  float: left;
  width: 25%; }

.footer .bottom-column {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding: 20px 0;
  width: 100%;
  overflow: hidden; }
  .footer .bottom-column ul li {
    display: inline-block;
    padding-right: 20px; }
  .footer .bottom-column .social-links {
    float: left; }
    .footer .bottom-column .social-links li {
      padding-right: 30px; }
    .footer .bottom-column .social-links a {
      font-size: 30px; }
  .footer .bottom-column .bottom-links {
    float: left;
    margin: 13px 30px; }
  .footer .bottom-column .logo {
    float: right;
    margin-bottom: 0;
    margin-top: 8px; }

.footer.content {
  padding-top: 15px; }
  .footer.content .links > li {
    margin: 0 0 8px; }
  .footer.content .switcher-store {
    margin: 0 0 30px; }

.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0; }

.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px; }
  .page-header .switcher .options,
  .page-footer .switcher .options {
    display: inline-block;
    position: relative; }
    .page-header .switcher .options:before, .page-header .switcher .options:after,
    .page-footer .switcher .options:before,
    .page-footer .switcher .options:after {
      content: '';
      display: table; }
    .page-header .switcher .options:after,
    .page-footer .switcher .options:after {
      clear: both; }
    .page-header .switcher .options .action.toggle,
    .page-footer .switcher .options .action.toggle {
      padding: 0;
      cursor: pointer;
      display: inline-block;
      text-decoration: none; }
      .page-header .switcher .options .action.toggle > span,
      .page-footer .switcher .options .action.toggle > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .page-header .switcher .options .action.toggle:after,
      .page-footer .switcher .options .action.toggle:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .page-header .switcher .options .action.toggle:hover:after,
      .page-footer .switcher .options .action.toggle:hover:after {
        color: inherit; }
      .page-header .switcher .options .action.toggle:active:after,
      .page-footer .switcher .options .action.toggle:active:after {
        color: inherit; }
      .page-header .switcher .options .action.toggle.active,
      .page-footer .switcher .options .action.toggle.active {
        display: inline-block;
        text-decoration: none; }
        .page-header .switcher .options .action.toggle.active > span,
        .page-footer .switcher .options .action.toggle.active > span {
          border: 0;
          clip: rect(0, 0, 0, 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        .page-header .switcher .options .action.toggle.active:after,
        .page-footer .switcher .options .action.toggle.active:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 22px;
          line-height: 22px;
          color: inherit;
          content: "";
          font-family: "icons-blank-theme";
          margin: 0;
          vertical-align: top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .page-header .switcher .options .action.toggle.active:hover:after,
        .page-footer .switcher .options .action.toggle.active:hover:after {
          color: inherit; }
        .page-header .switcher .options .action.toggle.active:active:after,
        .page-footer .switcher .options .action.toggle.active:active:after {
          color: inherit; }
    .page-header .switcher .options ul.dropdown,
    .page-footer .switcher .options ul.dropdown {
      margin: 0;
      padding: 0;
      list-style: none none;
      background: #fff;
      border: 1px solid #bbb;
      margin-top: 4px;
      min-width: 160px;
      z-index: 100;
      box-sizing: border-box;
      display: none;
      position: absolute;
      top: 100%;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
      .page-header .switcher .options ul.dropdown li,
      .page-footer .switcher .options ul.dropdown li {
        margin: 0;
        padding: 0; }
        .page-header .switcher .options ul.dropdown li:hover,
        .page-footer .switcher .options ul.dropdown li:hover {
          background: #e8e8e8;
          cursor: pointer; }
      .page-header .switcher .options ul.dropdown:before, .page-header .switcher .options ul.dropdown:after,
      .page-footer .switcher .options ul.dropdown:before,
      .page-footer .switcher .options ul.dropdown:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0; }
      .page-header .switcher .options ul.dropdown:before,
      .page-footer .switcher .options ul.dropdown:before {
        border: 6px solid;
        border-color: transparent transparent #fff transparent;
        z-index: 99; }
      .page-header .switcher .options ul.dropdown:after,
      .page-footer .switcher .options ul.dropdown:after {
        border: 7px solid;
        border-color: transparent transparent #bbb transparent;
        z-index: 98; }
      .page-header .switcher .options ul.dropdown:before,
      .page-footer .switcher .options ul.dropdown:before {
        left: 10px;
        top: -12px; }
      .page-header .switcher .options ul.dropdown:after,
      .page-footer .switcher .options ul.dropdown:after {
        left: 9px;
        top: -14px; }
    .page-header .switcher .options.active,
    .page-footer .switcher .options.active {
      overflow: visible; }
      .page-header .switcher .options.active ul.dropdown,
      .page-footer .switcher .options.active ul.dropdown {
        display: block; }
    .page-header .switcher .options ul.dropdown a,
    .page-footer .switcher .options ul.dropdown a {
      display: block;
      padding: 8px; }
      .page-header .switcher .options ul.dropdown a:hover,
      .page-footer .switcher .options ul.dropdown a:hover {
        text-decoration: none; }
  .page-header .switcher li,
  .page-footer .switcher li {
    font-size: 12px;
    margin: 0; }
  .page-header .switcher strong,
  .page-footer .switcher strong {
    font-weight: 400; }

.widget {
  clear: both; }

.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0; }

.ui-datepicker td {
  padding: 0; }

@media only screen and (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .menu-brands {
    max-width: 100%;
    padding-left: 100px !important; }
  .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%; }
    .page-wrapper > .breadcrumbs,
    .page-wrapper > .top-container,
    .page-wrapper > .widget {
      box-sizing: border-box;
      width: 100%; }
    .ie10 .page-wrapper,
    .ie11 .page-wrapper {
      height: 100%; }
  .navigation ul {
    padding: 0; }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto; }
    .header.panel > .header.links > li {
      display: inline-block;
      vertical-align: top; }
    .header.panel > .header.links > li {
      font-size: 14px;
      margin: 0 0 0 15px;
      vertical-align: middle; }
      .header.panel > .header.links > li.welcome,
      .header.panel > .header.links > li a {
        line-height: 1.4; }
      .header.panel > .header.links > li.welcome a {
        padding-left: 5px; }
      .header.panel > .header.links > li.authorization-link .action.secondary {
        min-width: auto;
        width: 162px; }
    .header.panel > .header.links .customer-name {
      color: #2C3E50;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      line-height: 20px; }
  .header.content {
    padding: 12px 20px; }
  .page-header {
    border: 0;
    margin-bottom: 0; }
    .page-header .panel.wrapper {
      border-bottom: 1px solid #e5e5e5;
      border-top: 1px solid #e5e5e5; }
    .page-header .header.panel {
      padding: 0 20px; }
    .page-header .header.navigation {
      float: left;
      width: auto;
      background-color: transparent; }
      .page-header .header.navigation .menu-items {
        display: inline-flex;
        align-items: center; }
        .page-header .header.navigation .menu-items .level-top {
          display: block;
          line-height: normal; }
          .page-header .header.navigation .menu-items .level-top .level-top {
            padding: 5px 2px;
            transition: .2s opacity; }
            .page-header .header.navigation .menu-items .level-top .level-top:hover {
              opacity: .8; }
    .page-header .switcher {
      display: inline-block; }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block; }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px; }
  .logo img {
    max-height: inherit;
    max-width: none;
    width: 100px; }
  .footer.content .block {
    float: right; }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top; }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top; }
  .footer .copyright:before, .footer .copyright:after {
    content: '';
    display: table; }
  .footer .copyright:after {
    clear: both; }
  .order-limit {
    border-left: 1px solid #e5e5e5;
    padding: 16px 5px 16px 15px; } }

.customer-welcome {
  margin-left: 15px;
  display: inline-block;
  position: relative; }
  .customer-welcome:before, .customer-welcome:after {
    content: '';
    display: table; }
  .customer-welcome:after {
    clear: both; }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .customer-welcome .action.switch > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .customer-welcome .action.switch:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .customer-welcome .action.switch:hover:after {
      color: inherit; }
    .customer-welcome .action.switch:active:after {
      color: inherit; }
    .customer-welcome .action.switch.active {
      display: inline-block;
      text-decoration: none; }
      .customer-welcome .action.switch.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .customer-welcome .action.switch.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .customer-welcome .action.switch.active:hover:after {
        color: inherit; }
      .customer-welcome .action.switch.active:active:after {
        color: inherit; }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .customer-welcome ul li {
      margin: 0;
      padding: 0; }
      .customer-welcome ul li:hover {
        background: none;
        cursor: pointer; }
    .customer-welcome ul:before, .customer-welcome ul:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .customer-welcome ul:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .customer-welcome ul:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .customer-welcome ul:before {
      right: 10px;
      top: -12px; }
    .customer-welcome ul:after {
      right: 9px;
      top: -14px; }
  .customer-welcome.active {
    overflow: visible; }
    .customer-welcome.active ul {
      display: block; }
  .customer-welcome .customer-name {
    border-left: 1px solid #e5e5e5;
    color: #2C3E50;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    padding: 16px 20px;
    text-transform: uppercase; }
    .customer-welcome .customer-name > span {
      display: inline-block;
      text-decoration: none; }
      .customer-welcome .customer-name > span:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        line-height: inherit;
        color: inherit;
        content: "";
        font-family: "Ionicons";
        margin: 0 10px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .customer-welcome .customer-name.active > span {
      display: inline-block;
      text-decoration: none; }
      .customer-welcome .customer-name.active > span:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        line-height: 14px;
        color: inherit;
        content: "";
        font-family: "Ionicons";
        margin: 0 0 0 10px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
  .customer-welcome .customer-menu {
    display: none; }
    .customer-welcome .customer-menu .header.links {
      padding: 10px; }
    .customer-welcome .customer-menu a.action {
      background: none;
      border: none;
      color: #2C3E50;
      font-size: 14px;
      font-weight: normal;
      text-transform: none; }
      .customer-welcome .customer-menu a.action span {
        padding: 0; }
      .customer-welcome .customer-menu a.action:hover span {
        color: #026BB7;
        text-decoration: underline; }
      .customer-welcome .customer-menu a.action:after {
        content: none; }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #2C3E50; }
    .customer-welcome .action.switch:focus, .customer-welcome .action.switch:active {
      background: none;
      border: none; }
    .customer-welcome .action.switch:hover {
      background: none;
      border: none; }
    .customer-welcome .action.switch.disabled, .customer-welcome .action.switch[disabled],
    fieldset[disabled] .customer-welcome .action.switch {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .customer-welcome .header.links {
    min-width: 175px; }
  .customer-welcome.active .action.switch:after {
    content: ""; }
  .customer-welcome.active .customer-menu {
    display: block; }
  .customer-welcome.active ul {
    position: absolute; }
  .customer-welcome .greet {
    display: none; }

.page-main > .page.messages {
  padding-left: 90px; }

.sections.nav-sections {
  background-color: transparent;
  border: 0;
  margin-bottom: 0; }
  .sections.nav-sections .ion-ios-home-outline {
    font-size: 30px;
    display: flex;
    align-items: center; }
  .sections.nav-sections .navigation {
    border-bottom: 2px solid #F1F2F2;
    background-color: transparent;
    padding: 0 20px;
    margin: initial;
    left: 80px; }
    .sections.nav-sections .navigation > ul {
      display: flex;
      width: 100%;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .sections.nav-sections .navigation > ul > li {
        display: inline-block;
        text-align: center; }
        .sections.nav-sections .navigation > ul > li:first-child {
          text-align: left; }
        .sections.nav-sections .navigation > ul > li:last-child {
          text-align: right; }
    .sections.nav-sections .navigation .level0.home a {
      padding-right: 0; }
    .sections.nav-sections .navigation .level0.has-active .level-top {
      border: 0; }
    .sections.nav-sections .navigation .level0.level-top {
      margin-right: 20px;
      padding: 0;
      border: 2px solid transparent;
      border-radius: 10px 10px 0 0;
      color: #2C3E50;
      display: flex;
      align-items: center;
      height: 40px; }
      .sections.nav-sections .navigation .level0.level-top > a.level-top {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0 20px; }
      .sections.nav-sections .navigation .level0.level-top::after {
        display: none; }
      .sections.nav-sections .navigation .level0.level-top.active > a.level-top {
        border: 0; }
      .sections.nav-sections .navigation .level0.level-top.ui-state-focus > a.level-top {
        position: relative; }
        .sections.nav-sections .navigation .level0.level-top.ui-state-focus > a.level-top::after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          position: absolute;
          z-index: 2;
          bottom: -1px;
          background: #ffffff; }
    .sections.nav-sections .navigation .level0 > .level-top {
      padding-left: 0;
      line-height: 40px; }
    .sections.nav-sections .navigation .level0 .ui-state-active + ul a.ui-state-focus {
      background: #e8e8e8;
      color: #026BB7; }
    .sections.nav-sections .navigation .level0:hover {
      border: 2px solid #026BB7; }
    .sections.nav-sections .navigation .level0.ui-state-focus {
      position: static;
      border: 2px solid #026BB7; }
      .sections.nav-sections .navigation .level0.ui-state-focus > ul.submenu {
        top: 38px;
        display: flex !important;
        margin-top: 0 !important;
        width: 100%;
        max-width: 1320px;
        flex-wrap: wrap;
        box-shadow: none;
        border: 0;
        border-top: 1px solid #026BB7;
        border-bottom: 1px solid #026BB7; }
        .sections.nav-sections .navigation .level0.ui-state-focus > ul.submenu::after, .sections.nav-sections .navigation .level0.ui-state-focus > ul.submenu::before {
          content: '';
          position: absolute;
          top: auto;
          width: 100%;
          height: 100%;
          margin: -1px 1px;
          border-top: 1px solid #026BB7;
          border-bottom: 1px solid #026BB7; }
        .sections.nav-sections .navigation .level0.ui-state-focus > ul.submenu::after {
          right: -100%; }
        .sections.nav-sections .navigation .level0.ui-state-focus > ul.submenu::before {
          left: -100%; }
    .sections.nav-sections .navigation .level0 .submenu li {
      text-align: left;
      position: relative;
      margin-bottom: 0; }
    .sections.nav-sections .navigation .level0 .submenu a {
      text-decoration: none;
      color: #2C3E50;
      border: 0; }
    .sections.nav-sections .navigation .level0.parent:after {
      content: ""; }
    .sections.nav-sections .navigation .level0 > .level1 {
      position: relative; }
      .sections.nav-sections .navigation .level0 > .level1 > a {
        padding-top: 18px;
        padding-bottom: 18px;
        text-decoration: none; }
      .sections.nav-sections .navigation .level0 > .level1.parent:after {
        position: absolute;
        right: 10px;
        top: 20px;
        content: ""; }
    .sections.nav-sections .navigation .level0 .level2 {
      position: absolute; }
      .sections.nav-sections .navigation .level0 .level2.parent:after {
        position: absolute;
        right: 10px;
        top: 10px;
        content: ""; }
      .sections.nav-sections .navigation .level0 .level2 > li {
        position: relative; }

.sections.nav-sections {
  position: relative;
  z-index: 11; }

.page-404, .login-redirect {
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 950px;
  margin: 0 auto; }
  .page-404 .bckg-text, .login-redirect .bckg-text {
    width: 100%;
    padding: 30px 20px;
    background-color: #f5f5f5;
    text-align: center;
    margin-top: 35px; }
    .page-404 .bckg-text span, .login-redirect .bckg-text span {
      font-size: 36px;
      letter-spacing: -0.060em;
      color: #232f3d;
      text-transform: uppercase; }
  .page-404 .smll-txt, .login-redirect .smll-txt {
    font-size: 24px;
    letter-spacing: -0.060em;
    color: #39434e;
    text-align: center;
    width: 100%;
    max-width: 750px;
    margin-top: 35px; }
  .page-404 .action, .login-redirect .action {
    margin-top: 30px; }

.full-page-width {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
  .full-page-width > div {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }

@media screen and (max-width: 768px) {
  .page-404, .login-redirect {
    padding-top: 100px; } }

@media screen and (max-width: 500px) {
  .page-404, .login-redirect {
    padding-top: 30px; }
    .page-404 .bckg-text span, .login-redirect .bckg-text span {
      font-size: 30px; }
    .page-404 .smll-txt, .login-redirect .smll-txt {
      font-size: 22px; }
    .page-404 .button, .login-redirect .button {
      font-size: 20px; } }

.cms-no-route .page-title-wrapper {
  display: none; }

.footer.content .footer-columns ul .block {
  margin: 0;
  float: none; }

.ie11 .minicart-information {
  display: block;
  width: 500px; }
  .ie11 .minicart-information .minicart-wrapper {
    display: inline-block; }
  .ie11 .minicart-information .cart-details,
  .ie11 .minicart-information .order-details {
    display: inline-block;
    width: 50%; }

.ie11 .cart-products-table .stateless-component {
  display: block; }
  .ie11 .cart-products-table .stateless-component input {
    max-width: 50px; }

.ie11 .investments .grid-list .open,
.ie11 .investments .grid-list .closed {
  height: 50px; }

.ie11 .investments .grid-list .cart-products-table .stateless-component {
  width: 100px; }

.ie11 .cart-products-table--listing .stateless-component {
  width: 80px; }

.ie11 .cart-products-table--listing .action.tocart {
  min-width: 230px; }

.ie11 .product-data .cart-products-table.offer .item-details__content {
  display: block; }

.ie11 .cart-products-table.cart-products-table--listing th:first-child,
.ie11 .cart-products-table.cart-products-table--listing td:first-child {
  width: 20%;
  max-width: 150px; }

.ie11 .search-form-component .search-form__autocomplete__item > a .search-form__product-descr {
  display: block; }

.ie-11 .product-data .cart-products-table.offer,
.ms-edge .product-data .cart-products-table.offer {
  table-layout: fixed; }

/**
 * @package   Rigips GIM/default
 * @author    Piotr Lewsza <plewsza@divante.pl>
 * @copyright 2020 Divante Sp. z o.o.
 * @license   See LICENSE_DIVANTE.txt for license details.
 */
.menu-brands {
  border-top: 1px solid #f6f6f6; }
  .menu-brands > div {
    display: flex;
    align-items: center;
    padding: 16px 20px 35px 0;
    flex-direction: column; }
  .menu-brands .header {
    font-size: 24px;
    font-weight: bold;
    color: #2C3E50; }
  .menu-brands h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem; }
  .menu-brands .brands {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    gap: 25px; }
    .menu-brands .brands .brand {
      padding: 0 10px; }
      .menu-brands .brands .brand a {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 72px;
        min-width: 190px;
        border: 1px solid #E5E5E5;
        border-radius: 10px; }
        .menu-brands .brands .brand a:hover {
          border: 1px solid #026BB7; }

/**
 * @package   Rigips GIM/default
 * @author    Piotr Lewsza <plewsza@divante.pl>
 * @copyright 2020 Divante Sp. z o.o.
 * @license   See LICENSE_DIVANTE.txt for license details.
 */
.orders-buttons {
  margin-left: auto; }
  .orders-buttons .row {
    margin-right: 16px; }
    .orders-buttons .row .action {
      width: 100%;
      max-width: 295px;
      min-width: 0;
      padding: 5px 20px;
      margin: 0;
      border-radius: 0;
      text-decoration: none;
      white-space: nowrap;
      font-size: 14px; }
      .orders-buttons .row .action i {
        font-size: 22px;
        margin-right: 5px; }

/**
 * @package   Rigips GIM/default
 * @author    Piotr Lewsza <plewsza@divante.pl>
 * @copyright 2020 Divante Sp. z o.o.
 * @license   See LICENSE_DIVANTE.txt for license details.
 */
.checkout-index-index .header.content {
  background: #026BB7; }
  .checkout-index-index .header.content .logo {
    display: none; }

.sales-advisers {
  width: 100%; }
  @media only screen and (max-width: 1219px) {
    .sales-advisers {
      flex-flow: wrap column; } }
  .sales-advisers .info .phone, .sales-advisers .info .email {
    font-size: 13px; }
  .sales-advisers .row {
    display: flex;
    flex-flow: wrap;
    gap: 2px 10px;
    width: 100%; }
    @media only screen and (min-width: 1220px) {
      .sales-advisers .row {
        width: 50%; } }
  .sales-advisers .header-row {
    color: #ffffff;
    width: 100%; }
  .sales-advisers .box {
    display: flex;
    align-items: center;
    padding: 4px 16px;
    background: #EDF2FB;
    border-radius: 4px;
    width: 100%; }
    .sales-advisers .box img {
      display: none; }
      @media only screen and (min-width: 768px) {
        .sales-advisers .box img {
          display: inline-block;
          height: 48px;
          width: 48px;
          border-radius: 50%;
          object-fit: cover;
          margin-right: 20px; } }
  .sales-advisers.sales-advisers--one {
    display: flex;
    align-items: flex-start;
    gap: 15px; }
    .sales-advisers.sales-advisers--one .row {
      flex-flow: wrap column; }
  .sales-advisers.sales-advisers--two {
    display: flex;
    align-items: flex-start;
    gap: 15px; }
    .sales-advisers.sales-advisers--two .box {
      width: calc((100% / 2) - 5px); }
  .sales-advisers.sales-advisers--three .box {
    width: calc((100% / 3) - 7px); }
  .sales-advisers.sales-advisers--three .row {
    margin-bottom: 10px;
    width: 100%; }
    .sales-advisers.sales-advisers--three .row:last-of-type {
      margin-bottom: 0; }
  .sales-advisers .type {
    flex: 1 1 auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    max-width: 180px;
    margin-right: 12px;
    color: #026BB7; }
  .sales-advisers ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    color: #2C3E50; }
    .sales-advisers ul li {
      margin-bottom: 0; }
    .sales-advisers ul .name {
      font-weight: 500;
      color: #026BB7;
      font-size: 15px; }
    .sales-advisers ul a {
      text-decoration: none;
      display: flex;
      align-items: center;
      color: #2C3E50;
      word-break: break-word; }
      .sales-advisers ul a span {
        margin-right: 5px; }
      .sales-advisers ul a .icon-custom-email {
        font-size: 12px; }

.sections.nav-sections nav.navigation .menu-item-has-brand {
  display: flex;
  justify-content: center;
  align-items: center; }

.my-credit-cards .status {
  font-style: italic; }

.my-credit-cards .action.delete {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #2C3E50;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }
  .my-credit-cards .action.delete:focus, .my-credit-cards .action.delete:active {
    background: none;
    border: none; }
  .my-credit-cards .action.delete:hover {
    background: none;
    border: none; }
  .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled],
  fieldset[disabled] .my-credit-cards .action.delete {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .my-credit-cards .action.delete:visited {
    color: #1979c3;
    text-decoration: none; }
  .my-credit-cards .action.delete:hover {
    color: #026BB7;
    text-decoration: underline; }
  .my-credit-cards .action.delete:active {
    color: #026BB7;
    text-decoration: underline; }
  .my-credit-cards .action.delete:hover {
    color: #026BB7; }
  .my-credit-cards .action.delete:hover, .my-credit-cards .action.delete:active, .my-credit-cards .action.delete:focus {
    background: none;
    border: 0; }
  .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled],
  fieldset[disabled] .my-credit-cards .action.delete {
    color: #2C3E50;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

.my-credit-cards-popup .modal-footer {
  text-align: right; }

.my-credit-cards-popup .action.secondary {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #2C3E50;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px; }
  .my-credit-cards-popup .action.secondary:focus, .my-credit-cards-popup .action.secondary:active {
    background: none;
    border: none; }
  .my-credit-cards-popup .action.secondary:hover {
    background: none;
    border: none; }
  .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled],
  fieldset[disabled] .my-credit-cards-popup .action.secondary {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .my-credit-cards-popup .action.secondary:visited {
    color: #1979c3;
    text-decoration: none; }
  .my-credit-cards-popup .action.secondary:hover {
    color: #026BB7;
    text-decoration: underline; }
  .my-credit-cards-popup .action.secondary:active {
    color: #026BB7;
    text-decoration: underline; }
  .my-credit-cards-popup .action.secondary:hover {
    color: #026BB7; }
  .my-credit-cards-popup .action.secondary:hover, .my-credit-cards-popup .action.secondary:active, .my-credit-cards-popup .action.secondary:focus {
    background: none;
    border: 0; }
  .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled],
  fieldset[disabled] .my-credit-cards-popup .action.secondary {
    color: #2C3E50;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none; }
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
      display: none; }
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
      display: block; }
  .my-credit-cards .card-type img {
    vertical-align: middle; } }

@media only screen and (min-width: 768px) {
  .my-credit-cards .card-type img {
    display: block; } }

.minilist .weee {
  display: table-row;
  font-size: 1.1rem; }
  .minilist .weee:before {
    display: none; }

.price-container.weee:before {
  display: none; }

.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: ""; }

.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1; }

.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0; }

.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1; }

.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0; }

.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1; }

.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px; }

.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0; }
  .account .table-wrapper .data.table.wishlist .box-tocart .qty {
    vertical-align: middle; }

.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%; }

.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px; }

.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px; }

.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0; }

.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px; }

.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top; }

.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700; }

.block-wishlist .product-item-name {
  margin-right: 25px; }

.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px; }

.products-grid.wishlist .product-item-name {
  margin-top: 0; }

.products-grid.wishlist .product-item .price-box {
  margin: 0; }

.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0; }

.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px; }
  .products-grid.wishlist .product-item-actions > *:last-child {
    margin-right: 0; }

.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px; }

@media only screen and (max-width: 639px) {
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #026BB7; }
    .products-grid.wishlist .product-item:first-child {
      border-top: 1px solid #026BB7; } }

@media only screen and (max-width: 767px) {
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px; }
    .products-grid.wishlist .product-item {
      padding: 20px 10px 20px 20px;
      position: relative; }
      .products-grid.wishlist .product-item-photo {
        float: left;
        margin-right: 20px; }
      .products-grid.wishlist .product-item-name {
        font-size: 1.6rem; }
      .products-grid.wishlist .product-item-actions {
        display: block; }
        .products-grid.wishlist .product-item-actions .action {
          margin-right: 15px; }
          .products-grid.wishlist .product-item-actions .action:last-child {
            margin-right: 0; }
          .products-grid.wishlist .product-item-actions .action.edit {
            float: left; }
          .products-grid.wishlist .product-item-actions .action.delete {
            float: right; }
          .products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete {
            margin-top: 7px; }
      .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description,
      .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip {
        margin-left: 95px; }
      .products-grid.wishlist .product-item .box-tocart {
        float: left;
        margin-right: 20px; }
        .products-grid.wishlist .product-item .box-tocart .stock {
          margin-top: 7px; }
      .products-grid.wishlist .product-item .giftregisty-dropdown,
      .products-grid.wishlist .product-item .field.qty {
        display: none; }
    .products-grid.wishlist .product-image-container {
      max-width: 80px; }
  .wishlist-index-index .product-item {
    width: 100%; }
    .wishlist-index-index .product-item-info {
      width: auto; } }

@media only screen and (min-width: 640px) {
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px; }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block; }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0; }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px; }
    .products-grid.wishlist .product-item .fieldset .field.qty .label {
      width: auto; }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0; }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0; }
  .wishlist-index-index .product-item-info {
    width: 240px; } }

@media only screen and (min-width: 1024px) {
  .wishlist-index-index .products-grid .product-items {
    margin: 0; }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%; }
    .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
      margin-left: 0; } }

.cms-page-view .page-main h2 {
  margin-bottom: 30px;
  margin-top: 25px; }

.cms-page-view .page-main h3,
.cms-page-view .page-main p {
  margin-bottom: 30px;
  margin-top: 26px;
  line-height: 1.7em; }

.cms-page-view .page-main ul,
.cms-page-view .page-main ul.bullet,
.cms-page-view .page-main ol {
  margin-bottom: 30px;
  margin-top: 25px; }

.cms-page-view .page-main ul {
  line-height: 2em;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0; }
  .cms-page-view .page-main ul li {
    padding-left: 20px;
    position: relative; }
    .cms-page-view .page-main ul li:before {
      content: "•";
      left: 0;
      position: absolute; }

.cms-page-view .page-main ul.hypen {
  padding: 0; }
  .cms-page-view .page-main ul.hypen > li:before {
    content: "-"; }

.cms-page-view .page-main ul.bullet {
  padding: 0; }
  .cms-page-view .page-main ul.bullet li::before {
    content: "•"; }

.cms-page-view .page-main ol {
  line-height: 2em;
  padding: 0 0 0 15px; }
  .cms-page-view .page-main ol li {
    list-style: inherit;
    padding-left: 10px; }
    .cms-page-view .page-main ol li ol {
      list-style-type: lower-alpha; }

.cms-index-index figure.banner {
  display: flex;
  align-items: center;
  justify-content: center; }

.cms-home .page-header .panel.wrapper > .panel.header {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1320px) {
    .cms-home .page-header .panel.wrapper > .panel.header {
      flex-flow: wrap;
      justify-content: center;
      padding-bottom: 10px;
      padding-left: 90px;
      padding-right: 10px; } }
  .cms-home .page-header .panel.wrapper > .panel.header > .header.links {
    display: flex;
    align-items: center;
    flex-flow: wrap; }
    @media only screen and (max-width: 1023px) {
      .cms-home .page-header .panel.wrapper > .panel.header > .header.links {
        order: 0;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0; } }
    @media screen and (max-width: 1320px) {
      .cms-home .page-header .panel.wrapper > .panel.header > .header.links {
        margin-left: 0;
        justify-content: center;
        padding: 0; } }
    @media only screen and (min-width: 1024px) {
      .cms-home .page-header .panel.wrapper > .panel.header > .header.links {
        min-width: 515px;
        justify-content: flex-end; } }
    .cms-home .page-header .panel.wrapper > .panel.header > .header.links > .authorization-link .action.secondary {
      min-width: auto;
      width: auto;
      padding-right: 0; }
    .cms-home .page-header .panel.wrapper > .panel.header > .header.links .customer-top > span {
      display: flex;
      flex-flow: wrap column; }

.cms-home .page-header .search-form-component {
  max-width: 500px;
  margin-left: auto; }
  .cms-home .page-header .search-form-component .actions .action.search {
    height: 40px; }
  .cms-home .page-header .search-form-component .field.search input {
    height: 40px; }
  .cms-home .page-header .search-form-component .btn-close {
    height: 42px; }
  @media screen and (max-width: 1320px) {
    .cms-home .page-header .search-form-component {
      margin-left: 0;
      order: 3; } }

.cms-home .page-header .minicart-wrapper .action.showcart {
  width: auto;
  height: 40px; }

@media screen and (max-width: 1320px) {
  .cms-home .page-header .minicart-wrapper {
    order: 3; } }

.cms-home .page-header .navigation.header {
  margin-left: 0;
  float: none;
  background-color: transparent; }
  .cms-home .page-header .navigation.header .menu-items {
    display: inline-flex;
    align-items: center;
    padding: 8px 0; }
    .cms-home .page-header .navigation.header .menu-items > .level-top {
      margin-right: 15px; }
      .cms-home .page-header .navigation.header .menu-items > .level-top .level-top {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #2C3E50;
        border-radius: 5px;
        min-height: 40px;
        margin-right: 0;
        background-color: white;
        box-shadow: 1px 1px 1px rgba(48, 63, 78, 0.25);
        transition: .3s ease-in-out;
        padding: 5px 12px; }
        .cms-home .page-header .navigation.header .menu-items > .level-top .level-top img {
          width: 62px;
          min-width: 62px; }
        .cms-home .page-header .navigation.header .menu-items > .level-top .level-top:hover {
          box-shadow: -1px -1px 2.5px rgba(48, 63, 78, 0.4), -1px -1px 2.5px rgba(48, 63, 78, 0.3) inset;
          transition: .3s ease-in-out; }
  @media only screen and (max-width: 1023px) {
    .cms-home .page-header .navigation.header {
      width: 100%;
      justify-content: center;
      flex-flow: wrap;
      margin-right: 0;
      order: 1; } }

.cms-home .page-main .homepage-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .cms-home .page-main .homepage-wrapper {
      flex-direction: column; } }
  .cms-home .page-main .homepage-wrapper .orders-buttons {
    margin: 25px 5px; }
    @media only screen and (max-width: 1023px) {
      .cms-home .page-main .homepage-wrapper .orders-buttons + .orders-buttons {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .cms-home .page-main .homepage-wrapper .orders-buttons {
        margin: 50px; } }
    @media only screen and (min-width: 1024px) {
      .cms-home .page-main .homepage-wrapper .orders-buttons {
        margin: 100px 50px; } }
    .cms-home .page-main .homepage-wrapper .orders-buttons > .row {
      margin: 0; }
      .cms-home .page-main .homepage-wrapper .orders-buttons > .row .action {
        padding: 10px 15px;
        font-size: 14px;
        max-width: none;
        font-weight: 400;
        text-transform: none;
        flex-direction: row-reverse;
        border-radius: 3px;
        color: #2C3E50;
        background: #ffd500;
        transition: .3s;
        width: auto; }
        .cms-home .page-main .homepage-wrapper .orders-buttons > .row .action.btn-history {
          color: #fff;
          background: #2c3e50; }
        .cms-home .page-main .homepage-wrapper .orders-buttons > .row .action:hover {
          transition: .3s;
          color: #fff;
          background: #026BB7; }
        .cms-home .page-main .homepage-wrapper .orders-buttons > .row .action i {
          font-size: 24px;
          margin-right: 0;
          margin-left: 8px; }
        @media only screen and (min-width: 768px) {
          .cms-home .page-main .homepage-wrapper .orders-buttons > .row .action {
            padding: 15px 30px;
            font-size: 20px; }
            .cms-home .page-main .homepage-wrapper .orders-buttons > .row .action i {
              font-size: 40px;
              margin-left: 15px; } }

@media only screen and (max-width: 767px) {
  .cms-home .page-main .columns .column.main {
    padding-left: 80px; } }

.navigation.header {
  display: flex;
  align-items: center;
  margin-right: 5px; }
  .navigation.header .menu-items-desc {
    margin-bottom: 0;
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
    color: #2c3e50; }

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .navigation.header .menu-items-desc {
    display: none; } }

.banners-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  max-width: 1200px;
  gap: 15px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto; }
  .banners-wrapper .banner {
    width: 100%; }
    .banners-wrapper .banner[data-modal-id] img {
      cursor: pointer; }
    .banners-wrapper .banner img {
      display: block; }
  @media only screen and (min-width: 640px) {
    .banners-wrapper {
      margin-bottom: 70px;
      gap: 30px; }
      .banners-wrapper .banner {
        width: calc(50% - 15px); } }

.modals-wrapper .banner-modal-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  left: 0; }
  .modals-wrapper .banner-modal-wrapper .modal-inner-wrap {
    background-color: transparent;
    width: auto;
    position: relative;
    overflow: visible;
    height: auto;
    min-height: auto !important; }
    .modals-wrapper .banner-modal-wrapper .modal-inner-wrap .modal-header {
      padding: 0; }
      .modals-wrapper .banner-modal-wrapper .modal-inner-wrap .modal-header .action-close {
        z-index: 1;
        cursor: pointer;
        position: absolute;
        top: -20px;
        right: -20px;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #2C3E50; }
        .modals-wrapper .banner-modal-wrapper .modal-inner-wrap .modal-header .action-close:before {
          overflow: visible;
          color: #ffffff;
          font-size: 40px; }
    .modals-wrapper .banner-modal-wrapper .modal-inner-wrap .modal-footer {
      display: none; }
    .modals-wrapper .banner-modal-wrapper .modal-inner-wrap .modal-content {
      padding: 0; }
      .modals-wrapper .banner-modal-wrapper .modal-inner-wrap .modal-content .banner-modal img {
        box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
        display: block; }

.uikit-index-index .page-main {
  margin-top: 100px; }

.ui-guide * {
  box-sizing: border-box; }

.ui-guide a.hover {
  text-decoration: underline; }
  .ui-guide a.hover:active {
    text-decoration: none; }

.ui-guide a.active {
  color: #2C3E50;
  text-decoration: none; }
  .ui-guide a.active:hover {
    color: #2C3E50;
    text-decoration: underline; }

.ui-guide .color-blocks {
  display: flex;
  flex-wrap: wrap; }
  .ui-guide .color-blocks .display-flex {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  .ui-guide .color-blocks .color-block {
    margin-bottom: 50px;
    width: 20%;
    padding-right: 15px; }
  .ui-guide .color-blocks .color {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 50%; }

.ui-guide .row {
  position: relative;
  margin: 20px -20px; }
  .ui-guide .row:before, .ui-guide .row:after {
    content: '';
    display: table; }
  .ui-guide .row:after {
    clear: both; }

.ui-guide .col-4 {
  width: 33.33333%;
  float: left;
  padding: 0 20px; }

.ui-guide .col-6 {
  width: 50%;
  float: left;
  padding: 0 20px;
  margin-bottom: 40px; }

.ui-guide .sub-title {
  color: #fff;
  background-color: #2C3E50;
  font-weight: 300;
  padding: 5px;
  text-transform: uppercase;
  display: inline-block; }

.ui-guide h1.sub-title {
  display: block; }

.ui-guide .ui-icon {
  float: left;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 10px 20px; }
  .ui-guide .ui-icon i {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center; }

.ui-guide .ion, .ui-guide .ionicons,
.ui-guide .ion-alert:before,
.ui-guide .ion-alert-circled:before,
.ui-guide .ion-android-add:before,
.ui-guide .ion-android-add-circle:before,
.ui-guide .ion-android-alarm-clock:before,
.ui-guide .ion-android-alert:before,
.ui-guide .ion-android-apps:before,
.ui-guide .ion-android-archive:before,
.ui-guide .ion-android-arrow-back:before,
.ui-guide .ion-android-arrow-down:before,
.ui-guide .ion-android-arrow-dropdown:before,
.ui-guide .ion-android-arrow-dropdown-circle:before,
.ui-guide .ion-android-arrow-dropleft:before,
.ui-guide .ion-android-arrow-dropleft-circle:before,
.ui-guide .ion-android-arrow-dropright:before,
.ui-guide .ion-android-arrow-dropright-circle:before,
.ui-guide .ion-android-arrow-dropup:before,
.ui-guide .ion-android-arrow-dropup-circle:before,
.ui-guide .ion-android-arrow-forward:before,
.ui-guide .ion-android-arrow-up:before,
.ui-guide .ion-android-attach:before,
.ui-guide .ion-android-bar:before,
.ui-guide .ion-android-bicycle:before,
.ui-guide .ion-android-boat:before,
.ui-guide .ion-android-bookmark:before,
.ui-guide .ion-android-bulb:before,
.ui-guide .ion-android-bus:before,
.ui-guide .ion-android-calendar:before,
.ui-guide .ion-android-call:before,
.ui-guide .ion-android-camera:before,
.ui-guide .ion-android-cancel:before,
.ui-guide .ion-android-car:before,
.ui-guide .ion-android-cart:before,
.ui-guide .ion-android-chat:before,
.ui-guide .ion-android-checkbox:before,
.ui-guide .ion-android-checkbox-blank:before,
.ui-guide .ion-android-checkbox-outline:before,
.ui-guide .ion-android-checkbox-outline-blank:before,
.ui-guide .ion-android-checkmark-circle:before,
.ui-guide .ion-android-clipboard:before,
.ui-guide .ion-android-close:before,
.ui-guide .ion-android-cloud:before,
.ui-guide .ion-android-cloud-circle:before,
.ui-guide .ion-android-cloud-done:before,
.ui-guide .ion-android-cloud-outline:before,
.ui-guide .ion-android-color-palette:before,
.ui-guide .ion-android-compass:before,
.ui-guide .ion-android-contact:before,
.ui-guide .ion-android-contacts:before,
.ui-guide .ion-android-contract:before,
.ui-guide .ion-android-create:before,
.ui-guide .ion-android-delete:before,
.ui-guide .ion-android-desktop:before,
.ui-guide .ion-android-document:before,
.ui-guide .ion-android-done:before,
.ui-guide .ion-android-done-all:before,
.ui-guide .ion-android-download:before,
.ui-guide .ion-android-drafts:before,
.ui-guide .ion-android-exit:before,
.ui-guide .ion-android-expand:before,
.ui-guide .ion-android-favorite:before,
.ui-guide .ion-android-favorite-outline:before,
.ui-guide .ion-android-film:before,
.ui-guide .ion-android-folder:before,
.ui-guide .ion-android-folder-open:before,
.ui-guide .ion-android-funnel:before,
.ui-guide .ion-android-globe:before,
.ui-guide .ion-android-hand:before,
.ui-guide .ion-android-hangout:before,
.ui-guide .ion-android-happy:before,
.ui-guide .ion-android-home:before,
.ui-guide .ion-android-image:before,
.ui-guide .ion-android-laptop:before,
.ui-guide .ion-android-list:before,
.ui-guide .ion-android-locate:before,
.ui-guide .ion-android-lock:before,
.ui-guide .ion-android-mail:before,
.ui-guide .ion-android-map:before,
.ui-guide .ion-android-menu:before,
.ui-guide .ion-android-microphone:before,
.ui-guide .ion-android-microphone-off:before,
.ui-guide .ion-android-more-horizontal:before,
.ui-guide .ion-android-more-vertical:before,
.ui-guide .ion-android-navigate:before,
.ui-guide .ion-android-notifications:before,
.ui-guide .ion-android-notifications-none:before,
.ui-guide .ion-android-notifications-off:before,
.ui-guide .ion-android-open:before,
.ui-guide .ion-android-options:before,
.ui-guide .ion-android-people:before,
.ui-guide .ion-android-person:before,
.ui-guide .ion-android-person-add:before,
.ui-guide .ion-android-phone-landscape:before,
.ui-guide .ion-android-phone-portrait:before,
.ui-guide .ion-android-pin:before,
.ui-guide .ion-android-plane:before,
.ui-guide .ion-android-playstore:before,
.ui-guide .ion-android-print:before,
.ui-guide .ion-android-radio-button-off:before,
.ui-guide .ion-android-radio-button-on:before,
.ui-guide .ion-android-refresh:before,
.ui-guide .ion-android-remove:before,
.ui-guide .ion-android-remove-circle:before,
.ui-guide .ion-android-restaurant:before,
.ui-guide .ion-android-sad:before,
.ui-guide .ion-android-search:before,
.ui-guide .ion-android-send:before,
.ui-guide .ion-android-settings:before,
.ui-guide .ion-android-share:before,
.ui-guide .ion-android-share-alt:before,
.ui-guide .ion-android-star:before,
.ui-guide .ion-android-star-half:before,
.ui-guide .ion-android-star-outline:before,
.ui-guide .ion-android-stopwatch:before,
.ui-guide .ion-android-subway:before,
.ui-guide .ion-android-sunny:before,
.ui-guide .ion-android-sync:before,
.ui-guide .ion-android-textsms:before,
.ui-guide .ion-android-time:before,
.ui-guide .ion-android-train:before,
.ui-guide .ion-android-unlock:before,
.ui-guide .ion-android-upload:before,
.ui-guide .ion-android-volume-down:before,
.ui-guide .ion-android-volume-mute:before,
.ui-guide .ion-android-volume-off:before,
.ui-guide .ion-android-volume-up:before,
.ui-guide .ion-android-walk:before,
.ui-guide .ion-android-warning:before,
.ui-guide .ion-android-watch:before,
.ui-guide .ion-android-wifi:before,
.ui-guide .ion-aperture:before,
.ui-guide .ion-archive:before,
.ui-guide .ion-arrow-down-a:before,
.ui-guide .ion-arrow-down-b:before,
.ui-guide .ion-arrow-down-c:before,
.ui-guide .ion-arrow-expand:before,
.ui-guide .ion-arrow-graph-down-left:before,
.ui-guide .ion-arrow-graph-down-right:before,
.ui-guide .ion-arrow-graph-up-left:before,
.ui-guide .ion-arrow-graph-up-right:before,
.ui-guide .ion-arrow-left-a:before,
.ui-guide .ion-arrow-left-b:before,
.ui-guide .ion-arrow-left-c:before,
.ui-guide .ion-arrow-move:before,
.ui-guide .ion-arrow-resize:before,
.ui-guide .ion-arrow-return-left:before,
.ui-guide .ion-arrow-return-right:before,
.ui-guide .ion-arrow-right-a:before,
.ui-guide .ion-arrow-right-b:before,
.ui-guide .ion-arrow-right-c:before,
.ui-guide .ion-arrow-shrink:before,
.ui-guide .ion-arrow-swap:before,
.ui-guide .ion-arrow-up-a:before,
.ui-guide .ion-arrow-up-b:before,
.ui-guide .ion-arrow-up-c:before,
.ui-guide .ion-asterisk:before,
.ui-guide .ion-at:before,
.ui-guide .ion-backspace:before,
.ui-guide .ion-backspace-outline:before,
.ui-guide .ion-bag:before,
.ui-guide .ion-battery-charging:before,
.ui-guide .ion-battery-empty:before,
.ui-guide .ion-battery-full:before,
.ui-guide .ion-battery-half:before,
.ui-guide .ion-battery-low:before,
.ui-guide .ion-beaker:before,
.ui-guide .ion-beer:before,
.ui-guide .ion-bluetooth:before,
.ui-guide .ion-bonfire:before,
.ui-guide .ion-bookmark:before,
.ui-guide .ion-bowtie:before,
.ui-guide .ion-briefcase:before,
.ui-guide .ion-bug:before,
.ui-guide .ion-calculator:before,
.ui-guide .ion-calendar:before,
.ui-guide .ion-camera:before,
.ui-guide .ion-card:before,
.ui-guide .ion-cash:before,
.ui-guide .ion-chatbox:before,
.ui-guide .ion-chatbox-working:before,
.ui-guide .ion-chatboxes:before,
.ui-guide .ion-chatbubble:before,
.ui-guide .ion-chatbubble-working:before,
.ui-guide .ion-chatbubbles:before,
.ui-guide .ion-checkmark:before,
.ui-guide .ion-checkmark-circled:before,
.ui-guide .ion-checkmark-round:before,
.ui-guide .ion-chevron-down:before,
.ui-guide .ion-chevron-left:before,
.ui-guide .ion-chevron-right:before, .ui-guide .sidebar-nav__dropdown__figure:before,
.ui-guide .ion-chevron-up:before,
.ui-guide .ion-clipboard:before,
.ui-guide .ion-clock:before,
.ui-guide .ion-close:before,
.ui-guide .ion-close-circled:before,
.ui-guide .ion-close-round:before,
.ui-guide .ion-closed-captioning:before,
.ui-guide .ion-cloud:before,
.ui-guide .ion-code:before,
.ui-guide .ion-code-download:before,
.ui-guide .ion-code-working:before,
.ui-guide .ion-coffee:before,
.ui-guide .ion-compass:before,
.ui-guide .ion-compose:before,
.ui-guide .ion-connection-bars:before,
.ui-guide .ion-contrast:before,
.ui-guide .ion-crop:before,
.ui-guide .ion-cube:before,
.ui-guide .ion-disc:before,
.ui-guide .ion-document:before,
.ui-guide .ion-document-text:before,
.ui-guide .ion-drag:before,
.ui-guide .ion-earth:before,
.ui-guide .ion-easel:before,
.ui-guide .ion-edit:before,
.ui-guide .ion-egg:before,
.ui-guide .ion-eject:before,
.ui-guide .ion-email:before,
.ui-guide .ion-email-unread:before,
.ui-guide .ion-erlenmeyer-flask:before,
.ui-guide .ion-erlenmeyer-flask-bubbles:before,
.ui-guide .ion-eye:before,
.ui-guide .ion-eye-disabled:before,
.ui-guide .ion-female:before,
.ui-guide .ion-filing:before,
.ui-guide .ion-film-marker:before,
.ui-guide .ion-fireball:before,
.ui-guide .ion-flag:before,
.ui-guide .ion-flame:before,
.ui-guide .ion-flash:before,
.ui-guide .ion-flash-off:before,
.ui-guide .ion-folder:before,
.ui-guide .ion-fork:before,
.ui-guide .ion-fork-repo:before,
.ui-guide .ion-forward:before,
.ui-guide .ion-funnel:before,
.ui-guide .ion-gear-a:before,
.ui-guide .ion-gear-b:before,
.ui-guide .ion-grid:before,
.ui-guide .ion-hammer:before,
.ui-guide .ion-happy:before,
.ui-guide .ion-happy-outline:before,
.ui-guide .ion-headphone:before,
.ui-guide .ion-heart:before,
.ui-guide .ion-heart-broken:before,
.ui-guide .ion-help:before,
.ui-guide .ion-help-buoy:before,
.ui-guide .ion-help-circled:before,
.ui-guide .ion-home:before,
.ui-guide .ion-icecream:before,
.ui-guide .ion-image:before,
.ui-guide .ion-images:before,
.ui-guide .ion-information:before,
.ui-guide .ion-information-circled:before,
.ui-guide .ion-ionic:before,
.ui-guide .ion-ios-alarm:before,
.ui-guide .ion-ios-alarm-outline:before,
.ui-guide .ion-ios-albums:before,
.ui-guide .ion-ios-albums-outline:before,
.ui-guide .ion-ios-americanfootball:before,
.ui-guide .ion-ios-americanfootball-outline:before,
.ui-guide .ion-ios-analytics:before,
.ui-guide .ion-ios-analytics-outline:before,
.ui-guide .ion-ios-arrow-back:before,
.ui-guide .ion-ios-arrow-down:before, .ui-guide .wickedpicker__controls__control-down:before,
.ui-guide .ion-ios-arrow-forward:before,
.ui-guide .ion-ios-arrow-left:before,
.ui-guide .ion-ios-arrow-right:before,
.ui-guide .ion-ios-arrow-thin-down:before,
.ui-guide .ion-ios-arrow-thin-left:before,
.ui-guide .ion-ios-arrow-thin-right:before,
.ui-guide .ion-ios-arrow-thin-up:before,
.ui-guide .ion-ios-arrow-up:before, .ui-guide .wickedpicker__controls__control-up:before,
.ui-guide .ion-ios-at:before,
.ui-guide .ion-ios-at-outline:before,
.ui-guide .ion-ios-barcode:before,
.ui-guide .ion-ios-barcode-outline:before,
.ui-guide .ion-ios-baseball:before,
.ui-guide .ion-ios-baseball-outline:before,
.ui-guide .ion-ios-basketball:before,
.ui-guide .ion-ios-basketball-outline:before,
.ui-guide .ion-ios-bell:before,
.ui-guide .ion-ios-bell-outline:before,
.ui-guide .ion-ios-body:before,
.ui-guide .ion-ios-body-outline:before,
.ui-guide .ion-ios-bolt:before,
.ui-guide .ion-ios-bolt-outline:before,
.ui-guide .ion-ios-book:before,
.ui-guide .ion-ios-book-outline:before,
.ui-guide .ion-ios-bookmarks:before,
.ui-guide .ion-ios-bookmarks-outline:before,
.ui-guide .ion-ios-box:before,
.ui-guide .ion-ios-box-outline:before,
.ui-guide .ion-ios-briefcase:before,
.ui-guide .ion-ios-briefcase-outline:before,
.ui-guide .ion-ios-browsers:before,
.ui-guide .ion-ios-browsers-outline:before,
.ui-guide .ion-ios-calculator:before,
.ui-guide .ion-ios-calculator-outline:before,
.ui-guide .ion-ios-calendar:before,
.ui-guide .ion-ios-calendar-outline:before,
.ui-guide .ion-ios-camera:before,
.ui-guide .ion-ios-camera-outline:before,
.ui-guide .ion-ios-cart:before,
.ui-guide .ion-ios-cart-outline:before,
.ui-guide .ion-ios-chatboxes:before,
.ui-guide .ion-ios-chatboxes-outline:before,
.ui-guide .ion-ios-chatbubble:before,
.ui-guide .ion-ios-chatbubble-outline:before,
.ui-guide .ion-ios-checkmark:before,
.ui-guide .ion-ios-checkmark-empty:before,
.ui-guide .ion-ios-checkmark-outline:before,
.ui-guide .ion-ios-circle-filled:before,
.ui-guide .ion-ios-circle-outline:before,
.ui-guide .ion-ios-clock:before,
.ui-guide .ion-ios-clock-outline:before,
.ui-guide .ion-ios-close:before,
.ui-guide .ion-ios-close-empty:before,
.ui-guide .ion-ios-close-outline:before,
.ui-guide .ion-ios-cloud:before,
.ui-guide .ion-ios-cloud-download:before,
.ui-guide .ion-ios-cloud-download-outline:before,
.ui-guide .ion-ios-cloud-outline:before,
.ui-guide .ion-ios-cloud-upload:before,
.ui-guide .ion-ios-cloud-upload-outline:before,
.ui-guide .ion-ios-cloudy:before,
.ui-guide .ion-ios-cloudy-night:before,
.ui-guide .ion-ios-cloudy-night-outline:before,
.ui-guide .ion-ios-cloudy-outline:before,
.ui-guide .ion-ios-cog:before,
.ui-guide .ion-ios-cog-outline:before,
.ui-guide .ion-ios-color-filter:before,
.ui-guide .ion-ios-color-filter-outline:before,
.ui-guide .ion-ios-color-wand:before,
.ui-guide .ion-ios-color-wand-outline:before,
.ui-guide .ion-ios-compose:before,
.ui-guide .ion-ios-compose-outline:before,
.ui-guide .ion-ios-contact:before,
.ui-guide .ion-ios-contact-outline:before,
.ui-guide .ion-ios-copy:before,
.ui-guide .ion-ios-copy-outline:before,
.ui-guide .ion-ios-crop:before,
.ui-guide .ion-ios-crop-strong:before,
.ui-guide .ion-ios-download:before,
.ui-guide .ion-ios-download-outline:before,
.ui-guide .ion-ios-drag:before,
.ui-guide .ion-ios-email:before,
.ui-guide .ion-ios-email-outline:before,
.ui-guide .ion-ios-eye:before,
.ui-guide .ion-ios-eye-outline:before,
.ui-guide .ion-ios-fastforward:before,
.ui-guide .ion-ios-fastforward-outline:before,
.ui-guide .ion-ios-filing:before,
.ui-guide .ion-ios-filing-outline:before,
.ui-guide .ion-ios-film:before,
.ui-guide .ion-ios-film-outline:before,
.ui-guide .ion-ios-flag:before,
.ui-guide .ion-ios-flag-outline:before,
.ui-guide .ion-ios-flame:before,
.ui-guide .ion-ios-flame-outline:before,
.ui-guide .ion-ios-flask:before,
.ui-guide .ion-ios-flask-outline:before,
.ui-guide .ion-ios-flower:before,
.ui-guide .ion-ios-flower-outline:before,
.ui-guide .ion-ios-folder:before,
.ui-guide .ion-ios-folder-outline:before,
.ui-guide .ion-ios-football:before,
.ui-guide .ion-ios-football-outline:before,
.ui-guide .ion-ios-game-controller-a:before,
.ui-guide .ion-ios-game-controller-a-outline:before,
.ui-guide .ion-ios-game-controller-b:before,
.ui-guide .ion-ios-game-controller-b-outline:before,
.ui-guide .ion-ios-gear:before,
.ui-guide .ion-ios-gear-outline:before,
.ui-guide .ion-ios-glasses:before,
.ui-guide .ion-ios-glasses-outline:before,
.ui-guide .ion-ios-grid-view:before,
.ui-guide .ion-ios-grid-view-outline:before,
.ui-guide .ion-ios-heart:before,
.ui-guide .ion-ios-heart-outline:before,
.ui-guide .ion-ios-help:before,
.ui-guide .ion-ios-help-empty:before,
.ui-guide .ion-ios-help-outline:before,
.ui-guide .ion-ios-home:before,
.ui-guide .ion-ios-home-outline:before,
.ui-guide .ion-ios-infinite:before,
.ui-guide .ion-ios-infinite-outline:before,
.ui-guide .ion-ios-information:before,
.ui-guide .ion-ios-information-empty:before,
.ui-guide .ion-ios-information-outline:before,
.ui-guide .ion-ios-ionic-outline:before,
.ui-guide .ion-ios-keypad:before,
.ui-guide .ion-ios-keypad-outline:before,
.ui-guide .ion-ios-lightbulb:before,
.ui-guide .ion-ios-lightbulb-outline:before,
.ui-guide .ion-ios-list:before,
.ui-guide .ion-ios-list-outline:before,
.ui-guide .ion-ios-location:before,
.ui-guide .ion-ios-location-outline:before,
.ui-guide .ion-ios-locked:before,
.ui-guide .ion-ios-locked-outline:before,
.ui-guide .ion-ios-loop:before,
.ui-guide .ion-ios-loop-strong:before,
.ui-guide .ion-ios-medical:before,
.ui-guide .ion-ios-medical-outline:before,
.ui-guide .ion-ios-medkit:before,
.ui-guide .ion-ios-medkit-outline:before,
.ui-guide .ion-ios-mic:before,
.ui-guide .ion-ios-mic-off:before,
.ui-guide .ion-ios-mic-outline:before,
.ui-guide .ion-ios-minus:before,
.ui-guide .ion-ios-minus-empty:before,
.ui-guide .ion-ios-minus-outline:before,
.ui-guide .ion-ios-monitor:before,
.ui-guide .ion-ios-monitor-outline:before,
.ui-guide .ion-ios-moon:before,
.ui-guide .ion-ios-moon-outline:before,
.ui-guide .ion-ios-more:before,
.ui-guide .ion-ios-more-outline:before,
.ui-guide .ion-ios-musical-note:before,
.ui-guide .ion-ios-musical-notes:before,
.ui-guide .ion-ios-navigate:before,
.ui-guide .ion-ios-navigate-outline:before,
.ui-guide .ion-ios-nutrition:before,
.ui-guide .ion-ios-nutrition-outline:before,
.ui-guide .ion-ios-paper:before,
.ui-guide .ion-ios-paper-outline:before,
.ui-guide .ion-ios-paperplane:before,
.ui-guide .ion-ios-paperplane-outline:before,
.ui-guide .ion-ios-partlysunny:before,
.ui-guide .ion-ios-partlysunny-outline:before,
.ui-guide .ion-ios-pause:before,
.ui-guide .ion-ios-pause-outline:before,
.ui-guide .ion-ios-paw:before,
.ui-guide .ion-ios-paw-outline:before,
.ui-guide .ion-ios-people:before,
.ui-guide .ion-ios-people-outline:before,
.ui-guide .ion-ios-person:before,
.ui-guide .ion-ios-person-outline:before,
.ui-guide .ion-ios-personadd:before,
.ui-guide .ion-ios-personadd-outline:before,
.ui-guide .ion-ios-photos:before,
.ui-guide .ion-ios-photos-outline:before,
.ui-guide .ion-ios-pie:before,
.ui-guide .ion-ios-pie-outline:before,
.ui-guide .ion-ios-pint:before,
.ui-guide .ion-ios-pint-outline:before,
.ui-guide .ion-ios-play:before,
.ui-guide .ion-ios-play-outline:before,
.ui-guide .ion-ios-plus:before,
.ui-guide .ion-ios-plus-empty:before,
.ui-guide .ion-ios-plus-outline:before,
.ui-guide .ion-ios-pricetag:before,
.ui-guide .ion-ios-pricetag-outline:before,
.ui-guide .ion-ios-pricetags:before,
.ui-guide .ion-ios-pricetags-outline:before,
.ui-guide .ion-ios-printer:before,
.ui-guide .ion-ios-printer-outline:before,
.ui-guide .ion-ios-pulse:before,
.ui-guide .ion-ios-pulse-strong:before,
.ui-guide .ion-ios-rainy:before,
.ui-guide .ion-ios-rainy-outline:before,
.ui-guide .ion-ios-recording:before,
.ui-guide .ion-ios-recording-outline:before,
.ui-guide .ion-ios-redo:before,
.ui-guide .ion-ios-redo-outline:before,
.ui-guide .ion-ios-refresh:before,
.ui-guide .ion-ios-refresh-empty:before,
.ui-guide .ion-ios-refresh-outline:before,
.ui-guide .ion-ios-reload:before,
.ui-guide .ion-ios-reverse-camera:before,
.ui-guide .ion-ios-reverse-camera-outline:before,
.ui-guide .ion-ios-rewind:before,
.ui-guide .ion-ios-rewind-outline:before,
.ui-guide .ion-ios-rose:before,
.ui-guide .ion-ios-rose-outline:before,
.ui-guide .ion-ios-search:before,
.ui-guide .ion-ios-search-strong:before,
.ui-guide .ion-ios-settings:before,
.ui-guide .ion-ios-settings-strong:before,
.ui-guide .ion-ios-shuffle:before,
.ui-guide .ion-ios-shuffle-strong:before,
.ui-guide .ion-ios-skipbackward:before,
.ui-guide .ion-ios-skipbackward-outline:before,
.ui-guide .ion-ios-skipforward:before,
.ui-guide .ion-ios-skipforward-outline:before,
.ui-guide .ion-ios-snowy:before,
.ui-guide .ion-ios-speedometer:before,
.ui-guide .ion-ios-speedometer-outline:before,
.ui-guide .ion-ios-star:before,
.ui-guide .ion-ios-star-half:before,
.ui-guide .ion-ios-star-outline:before,
.ui-guide .ion-ios-stopwatch:before,
.ui-guide .ion-ios-stopwatch-outline:before,
.ui-guide .ion-ios-sunny:before,
.ui-guide .ion-ios-sunny-outline:before,
.ui-guide .ion-ios-telephone:before,
.ui-guide .ion-ios-telephone-outline:before,
.ui-guide .ion-ios-tennisball:before,
.ui-guide .ion-ios-tennisball-outline:before,
.ui-guide .ion-ios-thunderstorm:before,
.ui-guide .ion-ios-thunderstorm-outline:before,
.ui-guide .ion-ios-time:before,
.ui-guide .ion-ios-time-outline:before,
.ui-guide .ion-ios-timer:before,
.ui-guide .ion-ios-timer-outline:before,
.ui-guide .ion-ios-toggle:before,
.ui-guide .ion-ios-toggle-outline:before,
.ui-guide .ion-ios-trash:before,
.ui-guide .ion-ios-trash-outline:before,
.ui-guide .ion-ios-undo:before,
.ui-guide .ion-ios-undo-outline:before,
.ui-guide .ion-ios-unlocked:before,
.ui-guide .ion-ios-unlocked-outline:before,
.ui-guide .ion-ios-upload:before,
.ui-guide .ion-ios-upload-outline:before,
.ui-guide .ion-ios-videocam:before,
.ui-guide .ion-ios-videocam-outline:before,
.ui-guide .ion-ios-volume-high:before,
.ui-guide .ion-ios-volume-low:before,
.ui-guide .ion-ios-wineglass:before,
.ui-guide .ion-ios-wineglass-outline:before,
.ui-guide .ion-ios-world:before,
.ui-guide .ion-ios-world-outline:before,
.ui-guide .ion-ipad:before,
.ui-guide .ion-iphone:before,
.ui-guide .ion-ipod:before,
.ui-guide .ion-jet:before,
.ui-guide .ion-key:before,
.ui-guide .ion-knife:before,
.ui-guide .ion-laptop:before,
.ui-guide .ion-leaf:before,
.ui-guide .ion-levels:before,
.ui-guide .ion-lightbulb:before,
.ui-guide .ion-link:before,
.ui-guide .ion-load-a:before,
.ui-guide .ion-load-b:before,
.ui-guide .ion-load-c:before,
.ui-guide .ion-load-d:before,
.ui-guide .ion-location:before,
.ui-guide .ion-lock-combination:before,
.ui-guide .ion-locked:before,
.ui-guide .ion-log-in:before,
.ui-guide .ion-log-out:before,
.ui-guide .ion-loop:before,
.ui-guide .ion-magnet:before,
.ui-guide .ion-male:before,
.ui-guide .ion-man:before,
.ui-guide .ion-map:before,
.ui-guide .ion-medkit:before,
.ui-guide .ion-merge:before,
.ui-guide .ion-mic-a:before,
.ui-guide .ion-mic-b:before,
.ui-guide .ion-mic-c:before,
.ui-guide .ion-minus:before,
.ui-guide .ion-minus-circled:before,
.ui-guide .ion-minus-round:before, .ui-guide .spinner-input button:first-child:before, .spinner-input .ui-guide button:first-child:before, .ui-guide .spinner-input .cart.table-wrapper .actions-toolbar > .action:first-child:before, .spinner-input .cart.table-wrapper .ui-guide .actions-toolbar > .action:first-child:before, .ui-guide .cart.table-wrapper .spinner-input .actions-toolbar > .action:first-child:before, .cart.table-wrapper .spinner-input .ui-guide .actions-toolbar > .action:first-child:before, .ui-guide .spinner-input .action-gift:first-child:before, .spinner-input .ui-guide .action-gift:first-child:before, .ui-guide .listing .spinner-input button:first-child:before, .listing .spinner-input .ui-guide button:first-child:before,
.ui-guide .ion-model-s:before,
.ui-guide .ion-monitor:before,
.ui-guide .ion-more:before,
.ui-guide .ion-mouse:before,
.ui-guide .ion-music-note:before,
.ui-guide .ion-navicon:before,
.ui-guide .ion-navicon-round:before,
.ui-guide .ion-navigate:before,
.ui-guide .ion-network:before,
.ui-guide .ion-no-smoking:before,
.ui-guide .ion-nuclear:before,
.ui-guide .ion-outlet:before,
.ui-guide .ion-paintbrush:before,
.ui-guide .ion-paintbucket:before,
.ui-guide .ion-paper-airplane:before,
.ui-guide .ion-paperclip:before,
.ui-guide .ion-pause:before,
.ui-guide .ion-person:before,
.ui-guide .ion-person-add:before,
.ui-guide .ion-person-stalker:before,
.ui-guide .ion-pie-graph:before,
.ui-guide .ion-pin:before,
.ui-guide .ion-pinpoint:before,
.ui-guide .ion-pizza:before,
.ui-guide .ion-plane:before,
.ui-guide .ion-planet:before,
.ui-guide .ion-play:before,
.ui-guide .ion-playstation:before,
.ui-guide .ion-plus:before,
.ui-guide .ion-plus-circled:before,
.ui-guide .ion-plus-round:before, .ui-guide .spinner-input button:last-child:before, .spinner-input .ui-guide button:last-child:before, .ui-guide .spinner-input .cart.table-wrapper .actions-toolbar > .action:last-child:before, .spinner-input .cart.table-wrapper .ui-guide .actions-toolbar > .action:last-child:before, .ui-guide .cart.table-wrapper .spinner-input .actions-toolbar > .action:last-child:before, .cart.table-wrapper .spinner-input .ui-guide .actions-toolbar > .action:last-child:before, .ui-guide .spinner-input .action-gift:last-child:before, .spinner-input .ui-guide .action-gift:last-child:before, .ui-guide .listing .spinner-input button:last-child:before, .listing .spinner-input .ui-guide button:last-child:before,
.ui-guide .ion-podium:before,
.ui-guide .ion-pound:before,
.ui-guide .ion-power:before,
.ui-guide .ion-pricetag:before,
.ui-guide .ion-pricetags:before,
.ui-guide .ion-printer:before,
.ui-guide .ion-pull-request:before,
.ui-guide .ion-qr-scanner:before,
.ui-guide .ion-quote:before,
.ui-guide .ion-radio-waves:before,
.ui-guide .ion-record:before,
.ui-guide .ion-refresh:before,
.ui-guide .ion-reply:before,
.ui-guide .ion-reply-all:before,
.ui-guide .ion-ribbon-a:before,
.ui-guide .ion-ribbon-b:before,
.ui-guide .ion-sad:before,
.ui-guide .ion-sad-outline:before,
.ui-guide .ion-scissors:before,
.ui-guide .ion-search:before,
.ui-guide .ion-settings:before,
.ui-guide .ion-share:before,
.ui-guide .ion-shuffle:before,
.ui-guide .ion-skip-backward:before,
.ui-guide .ion-skip-forward:before,
.ui-guide .ion-social-android:before,
.ui-guide .ion-social-android-outline:before,
.ui-guide .ion-social-angular:before,
.ui-guide .ion-social-angular-outline:before,
.ui-guide .ion-social-apple:before,
.ui-guide .ion-social-apple-outline:before,
.ui-guide .ion-social-bitcoin:before,
.ui-guide .ion-social-bitcoin-outline:before,
.ui-guide .ion-social-buffer:before,
.ui-guide .ion-social-buffer-outline:before,
.ui-guide .ion-social-chrome:before,
.ui-guide .ion-social-chrome-outline:before,
.ui-guide .ion-social-codepen:before,
.ui-guide .ion-social-codepen-outline:before,
.ui-guide .ion-social-css3:before,
.ui-guide .ion-social-css3-outline:before,
.ui-guide .ion-social-designernews:before,
.ui-guide .ion-social-designernews-outline:before,
.ui-guide .ion-social-dribbble:before,
.ui-guide .ion-social-dribbble-outline:before,
.ui-guide .ion-social-dropbox:before,
.ui-guide .ion-social-dropbox-outline:before,
.ui-guide .ion-social-euro:before,
.ui-guide .ion-social-euro-outline:before,
.ui-guide .ion-social-facebook:before,
.ui-guide .ion-social-facebook-outline:before,
.ui-guide .ion-social-foursquare:before,
.ui-guide .ion-social-foursquare-outline:before,
.ui-guide .ion-social-freebsd-devil:before,
.ui-guide .ion-social-github:before,
.ui-guide .ion-social-github-outline:before,
.ui-guide .ion-social-google:before,
.ui-guide .ion-social-google-outline:before,
.ui-guide .ion-social-googleplus:before,
.ui-guide .ion-social-googleplus-outline:before,
.ui-guide .ion-social-hackernews:before,
.ui-guide .ion-social-hackernews-outline:before,
.ui-guide .ion-social-html5:before,
.ui-guide .ion-social-html5-outline:before,
.ui-guide .ion-social-instagram:before,
.ui-guide .ion-social-instagram-outline:before,
.ui-guide .ion-social-javascript:before,
.ui-guide .ion-social-javascript-outline:before,
.ui-guide .ion-social-linkedin:before,
.ui-guide .ion-social-linkedin-outline:before,
.ui-guide .ion-social-markdown:before,
.ui-guide .ion-social-nodejs:before,
.ui-guide .ion-social-octocat:before,
.ui-guide .ion-social-pinterest:before,
.ui-guide .ion-social-pinterest-outline:before,
.ui-guide .ion-social-python:before,
.ui-guide .ion-social-reddit:before,
.ui-guide .ion-social-reddit-outline:before,
.ui-guide .ion-social-rss:before,
.ui-guide .ion-social-rss-outline:before,
.ui-guide .ion-social-sass:before,
.ui-guide .ion-social-skype:before,
.ui-guide .ion-social-skype-outline:before,
.ui-guide .ion-social-snapchat:before,
.ui-guide .ion-social-snapchat-outline:before,
.ui-guide .ion-social-tumblr:before,
.ui-guide .ion-social-tumblr-outline:before,
.ui-guide .ion-social-tux:before,
.ui-guide .ion-social-twitch:before,
.ui-guide .ion-social-twitch-outline:before,
.ui-guide .ion-social-twitter:before,
.ui-guide .ion-social-twitter-outline:before,
.ui-guide .ion-social-usd:before,
.ui-guide .ion-social-usd-outline:before,
.ui-guide .ion-social-vimeo:before,
.ui-guide .ion-social-vimeo-outline:before,
.ui-guide .ion-social-whatsapp:before,
.ui-guide .ion-social-whatsapp-outline:before,
.ui-guide .ion-social-windows:before,
.ui-guide .ion-social-windows-outline:before,
.ui-guide .ion-social-wordpress:before,
.ui-guide .ion-social-wordpress-outline:before,
.ui-guide .ion-social-yahoo:before,
.ui-guide .ion-social-yahoo-outline:before,
.ui-guide .ion-social-yen:before,
.ui-guide .ion-social-yen-outline:before,
.ui-guide .ion-social-youtube:before,
.ui-guide .ion-social-youtube-outline:before,
.ui-guide .ion-soup-can:before,
.ui-guide .ion-soup-can-outline:before,
.ui-guide .ion-speakerphone:before,
.ui-guide .ion-speedometer:before,
.ui-guide .ion-spoon:before,
.ui-guide .ion-star:before,
.ui-guide .ion-stats-bars:before,
.ui-guide .ion-steam:before,
.ui-guide .ion-stop:before,
.ui-guide .ion-thermometer:before,
.ui-guide .ion-thumbsdown:before,
.ui-guide .ion-thumbsup:before,
.ui-guide .ion-toggle:before,
.ui-guide .ion-toggle-filled:before,
.ui-guide .ion-transgender:before,
.ui-guide .ion-trash-a:before,
.ui-guide .ion-trash-b:before,
.ui-guide .ion-trophy:before,
.ui-guide .ion-tshirt:before,
.ui-guide .ion-tshirt-outline:before,
.ui-guide .ion-umbrella:before,
.ui-guide .ion-university:before,
.ui-guide .ion-unlocked:before,
.ui-guide .ion-upload:before,
.ui-guide .ion-usb:before,
.ui-guide .ion-videocamera:before,
.ui-guide .ion-volume-high:before,
.ui-guide .ion-volume-low:before,
.ui-guide .ion-volume-medium:before,
.ui-guide .ion-volume-mute:before,
.ui-guide .ion-wand:before,
.ui-guide .ion-waterdrop:before,
.ui-guide .ion-wifi:before,
.ui-guide .ion-wineglass:before,
.ui-guide .ion-woman:before,
.ui-guide .ion-wrench:before,
.ui-guide .ion-xbox:before, .ui-guide .sections.nav-sections .navigation .level0.parent:after, .sections.nav-sections .navigation .ui-guide .level0.parent:after, .ui-guide .sections.nav-sections .navigation .level0 > .level1.parent:after, .sections.nav-sections .navigation .ui-guide .level0 > .level1.parent:after, .ui-guide .sections.nav-sections .navigation .level0 .level2.parent:after, .sections.nav-sections .navigation .level0 .ui-guide .level2.parent:after {
  font-size: 32px; }

.ui-guide .control.spinner-input {
  width: 30%; }
  .ui-guide .control.spinner-input button, .ui-guide .control.spinner-input .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .ui-guide .control.spinner-input .actions-toolbar > .action, .ui-guide .control.spinner-input .action-gift {
    display: inline-block;
    margin: 0; }
  .ui-guide .control.spinner-input button::before, .ui-guide .control.spinner-input .cart.table-wrapper .actions-toolbar > .action::before, .cart.table-wrapper .ui-guide .control.spinner-input .actions-toolbar > .action::before, .ui-guide .control.spinner-input .action-gift::before,
  .ui-guide .control.spinner-input button::after,
  .ui-guide .control.spinner-input .cart.table-wrapper .actions-toolbar > .action::after,
  .cart.table-wrapper .ui-guide .control.spinner-input .actions-toolbar > .action::after,
  .ui-guide .control.spinner-input .action-gift::after {
    font-size: 12px; }

.ui-row:before, .ui-row:after {
  content: '';
  display: table; }

.ui-row:after {
  clear: both; }

.ui-title span {
  background-color: #fff; }

.ui-scrollbar {
  height: 300px;
  overflow: auto;
  width: 150px; }

.color-secondary {
  color: #026BB7; }

.icons-list {
  list-style: none;
  overflow: auto;
  padding: 0;
  margin: 0; }
  .icons-list li {
    float: left;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px 20px; }
  .icons-list span {
    font-size: 30px; }

.login-redirect-index .page-main {
  display: grid; }

.sidebar .block-addbysku .fieldset {
  margin: 0; }
  .sidebar .block-addbysku .fieldset .fields {
    position: relative; }
    .sidebar .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top; }
      .sidebar .block-addbysku .fieldset .fields .field.sku {
        margin-right: -85px;
        padding-right: 90px;
        width: 100%; }
      .sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
        width: 80px; }
    .sidebar .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      right: 0;
      top: 6px; }

.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
    text-align: left; }
    .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
      width: auto; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
    float: none;
    text-align: left; }

.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }
  .sidebar .block-addbysku .action.add > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    line-height: 40px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sidebar .block-addbysku .action.add:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.add:active:before {
    color: inherit; }

.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0; }

.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0; }

.sidebar .block-addbysku .action.remove {
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }
  .sidebar .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 40px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sidebar .block-addbysku .action.remove:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:active:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:focus, .sidebar .block-addbysku .action.remove:active {
    background: none;
    border: none; }
  .sidebar .block-addbysku .action.remove:hover {
    background: none;
    border: none; }
  .sidebar .block-addbysku .action.remove.disabled, .sidebar .block-addbysku .action.remove[disabled],
  fieldset[disabled] .sidebar .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block; }

.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px; }
  .block-banners .banner-item-content img,
  .block-banners-inline .banner-item-content img {
    display: block;
    margin: 0 auto; }

.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px; }

.block-product-link-inline.widget {
  margin: 0; }

.block.widget .product-item-info {
  width: auto; }

.block.widget .pager {
  padding: 0; }
  .block.widget .pager .toolbar-amount {
    float: none;
    font-size: 1.2rem; }
  .block.widget .pager .pages-item-previous {
    padding-left: 0; }
  .block.widget .pager .pages-item-next {
    position: relative; }
  .block.widget .pager .items {
    white-space: nowrap; }

@media only screen and (min-width: 640px) {
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333%; } }

@media only screen and (min-width: 768px) {
  .block.widget .products-grid .product-item {
    width: 33.33333%; }
    .sidebar .block.widget .products-grid .product-item {
      margin-left: 0;
      width: 100%; }
      .sidebar .block.widget .products-grid .product-item .actions-secondary {
        display: block;
        padding: 10px 0; }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%; }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%; } }

@media only screen and (min-width: 1024px) {
  .block.widget .products-grid .product-item {
    width: 20%; }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 5 * (100% / 6)) / 4);
    width: 16.66667%; }
    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
      margin-left: calc((100% - 5 * (100% / 6)) / 4); }
    .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
      margin-left: 0; }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%; }
  .block.widget .products-grid .product-items {
    margin: 0; }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%; }
    .block.widget .products-grid .product-item:nth-child(4n + 1) {
      margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0; }
    .sidebar .block.widget .pager .pages-item-next .action {
      margin: 0; } }

.columns .block-event {
  position: relative;
  z-index: 2; }

.block-event .block-content {
  position: relative; }
  .block-event .block-content > .action {
    cursor: pointer;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    z-index: 3; }
    .block-event .block-content > .action.backward, .block-event .block-content > .action.forward {
      opacity: 0.5;
      overflow: hidden;
      width: 20px;
      display: inline-block;
      text-decoration: none; }
      .block-event .block-content > .action.backward > span, .block-event .block-content > .action.forward > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 55px;
        line-height: 30px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
        margin-left: -15px; }
    .block-event .block-content > .action.backward {
      left: 0; }
    .block-event .block-content > .action.forward {
      right: 0; }
      .block-event .block-content > .action.forward:before {
        content: ""; }
      .block-event .block-content > .action.forward:before {
        margin-left: -20px; }
    .block-event .block-content > .action.inactive {
      cursor: default;
      display: none; }
    .block-event .block-content > .action:hover {
      opacity: 1; }

.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .block-event .slider-panel .slider {
    white-space: nowrap; }
    .block-event .slider-panel .slider .item {
      background: #f0f0f0;
      display: inline-block;
      text-align: center;
      vertical-align: top;
      white-space: normal;
      width: 16.35%; }
      .sidebar-main .block-event .slider-panel .slider .item,
      .sidebar-additional .block-event .slider-panel .slider .item {
        width: 100%; }
      .block-event .slider-panel .slider .item img {
        max-width: 100%; }
      .block-event .slider-panel .slider .item .category-name {
        display: inline-block;
        font-size: 1.8rem;
        padding: 15px 5px 0;
        word-break: break-all; }
      .block-event .slider-panel .slider .item .ticker {
        margin: 0;
        padding: 0;
        list-style: none none; }
        .block-event .slider-panel .slider .item .ticker li {
          display: none;
          margin: 0 5px; }
        .block-event .slider-panel .slider .item .ticker .value {
          font-size: 2.6rem;
          font-weight: 300; }
        .block-event .slider-panel .slider .item .ticker .label {
          display: block;
          font-size: 1.3rem; }
      .block-event .slider-panel .slider .item .dates {
        font-weight: 300; }
        .block-event .slider-panel .slider .item .dates .start,
        .block-event .slider-panel .slider .item .dates .end,
        .block-event .slider-panel .slider .item .dates .date {
          display: block; }
        .block-event .slider-panel .slider .item .dates .start:after {
          font-size: 1.8rem;
          content: '\2013';
          display: block; }
        .block-event .slider-panel .slider .item .dates .date {
          font-size: 1.8rem;
          font-weight: 300; }
        .block-event .slider-panel .slider .item .dates .time {
          font-size: 1.3rem; }
      .block-event .slider-panel .slider .item .box-event .box-content {
        padding: 5px 0 10px; }
      .block-event .slider-panel .slider .item .box-event .box-title {
        display: block;
        font-weight: 300;
        margin: 10px 0 0; }
      .block-event .slider-panel .slider .item .action.show {
        display: block;
        padding: 0; }
        .block-event .slider-panel .slider .item .action.show .category.name {
          display: inline-block;
          padding: 30px 10px 0; }
        .block-event .slider-panel .slider .item .action.show img {
          display: block; }
      .block-event .slider-panel .slider .item .action.event {
        background-image: none;
        background: #fff;
        border: 2px solid #2C3E50;
        color: #2C3E50;
        cursor: pointer;
        display: inline-block;
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        font-weight: 600;
        padding: 0 0 0 15px;
        font-size: 1.2rem;
        box-sizing: border-box;
        vertical-align: middle;
        margin-top: 15px; }
        .block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active {
          border: 2px solid #026BB7;
          color: #026BB7; }
        .block-event .slider-panel .slider .item .action.event:hover {
          background: #fff;
          border: 2px solid #026BB7;
          color: #026BB7; }
        .block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled],
        fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
        .block-event .slider-panel .slider .item .action.event:hover {
          text-decoration: none; }

.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px; }
  .links .block-static-block.widget, .links
  .block-cms-link.widget {
    margin-bottom: 0; }

.block-cms-link-inline.widget {
  margin: 0; }

.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0; }

.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px; }

.block-cms-hierarchy-link-inline.widget {
  margin: 0; }

.superorderer-bar {
  min-height: 38px;
  background-color: #e5202e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 13px;
  line-height: 1.25;
  padding: 0 10px 0 90px; }
  .superorderer-bar > div {
    padding: 5px 0; }
  @media screen and (min-width: 768px) {
    .superorderer-bar {
      padding-right: 20px;
      font-size: 15px; }
      .superorderer-bar__name {
        margin-left: 10px; }
      .superorderer-bar .action.secondary {
        margin-left: 10px; }
      .superorderer-bar .superorderer-btn {
        min-width: auto;
        display: flex;
        line-height: 1;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.2rem;
        border: 2px solid #2C3E50;
        padding: 10px;
        margin-left: 10px; }
        .superorderer-bar .superorderer-btn:after {
          line-height: 9px;
          font-size: 24px; }
      .superorderer-bar .superorderer-btn:hover {
        background: #026BB7;
        border: 2px solid #026BB7;
        color: #fff; }
      .superorderer-bar > div {
        display: flex;
        align-items: center;
        flex-flow: wrap; } }
  .superorderer-bar .action.secondary {
    min-width: auto;
    display: flex;
    padding: 5px 0 4px 5px;
    line-height: 1; }
    .superorderer-bar .action.secondary:after {
      line-height: 9px;
      font-size: 24px; }

.switch-modal .modal-inner-wrap {
  max-width: 1280px; }
  .switch-modal .modal-inner-wrap #switch-modal {
    display: none; }
  .switch-modal .modal-inner-wrap .switch-users__list {
    margin: 0;
    padding: 0; }
  .switch-modal .modal-inner-wrap .switch-users__user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    margin-bottom: 0; }
    .switch-modal .modal-inner-wrap .switch-users__user .switch-user-details {
      width: 80%; }
      .switch-modal .modal-inner-wrap .switch-users__user .switch-user-details-recipient {
        font-size: 1.4rem; }
    .switch-modal .modal-inner-wrap .switch-users__user:last-of-type {
      border-bottom: none; }
    .switch-modal .modal-inner-wrap .switch-users__user a.action {
      font-size: 14px;
      min-width: auto;
      padding: 12px 0 10px 15px;
      font-weight: normal; }
      .switch-modal .modal-inner-wrap .switch-users__user a.action:after {
        font-size: 30px;
        line-height: 20px; }

.searchbar-superorderer {
  display: flex;
  margin-bottom: 10px; }
  .searchbar-superorderer #search-assigned-customer-btn {
    margin-left: 10px; }

.block-search {
  float: none;
  width: 100%;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: 16px; }
  .block-search .block-content {
    margin-bottom: 0; }
  .block-search .field.search input {
    height: 50px;
    background: #F6F6F6;
    border: 0;
    width: 100%; }
  .block-search .block-title {
    display: none; }
  .block-search .autocomplete-list {
    background-color: white;
    border: 1px solid #F1F2F2; }
    .block-search .autocomplete-list dd {
      margin: 0;
      padding: 8px 16px;
      display: flex;
      justify-content: space-between; }
    .block-search .autocomplete-list dd:hover {
      background-color: #F6F6F6;
      cursor: pointer; }
    .block-search .autocomplete-list .title-term {
      display: none; }
    .block-search .autocomplete-list .qs-option-name {
      font-size: 16px;
      font-weight: bold; }
    .block-search .autocomplete-list .amount {
      color: #ccc; }

.actions .action.search:before {
  color: #797979;
  content: "\f4a5";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 28px;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  line-height: inherit;
  margin: inherit;
  overflow: hidden;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer; }

.actions .action.search {
  border: 0;
  display: inline-block;
  height: 40px;
  line-height: 24px;
  padding: 0;
  position: absolute;
  left: 0;
  text-decoration: none;
  top: 1px;
  width: 50px;
  border-radius: 0;
  background: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .actions .action.search:disabled {
    background: none; }
  .actions .action.search:hover {
    background: none !important; }

.field.search label.label {
  display: none; }

.input-text {
  padding-left: 40px !important;
  padding-right: 55px !important; }

.form.minisearch {
  position: relative; }

.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.panel.header .block-search {
  max-width: 500px; }
  .panel.header .block-search .field.search input {
    height: 40px; }

/*# sourceMappingURL=styles.css.map */
.uk-flex{display:flex}@font-face{font-family:'FontAwesome';src:url("../../frontend/Rigips/default/pl_PL/Aheadworks_Rbslider/fonts/fontawesome-webfont.woff2") format('woff2'),url("../../frontend/Rigips/default/pl_PL/Aheadworks_Rbslider/fonts/fontawesome-webfont.woff") format("woff"),url("../../frontend/Rigips/default/pl_PL/Aheadworks_Rbslider/fonts/fontawesome-webfont.ttf") format("truetype");font-weight:normal;font-style:normal}[class*='uk-icon-']{font-family:FontAwesome;display:inline-block;font-weight:normal;font-style:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*='uk-icon-'],[class*='uk-icon-']:hover,[class*='uk-icon-']:focus{text-decoration:none}.uk-icon-small{font-size:150%;vertical-align:-10%}.uk-icon-medium{font-size:200%;vertical-align:-16%}.uk-icon-large{font-size:250%;vertical-align:-22%}.uk-icon-justify{width:1em;text-align:center}.uk-icon-spin{display:inline-block;-webkit-animation:uk-rotate 2s infinite linear;animation:uk-rotate 2s infinite linear}.uk-icon-hover{color:#999}.uk-icon-hover:hover{color:#444}.uk-icon-button{box-sizing:border-box;display:inline-block;width:35px;height:35px;border-radius:100%;background:#eee;line-height:35px;color:#444;font-size:18px;text-align:center}.uk-icon-button:hover,.uk-icon-button:focus{background-color:#f5f5f5;color:#444;outline:none}.uk-icon-button:active{background-color:#ddd;color:#444}.uk-icon-glass:before{content:"\f000"}.uk-icon-music:before{content:"\f001"}.uk-icon-search:before{content:"\f002"}.uk-icon-envelope-o:before{content:"\f003"}.uk-icon-heart:before{content:"\f004"}.uk-icon-star:before{content:"\f005"}.uk-icon-star-o:before{content:"\f006"}.uk-icon-user:before{content:"\f007"}.uk-icon-film:before{content:"\f008"}.uk-icon-th-large:before{content:"\f009"}.uk-icon-th:before{content:"\f00a"}.uk-icon-th-list:before{content:"\f00b"}.uk-icon-check:before{content:"\f00c"}.uk-icon-remove:before,.uk-icon-close:before,.uk-icon-times:before{content:"\f00d"}.uk-icon-search-plus:before{content:"\f00e"}.uk-icon-search-minus:before{content:"\f010"}.uk-icon-power-off:before{content:"\f011"}.uk-icon-signal:before{content:"\f012"}.uk-icon-gear:before,.uk-icon-cog:before{content:"\f013"}.uk-icon-trash-o:before{content:"\f014"}.uk-icon-home:before{content:"\f015"}.uk-icon-file-o:before{content:"\f016"}.uk-icon-clock-o:before{content:"\f017"}.uk-icon-road:before{content:"\f018"}.uk-icon-download:before{content:"\f019"}.uk-icon-arrow-circle-o-down:before{content:"\f01a"}.uk-icon-arrow-circle-o-up:before{content:"\f01b"}.uk-icon-inbox:before{content:"\f01c"}.uk-icon-play-circle-o:before{content:"\f01d"}.uk-icon-rotate-right:before,.uk-icon-repeat:before{content:"\f01e"}.uk-icon-refresh:before{content:"\f021"}.uk-icon-list-alt:before{content:"\f022"}.uk-icon-lock:before{content:"\f023"}.uk-icon-flag:before{content:"\f024"}.uk-icon-headphones:before{content:"\f025"}.uk-icon-volume-off:before{content:"\f026"}.uk-icon-volume-down:before{content:"\f027"}.uk-icon-volume-up:before{content:"\f028"}.uk-icon-qrcode:before{content:"\f029"}.uk-icon-barcode:before{content:"\f02a"}.uk-icon-tag:before{content:"\f02b"}.uk-icon-tags:before{content:"\f02c"}.uk-icon-book:before{content:"\f02d"}.uk-icon-bookmark:before{content:"\f02e"}.uk-icon-print:before{content:"\f02f"}.uk-icon-camera:before{content:"\f030"}.uk-icon-font:before{content:"\f031"}.uk-icon-bold:before{content:"\f032"}.uk-icon-italic:before{content:"\f033"}.uk-icon-text-height:before{content:"\f034"}.uk-icon-text-width:before{content:"\f035"}.uk-icon-align-left:before{content:"\f036"}.uk-icon-align-center:before{content:"\f037"}.uk-icon-align-right:before{content:"\f038"}.uk-icon-align-justify:before{content:"\f039"}.uk-icon-list:before{content:"\f03a"}.uk-icon-dedent:before,.uk-icon-outdent:before{content:"\f03b"}.uk-icon-indent:before{content:"\f03c"}.uk-icon-video-camera:before{content:"\f03d"}.uk-icon-photo:before,.uk-icon-image:before,.uk-icon-picture-o:before{content:"\f03e"}.uk-icon-pencil:before{content:"\f040"}.uk-icon-map-marker:before{content:"\f041"}.uk-icon-adjust:before{content:"\f042"}.uk-icon-tint:before{content:"\f043"}.uk-icon-edit:before,.uk-icon-pencil-square-o:before{content:"\f044"}.uk-icon-share-square-o:before{content:"\f045"}.uk-icon-check-square-o:before{content:"\f046"}.uk-icon-arrows:before{content:"\f047"}.uk-icon-step-backward:before{content:"\f048"}.uk-icon-fast-backward:before{content:"\f049"}.uk-icon-backward:before{content:"\f04a"}.uk-icon-play:before{content:"\f04b"}.uk-icon-pause:before{content:"\f04c"}.uk-icon-stop:before{content:"\f04d"}.uk-icon-forward:before{content:"\f04e"}.uk-icon-fast-forward:before{content:"\f050"}.uk-icon-step-forward:before{content:"\f051"}.uk-icon-eject:before{content:"\f052"}.uk-icon-chevron-left:before{content:"\f053"}.uk-icon-chevron-right:before{content:"\f054"}.uk-icon-plus-circle:before{content:"\f055"}.uk-icon-minus-circle:before{content:"\f056"}.uk-icon-times-circle:before{content:"\f057"}.uk-icon-check-circle:before{content:"\f058"}.uk-icon-question-circle:before{content:"\f059"}.uk-icon-info-circle:before{content:"\f05a"}.uk-icon-crosshairs:before{content:"\f05b"}.uk-icon-times-circle-o:before{content:"\f05c"}.uk-icon-check-circle-o:before{content:"\f05d"}.uk-icon-ban:before{content:"\f05e"}.uk-icon-arrow-left:before{content:"\f060"}.uk-icon-arrow-right:before{content:"\f061"}.uk-icon-arrow-up:before{content:"\f062"}.uk-icon-arrow-down:before{content:"\f063"}.uk-icon-mail-forward:before,.uk-icon-share:before{content:"\f064"}.uk-icon-expand:before{content:"\f065"}.uk-icon-compress:before{content:"\f066"}.uk-icon-plus:before{content:"\f067"}.uk-icon-minus:before{content:"\f068"}.uk-icon-asterisk:before{content:"\f069"}.uk-icon-exclamation-circle:before{content:"\f06a"}.uk-icon-gift:before{content:"\f06b"}.uk-icon-leaf:before{content:"\f06c"}.uk-icon-fire:before{content:"\f06d"}.uk-icon-eye:before{content:"\f06e"}.uk-icon-eye-slash:before{content:"\f070"}.uk-icon-warning:before,.uk-icon-exclamation-triangle:before{content:"\f071"}.uk-icon-plane:before{content:"\f072"}.uk-icon-calendar:before{content:"\f073"}.uk-icon-random:before{content:"\f074"}.uk-icon-comment:before{content:"\f075"}.uk-icon-magnet:before{content:"\f076"}.uk-icon-chevron-up:before{content:"\f077"}.uk-icon-chevron-down:before{content:"\f078"}.uk-icon-retweet:before{content:"\f079"}.uk-icon-shopping-cart:before{content:"\f07a"}.uk-icon-folder:before{content:"\f07b"}.uk-icon-folder-open:before{content:"\f07c"}.uk-icon-arrows-v:before{content:"\f07d"}.uk-icon-arrows-h:before{content:"\f07e"}.uk-icon-bar-chart-o:before,.uk-icon-bar-chart:before{content:"\f080"}.uk-icon-twitter-square:before{content:"\f081"}.uk-icon-facebook-square:before{content:"\f082"}.uk-icon-camera-retro:before{content:"\f083"}.uk-icon-key:before{content:"\f084"}.uk-icon-gears:before,.uk-icon-cogs:before{content:"\f085"}.uk-icon-comments:before{content:"\f086"}.uk-icon-thumbs-o-up:before{content:"\f087"}.uk-icon-thumbs-o-down:before{content:"\f088"}.uk-icon-star-half:before{content:"\f089"}.uk-icon-heart-o:before{content:"\f08a"}.uk-icon-sign-out:before{content:"\f08b"}.uk-icon-linkedin-square:before{content:"\f08c"}.uk-icon-thumb-tack:before{content:"\f08d"}.uk-icon-external-link:before{content:"\f08e"}.uk-icon-sign-in:before{content:"\f090"}.uk-icon-trophy:before{content:"\f091"}.uk-icon-github-square:before{content:"\f092"}.uk-icon-upload:before{content:"\f093"}.uk-icon-lemon-o:before{content:"\f094"}.uk-icon-phone:before{content:"\f095"}.uk-icon-square-o:before{content:"\f096"}.uk-icon-bookmark-o:before{content:"\f097"}.uk-icon-phone-square:before{content:"\f098"}.uk-icon-twitter:before{content:"\f099"}.uk-icon-facebook-f:before,.uk-icon-facebook:before{content:"\f09a"}.uk-icon-github:before{content:"\f09b"}.uk-icon-unlock:before{content:"\f09c"}.uk-icon-credit-card:before{content:"\f09d"}.uk-icon-rss:before{content:"\f09e"}.uk-icon-hdd-o:before{content:"\f0a0"}.uk-icon-bullhorn:before{content:"\f0a1"}.uk-icon-bell:before{content:"\f0f3"}.uk-icon-certificate:before{content:"\f0a3"}.uk-icon-hand-o-right:before{content:"\f0a4"}.uk-icon-hand-o-left:before{content:"\f0a5"}.uk-icon-hand-o-up:before{content:"\f0a6"}.uk-icon-hand-o-down:before{content:"\f0a7"}.uk-icon-arrow-circle-left:before{content:"\f0a8"}.uk-icon-arrow-circle-right:before{content:"\f0a9"}.uk-icon-arrow-circle-up:before{content:"\f0aa"}.uk-icon-arrow-circle-down:before{content:"\f0ab"}.uk-icon-globe:before{content:"\f0ac"}.uk-icon-wrench:before{content:"\f0ad"}.uk-icon-tasks:before{content:"\f0ae"}.uk-icon-filter:before{content:"\f0b0"}.uk-icon-briefcase:before{content:"\f0b1"}.uk-icon-arrows-alt:before{content:"\f0b2"}.uk-icon-group:before,.uk-icon-users:before{content:"\f0c0"}.uk-icon-chain:before,.uk-icon-link:before{content:"\f0c1"}.uk-icon-cloud:before{content:"\f0c2"}.uk-icon-flask:before{content:"\f0c3"}.uk-icon-cut:before,.uk-icon-scissors:before{content:"\f0c4"}.uk-icon-copy:before,.uk-icon-files-o:before{content:"\f0c5"}.uk-icon-paperclip:before{content:"\f0c6"}.uk-icon-save:before,.uk-icon-floppy-o:before{content:"\f0c7"}.uk-icon-square:before{content:"\f0c8"}.uk-icon-navicon:before,.uk-icon-reorder:before,.uk-icon-bars:before{content:"\f0c9"}.uk-icon-list-ul:before{content:"\f0ca"}.uk-icon-list-ol:before{content:"\f0cb"}.uk-icon-strikethrough:before{content:"\f0cc"}.uk-icon-underline:before{content:"\f0cd"}.uk-icon-table:before{content:"\f0ce"}.uk-icon-magic:before{content:"\f0d0"}.uk-icon-truck:before{content:"\f0d1"}.uk-icon-pinterest:before{content:"\f0d2"}.uk-icon-pinterest-square:before{content:"\f0d3"}.uk-icon-google-plus-square:before{content:"\f0d4"}.uk-icon-google-plus:before{content:"\f0d5"}.uk-icon-money:before{content:"\f0d6"}.uk-icon-caret-down:before{content:"\f0d7"}.uk-icon-caret-up:before{content:"\f0d8"}.uk-icon-caret-left:before{content:"\f0d9"}.uk-icon-caret-right:before{content:"\f0da"}.uk-icon-columns:before{content:"\f0db"}.uk-icon-unsorted:before,.uk-icon-sort:before{content:"\f0dc"}.uk-icon-sort-down:before,.uk-icon-sort-desc:before{content:"\f0dd"}.uk-icon-sort-up:before,.uk-icon-sort-asc:before{content:"\f0de"}.uk-icon-envelope:before{content:"\f0e0"}.uk-icon-linkedin:before{content:"\f0e1"}.uk-icon-rotate-left:before,.uk-icon-undo:before{content:"\f0e2"}.uk-icon-legal:before,.uk-icon-gavel:before{content:"\f0e3"}.uk-icon-dashboard:before,.uk-icon-tachometer:before{content:"\f0e4"}.uk-icon-comment-o:before{content:"\f0e5"}.uk-icon-comments-o:before{content:"\f0e6"}.uk-icon-flash:before,.uk-icon-bolt:before{content:"\f0e7"}.uk-icon-sitemap:before{content:"\f0e8"}.uk-icon-umbrella:before{content:"\f0e9"}.uk-icon-paste:before,.uk-icon-clipboard:before{content:"\f0ea"}.uk-icon-lightbulb-o:before{content:"\f0eb"}.uk-icon-exchange:before{content:"\f0ec"}.uk-icon-cloud-download:before{content:"\f0ed"}.uk-icon-cloud-upload:before{content:"\f0ee"}.uk-icon-user-md:before{content:"\f0f0"}.uk-icon-stethoscope:before{content:"\f0f1"}.uk-icon-suitcase:before{content:"\f0f2"}.uk-icon-bell-o:before{content:"\f0a2"}.uk-icon-coffee:before{content:"\f0f4"}.uk-icon-cutlery:before{content:"\f0f5"}.uk-icon-file-text-o:before{content:"\f0f6"}.uk-icon-building-o:before{content:"\f0f7"}.uk-icon-hospital-o:before{content:"\f0f8"}.uk-icon-ambulance:before{content:"\f0f9"}.uk-icon-medkit:before{content:"\f0fa"}.uk-icon-fighter-jet:before{content:"\f0fb"}.uk-icon-beer:before{content:"\f0fc"}.uk-icon-h-square:before{content:"\f0fd"}.uk-icon-plus-square:before{content:"\f0fe"}.uk-icon-angle-double-left:before{content:"\f100"}.uk-icon-angle-double-right:before{content:"\f101"}.uk-icon-angle-double-up:before{content:"\f102"}.uk-icon-angle-double-down:before{content:"\f103"}.uk-icon-angle-left:before{content:"\f104"}.uk-icon-angle-right:before{content:"\f105"}.uk-icon-angle-up:before{content:"\f106"}.uk-icon-angle-down:before{content:"\f107"}.uk-icon-desktop:before{content:"\f108"}.uk-icon-laptop:before{content:"\f109"}.uk-icon-tablet:before{content:"\f10a"}.uk-icon-mobile-phone:before,.uk-icon-mobile:before{content:"\f10b"}.uk-icon-circle-o:before{content:"\f10c"}.uk-icon-quote-left:before{content:"\f10d"}.uk-icon-quote-right:before{content:"\f10e"}.uk-icon-spinner:before{content:"\f110"}.uk-icon-circle:before{content:"\f111"}.uk-icon-mail-reply:before,.uk-icon-reply:before{content:"\f112"}.uk-icon-github-alt:before{content:"\f113"}.uk-icon-folder-o:before{content:"\f114"}.uk-icon-folder-open-o:before{content:"\f115"}.uk-icon-smile-o:before{content:"\f118"}.uk-icon-frown-o:before{content:"\f119"}.uk-icon-meh-o:before{content:"\f11a"}.uk-icon-gamepad:before{content:"\f11b"}.uk-icon-keyboard-o:before{content:"\f11c"}.uk-icon-flag-o:before{content:"\f11d"}.uk-icon-flag-checkered:before{content:"\f11e"}.uk-icon-terminal:before{content:"\f120"}.uk-icon-code:before{content:"\f121"}.uk-icon-mail-reply-all:before,.uk-icon-reply-all:before{content:"\f122"}.uk-icon-star-half-empty:before,.uk-icon-star-half-full:before,.uk-icon-star-half-o:before{content:"\f123"}.uk-icon-location-arrow:before{content:"\f124"}.uk-icon-crop:before{content:"\f125"}.uk-icon-code-fork:before{content:"\f126"}.uk-icon-unlink:before,.uk-icon-chain-broken:before{content:"\f127"}.uk-icon-question:before{content:"\f128"}.uk-icon-info:before{content:"\f129"}.uk-icon-exclamation:before{content:"\f12a"}.uk-icon-superscript:before{content:"\f12b"}.uk-icon-subscript:before{content:"\f12c"}.uk-icon-eraser:before{content:"\f12d"}.uk-icon-puzzle-piece:before{content:"\f12e"}.uk-icon-microphone:before{content:"\f130"}.uk-icon-microphone-slash:before{content:"\f131"}.uk-icon-shield:before{content:"\f132"}.uk-icon-calendar-o:before{content:"\f133"}.uk-icon-fire-extinguisher:before{content:"\f134"}.uk-icon-rocket:before{content:"\f135"}.uk-icon-maxcdn:before{content:"\f136"}.uk-icon-chevron-circle-left:before{content:"\f137"}.uk-icon-chevron-circle-right:before{content:"\f138"}.uk-icon-chevron-circle-up:before{content:"\f139"}.uk-icon-chevron-circle-down:before{content:"\f13a"}.uk-icon-html5:before{content:"\f13b"}.uk-icon-css3:before{content:"\f13c"}.uk-icon-anchor:before{content:"\f13d"}.uk-icon-unlock-alt:before{content:"\f13e"}.uk-icon-bullseye:before{content:"\f140"}.uk-icon-ellipsis-h:before{content:"\f141"}.uk-icon-ellipsis-v:before{content:"\f142"}.uk-icon-rss-square:before{content:"\f143"}.uk-icon-play-circle:before{content:"\f144"}.uk-icon-ticket:before{content:"\f145"}.uk-icon-minus-square:before{content:"\f146"}.uk-icon-minus-square-o:before{content:"\f147"}.uk-icon-level-up:before{content:"\f148"}.uk-icon-level-down:before{content:"\f149"}.uk-icon-check-square:before{content:"\f14a"}.uk-icon-pencil-square:before{content:"\f14b"}.uk-icon-external-link-square:before{content:"\f14c"}.uk-icon-share-square:before{content:"\f14d"}.uk-icon-compass:before{content:"\f14e"}.uk-icon-toggle-down:before,.uk-icon-caret-square-o-down:before{content:"\f150"}.uk-icon-toggle-up:before,.uk-icon-caret-square-o-up:before{content:"\f151"}.uk-icon-toggle-right:before,.uk-icon-caret-square-o-right:before{content:"\f152"}.uk-icon-euro:before,.uk-icon-eur:before{content:"\f153"}.uk-icon-gbp:before{content:"\f154"}.uk-icon-dollar:before,.uk-icon-usd:before{content:"\f155"}.uk-icon-rupee:before,.uk-icon-inr:before{content:"\f156"}.uk-icon-cny:before,.uk-icon-rmb:before,.uk-icon-yen:before,.uk-icon-jpy:before{content:"\f157"}.uk-icon-ruble:before,.uk-icon-rouble:before,.uk-icon-rub:before{content:"\f158"}.uk-icon-won:before,.uk-icon-krw:before{content:"\f159"}.uk-icon-bitcoin:before,.uk-icon-btc:before{content:"\f15a"}.uk-icon-file:before{content:"\f15b"}.uk-icon-file-text:before{content:"\f15c"}.uk-icon-sort-alpha-asc:before{content:"\f15d"}.uk-icon-sort-alpha-desc:before{content:"\f15e"}.uk-icon-sort-amount-asc:before{content:"\f160"}.uk-icon-sort-amount-desc:before{content:"\f161"}.uk-icon-sort-numeric-asc:before{content:"\f162"}.uk-icon-sort-numeric-desc:before{content:"\f163"}.uk-icon-thumbs-up:before{content:"\f164"}.uk-icon-thumbs-down:before{content:"\f165"}.uk-icon-youtube-square:before{content:"\f166"}.uk-icon-youtube:before{content:"\f167"}.uk-icon-xing:before{content:"\f168"}.uk-icon-xing-square:before{content:"\f169"}.uk-icon-youtube-play:before{content:"\f16a"}.uk-icon-dropbox:before{content:"\f16b"}.uk-icon-stack-overflow:before{content:"\f16c"}.uk-icon-instagram:before{content:"\f16d"}.uk-icon-flickr:before{content:"\f16e"}.uk-icon-adn:before{content:"\f170"}.uk-icon-bitbucket:before{content:"\f171"}.uk-icon-bitbucket-square:before{content:"\f172"}.uk-icon-tumblr:before{content:"\f173"}.uk-icon-tumblr-square:before{content:"\f174"}.uk-icon-long-arrow-down:before{content:"\f175"}.uk-icon-long-arrow-up:before{content:"\f176"}.uk-icon-long-arrow-left:before{content:"\f177"}.uk-icon-long-arrow-right:before{content:"\f178"}.uk-icon-apple:before{content:"\f179"}.uk-icon-windows:before{content:"\f17a"}.uk-icon-android:before{content:"\f17b"}.uk-icon-linux:before{content:"\f17c"}.uk-icon-dribbble:before{content:"\f17d"}.uk-icon-skype:before{content:"\f17e"}.uk-icon-foursquare:before{content:"\f180"}.uk-icon-trello:before{content:"\f181"}.uk-icon-female:before{content:"\f182"}.uk-icon-male:before{content:"\f183"}.uk-icon-gittip:before,.uk-icon-gratipay:before{content:"\f184"}.uk-icon-sun-o:before{content:"\f185"}.uk-icon-moon-o:before{content:"\f186"}.uk-icon-archive:before{content:"\f187"}.uk-icon-bug:before{content:"\f188"}.uk-icon-vk:before{content:"\f189"}.uk-icon-weibo:before{content:"\f18a"}.uk-icon-renren:before{content:"\f18b"}.uk-icon-pagelines:before{content:"\f18c"}.uk-icon-stack-exchange:before{content:"\f18d"}.uk-icon-arrow-circle-o-right:before{content:"\f18e"}.uk-icon-arrow-circle-o-left:before{content:"\f190"}.uk-icon-toggle-left:before,.uk-icon-caret-square-o-left:before{content:"\f191"}.uk-icon-dot-circle-o:before{content:"\f192"}.uk-icon-wheelchair:before{content:"\f193"}.uk-icon-vimeo-square:before{content:"\f194"}.uk-icon-turkish-lira:before,.uk-icon-try:before{content:"\f195"}.uk-icon-plus-square-o:before{content:"\f196"}.uk-icon-space-shuttle:before{content:"\f197"}.uk-icon-slack:before{content:"\f198"}.uk-icon-envelope-square:before{content:"\f199"}.uk-icon-wordpress:before{content:"\f19a"}.uk-icon-openid:before{content:"\f19b"}.uk-icon-institution:before,.uk-icon-bank:before,.uk-icon-university:before{content:"\f19c"}.uk-icon-mortar-board:before,.uk-icon-graduation-cap:before{content:"\f19d"}.uk-icon-yahoo:before{content:"\f19e"}.uk-icon-google:before{content:"\f1a0"}.uk-icon-reddit:before{content:"\f1a1"}.uk-icon-reddit-square:before{content:"\f1a2"}.uk-icon-stumbleupon-circle:before{content:"\f1a3"}.uk-icon-stumbleupon:before{content:"\f1a4"}.uk-icon-delicious:before{content:"\f1a5"}.uk-icon-digg:before{content:"\f1a6"}.uk-icon-pied-piper:before{content:"\f1a7"}.uk-icon-pied-piper-alt:before{content:"\f1a8"}.uk-icon-drupal:before{content:"\f1a9"}.uk-icon-joomla:before{content:"\f1aa"}.uk-icon-language:before{content:"\f1ab"}.uk-icon-fax:before{content:"\f1ac"}.uk-icon-building:before{content:"\f1ad"}.uk-icon-child:before{content:"\f1ae"}.uk-icon-paw:before{content:"\f1b0"}.uk-icon-spoon:before{content:"\f1b1"}.uk-icon-cube:before{content:"\f1b2"}.uk-icon-cubes:before{content:"\f1b3"}.uk-icon-behance:before{content:"\f1b4"}.uk-icon-behance-square:before{content:"\f1b5"}.uk-icon-steam:before{content:"\f1b6"}.uk-icon-steam-square:before{content:"\f1b7"}.uk-icon-recycle:before{content:"\f1b8"}.uk-icon-automobile:before,.uk-icon-car:before{content:"\f1b9"}.uk-icon-cab:before,.uk-icon-taxi:before{content:"\f1ba"}.uk-icon-tree:before{content:"\f1bb"}.uk-icon-spotify:before{content:"\f1bc"}.uk-icon-deviantart:before{content:"\f1bd"}.uk-icon-soundcloud:before{content:"\f1be"}.uk-icon-database:before{content:"\f1c0"}.uk-icon-file-pdf-o:before{content:"\f1c1"}.uk-icon-file-word-o:before{content:"\f1c2"}.uk-icon-file-excel-o:before{content:"\f1c3"}.uk-icon-file-powerpoint-o:before{content:"\f1c4"}.uk-icon-file-photo-o:before,.uk-icon-file-picture-o:before,.uk-icon-file-image-o:before{content:"\f1c5"}.uk-icon-file-zip-o:before,.uk-icon-file-archive-o:before{content:"\f1c6"}.uk-icon-file-sound-o:before,.uk-icon-file-audio-o:before{content:"\f1c7"}.uk-icon-file-movie-o:before,.uk-icon-file-video-o:before{content:"\f1c8"}.uk-icon-file-code-o:before{content:"\f1c9"}.uk-icon-vine:before{content:"\f1ca"}.uk-icon-codepen:before{content:"\f1cb"}.uk-icon-jsfiddle:before{content:"\f1cc"}.uk-icon-life-bouy:before,.uk-icon-life-buoy:before,.uk-icon-life-saver:before,.uk-icon-support:before,.uk-icon-life-ring:before{content:"\f1cd"}.uk-icon-circle-o-notch:before{content:"\f1ce"}.uk-icon-ra:before,.uk-icon-rebel:before{content:"\f1d0"}.uk-icon-ge:before,.uk-icon-empire:before{content:"\f1d1"}.uk-icon-git-square:before{content:"\f1d2"}.uk-icon-git:before{content:"\f1d3"}.uk-icon-hacker-news:before{content:"\f1d4"}.uk-icon-tencent-weibo:before{content:"\f1d5"}.uk-icon-qq:before{content:"\f1d6"}.uk-icon-wechat:before,.uk-icon-weixin:before{content:"\f1d7"}.uk-icon-send:before,.uk-icon-paper-plane:before{content:"\f1d8"}.uk-icon-send-o:before,.uk-icon-paper-plane-o:before{content:"\f1d9"}.uk-icon-history:before{content:"\f1da"}.uk-icon-genderless:before,.uk-icon-circle-thin:before{content:"\f1db"}.uk-icon-header:before{content:"\f1dc"}.uk-icon-paragraph:before{content:"\f1dd"}.uk-icon-sliders:before{content:"\f1de"}.uk-icon-share-alt:before{content:"\f1e0"}.uk-icon-share-alt-square:before{content:"\f1e1"}.uk-icon-bomb:before{content:"\f1e2"}.uk-icon-soccer-ball-o:before,.uk-icon-futbol-o:before{content:"\f1e3"}.uk-icon-tty:before{content:"\f1e4"}.uk-icon-binoculars:before{content:"\f1e5"}.uk-icon-plug:before{content:"\f1e6"}.uk-icon-slideshare:before{content:"\f1e7"}.uk-icon-twitch:before{content:"\f1e8"}.uk-icon-yelp:before{content:"\f1e9"}.uk-icon-newspaper-o:before{content:"\f1ea"}.uk-icon-wifi:before{content:"\f1eb"}.uk-icon-calculator:before{content:"\f1ec"}.uk-icon-paypal:before{content:"\f1ed"}.uk-icon-google-wallet:before{content:"\f1ee"}.uk-icon-cc-visa:before{content:"\f1f0"}.uk-icon-cc-mastercard:before{content:"\f1f1"}.uk-icon-cc-discover:before{content:"\f1f2"}.uk-icon-cc-amex:before{content:"\f1f3"}.uk-icon-cc-paypal:before{content:"\f1f4"}.uk-icon-cc-stripe:before{content:"\f1f5"}.uk-icon-bell-slash:before{content:"\f1f6"}.uk-icon-bell-slash-o:before{content:"\f1f7"}.uk-icon-trash:before{content:"\f1f8"}.uk-icon-copyright:before{content:"\f1f9"}.uk-icon-at:before{content:"\f1fa"}.uk-icon-eyedropper:before{content:"\f1fb"}.uk-icon-paint-brush:before{content:"\f1fc"}.uk-icon-birthday-cake:before{content:"\f1fd"}.uk-icon-area-chart:before{content:"\f1fe"}.uk-icon-pie-chart:before{content:"\f200"}.uk-icon-line-chart:before{content:"\f201"}.uk-icon-lastfm:before{content:"\f202"}.uk-icon-lastfm-square:before{content:"\f203"}.uk-icon-toggle-off:before{content:"\f204"}.uk-icon-toggle-on:before{content:"\f205"}.uk-icon-bicycle:before{content:"\f206"}.uk-icon-bus:before{content:"\f207"}.uk-icon-ioxhost:before{content:"\f208"}.uk-icon-angellist:before{content:"\f209"}.uk-icon-cc:before{content:"\f20a"}.uk-icon-shekel:before,.uk-icon-sheqel:before,.uk-icon-ils:before{content:"\f20b"}.uk-icon-meanpath:before{content:"\f20c"}.uk-icon-buysellads:before{content:"\f20d"}.uk-icon-connectdevelop:before{content:"\f20e"}.uk-icon-dashcube:before{content:"\f210"}.uk-icon-forumbee:before{content:"\f211"}.uk-icon-leanpub:before{content:"\f212"}.uk-icon-sellsy:before{content:"\f213"}.uk-icon-shirtsinbulk:before{content:"\f214"}.uk-icon-simplybuilt:before{content:"\f215"}.uk-icon-skyatlas:before{content:"\f216"}.uk-icon-cart-plus:before{content:"\f217"}.uk-icon-cart-arrow-down:before{content:"\f218"}.uk-icon-diamond:before{content:"\f219"}.uk-icon-ship:before{content:"\f21a"}.uk-icon-user-secret:before{content:"\f21b"}.uk-icon-motorcycle:before{content:"\f21c"}.uk-icon-street-view:before{content:"\f21d"}.uk-icon-heartbeat:before{content:"\f21e"}.uk-icon-venus:before{content:"\f221"}.uk-icon-mars:before{content:"\f222"}.uk-icon-mercury:before{content:"\f223"}.uk-icon-transgender:before{content:"\f224"}.uk-icon-transgender-alt:before{content:"\f225"}.uk-icon-venus-double:before{content:"\f226"}.uk-icon-mars-double:before{content:"\f227"}.uk-icon-venus-mars:before{content:"\f228"}.uk-icon-mars-stroke:before{content:"\f229"}.uk-icon-mars-stroke-v:before{content:"\f22a"}.uk-icon-mars-stroke-h:before{content:"\f22b"}.uk-icon-neuter:before{content:"\f22c"}.uk-icon-facebook-official:before{content:"\f230"}.uk-icon-pinterest-p:before{content:"\f231"}.uk-icon-whatsapp:before{content:"\f232"}.uk-icon-server:before{content:"\f233"}.uk-icon-user-plus:before{content:"\f234"}.uk-icon-user-times:before{content:"\f235"}.uk-icon-hotel:before,.uk-icon-bed:before{content:"\f236"}.uk-icon-viacoin:before{content:"\f237"}.uk-icon-train:before{content:"\f238"}.uk-icon-subway:before{content:"\f239"}.uk-icon-medium-logo:before{content:"\f23a"}.uk-icon-500px:before{content:"\f26e"}.uk-icon-amazon:before{content:"\f270"}.uk-icon-balance-scale:before{content:"\f24e"}.uk-icon-battery-empty:before,.uk-icon-battery-0:before{content:"\f244"}.uk-icon-battery-quarter:before,.uk-icon-battery-1:before{content:"\f243"}.uk-icon-battery-half:before,.uk-icon-battery-2:before{content:"\f242"}.uk-icon-battery-three-quarters:before,.uk-icon-battery-3:before{content:"\f241"}.uk-icon-battery-full:before,.uk-icon-battery-4:before{content:"\f240"}.uk-icon-black-tie:before{content:"\f27e"}.uk-icon-calendar-check-o:before{content:"\f274"}.uk-icon-calendar-minus-o:before{content:"\f272"}.uk-icon-calendar-plus-o:before{content:"\f271"}.uk-icon-calendar-times-o:before{content:"\f273"}.uk-icon-cc-diners-club:before{content:"\f24c"}.uk-icon-cc-jcb:before{content:"\f24b"}.uk-icon-chrome:before{content:"\f268"}.uk-icon-clone:before{content:"\f24d"}.uk-icon-commenting:before{content:"\f27a"}.uk-icon-commenting-o:before{content:"\f27b"}.uk-icon-contao:before{content:"\f26d"}.uk-icon-creative-commons:before{content:"\f25e"}.uk-icon-expeditedssl:before{content:"\f23e"}.uk-icon-firefox:before{content:"\f269"}.uk-icon-fonticons:before{content:"\f280"}.uk-icon-get-pocket:before{content:"\f265"}.uk-icon-gg:before{content:"\f260"}.uk-icon-gg-circle:before{content:"\f261"}.uk-icon-hand-lizard-o:before{content:"\f258"}.uk-icon-hand-stop-o:before,.uk-icon-hand-paper-o:before{content:"\f256"}.uk-icon-hand-peace-o:before{content:"\f25b"}.uk-icon-hand-pointer-o:before{content:"\f25a"}.uk-icon-hand-grab-o:before,.uk-icon-hand-rock-o:before{content:"\f255"}.uk-icon-hand-scissors-o:before{content:"\f257"}.uk-icon-hand-spock-o:before{content:"\f259"}.uk-icon-hourglass:before{content:"\f254"}.uk-icon-hourglass-o:before{content:"\f250"}.uk-icon-hourglass-1:before,.uk-icon-hourglass-start:before{content:"\f251"}.uk-icon-hourglass-2:before,.uk-icon-hourglass-half:before{content:"\f252"}.uk-icon-hourglass-3:before,.uk-icon-hourglass-end:before{content:"\f253"}.uk-icon-houzz:before{content:"\f27c"}.uk-icon-i-cursor:before{content:"\f246"}.uk-icon-industry:before{content:"\f275"}.uk-icon-internet-explorer:before{content:"\f26b"}.uk-icon-map:before{content:"\f279"}.uk-icon-map-o:before{content:"\f278"}.uk-icon-map-pin:before{content:"\f276"}.uk-icon-map-signs:before{content:"\f277"}.uk-icon-mouse-pointer:before{content:"\f245"}.uk-icon-object-group:before{content:"\f247"}.uk-icon-object-ungroup:before{content:"\f248"}.uk-icon-odnoklassniki:before{content:"\f263"}.uk-icon-odnoklassniki-square:before{content:"\f264"}.uk-icon-opencart:before{content:"\f23d"}.uk-icon-opera:before{content:"\f26a"}.uk-icon-optin-monster:before{content:"\f23c"}.uk-icon-registered:before{content:"\f25d"}.uk-icon-safari:before{content:"\f267"}.uk-icon-sticky-note:before{content:"\f249"}.uk-icon-sticky-note-o:before{content:"\f24a"}.uk-icon-tv:before,.uk-icon-television:before{content:"\f26c"}.uk-icon-trademark:before{content:"\f25c"}.uk-icon-tripadvisor:before{content:"\f262"}.uk-icon-vimeo:before{content:"\f27d"}.uk-icon-wikipedia-w:before{content:"\f266"}.uk-icon-yc:before,.uk-icon-y-combinator:before{content:"\f23b"}.uk-icon-yc-square:before,.uk-icon-y-combinator-square:before{content:"\f1d4"}.uk-icon-bluetooth:before{content:"\f293"}.uk-icon-bluetooth-b:before{content:"\f294"}.uk-icon-codiepie:before{content:"\f284"}.uk-icon-credit-card-alt:before{content:"\f283"}.uk-icon-edge:before{content:"\f282"}.uk-icon-fort-awesome:before{content:"\f286"}.uk-icon-hashtag:before{content:"\f292"}.uk-icon-mixcloud:before{content:"\f289"}.uk-icon-modx:before{content:"\f285"}.uk-icon-pause-circle:before{content:"\f28b"}.uk-icon-pause-circle-o:before{content:"\f28c"}.uk-icon-percent:before{content:"\f295"}.uk-icon-product-hunt:before{content:"\f288"}.uk-icon-reddit-alien:before{content:"\f281"}.uk-icon-scribd:before{content:"\f28a"}.uk-icon-shopping-bag:before{content:"\f290"}.uk-icon-shopping-basket:before{content:"\f291"}.uk-icon-stop-circle:before{content:"\f28d"}.uk-icon-stop-circle-o:before{content:"\f28e"}.uk-icon-usb:before{content:"\f287"}.uk-icon-american-sign-language-interpreting:before,.uk-icon-asl-interpreting:before{content:"\f2a3"}.uk-icon-assistive-listening-systems:before{content:"\f2a2"}.uk-icon-audio-description:before{content:"\f29e"}.uk-icon-blind:before{content:"\f29d"}.uk-icon-braille:before{content:"\f2a1"}.uk-icon-deaf:before,.uk-icon-deafness:before{content:"\f2a4"}.uk-icon-envira:before{content:"\f299"}.uk-icon-font-awesome:before,.uk-icon-fa:before{content:"\f2b4"}.uk-icon-first-order:before{content:"\f2b0"}.uk-icon-gitlab:before{content:"\f296"}.uk-icon-glide:before{content:"\f2a5"}.uk-icon-glide-g:before{content:"\f2a6"}.uk-icon-hard-of-hearing:before{content:"\f2a4"}.uk-icon-low-vision:before{content:"\f2a8"}.uk-icon-question-circle-o:before{content:"\f29c"}.uk-icon-sign-language:before,.uk-icon-signing:before{content:"\f2a7"}.uk-icon-snapchat:before{content:"\f2ab"}.uk-icon-snapchat-ghost:before{content:"\f2ac"}.uk-icon-snapchat-square:before{content:"\f2ad"}.uk-icon-themeisle:before{content:"\f2b2"}.uk-icon-universal-access:before{content:"\f29a"}.uk-icon-viadeo:before{content:"\f2a9"}.uk-icon-viadeo-square:before{content:"\f2aa"}.uk-icon-volume-control-phone:before{content:"\f2a0"}.uk-icon-wheelchair-alt:before{content:"\f29b"}.uk-icon-wpbeginner:before{content:"\f297"}.uk-icon-wpforms:before{content:"\f298"}.uk-icon-yoast:before{content:"\f2b1"}[class*='uk-animation-']{-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media screen{[data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']){opacity:0}}.uk-animation-fade{-webkit-animation-name:uk-fade;animation-name:uk-fade;-webkit-animation-duration:0.8s;animation-duration:0.8s;-webkit-animation-timing-function:linear !important;animation-timing-function:linear !important}.uk-animation-scale-up{-webkit-animation-name:uk-fade-scale-02;animation-name:uk-fade-scale-02}.uk-animation-scale-down{-webkit-animation-name:uk-fade-scale-18;animation-name:uk-fade-scale-18}.uk-animation-slide-top{-webkit-animation-name:uk-fade-top;animation-name:uk-fade-top}.uk-animation-slide-bottom{-webkit-animation-name:uk-fade-bottom;animation-name:uk-fade-bottom}.uk-animation-slide-left{-webkit-animation-name:uk-fade-left;animation-name:uk-fade-left}.uk-animation-slide-right{-webkit-animation-name:uk-fade-right;animation-name:uk-fade-right}.uk-animation-scale{-webkit-animation-name:uk-scale-12;animation-name:uk-scale-12}.uk-animation-shake{-webkit-animation-name:uk-shake;animation-name:uk-shake}.uk-animation-reverse{-webkit-animation-direction:reverse;animation-direction:reverse;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.uk-animation-15{-webkit-animation-duration:15s;animation-duration:15s}.uk-animation-top-left{-webkit-transform-origin:0 0;transform-origin:0 0}.uk-animation-top-center{-webkit-transform-origin:50% 0;transform-origin:50% 0}.uk-animation-top-right{-webkit-transform-origin:100% 0;transform-origin:100% 0}.uk-animation-middle-left{-webkit-transform-origin:0 50%;transform-origin:0 50%}.uk-animation-middle-right{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.uk-animation-bottom-left{-webkit-transform-origin:0 100%;transform-origin:0 100%}.uk-animation-bottom-center{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.uk-animation-bottom-right{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.uk-animation-hover:not(:hover),.uk-animation-hover:not(:hover) [class*='uk-animation-'],.uk-touch .uk-animation-hover:not(.uk-hover),.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-']{-webkit-animation-name:none;animation-name:none}@-webkit-keyframes uk-fade{0%{opacity:0}100%{opacity:1}}@keyframes uk-fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes uk-fade-top{0%{opacity:0;-webkit-transform:translateY(-100%)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes uk-fade-top{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes uk-fade-bottom{0%{opacity:0;-webkit-transform:translateY(100%)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes uk-fade-bottom{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes uk-fade-left{0%{opacity:0;-webkit-transform:translateX(-100%)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes uk-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes uk-fade-right{0%{opacity:0;-webkit-transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes uk-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes uk-fade-scale-02{0%{opacity:0;-webkit-transform:scale(.2)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes uk-fade-scale-02{0%{opacity:0;transform:scale(.2)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes uk-fade-scale-15{0%{opacity:0;-webkit-transform:scale(1.5)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes uk-fade-scale-15{0%{opacity:0;transform:scale(1.5)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes uk-fade-scale-18{0%{opacity:0;-webkit-transform:scale(1.8)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes uk-fade-scale-18{0%{opacity:0;transform:scale(1.8)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes uk-slide-left{0%{-webkit-transform:translateX(-100%)}100%{-webkit-transform:translateX(0)}}@keyframes uk-slide-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@-webkit-keyframes uk-slide-right{0%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(0)}}@keyframes uk-slide-right{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@-webkit-keyframes uk-slide-left-33{0%{-webkit-transform:translateX(33%)}100%{-webkit-transform:translateX(0)}}@keyframes uk-slide-left-33{0%{transform:translateX(33%)}100%{transform:translateX(0)}}@-webkit-keyframes uk-slide-right-33{0%{-webkit-transform:translateX(-33%)}100%{-webkit-transform:translateX(0)}}@keyframes uk-slide-right-33{0%{transform:translateX(-33%)}100%{transform:translateX(0)}}@-webkit-keyframes uk-scale-12{0%{-webkit-transform:scale(1.2)}100%{-webkit-transform:scale(1)}}@keyframes uk-scale-12{0%{transform:scale(1.2)}100%{transform:scale(1)}}@-webkit-keyframes uk-rotate{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@keyframes uk-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-webkit-keyframes uk-shake{0%,100%{-webkit-transform:translateX(0)}10%{-webkit-transform:translateX(-9px)}20%{-webkit-transform:translateX(8px)}30%{-webkit-transform:translateX(-7px)}40%{-webkit-transform:translateX(6px)}50%{-webkit-transform:translateX(-5px)}60%{-webkit-transform:translateX(4px)}70%{-webkit-transform:translateX(-3px)}80%{-webkit-transform:translateX(2px)}90%{-webkit-transform:translateX(-1px)}}@keyframes uk-shake{0%,100%{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(8px)}30%{transform:translateX(-7px)}40%{transform:translateX(6px)}50%{transform:translateX(-5px)}60%{transform:translateX(4px)}70%{transform:translateX(-3px)}80%{transform:translateX(2px)}90%{transform:translateX(-1px)}}@-webkit-keyframes uk-slide-top-fixed{0%{opacity:0;-webkit-transform:translateY(-10px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes uk-slide-top-fixed{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes uk-slide-bottom-fixed{0%{opacity:0;-webkit-transform:translateY(10px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes uk-slide-bottom-fixed{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}.uk-container{box-sizing:border-box;max-width:980px;padding:0 25px}@media (min-width:1220px){.uk-container{max-width:1200px;padding:0 35px}}.uk-container:before,.uk-container:after{content:"";display:table}.uk-container:after{clear:both}.uk-container-center{margin-left:auto;margin-right:auto}.uk-clearfix:before{content:"";display:table-cell}.uk-clearfix:after{content:"";display:table;clear:both}.uk-nbfc{overflow:hidden}.uk-nbfc-alt{display:table-cell;width:10000px}.uk-float-left{float:left}.uk-float-right{float:right}[class*='uk-float-']{max-width:100%}[class*='uk-align-']{display:block;margin-bottom:15px}.uk-align-left{margin-right:15px;float:left}.uk-align-right{margin-left:15px;float:right}@media (min-width:768px){.uk-align-medium-left{margin-right:15px;float:left}.uk-align-medium-right{margin-left:15px;float:right}}.uk-align-center{margin-left:auto;margin-right:auto}.uk-vertical-align{font-size:0.001px}.uk-vertical-align:before{content:'';display:inline-block;height:100%;vertical-align:middle}.uk-vertical-align-middle,.uk-vertical-align-bottom{display:inline-block;max-width:100%;font-size:1rem}.uk-vertical-align-middle{vertical-align:middle}.uk-vertical-align-bottom{vertical-align:bottom}[class*='uk-height']{box-sizing:border-box}.uk-height-1-1{height:100%}.uk-height-viewport{height:100vh;min-height:600px}.uk-responsive-width,.uk-responsive-height{box-sizing:border-box}.uk-responsive-width{max-width:100% !important;height:auto}.uk-responsive-height{max-height:100%;width:auto}.uk-margin{margin-bottom:15px}*+.uk-margin{margin-top:15px}.uk-margin-top{margin-top:15px !important}.uk-margin-bottom{margin-bottom:15px !important}.uk-margin-left{margin-left:15px !important}.uk-margin-right{margin-right:15px !important}.uk-margin-large{margin-bottom:50px}*+.uk-margin-large{margin-top:50px}.uk-margin-large-top{margin-top:50px !important}.uk-margin-large-bottom{margin-bottom:50px !important}.uk-margin-large-left{margin-left:50px !important}.uk-margin-large-right{margin-right:50px !important}.uk-margin-small{margin-bottom:5px}*+.uk-margin-small{margin-top:5px}.uk-margin-small-top{margin-top:5px !important}.uk-margin-small-bottom{margin-bottom:5px !important}.uk-margin-small-left{margin-left:5px !important}.uk-margin-small-right{margin-right:5px !important}.uk-margin-remove{margin:0 !important}.uk-margin-top-remove{margin-top:0 !important}.uk-margin-bottom-remove{margin-bottom:0 !important}.uk-padding-remove{padding:0 !important}.uk-padding-top-remove{padding-top:0 !important}.uk-padding-bottom-remove{padding-bottom:0 !important}.uk-padding-vertical-remove{padding-top:0 !important;padding-bottom:0 !important}.uk-border-circle{border-radius:50%}.uk-border-rounded{border-radius:5px}.uk-heading-large{font-size:36px;line-height:42px}@media (min-width:768px){.uk-heading-large{font-size:52px;line-height:64px}}.uk-link-muted,.uk-link-muted a{color:#444}.uk-link-muted:hover,.uk-link-muted a:hover{color:#444}.uk-link-reset,.uk-link-reset a,.uk-link-reset:hover,.uk-link-reset a:hover,.uk-link-reset:focus,.uk-link-reset a:focus{color:inherit;text-decoration:none}.uk-scrollable-text{height:300px;overflow-y:scroll;-webkit-overflow-scrolling:touch;resize:both}.uk-scrollable-box{box-sizing:border-box;height:170px;padding:10px;border:1px solid #ddd;overflow:auto;-webkit-overflow-scrolling:touch;resize:both}.uk-scrollable-box>:last-child{margin-bottom:0}.uk-overflow-hidden{overflow:hidden}.uk-overflow-container{overflow:auto;-webkit-overflow-scrolling:touch}.uk-overflow-container>:last-child{margin-bottom:0}.uk-position-absolute,[class*='uk-position-top'],[class*='uk-position-bottom']{position:absolute !important}.uk-position-top{top:0;left:0;right:0}.uk-position-bottom{bottom:0;left:0;right:0}.uk-position-top-left{top:0;left:0}.uk-position-top-right{top:0;right:0}.uk-position-bottom-left{bottom:0;left:0}.uk-position-bottom-right{bottom:0;right:0}.uk-position-cover{position:absolute;top:0;bottom:0;left:0;right:0}.uk-position-relative{position:relative !important}.uk-position-z-index{z-index:1}.uk-display-block{display:block !important}.uk-display-inline{display:inline !important}.uk-display-inline-block{display:inline-block !important;max-width:100%}@media (min-width:960px){.uk-visible-small{display:none !important}.uk-visible-medium{display:none !important}.uk-hidden-large{display:none !important}}@media (min-width:768px) and (max-width:959px){.uk-visible-small{display:none !important}.uk-visible-large{display:none !important}.uk-hidden-medium{display:none !important}}@media (max-width:767px){.uk-visible-medium{display:none !important}.uk-visible-large{display:none !important}.uk-hidden-small{display:none !important}}.uk-hidden{display:none !important;visibility:hidden !important}.uk-invisible{visibility:hidden !important}.uk-visible-hover:hover .uk-hidden,.uk-visible-hover:hover .uk-invisible{display:block !important;visibility:visible !important}.uk-visible-hover-inline:hover .uk-hidden,.uk-visible-hover-inline:hover .uk-invisible{display:inline-block !important;visibility:visible !important}.uk-touch .uk-hidden-touch,.uk-notouch .uk-hidden-notouch{display:none !important}.uk-flex{display:-ms-flexbox;display:-webkit-flex;display:flex}.uk-flex-inline{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.uk-flex>*,.uk-flex-inline>*{-ms-flex-negative:1}.uk-flex-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.uk-flex-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}.uk-flex-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}.uk-flex-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.uk-flex-right{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.uk-flex-space-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.uk-flex-space-around{-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around}.uk-flex-row-reverse{-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.uk-flex-column{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.uk-flex-column-reverse{-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.uk-flex-nowrap{-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.uk-flex-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uk-flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.uk-flex-wrap-top{-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start}.uk-flex-wrap-middle{-ms-flex-line-pack:center;-webkit-align-content:center;align-content:center}.uk-flex-wrap-bottom{-ms-flex-line-pack:end;-webkit-align-content:flex-end;align-content:flex-end}.uk-flex-wrap-space-between{-ms-flex-line-pack:justify;-webkit-align-content:space-between;align-content:space-between}.uk-flex-wrap-space-around{-ms-flex-line-pack:distribute;-webkit-align-content:space-around;align-content:space-around}.uk-flex-order-first{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last{-ms-flex-order:99;-webkit-order:99;order:99}@media (min-width:480px){.uk-flex-order-first-small{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last-small{-ms-flex-order:99;-webkit-order:99;order:99}}@media (min-width:768px){.uk-flex-order-first-medium{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last-medium{-ms-flex-order:99;-webkit-order:99;order:99}}@media (min-width:960px){.uk-flex-order-first-large{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last-large{-ms-flex-order:99;-webkit-order:99;order:99}}@media (min-width:1220px){.uk-flex-order-first-xlarge{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last-xlarge{-ms-flex-order:99;-webkit-order:99;order:99}}.uk-flex-item-none{-ms-flex:none;-webkit-flex:none;flex:none}.uk-flex-item-auto{-ms-flex:auto;-webkit-flex:auto;flex:auto;-ms-flex-negative:1}.uk-flex-item-1{-ms-flex:1;-webkit-flex:1;flex:1}.uk-slideshow{position:relative;z-index:0;width:100%;margin:0;padding:0;list-style:none;overflow:hidden;touch-action:pan-y}.uk-slideshow>li{position:absolute;top:0;left:0;width:100%;opacity:0}.uk-slideshow>.uk-active{z-index:10;opacity:1}.uk-slideshow>li>img{visibility:hidden}[data-uk-slideshow-slide]{cursor:pointer}.uk-slideshow-fullscreen,.uk-slideshow-fullscreen>li{height:100vh}.uk-slideshow-fade-in{-webkit-animation:uk-fade .5s linear;animation:uk-fade .5s linear}.uk-slideshow-fade-out{-webkit-animation:uk-fade .5s linear reverse;animation:uk-fade .5s linear reverse}.uk-slideshow-scroll-forward-in{-webkit-animation:uk-slide-right .5s ease-in-out;animation:uk-slide-right .5s ease-in-out}.uk-slideshow-scroll-forward-out{-webkit-animation:uk-slide-left .5s ease-in-out reverse;animation:uk-slide-left .5s ease-in-out reverse}.uk-slideshow-scroll-backward-in{-webkit-animation:uk-slide-left .5s ease-in-out;animation:uk-slide-left .5s ease-in-out}.uk-slideshow-scroll-backward-out{-webkit-animation:uk-slide-right .5s ease-in-out reverse;animation:uk-slide-right .5s ease-in-out reverse}.uk-slideshow-scale-out{-webkit-animation:uk-fade-scale-15 .5s ease-in-out reverse;animation:uk-fade-scale-15 .5s ease-in-out reverse}.uk-slideshow-swipe-forward-in{-webkit-animation:uk-slide-left-33 .5s ease-in-out;animation:uk-slide-left-33 .5s ease-in-out}.uk-slideshow-swipe-forward-out{-webkit-animation:uk-slide-left .5s ease-in-out reverse;animation:uk-slide-left .5s ease-in-out reverse}.uk-slideshow-swipe-backward-in{-webkit-animation:uk-slide-right-33 .5s ease-in-out;animation:uk-slide-right-33 .5s ease-in-out}.uk-slideshow-swipe-backward-out{-webkit-animation:uk-slide-right .5s ease-in-out reverse;animation:uk-slide-right .5s ease-in-out reverse}.uk-slideshow-swipe-forward-in:before,.uk-slideshow-swipe-backward-in:before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;background:rgba(0,0,0,0.6);-webkit-animation:uk-fade .5s ease-in-out reverse;animation:uk-fade .5s ease-in-out reverse}.uk-dotnav{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-top:-15px;padding:0;list-style:none}.uk-dotnav>*{-ms-flex:none;-webkit-flex:none;flex:none;padding-left:15px;margin-top:15px}.uk-dotnav:before,.uk-dotnav:after{content:"";display:block;overflow:hidden}.uk-dotnav:after{clear:both}.uk-dotnav>*{float:left}.uk-dotnav>*>*{display:block;box-sizing:content-box;width:20px;height:20px;border-radius:50%;background:rgba(50,50,50,0.1);text-indent:100%;overflow:hidden;white-space:nowrap}.uk-dotnav>*>:hover,.uk-dotnav>*>:focus{background:rgba(50,50,50,0.4);outline:none}.uk-dotnav>*>:active{background:rgba(50,50,50,0.6)}.uk-dotnav>.uk-active>*{background:rgba(50,50,50,0.4)}.uk-dotnav-contrast>*>*{background:rgba(255,255,255,0.4)}.uk-dotnav-contrast>*>:hover,.uk-dotnav-contrast>*>:focus{background:rgba(255,255,255,0.7)}.uk-dotnav-contrast>*>:active{background:rgba(255,255,255,0.9)}.uk-dotnav-contrast>.uk-active>*{background:rgba(255,255,255,0.9)}.uk-dotnav-vertical{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.uk-dotnav-vertical>*{float:none}.uk-slidenav{display:inline-block;box-sizing:border-box;width:60px;height:60px;line-height:60px;color:rgba(50,50,50,0.4);font-size:60px;text-align:center}.uk-slidenav:hover,.uk-slidenav:focus{outline:none;text-decoration:none;color:rgba(50,50,50,0.7);cursor:pointer}.uk-slidenav:active{color:rgba(50,50,50,0.9)}.uk-slidenav-previous:before{content:"\f104";font-family:FontAwesome}.uk-slidenav-next:before{content:"\f105";font-family:FontAwesome}.uk-slidenav-position{position:relative}.uk-slidenav-position .uk-slidenav{display:none;position:absolute;top:50%;z-index:1;margin-top:-30px}.uk-slidenav-position:hover .uk-slidenav{display:block}.uk-slidenav-position .uk-slidenav-previous{left:20px}.uk-slidenav-position .uk-slidenav-next{right:20px}.uk-slidenav-contrast{color:rgba(255,255,255,0.5)}.uk-slidenav-contrast:hover,.uk-slidenav-contrast:focus{color:rgba(255,255,255,0.7)}.uk-slidenav-contrast:active{color:rgba(255,255,255,0.9)}.aw-rbslider-container{margin:0 auto 10px}.uk-slidenav-position:hover .uk-dotnav{display:flex}.uk-dotnav{margin-bottom:10px;display:none}.uk-dotnav>*>*{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:13px;height:13px}.uk-dotnav>.uk-active>*{-webkit-transform:scale(1.3);transform:scale(1.3)}.uk-dotnav-contrast>*>*{box-shadow:0 2px 5px 0 rgba(0,0,0,0.5)}.uk-slidenav-contrast{text-shadow:3px 3px 10px rgba(0,0,0,0.5)}.uk-slidenav-position .uk-slidenav-next{right:0}.uk-slidenav-position .uk-slidenav-previous{left:0}