/**
 * 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;
  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;
  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"] {
  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"] {
  appearance: field;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  appearance: none;
}
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: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  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.4285714286%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4, .arrow-list .footer-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, .arrow-list .footer-title small, h4 .small, .arrow-list .footer-title .small, h5 small, h5 .small, h6 small, h6 .small {
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a, .alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited, .alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover, .alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active, .alink:active {
  color: #ff5501;
  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: #111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111;
  line-height: 1.428571429;
  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: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.428571429;
  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.428571429;
  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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
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: #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.428571429;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
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;
}
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.428571429;
  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.428571429;
  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 0 3px 1px #68a8e0;
}
.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, .items, .block-wishlist-management .wishlist-select-items, .paypal-review .items-qty, .order-details-items .items-qty, .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, .items > li, .block-wishlist-management .wishlist-select-items > li, .paypal-review .items-qty > li, .order-details-items .items-qty > 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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.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, [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .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), [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box:nth-child(odd), .sales-guest-view .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), [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box:nth-child(even), .sales-guest-view .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, .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, .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 #e8e8e8;
  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, [class^="sales-guest-"] .column.main .block:not(.widget) .block-title, .sales-guest-view .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, .block-reorder .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, [class^="sales-guest-"] .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .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, .block-reorder .block-title > strong, .block-wishlist .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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, [class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action, .sales-guest-view .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, [class^="sales-guest-"] .column.main .block:not(.widget) .box-title, .sales-guest-view .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, [class^="sales-guest-"] .column.main .block:not(.widget) .box-title > span, .sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  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, [class^="sales-guest-"] .column.main .block:not(.widget) .box-title > .action, .sales-guest-view .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, [class^="sales-guest-"] .column.main .block:not(.widget) .block-content p:last-child, .sales-guest-view .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, [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .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, .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, .filtered .item .action.remove {
  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, .filtered .item .action.remove > 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, .filtered .item .action.remove: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, .filtered .item .action.remove: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, .filtered .item .action.remove: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: 75.8%;
    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: 25.8%;
  }
}
@media only screen  and (min-width: 640px) {
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
}
.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, .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, .filter-options-content .filter-count-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, .block-reorder .product-item .label, .opc-wrapper .form-discount .field .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, .block-search .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, .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, .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, .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 {
  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, .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 {
  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, [class^="sales-guest-"] .column.main .block:not(.widget) .block-content:before, .sales-guest-view .column.main .block:not(.widget) .block-content: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, [class^="sales-guest-"] .column.main .block:not(.widget) .block-content:after, .sales-guest-view .column.main .block:not(.widget) .block-content: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, [class^="sales-guest-"] .column.main .block:not(.widget) .block-content:after, .sales-guest-view .column.main .block:not(.widget) .block-content: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, .account .toolbar: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, .account .toolbar: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, .account .toolbar: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, .search-autocomplete, .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, .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.428571429;
  padding: 0;
  color: #1979c3;
  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: #006bb4;
  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: #ff5501;
  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: #006bb4;
}
.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, fieldset[disabled] .form-giftregistry-edit .action.remove, fieldset[disabled] .form-add-invitations .action.remove, fieldset[disabled] .form-create-return .action.remove, fieldset[disabled] .form.send.friend .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: #1979c3;
  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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.abs-revert-secondary-size, .cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 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 #d1d1d1;
  }
  .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, .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 #d1d1d1;
    border-top: 1px solid #d1d1d1;
    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, .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, .sidebar-main .block-reorder .subtitle, .sidebar-additional .block-reorder .subtitle {
  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, .order-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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.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: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.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: #333;
  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 #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  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 #d1d1d1;
}
.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 #d1d1d1;
  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;
}
.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.6666666667%;
    display: inline-block;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.3333333333%;
    float: right;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.3333333333%;
    float: left;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.6666666667%;
    float: left;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.6666666667%;
    float: left;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.6666666667%;
    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.6666666667%;
    float: right;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.6666666667%;
    float: right;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.6666666667%;
    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;
  }
}
.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: #111;
    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;
  }
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  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;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  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;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  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;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  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;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  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;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.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;
  }
}
.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/Divante/distriparkpl/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;
}
.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: 700;
}
.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: #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.428571429;
  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:disabled, .fieldset > .field .addon .addafter:disabled, .fieldset > .fields > .field .addon .addbefore:disabled, .fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.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, .divante-partnerprogram-customer-contactdataforclients .entry-edit .fieldset > .field:not([name="data.additional_info"]) > .label:after, .divante_partnerprogram-customer-contactdataforclients .entry-edit .fieldset > .field:not([name="data.additional_info"]) > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field.required > .label:after, .divante-partnerprogram-customer-contactdataforclients .entry-edit .fieldset > .fields > .field:not([name="data.additional_info"]) > .label:after, .divante_partnerprogram-customer-contactdataforclients .entry-edit .fieldset > .fields > .field:not([name="data.additional_info"]) > .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 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before, .fieldset > .field:after {
    content: "";
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before, .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: " ";
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
}
a.action.primary, button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
  border-radius: 3px;
}
button:active, .cart.table-wrapper .actions-toolbar > .action:active, .action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
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: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus, .action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action.primary.disabled, .action.primary[disabled], fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.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;
  }
}
.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 {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 32px;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  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: #7d7d7d;
  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: #7d7d7d;
}
.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: #7d7d7d;
  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: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.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: 6px;
  }
  .actions-toolbar > .secondary, .actions-toolbar > .primary {
    margin-bottom: 0;
  }
  .actions-toolbar > .secondary .action, .actions-toolbar > .primary .action {
    margin-bottom: 0;
    width: auto;
  }
}
.breadcrumbs {
  margin: 0 0 20px;
}
.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: #333;
  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 {
  font-weight: 400;
}
.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: 24px;
  line-height: 18px;
  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 {
  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: 0px;
  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;
}
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: 75%;
  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: #1a1a1a;
}
.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;
  }
}
.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: 6px;
}
.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: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.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: 22px;
    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.428571429;
    margin: 0;
    padding: 0;
    color: #1979c3;
    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: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
  }
  .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: #1979c3;
    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: #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.428571429;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.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/Divante/distriparkpl/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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  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: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required, .bundle-options-container .divante-partnerprogram-customer-contactdataforclients .entry-edit p.field:not([name="data.additional_info"]), .divante-partnerprogram-customer-contactdataforclients .entry-edit .bundle-options-container p.field:not([name="data.additional_info"]), .bundle-options-container .divante_partnerprogram-customer-contactdataforclients .entry-edit p.field:not([name="data.additional_info"]), .divante_partnerprogram-customer-contactdataforclients .entry-edit .bundle-options-container p.field:not([name="data.additional_info"]) {
  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;
  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: #1979c3;
  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;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.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 #d1d1d1;
    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 #d1d1d1;
  }
  .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 {
  user-select: none;
}
.fotorama-select, .fotorama__select {
  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/Divante/distriparkpl/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 0 3px 1px #68a8e0;
  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 0 3px 1px #68a8e0;
  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 0 3px 1px #68a8e0;
  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/Divante/distriparkpl/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 0 3px 1px #68a8e0;
  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 0 3px 1px #68a8e0;
  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));
  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 (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;
  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 0 3px 1px #68a8e0;
  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.428571429;
  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 .divante-partnerprogram-customer-contactdataforclients .entry-edit .fieldset-product-options-inner.field:not([name="data.additional_info"]) .legend:after, .divante-partnerprogram-customer-contactdataforclients .entry-edit .product-options-wrapper .fieldset-product-options-inner.field:not([name="data.additional_info"]) .legend:after, .product-options-wrapper .divante_partnerprogram-customer-contactdataforclients .entry-edit .fieldset-product-options-inner.field:not([name="data.additional_info"]) .legend:after, .divante_partnerprogram-customer-contactdataforclients .entry-edit .product-options-wrapper .fieldset-product-options-inner.field:not([name="data.additional_info"]) .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.428571429;
  margin: 0;
  padding: 0;
  color: #1979c3;
  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: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
}
.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: #1979c3;
  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;
}
.block-category-event {
  background: #f0f0f0;
  color: #333;
  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: "–";
  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 {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  display: inline-block;
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: "";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333;
}
.block-search .label:active:before {
  color: #333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #fff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: " –";
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
@media only screen  and (max-width: 767px) {
  .block-search .block-content {
    margin-bottom: 0;
  }
}
@media only screen  and (max-width: 639px) {
  .block-search {
    margin-top: 10px;
  }
}
@media only screen  and (min-width: 768px) {
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    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;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    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;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus, .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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 #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  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 #d1d1d1;
}
.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;
  }
}
.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.6666666667%;
    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: #333;
}
@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: #333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333;
}
.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: #333;
}
.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 .divante-partnerprogram-customer-contactdataforclients .entry-edit .fieldset > .field:not([name="data.additional_info"]), .divante-partnerprogram-customer-contactdataforclients .entry-edit .opc-wrapper .fieldset > .field:not([name="data.additional_info"]), .opc-wrapper .divante_partnerprogram-customer-contactdataforclients .entry-edit .fieldset > .field:not([name="data.additional_info"]), .divante_partnerprogram-customer-contactdataforclients .entry-edit .opc-wrapper .fieldset > .field:not([name="data.additional_info"]), .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label, .opc-wrapper .divante-partnerprogram-customer-contactdataforclients .entry-edit .fieldset > .field:not([name="data.additional_info"]) > label, .divante-partnerprogram-customer-contactdataforclients .entry-edit .opc-wrapper .fieldset > .field:not([name="data.additional_info"]) > label, .opc-wrapper .divante_partnerprogram-customer-contactdataforclients .entry-edit .fieldset > .field:not([name="data.additional_info"]) > label, .divante_partnerprogram-customer-contactdataforclients .entry-edit .opc-wrapper .fieldset > .field:not([name="data.additional_info"]) > label, .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .divante-partnerprogram-customer-contactdataforclients .entry-edit .fieldset > .field:not([name="data.additional_info"]) > label:after, .divante-partnerprogram-customer-contactdataforclients .entry-edit .opc-wrapper .fieldset > .field:not([name="data.additional_info"]) > label:after, .opc-wrapper .divante_partnerprogram-customer-contactdataforclients .entry-edit .fieldset > .field:not([name="data.additional_info"]) > label:after, .divante_partnerprogram-customer-contactdataforclients .entry-edit .opc-wrapper .fieldset > .field:not([name="data.additional_info"]) > 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: #333;
}
.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: #333;
}
._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: #333;
}
.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: #666;
}
.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.3333333333%;
  }
  .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: #1979c3;
  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.3333333333%;
    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: #333;
}
.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 #d1d1d1;
  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: 0 -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 #d1d1d1;
  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: 1.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 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.3333333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    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: 0 -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: #1979c3;
  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: #333;
}
.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: 0 -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;
}
.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 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.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: 32px;
  line-height: 32px;
  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 {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    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;
  }
}
.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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.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: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.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 #d1d1d1;
  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 #d1d1d1;
    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 #d1d1d1;
}
.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 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .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: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: " ";
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    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: 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;
}
.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: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ":";
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: "(";
}
.filter-options .count:after {
  content: ")";
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
@media only screen  and (max-width: 767px) {
  .page-with-filter .columns .sidebar-main {
    order: 0;
  }
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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.428571429;
  margin: 0;
  padding: 0;
  color: #1979c3;
  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: #006bb4;
  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: #ff5501;
  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: #006bb4;
}
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: #1979c3;
  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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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 #d1d1d1;
    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 #e8e8e8;
    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 #d1d1d1;
  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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ": ";
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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 #d1d1d1;
  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 #d1d1d1;
  }
  .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/Divante/distriparkpl/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/Divante/distriparkpl/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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.review-form .action.submit.primary:focus, .review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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;
  }
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child, .order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title, [class^="sales-guest-"] .page-title-wrapper .page-title, .sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email, .form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ": ";
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
@media only screen  and (max-width: 639px) {
  .account .order-details-items .table-order-items .product-item-name, .account .order-details-items .table-order-items .price-including-tax, .account .order-details-items .table-order-items .price-excluding-tax, .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr, .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
}
@media only screen  and (max-width: 767px) {
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous, .order-pager-wrapper .action.next {
    margin: 0;
  }
}
@media only screen  and (min-width: 768px) {
  .table-order-items .subtotal, .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty, .table-order-items.creditmemo .col.discount, .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
}
.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, .divante-partnerprogram-customer-contactdataforclients .entry-edit .swatch-attribute-label.field:not([name="data.additional_info"]), .divante_partnerprogram-customer-contactdataforclients .entry-edit .swatch-attribute-label.field:not([name="data.additional_info"]) {
  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/Divante/distriparkpl/pl_PL/Magento_Swatches/images/loader-2.gif);
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.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 #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@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;
  }
}
.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: 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;
}
.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: 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;
}
.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.3333333333%;
  }
}
@media only screen  and (min-width: 768px) {
  .block.widget .products-grid .product-item {
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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: "–";
  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: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  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 {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.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;
}
.cf:before, .section-header:before, .page-header .panel.wrapper:before, .header.content:before, .page-wrapper .nav-sections:before, .tiles--small:before, .tiles--large:before, .breadcrumbs:before, .toolbar:before, .cf:after, .section-header:after, .page-header .panel.wrapper:after, .header.content:after, .page-wrapper .nav-sections:after, .tiles--small:after, .tiles--large:after, .breadcrumbs:after, .toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after, .section-header:after, .page-header .panel.wrapper:after, .header.content:after, .page-wrapper .nav-sections:after, .tiles--small:after, .tiles--large:after, .breadcrumbs:after, .toolbar:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf, .section-header, .page-header .panel.wrapper, .header.content, .page-wrapper .nav-sections, .tiles--small, .tiles--large, .breadcrumbs, .toolbar {
  *zoom: 1;
}
body {
  font-family: "Roboto", sans-serif;
  min-width: 320px;
}
.page-main {
  padding: 0;
}
.breadcrumbs, .category-view, .page-main {
  max-width: none;
  width: 100%;
  float: left;
}
.columns {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  clear: both;
  float: none;
}
a, a:visited {
  color: #29abe2;
  text-decoration: none;
}
a:hover, a:visited:hover {
  text-decoration: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1240px) {
  .container {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
.container .container {
  width: 100%;
  padding: 0;
}
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
.page-layout-1column .column.main {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .page-layout-1column .column.main {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .page-layout-1column .column.main {
    width: 100%;
  }
}
.page-layout-1column .column.main .container {
  width: 100%;
  padding: 0;
}
.page-layout-1column .container .column.main {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1240px) {
  .page-layout-1column .container .column.main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-layout-1column .container .column.main {
    width: 100%;
  }
}
.page-main .container .columns {
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper {
  background: #ffffff;
}
.messages .message {
  margin: 20px 0;
}
.messages .message.success > *:first-child:before {
  left: 0;
  right: auto;
}
.nobr {
  white-space: nowrap;
}
.page-recaptcha-invisible .field-recaptcha {
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
}
.recaptcha-box p {
  font-size: 12px;
}
@font-face {
  font-family: "distripark-ico-font";
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/distriparkicofont/distripark-ico-font.eot?7yrcp6");
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/distriparkicofont/distripark-ico-font.eot?7yrcp6#iefix") format("embedded-opentype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/distriparkicofont/distripark-ico-font.ttf?7yrcp6") format("truetype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/distriparkicofont/distripark-ico-font.woff?7yrcp6") format("woff"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/distriparkicofont/distripark-ico-font.svg?7yrcp6#distripark-ico-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/light/roboto-300.eot");
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/light/roboto-300.eot") format("embedded-opentype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/light/roboto-300.woff2") format("woff2"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/light/roboto-300.woff") format("woff"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/light/roboto-300.ttf") format("truetype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/light/roboto-300.svg") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/regular/roboto-400.eot");
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/regular/roboto-400.eot") format("embedded-opentype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/regular/roboto-400.woff2") format("woff2"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/regular/roboto-400.woff") format("woff"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/regular/roboto-400.ttf") format("truetype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/regular/roboto-400.svg") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/medium/roboto-500.eot");
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/medium/roboto-500.eot") format("embedded-opentype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/medium/roboto-500.woff2") format("woff2"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/medium/roboto-500.woff") format("woff"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/medium/roboto-500.ttf") format("truetype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/medium/roboto-500.svg") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/bold/roboto-700.eot");
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/bold/roboto-700.eot") format("embedded-opentype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/bold/roboto-700.woff2") format("woff2"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/bold/roboto-700.woff") format("woff"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/bold/roboto-700.ttf") format("truetype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/roboto/bold/roboto-700.svg") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/light/opensans-300.eot");
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/light/opensans-300.eot") format("embedded-opentype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/light/opensans-300.woff2") format("woff2"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/light/opensans-300.woff") format("woff"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/light/opensans-300.ttf") format("truetype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/light/opensans-300.svg") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/regular/opensans-400.eot");
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/regular/opensans-400.eot") format("embedded-opentype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/regular/opensans-400.woff2") format("woff2"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/regular/opensans-400.woff") format("woff"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/regular/opensans-400.ttf") format("truetype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/regular/opensans-400.svg") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/semibold/opensans-600.eot");
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/semibold/opensans-600.eot") format("embedded-opentype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/semibold/opensans-600.woff2") format("woff2"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/semibold/opensans-600.woff") format("woff"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/semibold/opensans-600.ttf") format("truetype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/semibold/opensans-600.svg") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/bold/opensans-700.eot");
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/bold/opensans-700.eot") format("embedded-opentype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/bold/opensans-700.woff2") format("woff2"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/bold/opensans-700.woff") format("woff"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/bold/opensans-700.ttf") format("truetype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/opensans/bold/opensans-700.svg") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "icons-blank-theme";
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot") format("embedded-opentype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2") format("woff2"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
[class^="ico-"], [class*=" ico-"], [class^="ico-"]:before, [class*=" ico-"]:before, [class^="ico-"]:after, [class*=" ico-"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "distripark-ico-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-adr {
  color: red;
}
.ico-adr:before {
  content: "";
}
.ico-arrow_big:before {
  content: "";
}
.ico-arrow_small:before {
  content: "";
}
.ico-b2b:before {
  content: "";
}
.ico-basket:before {
  content: "";
}
.ico-calendar:before {
  content: "";
}
.ico-close:before {
  content: "";
}
.ico-coin:before {
  content: "";
}
.ico-coin_time:before {
  content: "";
}
.ico-del:before {
  content: "";
}
.ico-download:before {
  content: "";
}
.ico-edit:before {
  content: "";
}
.ico-error:before {
  content: "";
}
.ico-free_shipping:before {
  content: "";
}
.ico-grid:before {
  content: "";
}
.ico-home:before {
  content: "";
}
.ico-info:before {
  content: "";
}
.ico-list:before {
  content: "";
}
.ico-mail:before {
  content: "";
}
.ico-mark_question:before {
  content: "";
}
.ico-ok:before {
  content: "";
}
.ico-opinion:before {
  content: "";
}
.ico-phone:before {
  content: "";
}
.ico-plus:before {
  content: "";
}
.ico-point:before {
  content: "";
}
.ico-search:before {
  content: "";
}
.ico-star:before {
  content: "";
}
.ico-transfer:before {
  content: "";
}
.ico-zoom:before {
  content: "";
}
@font-face {
  font-family: "icons-blank-theme";
  src: "../fonts/Blank-Theme-Icons/Blank-Theme-Icons";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a {
  color: #29abe2;
  text-decoration: none;
}
.link--download {
  color: #29abe2;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  display: block;
  margin: 10px 15px 10px 0;
  float: left;
  line-height: 22px;
}
.link--download:before {
  margin-right: 10px;
  display: block;
  float: left;
  position: relative;
  content: "";
  font-size: 22px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #29abe2;
}
.link-enlarge {
  position: relative;
  font-size: 12px;
  color: #333333;
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
}
.link-enlarge:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../frontend/Divante/distriparkpl/pl_PL/images/ico-enlarge.svg) no-repeat center center;
}
.add-link {
  position: relative;
  font-weight: 500;
  display: inline-block;
  margin-left: 15px;
}
.add-link:before {
  display: inline-block;
  float: left;
  content: "";
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-close {
  display: inline-block;
}
.link-close svg {
  width: 15px;
  height: 15px;
  color: #29abe2;
  fill: #29abe2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.link-close:hover svg {
  fill: #0890cc;
}
.back, a.back {
  font-size: 14px;
  font-weight: 500;
  color: #cd5d44;
}
.back.blue, a.back.blue {
  color: #29abe2;
}
.section-header {
  font-weight: 700;
  color: #333333;
  font-size: 20px;
  display: block;
  line-height: 1.4em;
  margin: 22px 0;
}
.section-header span {
  font-weight: 400;
}
.section-header .base {
  font-weight: 500;
}
.section-header > div {
  line-height: 12px;
  position: relative;
  top: 10px;
}
.section-header .back {
  font-weight: 400;
  color: #29abe2;
}
.section-header .back:before {
  position: relative;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-right: 8px;
  top: -1px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .section-header {
    width: 100%;
  }
}
.section-header--border {
  margin-top: 10px;
  margin-bottom: 22px;
  border-bottom: 2px solid #e9f0f1;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .section-header--border {
    border-bottom: none;
    margin: 20px 0;
    padding: 0;
  }
}
.section-header--border .section-header {
  margin-bottom: 0;
}
.section-header--border .product-reviews-summary {
  margin: 7px 0 0;
}
.section-header--border .reviews-actions {
  display: none;
}
.module-header {
  font-weight: 300;
  color: #333333;
  font-size: 20px;
  display: block;
  line-height: 1.4em;
  padding: 22px 0;
  margin: 0;
}
.text-header, .affiliate-programme-regulations h3, .affiliate-programme-discounts h3, .affiliate-programme-discounts h4, .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .affiliate-programme-discounts .footer-title, .affiliate-programme-container h4, .affiliate-programme-container .arrow-list .footer-title, .arrow-list .affiliate-programme-container .footer-title {
  font-weight: 500;
  color: #333333;
  font-size: 18px;
  display: block;
  line-height: 1.4em;
  padding: 15px 0 5px;
  margin: 0;
}
.catalog-product-view .column.main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog-product-view .column.main .page-title-wrapper {
  width: 100%;
}
.catalog-product-view .column.main .product-info-specification {
  width: 33.33%;
  order: 2;
  padding: 0 15px;
}
.catalog-product-view .column.main .product.media {
  width: 33.33%;
  order: 1;
  padding: 0 15px 0 0;
}
.catalog-product-view .column.main .product-add-form {
  display: flex;
  width: 33.33%;
  order: 3;
  flex-direction: column;
  padding: 0 0 0 15px;
}
.catalog-product-view .column.main .product-info-main {
  display: block;
  width: 33.33%;
  order: 3;
  float: none;
}
.catalog-product-view .column.main .product-add-form {
  flex-grow: 1;
  width: 33.33%;
  order: 3;
}
.catalog-product-view .column.main .product.info.detailed.product-properties {
  width: 100%;
  order: 5;
}
@media (max-width: 1240px) {
  .catalog-product-view .column.main .product.media {
    width: 50%;
  }
  .catalog-product-view .column.main .product-info-specification {
    width: 100%;
    padding: 0;
  }
  .catalog-product-view .column.main .product-info-main {
    width: 50%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .column.main .product.media {
    width: 100%;
    margin-bottom: 20px;
  }
  .catalog-product-view .column.main .product-info-main {
    width: 100%;
  }
}
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  font-family: "Roboto", sans-serif;
  background: #ffffff;
  border: 0;
  height: 41px;
  padding: 0 10px;
  font-size: 14px;
  width: 100%;
  outline: 0;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 768px) {
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    height: 34px;
    border: 1px solid #e9f0f1;
  }
}
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]).your-network-filter {
  width: 180px;
}
@media (max-width: 768px) {
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]).your-network-filter {
    width: 100%;
  }
}
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus {
  outline: none;
}
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 {
  background: #c5c5c5 !important;
  color: #000 !important;
}
select {
  width: 100%;
  height: 36px;
  border: 0;
  padding: 0 10px;
  outline: 0;
  border-radius: 0;
  cursor: pointer;
  background: #ffffff;
  padding-right: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus {
  outline: 0;
}
select.selectmenu-hidden {
  display: block !important;
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
}
select#sorter {
  display: none !important;
}
.limiter-options {
  margin: 0;
  width: 100%;
}
.custom-select {
  width: 100%;
  position: relative;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  margin: 0 5px 10px 7px;
  cursor: pointer;
  border: 1px solid #e9f0f1;
  display: inline-block;
}
.custom-select:before {
  width: 40px;
  pointer-events: none;
  height: 100%;
  background: #ffffff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  border-radius: 0 3px 3px 0;
}
.custom-select:after {
  width: 40px;
  pointer-events: none;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 10px;
  z-index: 0;
  color: #29abe2;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.custom-select.active:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.holder {
  float: left;
  position: relative;
}
.holder input {
  float: left;
  width: 100%;
}
textarea {
  font-family: "Roboto", sans-serif;
  background: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
  width: 100%;
  outline: 0;
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 120px !important;
  resize: none;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e9f0f1;
  vertical-align: top;
}
label {
  font-size: 12px;
  color: #333333;
}
label.blue-label {
  color: #29abe2;
}
input[type="checkbox"] + label {
  display: block;
}
input[type="checkbox"] + label .checkbox {
  display: block;
  float: left;
  margin-right: 10px;
  width: 19px;
  height: 19px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #29abe2;
  position: relative;
  cursor: pointer;
}
input[type="checkbox"] + label .checkbox.gray {
  background: #56595d;
  border-color: #56595d;
}
input[type="checkbox"] + label .checkbox--dark {
  background: #666666;
  border: 1px solid #666666;
}
input[type="checkbox"]:checked + label .checkbox:before {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #29abe2;
}
input[type="checkbox"]:checked + label .checkbox.gray:before {
  background: #c5c5c5;
}
.rodo-content-full {
  margin-top: 6px;
}
input[type="checkbox"] + label span:not(.checkbox) {
  display: inline-block;
  line-height: 19px;
}
input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
input[type="radio"] + label .radio {
  display: block;
  float: left;
  margin-right: 10px;
  width: 19px;
  height: 19px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #29abe2;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}
input[type="radio"]:disabled + label .radio {
  border-color: #aaadb0;
}
input[type="radio"]:checked + label .radio:before {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #29abe2;
  border-radius: 100px;
}
input[type="radio"] + label span:not(.radio) {
  color: #29abe2;
}
input[type="radio"]:disabled + label span:not(.radio) {
  color: #aaadb0;
}
input[type="radio"]:checked + label span:not(.radio) {
  color: #333333;
}
input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.field.required label, .divante-partnerprogram-customer-contactdataforclients .entry-edit .field:not([name="data.additional_info"]) label, .divante_partnerprogram-customer-contactdataforclients .entry-edit .field:not([name="data.additional_info"]) label {
  position: relative;
}
.field.required label:after, .divante-partnerprogram-customer-contactdataforclients .entry-edit .field:not([name="data.additional_info"]) label:after, .divante_partnerprogram-customer-contactdataforclients .entry-edit .field:not([name="data.additional_info"]) label:after {
  display: inline-block;
  content: "*";
  position: relative;
  color: red;
  margin-left: 5px;
}
.field.required.with-checkbox label:after, .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-checkbox:not([name="data.additional_info"]) label:after, .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-checkbox:not([name="data.additional_info"]) label:after {
  display: none;
}
.field.required.with-checkbox span:not(.checkbox), .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-checkbox:not([name="data.additional_info"]) span:not(.checkbox), .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-checkbox:not([name="data.additional_info"]) span:not(.checkbox) {
  position: relative;
}
.field.required.with-checkbox span:not(.checkbox):before, .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-checkbox:not([name="data.additional_info"]) span:not(.checkbox):before, .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-checkbox:not([name="data.additional_info"]) span:not(.checkbox):before {
  display: inline-block;
  content: "* ";
  position: relative;
  color: red;
}
.field.required.with-checkbox label:after, .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-checkbox:not([name="data.additional_info"]) label:after, .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-checkbox:not([name="data.additional_info"]) label:after {
  display: none;
}
.field.required.with-checkbox label, .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-checkbox:not([name="data.additional_info"]) label, .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-checkbox:not([name="data.additional_info"]) label {
  position: relative;
}
.field.required.with-checkbox label span:not(.checkbox):before, .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-checkbox:not([name="data.additional_info"]) label span:not(.checkbox):before, .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-checkbox:not([name="data.additional_info"]) label span:not(.checkbox):before {
  display: inline;
  content: "* ";
  margin-top: 5px;
  position: relative;
  color: #cd5d44;
}
label.required, .divante-partnerprogram-customer-contactdataforclients .entry-edit label.field:not([name="data.additional_info"]), .divante_partnerprogram-customer-contactdataforclients .entry-edit label.field:not([name="data.additional_info"]) {
  position: relative;
}
label.required:after, .divante-partnerprogram-customer-contactdataforclients .entry-edit label.field:not([name="data.additional_info"]):after, .divante_partnerprogram-customer-contactdataforclients .entry-edit label.field:not([name="data.additional_info"]):after {
  display: inline-block;
  content: "*";
  position: relative;
  color: red;
}
form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaadb0 !important;
  opacity: 1 !important;
}
form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaadb0 !important;
  opacity: 1 !important;
}
form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaadb0 !important;
  opacity: 1 !important;
}
form input:-moz-placeholder {
  /* Firefox 18- */
  color: #aaadb0 !important;
  opacity: 1 !important;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #56595d !important;
  opacity: 1 !important;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #56595d !important;
  opacity: 1 !important;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #56595d !important;
  opacity: 1 !important;
}
.search-autocomplete {
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.search-autocomplete ul li, .search-autocomplete ul li:not(:empty) {
  border: 0;
  z-index: 10;
}
.field-company-type .control > div {
  float: left;
}
.field.country label, .field.account-type label {
  display: block;
}
.field.country .control, .field.account-type .control {
  display: inline-block;
}
.field.country .tooltip, .field.account-type .tooltip {
  float: right;
  color: #29abe2;
  margin: 0 0 0 10px;
  position: relative;
  top: 0;
  font-size: 18px;
}
.field.country .tooltip .tooltip-content, .field.account-type .tooltip .tooltip-content {
  font-size: 12px;
}
.field.street .field.additional {
  position: relative;
}
.field.street .field.additional .label {
  top: -20px;
  left: 15px;
  z-index: 10;
  width: auto;
  float: left;
  height: auto;
  clip: initial;
}
.field.street .field.additional .label span {
  font-size: 12px;
  font-weight: 400;
  float: left;
  width: auto;
  margin: 0 4px 0 0;
}
@media (max-width: 768px) {
  .field.street .field.additional .label {
    position: relative;
    top: 0;
    left: 0;
  }
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
  width: 100%;
  margin-top: 0;
  padding-top: 7px;
  vertical-align: top;
  clear: both;
}
div.mage-error:before {
  display: none;
}
.field.with-tooltip .control {
  position: relative;
  display: flex;
  align-items: center;
}
.field.with-tooltip .control:after {
  content: "";
  display: block;
  clear: both;
}
.field.with-tooltip .tooltip {
  margin-left: 10px;
}
.field.with-tooltip input {
  margin-right: 0 !important;
}
.field.with-tooltip .file-uploader {
  display: flex;
  align-items: center;
}
.field.with-tooltip .file-uploader-area {
  float: left;
}
@media (max-width: 560px) {
  .field.with-tooltip .control {
    padding-right: 0;
  }
  .field.with-tooltip .control input {
    width: calc(100% - 20px);
    float: left;
  }
  .field.with-tooltip .tooltip .tooltip-content {
    margin-left: 0;
    margin-right: 10px;
    left: auto;
    right: 100%;
    width: 100%;
  }
  .field.with-tooltip .tooltip .tooltip-content:before, .field.with-tooltip .tooltip .tooltip-content:after {
    display: none;
  }
  .field.with-tooltip .tooltip .pp-tooltip-content {
    left: 100%;
    right: auto;
  }
}
.field.required > .label:after, .divante-partnerprogram-customer-contactdataforclients .entry-edit .field:not([name="data.additional_info"]) > .label:after, .divante_partnerprogram-customer-contactdataforclients .entry-edit .field:not([name="data.additional_info"]) > .label:after {
  content: "*";
  color: #cd5d44;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 12px;
  margin: 0 0 0 0;
}
input.mage-error, select.mage-error, textarea.mage-error {
  background: #ffffff;
  border: 1px solid #f9f9f9;
}
input.mage-error:focus, select.mage-error:focus, textarea.mage-error:focus {
  border: 1px solid #f9f9f9;
}
textarea.valid {
  background: #ffffff;
  border: 1px solid #f9f9f9;
}
.label-sidenote {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 10px;
  color: #666666;
}
input:focus ~ .tooltip .tooltip-content, select:focus ~ .tooltip .tooltip-content {
  display: none;
}
.checkout-container .field-tooltip {
  position: static;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .field.with-tooltip .tooltip {
    position: static;
  }
  .field.with-tooltip .tooltip .tooltip-content {
    left: 0;
    right: auto;
    top: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0;
  }
  .field.with-tooltip .tooltip .tooltip-content:before, .field.with-tooltip .tooltip .tooltip-content:after {
    display: none;
  }
  .field.with-tooltip .control {
    position: relative;
  }
  .field.file-uploader-with-tooltip {
    width: 100% !important;
  }
}
#form-become-seller .single-group p {
  color: #bf0000;
}
#form-become-seller input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  padding: 0 10px;
}
#form-become-seller .agreement-checkbox {
  margin-bottom: 10px;
}
#form-become-seller .custom-toggle-element.with-tooltip {
  position: relative;
}
#form-become-seller #company_type {
  border: 1px solid #c3c3c3 !important;
  box-shadow: initial;
  position: relative;
}
#form-become-seller .choose-company-type {
  position: relative;
}
#form-become-seller .choose-company-type > .control {
  display: block;
}
#form-become-seller .choose-company-type:after {
  position: absolute;
  display: block;
  top: 8px;
  right: 50px;
  z-index: 20;
  color: #29abe2;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  transform: rotateZ(90deg);
}
#form-become-seller .row.different_address {
  display: none;
}
#form-become-seller #different_address:checked ~ .row.different_address {
  display: block;
}
.field.approvement-attachment.with-tooltip > label.label i.tooltip {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-top: -2px;
}
.field.approvement-attachment.with-tooltip .control {
  margin-top: 5px;
}
.field.approvement-attachment.with-tooltip .control .file-uploader-button {
  margin-right: 5px;
}
.field.approvement-attachment.with-tooltip .control .file-uploader-button:hover {
  cursor: pointer;
}
.field.approvement-attachment.with-tooltip .control .approvement-attachment_info {
  display: flex;
  align-items: center;
}
.field.approvement-attachment.with-tooltip .control .approvement-attachment_info .file-name {
  padding-top: 0;
  margin-right: 5px;
}
.field.approvement-attachment.with-tooltip .control .approvement-attachment_info .file-name:not(:empty) + #clear {
  display: inline-block !important;
}
.field.approvement-attachment.with-tooltip .control .approvement-attachment_info #clear {
  top: 0;
}
.btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn--default, .btn--default, .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove) {
  display: block;
  width: 100%;
  padding: 15px 15px;
  color: #ffffff;
  float: left;
  background: #29abe2;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #0890cc;
}
a.btn--default:hover, a.btn--default:focus, .btn--default:hover, .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove):hover, .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove):hover, .cart.table-wrapper .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove):hover, .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove):hover, .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove):hover, .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove):hover, .cart.table-wrapper .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove):hover, .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove):hover, .btn--default:focus, .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove):focus, .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove):focus, .cart.table-wrapper .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove):focus, .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove):focus, .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove):focus, .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove):focus, .cart.table-wrapper .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove):focus, .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove):focus {
  background: #0890cc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #0890cc;
  color: #ffffff;
}
.btn--back, button.btn--back, .cart.table-wrapper .actions-toolbar > .btn--back.action, .btn--back.action-gift, a.btn--back {
  color: #29abe2;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin: 0 0;
  border: 0;
  background: none;
  padding: 0;
}
.btn--back:before, button.btn--back:before, .cart.table-wrapper .actions-toolbar > .btn--back.action:before, .btn--back.action-gift:before, a.btn--back:before {
  display: block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  margin-right: 10px;
  float: left;
  line-height: 16px;
  font-size: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn--back:hover, .btn--back:focus, .btn--back:active, button.btn--back:hover, .cart.table-wrapper .actions-toolbar > .btn--back.action:hover, .btn--back.action-gift:hover, button.btn--back:focus, .cart.table-wrapper .actions-toolbar > .btn--back.action:focus, .btn--back.action-gift:focus, button.btn--back:active, .cart.table-wrapper .actions-toolbar > .btn--back.action:active, .btn--back.action-gift:active, a.btn--back:hover, a.btn--back:focus, a.btn--back:active {
  border: 0;
  background: none;
  font-weight: 400;
  opacity: 1;
  color: #29abe2;
}
.btn--next, button.btn--next, .cart.table-wrapper .actions-toolbar > .btn--next.action, .btn--next.action-gift, a.btn--next {
  color: #29abe2;
  font-size: 14px;
  margin: 0 0;
  border: 0;
  background: none;
  padding: 0;
}
.btn--next:after, button.btn--next:after, .cart.table-wrapper .actions-toolbar > .btn--next.action:after, .btn--next.action-gift:after, a.btn--next:after {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  margin-left: 10px;
  line-height: 14px;
  font-size: 10px;
}
.btn--next:hover, .btn--next:focus, .btn--next:active, button.btn--next:hover, .cart.table-wrapper .actions-toolbar > .btn--next.action:hover, .btn--next.action-gift:hover, button.btn--next:focus, .cart.table-wrapper .actions-toolbar > .btn--next.action:focus, .btn--next.action-gift:focus, button.btn--next:active, .cart.table-wrapper .actions-toolbar > .btn--next.action:active, .btn--next.action-gift:active, a.btn--next:hover, a.btn--next:focus, a.btn--next:active {
  border: 0;
  background: none;
  font-weight: 400;
  opacity: 1;
  color: #0890cc;
}
a.btn--hollow, a.btn--ask, a.btn--convert, .btn--hollow, .btn--ask, .btn--convert {
  display: block;
  padding: 15px 15px;
  float: left;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #29abe2;
  color: #29abe2;
  line-height: 20px;
  border-radius: 0;
}
a.btn--hollow:hover, a.btn--ask:hover, a.btn--convert:hover, a.btn--hollow:focus, a.btn--ask:focus, a.btn--convert:focus, .btn--hollow:hover, .btn--ask:hover, .btn--convert:hover, .btn--hollow:focus, .btn--ask:focus, .btn--convert:focus {
  color: #ffffff;
  background: #0890cc;
  border: 1px solid #0890cc;
}
.btn--main {
  display: inline-block;
  width: auto;
  padding: 15px 45px;
  float: none;
}
.button-holder {
  text-align: center;
}
.tooltip {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  width: 21px;
  height: 21px;
  min-width: 21px;
  float: left;
  display: block;
}
.tooltip.ico-info {
  background: url(../../frontend/Divante/distriparkpl/pl_PL/images/question-mark.svg) no-repeat;
  background-position: center;
}
.tooltip.ico-info:before {
  content: initial;
}
.btn--ask, .btn--convert {
  border-width: 1px;
  padding: 10px 20px 10px 50px !important;
  position: relative;
}
.btn--ask:before, .btn--convert:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 22px;
  top: 47%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 19px;
}
.btn--ask:hover, .btn--convert:hover {
  border-width: 1px;
}
.btn--convert:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 18px;
}
.field .tooltip, .text-header .tooltip, .affiliate-programme-regulations h3 .tooltip, .affiliate-programme-discounts h3 .tooltip, .affiliate-programme-discounts h4 .tooltip, .affiliate-programme-discounts .arrow-list .footer-title .tooltip, .arrow-list .affiliate-programme-discounts .footer-title .tooltip, .affiliate-programme-container h4 .tooltip, .affiliate-programme-container .arrow-list .footer-title .tooltip, .arrow-list .affiliate-programme-container .footer-title .tooltip {
  color: #29abe2;
  font-size: 19px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.field .tooltip .tooltip-content, .text-header .tooltip .tooltip-content, .affiliate-programme-regulations h3 .tooltip .tooltip-content, .affiliate-programme-discounts h3 .tooltip .tooltip-content, .affiliate-programme-discounts h4 .tooltip .tooltip-content, .affiliate-programme-discounts .arrow-list .footer-title .tooltip .tooltip-content, .arrow-list .affiliate-programme-discounts .footer-title .tooltip .tooltip-content, .affiliate-programme-container h4 .tooltip .tooltip-content, .affiliate-programme-container .arrow-list .footer-title .tooltip .tooltip-content, .arrow-list .affiliate-programme-container .footer-title .tooltip .tooltip-content {
  border-color: #e9f0f1;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  padding: 5px 10px;
  margin-left: 10px;
  top: 50%;
  min-width: 235px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.field .tooltip .tooltip-content:before, .text-header .tooltip .tooltip-content:before, .affiliate-programme-regulations h3 .tooltip .tooltip-content:before, .affiliate-programme-discounts h3 .tooltip .tooltip-content:before, .affiliate-programme-discounts h4 .tooltip .tooltip-content:before, .affiliate-programme-discounts .arrow-list .footer-title .tooltip .tooltip-content:before, .arrow-list .affiliate-programme-discounts .footer-title .tooltip .tooltip-content:before, .affiliate-programme-container h4 .tooltip .tooltip-content:before, .affiliate-programme-container .arrow-list .footer-title .tooltip .tooltip-content:before, .arrow-list .affiliate-programme-container .footer-title .tooltip .tooltip-content:before {
  border-right-color: #e9f0f1;
}
@media (max-width: 768px) {
  .field .tooltip .tooltip-content:before, .text-header .tooltip .tooltip-content:before, .affiliate-programme-regulations h3 .tooltip .tooltip-content:before, .affiliate-programme-discounts h3 .tooltip .tooltip-content:before, .affiliate-programme-discounts h4 .tooltip .tooltip-content:before, .affiliate-programme-discounts .arrow-list .footer-title .tooltip .tooltip-content:before, .arrow-list .affiliate-programme-discounts .footer-title .tooltip .tooltip-content:before, .affiliate-programme-container h4 .tooltip .tooltip-content:before, .affiliate-programme-container .arrow-list .footer-title .tooltip .tooltip-content:before, .arrow-list .affiliate-programme-container .footer-title .tooltip .tooltip-content:before {
    border-right-color: transparent;
    border-left-color: #e9f0f1;
  }
}
@media (max-width: 768px) {
  .field .tooltip .tooltip-content:after, .text-header .tooltip .tooltip-content:after, .affiliate-programme-regulations h3 .tooltip .tooltip-content:after, .affiliate-programme-discounts h3 .tooltip .tooltip-content:after, .affiliate-programme-discounts h4 .tooltip .tooltip-content:after, .affiliate-programme-discounts .arrow-list .footer-title .tooltip .tooltip-content:after, .arrow-list .affiliate-programme-discounts .footer-title .tooltip .tooltip-content:after, .affiliate-programme-container h4 .tooltip .tooltip-content:after, .affiliate-programme-container .arrow-list .footer-title .tooltip .tooltip-content:after, .arrow-list .affiliate-programme-container .footer-title .tooltip .tooltip-content:after {
    border-right-color: transparent;
    border-left-color: #fff;
  }
}
.field .tooltip .tooltip-content:before, .field .tooltip .tooltip-content:after, .text-header .tooltip .tooltip-content:before, .affiliate-programme-regulations h3 .tooltip .tooltip-content:before, .affiliate-programme-discounts h3 .tooltip .tooltip-content:before, .affiliate-programme-discounts h4 .tooltip .tooltip-content:before, .affiliate-programme-discounts .arrow-list .footer-title .tooltip .tooltip-content:before, .arrow-list .affiliate-programme-discounts .footer-title .tooltip .tooltip-content:before, .affiliate-programme-container h4 .tooltip .tooltip-content:before, .affiliate-programme-container .arrow-list .footer-title .tooltip .tooltip-content:before, .arrow-list .affiliate-programme-container .footer-title .tooltip .tooltip-content:before, .text-header .tooltip .tooltip-content:after, .affiliate-programme-regulations h3 .tooltip .tooltip-content:after, .affiliate-programme-discounts h3 .tooltip .tooltip-content:after, .affiliate-programme-discounts h4 .tooltip .tooltip-content:after, .affiliate-programme-discounts .arrow-list .footer-title .tooltip .tooltip-content:after, .arrow-list .affiliate-programme-discounts .footer-title .tooltip .tooltip-content:after, .affiliate-programme-container h4 .tooltip .tooltip-content:after, .affiliate-programme-container .arrow-list .footer-title .tooltip .tooltip-content:after, .arrow-list .affiliate-programme-container .footer-title .tooltip .tooltip-content:after {
  top: 50%;
  margin-top: -6px;
}
@media (max-width: 768px) {
  .field .tooltip .tooltip-content:before, .field .tooltip .tooltip-content:after, .text-header .tooltip .tooltip-content:before, .affiliate-programme-regulations h3 .tooltip .tooltip-content:before, .affiliate-programme-discounts h3 .tooltip .tooltip-content:before, .affiliate-programme-discounts h4 .tooltip .tooltip-content:before, .affiliate-programme-discounts .arrow-list .footer-title .tooltip .tooltip-content:before, .arrow-list .affiliate-programme-discounts .footer-title .tooltip .tooltip-content:before, .affiliate-programme-container h4 .tooltip .tooltip-content:before, .affiliate-programme-container .arrow-list .footer-title .tooltip .tooltip-content:before, .arrow-list .affiliate-programme-container .footer-title .tooltip .tooltip-content:before, .text-header .tooltip .tooltip-content:after, .affiliate-programme-regulations h3 .tooltip .tooltip-content:after, .affiliate-programme-discounts h3 .tooltip .tooltip-content:after, .affiliate-programme-discounts h4 .tooltip .tooltip-content:after, .affiliate-programme-discounts .arrow-list .footer-title .tooltip .tooltip-content:after, .arrow-list .affiliate-programme-discounts .footer-title .tooltip .tooltip-content:after, .affiliate-programme-container h4 .tooltip .tooltip-content:after, .affiliate-programme-container .arrow-list .footer-title .tooltip .tooltip-content:after, .arrow-list .affiliate-programme-container .footer-title .tooltip .tooltip-content:after {
    right: auto;
    left: 100%;
  }
}
@media (max-width: 768px) {
  .field .tooltip .pp-tooltip-content, .text-header .tooltip .pp-tooltip-content, .affiliate-programme-regulations h3 .tooltip .pp-tooltip-content, .affiliate-programme-discounts h3 .tooltip .pp-tooltip-content, .affiliate-programme-discounts h4 .tooltip .pp-tooltip-content, .affiliate-programme-discounts .arrow-list .footer-title .tooltip .pp-tooltip-content, .arrow-list .affiliate-programme-discounts .footer-title .tooltip .pp-tooltip-content, .affiliate-programme-container h4 .tooltip .pp-tooltip-content, .affiliate-programme-container .arrow-list .footer-title .tooltip .pp-tooltip-content, .arrow-list .affiliate-programme-container .footer-title .tooltip .pp-tooltip-content {
    left: 100%;
    right: auto;
  }
}
.field .tooltip:hover, .text-header .tooltip:hover, .affiliate-programme-regulations h3 .tooltip:hover, .affiliate-programme-discounts h3 .tooltip:hover, .affiliate-programme-discounts h4 .tooltip:hover, .affiliate-programme-discounts .arrow-list .footer-title .tooltip:hover, .arrow-list .affiliate-programme-discounts .footer-title .tooltip:hover, .affiliate-programme-container h4 .tooltip:hover, .affiliate-programme-container .arrow-list .footer-title .tooltip:hover, .arrow-list .affiliate-programme-container .footer-title .tooltip:hover {
  color: #0890cc;
}
.text-header .tooltip, .affiliate-programme-regulations h3 .tooltip, .affiliate-programme-discounts h3 .tooltip, .affiliate-programme-discounts h4 .tooltip, .affiliate-programme-discounts .arrow-list .footer-title .tooltip, .arrow-list .affiliate-programme-discounts .footer-title .tooltip, .affiliate-programme-container h4 .tooltip, .affiliate-programme-container .arrow-list .footer-title .tooltip, .arrow-list .affiliate-programme-container .footer-title .tooltip {
  margin: 0 7px -2px;
  position: relative;
  display: inline-block;
  float: unset;
}
td.field .tooltip {
  float: right;
}
.modal-popup .field .tooltip .tooltip-content {
  left: -306px;
  max-width: 285px;
}
.modal-popup .field .tooltip .tooltip-content:after, .modal-popup .field .tooltip .tooltip-content:before {
  transform: rotate(180deg);
  right: -13px;
}
.field-tooltip {
  display: block;
  width: 19px;
  height: 19px;
}
#product-contact-form {
  display: none;
}
#ask-about-product-link {
  cursor: pointer;
}
.modals-overlay {
  background: rgba(51, 51, 51, 0.4);
}
.modal-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-popup {
  min-width: 320px;
}
.modal-popup .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-bottom: 6px;
}
.modal-popup .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.modal-popup .fieldset {
  margin-bottom: 0;
}
.modal-popup .fieldset > .field {
  margin-bottom: 20px;
}
.modal-popup input:not([type="radio"]):not([type="checkbox"]), .modal-popup textarea {
  padding: 0 10px;
  border: 1px solid #e9f0f1;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.1);
}
.modal-popup input.cleaned:-webkit-autofill {
  -webkit-box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1), 0 0 0 1000px #ffffff inset;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1), 0 0 0 1000px #ffffff inset;
}
.modal-popup textarea {
  height: 100px;
  padding: 10px;
}
@media (max-width: 768px) {
  .modal-popup.modal-slide {
    width: 100%;
    left: 0;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class], .modal-popup.modal-slide .modal-inner-wrap {
    background: #ffffff;
  }
}
.modal-popup #product-contact-form .field.with-tooltip .control {
  flex-wrap: wrap;
}
.modal-popup #product-contact-form .field.with-tooltip .control input {
  width: calc(100% - 31px);
}
.modal-popup #product-contact-form .field.with-tooltip .control div.mage-error {
  order: 1;
}
.modal-popup .action-close {
  padding: 0;
  background: none;
  position: absolute;
  top: 20px;
  right: 17px;
}
.modal-popup .action-close:before {
  display: block;
  content: "";
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 15px;
}
.modal-popup .action-close:hover:before {
  color: #ffffff;
}
.modal-inner-wrap {
  max-width: 570px;
}
@media (max-width: 1240px) {
  .modal-inner-wrap {
    max-width: 595px;
  }
}
@media (max-width: 768px) {
  .modal-inner-wrap {
    width: 100%;
    max-width: none;
    background: #ffffff;
  }
}
.modal-popup .modal-header {
  background: #29abe2;
  padding: 15px 40px 15px 15px;
  position: relative;
  min-height: 55px;
}
.modal-popup .modal-title {
  font-size: 14px;
  line-height: 16px;
  padding-top: 3px;
  color: #fff;
  font-weight: 500;
  border: 0;
  padding-bottom: 0;
  margin: 0;
}
.modal-popup .modal-title .modal-subtitle {
  font-size: 18px;
  display: block;
  border: 0;
  margin-top: 7px;
}
.modal-popup .modal-content {
  padding: 30px 40px 0;
}
.modal-popup .modal-content p {
  text-align: justify;
}
@media (max-width: 767px) {
  .modal-popup .modal-content {
    padding: 20px;
  }
}
.modal-popup.modal-slide .modal-footer {
  border: 0;
}
.modal-popup .modal-footer {
  background: #ffffff;
  padding: 30px 40px 40px;
  text-align: left;
  border: 0;
}
.modal-popup .modal-footer .btn--default, .modal-popup .modal-footer .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .modal-popup .modal-footer .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .modal-popup .modal-footer .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .modal-popup .modal-footer .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .modal-popup .modal-footer button:not(.action-remove), .modal-popup .modal-footer .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .modal-popup .modal-footer .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .modal-popup .modal-footer .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .modal-popup .modal-footer .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .modal-popup .modal-footer button:not(.action-remove) {
  float: left;
  width: auto;
}
@media (max-width: 767px) {
  .modal-popup .modal-footer {
    padding: 0 20px 20px;
  }
}
.modal-popup .action-primary, .modal-popup .action-secondary {
  display: inline-block;
  width: auto;
  padding: 12px 28px;
  color: #ffffff !important;
  background: #29abe2 !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #0890cc;
  text-transform: none;
  opacity: 1;
  font-family: "Roboto", sans-serif;
}
.modal-popup .action-primary:hover, .modal-popup .action-primary:focus, .modal-popup .action-secondary:hover, .modal-popup .action-secondary:focus {
  background: #0890cc !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #0890cc !important;
  color: #ffffff !important;
}
.modal-popup .action-primary.small, .modal-popup .action-secondary.small {
  padding: 5px 10px;
}
.modal-popup .action-primary[disabled], .modal-popup .action-secondary[disabled] {
  opacity: 0.5;
}
.modal-popup .modal-inner-wrap {
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 769px) {
  .modal-popup.modal-slide {
    left: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: 0;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background: #ffffff;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    max-height: 90%;
    margin: 80px auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: auto;
    overflow-y: visible;
    position: absolute;
    width: 75%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
div.qty-spinners {
  width: 10px;
  height: 36px;
  min-height: 36px;
}
div.qty-spinners .qty-spinner-up, div.qty-spinners .qty-spinner-down {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  color: #29abe2;
  font-size: 5px;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 0;
  margin: 0;
}
div.qty-spinners .qty-spinner-up:hover, div.qty-spinners .qty-spinner-down:hover {
  color: #0890cc;
}
div.qty-spinners .qty-spinner-up {
  top: 9px;
}
div.qty-spinners .qty-spinner-up:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.qty-spinners .qty-spinner-down {
  bottom: 8px;
}
div.qty-spinners .qty-spinner-down:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.back-to-top {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  height: 40px;
  width: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-color: #f09a20;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.back-to-top:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../frontend/Divante/distriparkpl/pl_PL/images/top-arrow.svg) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.back-to-top span {
  display: inline-block;
  text-indent: -999px;
}
.back-to-top.show {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.back-to-top.show:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .back-to-top {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .back-to-top {
    height: 60px;
    width: 60px;
  }
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  /* auto-expanded scrollbar */
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=10)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e9f0f1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  width: 3px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0;
  background-color: #29abe2;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  width: 12px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #29abe2;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #29abe2;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(../../frontend/Divante/distriparkpl/pl_PL/css/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
}
.mm-btn, .mm-menu {
  box-sizing: border-box;
}
.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}
.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: "";
  bottom: 0;
}
.mm-hidden {
  display: none !important;
}
.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0;
}
.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0;
}
.mm-btn, .mm-panel.mm-highest {
  z-index: 1;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-listview > li > a {
  white-space: normal;
  text-overflow: none;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 58px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-btn {
  width: 35px;
  height: 58px;
  position: absolute;
  top: 0;
}
.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-prev:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: auto;
  line-height: 38px;
  text-align: right;
  margin-right: 10px;
}
.mm-next:after {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: auto;
  line-height: 38px;
  margin-left: 10px;
  padding: 10px 0;
  margin: 0;
  width: 50px;
  text-align: center;
  color: #29abe2;
}
.mm-navbar {
  background: #29abe2;
  line-height: 38px;
  height: 58px;
  padding: 0 50px 0 35px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar.mm-navbar-top {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  width: 50px;
  background: #29abe2 !important;
  padding: 0 !important;
}
.mm-navbar.mm-navbar-top .mm-close:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  border: none;
  transform: none;
  position: static;
  line-height: 38px;
  width: 50px;
  text-align: center;
}
.mm-navbar.mm-navbar-top .mm-close:after {
  display: none;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar .mm-btn:first-child {
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}
.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 35px;
  margin: 0;
  height: 58px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 400;
}
.mm-listview > li > a > span {
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e9f0f1;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e9f0f1 !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-menu {
  background: #ffffff;
  border-color: #e9f0f1;
  color: #333333;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: #ffffff;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  z-index: 10;
  display: block;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  transition: transform 0.4s ease;
  transform: translate3d(-100%, 0, 0);
}
@media (max-width: 175px) {
  .mm-menu.mm-offcanvas {
    ransform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 550px) {
  .mm-menu.mm-offcanvas {
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-opening .mm-menu.mm-offcanvas {
  transform: translate3d(0, 0, 0);
}
/*html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}*/
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10;
}
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom, .mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%;
}
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important;
}
.mm-menu.mm-offcanvas.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
.mm-menu.mm-columns {
  -webkit-transition-property: width, max-width, -webkit-transform;
  transition-property: width, max-width, -webkit-transform;
  transition-property: transform, width, max-width;
  transition-property: transform, width, max-width, -webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}
html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(2200px, 0);
    -ms-transform: translate(2200px, 0);
    transform: translate(2200px, 0);
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-2200px, 0);
    -ms-transform: translate(-2200px, 0);
    transform: translate(-2200px, 0);
    -webkit-transform: translate3d(-2200px, 0, 0);
    transform: translate3d(-2200px, 0, 0);
  }
}
.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate(700%, 0);
  -ms-transform: translate(700%, 0);
  transform: translate(700%, 0);
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}
html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(2640px, 0);
    -ms-transform: translate(2640px, 0);
    transform: translate(2640px, 0);
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-2640px, 0);
    -ms-transform: translate(-2640px, 0);
    transform: translate(-2640px, 0);
    -webkit-transform: translate3d(-2640px, 0, 0);
    transform: translate3d(-2640px, 0, 0);
  }
}
.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span, em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}
html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-dropdown .mm-menu {
  z-index: 2;
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}
.mm-menu.mm-tip:before {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
  left: 22px;
}
.mm-menu.mm-tipright:before {
  right: 22px;
}
.mm-menu.mm-tiptop:before {
  top: -8px;
}
.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}
.mm-iconpanel .mm-panel {
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
.mm-keyboardfocus a:focus {
  outline: 0;
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}
.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 0;
}
.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 0px;
}
.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0;
}
.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
.mm-menu.mm-rtl {
  direction: rtl;
}
.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}
.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}
.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}
.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}
.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}
.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}
.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0;
}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right, -webkit-transform;
  transition-property: right, -webkit-transform;
  transition-property: transform, right;
  transition-property: transform, right, -webkit-transform;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.mm-search, .mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}
.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-search .mm-clear, .mm-search .mm-next {
  right: 0;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}
input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px;
}
label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}
label.mm-check:before, label.mm-toggle:before {
  content: "";
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}
label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px;
}
a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}
.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}
.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}
.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}
.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}
.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}
.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}
html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}
html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
html.mm-pagedim #mm-blocker {
  background: inherit;
}
html.mm-pagedim-white #mm-blocker {
  background: #fff;
}
html.mm-pagedim-black #mm-blocker {
  background: #000;
}
.mm-menu.mm-popup {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}
html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-popup .mm-menu {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}
.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-page:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-shadow-page.mm-theme-dark:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-shadow-page.mm-theme-white:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-keyboardfocus a:focus, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}
.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
.mm-navbar .mm-title {
  font-weight: 500;
}
.mm-slideout {
  background: #ffffff;
}
@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/summernote/summernote.eot?4c7e83314b68cfa6a0d18a8b4690044b");
  src: url("../../frontend/Divante/distriparkpl/pl_PL/fonts/summernote/summernote.eot?4c7e83314b68cfa6a0d18a8b4690044b#iefix") format("embedded-opentype"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/summernote/summernote.woff?4c7e83314b68cfa6a0d18a8b4690044b") format("woff"), url("../../frontend/Divante/distriparkpl/pl_PL/fonts/summernote/summernote.ttf?4c7e83314b68cfa6a0d18a8b4690044b") format("truetype");
}
[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}
.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.note-icon-align-center:before {
  content: "";
}
.note-icon-align-indent:before {
  content: "";
}
.note-icon-align-justify:before {
  content: "";
}
.note-icon-align-left:before {
  content: "";
}
.note-icon-align-outdent:before {
  content: "";
}
.note-icon-align-right:before {
  content: "";
}
.note-icon-align:before {
  content: "";
}
.note-icon-arrow-circle-down:before {
  content: "";
}
.note-icon-arrow-circle-left:before {
  content: "";
}
.note-icon-arrow-circle-right:before {
  content: "";
}
.note-icon-arrow-circle-up:before {
  content: "";
}
.note-icon-arrows-alt:before {
  content: "";
}
.note-icon-arrows-h:before {
  content: "";
}
.note-icon-arrows-v:before {
  content: "";
}
.note-icon-bold:before {
  content: "";
}
.note-icon-caret:before {
  content: "";
}
.note-icon-chain-broken:before {
  content: "";
}
.note-icon-circle:before {
  content: "";
}
.note-icon-close:before {
  content: "";
}
.note-icon-code:before {
  content: "";
}
.note-icon-col-after:before {
  content: "";
}
.note-icon-col-before:before {
  content: "";
}
.note-icon-col-remove:before {
  content: "";
}
.note-icon-eraser:before {
  content: "";
}
.note-icon-font:before {
  content: "";
}
.note-icon-frame:before {
  content: "";
}
.note-icon-italic:before {
  content: "";
}
.note-icon-link:before {
  content: "";
}
.note-icon-magic:before {
  content: "";
}
.note-icon-menu-check:before {
  content: "";
}
.note-icon-minus:before {
  content: "";
}
.note-icon-orderedlist:before {
  content: "";
}
.note-icon-pencil:before {
  content: "";
}
.note-icon-picture:before {
  content: "";
}
.note-icon-question:before {
  content: "";
}
.note-icon-redo:before {
  content: "";
}
.note-icon-row-above:before {
  content: "";
}
.note-icon-row-below:before {
  content: "";
}
.note-icon-row-remove:before {
  content: "";
}
.note-icon-special-character:before {
  content: "";
}
.note-icon-square:before {
  content: "";
}
.note-icon-strikethrough:before {
  content: "";
}
.note-icon-subscript:before {
  content: "";
}
.note-icon-summernote:before {
  content: "";
}
.note-icon-superscript:before {
  content: "";
}
.note-icon-table:before {
  content: "";
}
.note-icon-text-height:before {
  content: "";
}
.note-icon-trash:before {
  content: "";
}
.note-icon-underline:before {
  content: "";
}
.note-icon-undo:before {
  content: "";
}
.note-icon-unorderedlist:before {
  content: "";
}
.note-icon-video:before {
  content: "";
}
.note-frame * {
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0 0 10px;
}
kbd {
  padding: 3px 5px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.note-toolbar {
  padding: 10px 5px;
  border-bottom: 1px solid #e2e2e2;
}
.note-btn-group {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.note-btn-group > .note-btn-group {
  margin-right: 0;
}
.note-btn-group > .note-btn, .note-btn-group > .note-btn-group {
  margin-left: -4px;
  border-radius: 0;
}
.note-btn-group > .note-btn.focus, .note-btn-group > .note-btn-group.focus, .note-btn-group > .note-btn.active, .note-btn-group > .note-btn-group.active {
  border-radius: 0;
}
.note-btn-group > .note-btn:first-child, .note-btn-group > .note-btn-group:first-child {
  margin-left: 0;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.note-btn-group > .note-btn:first-child.focus, .note-btn-group > .note-btn-group:first-child.focus, .note-btn-group > .note-btn:first-child.active, .note-btn-group > .note-btn-group:first-child.active {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.note-btn-group > .note-btn:last-child:not(.note-dropdown), .note-btn-group > .note-btn-group:last-child:not(.note-dropdown) {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}
.note-btn-group > .note-btn:last-child:not(.note-dropdown).focus, .note-btn-group > .note-btn-group:last-child:not(.note-dropdown).focus, .note-btn-group > .note-btn:last-child:not(.note-dropdown).active, .note-btn-group > .note-btn-group:last-child:not(.note-dropdown).active {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}
.note-btn-group.open > .note-dropdown {
  display: block;
}
.note-btn {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-color: #fff;
  border-radius: 1px;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
}
.note-btn:focus, .note-btn.focus {
  color: #333;
  background-color: #ebebeb;
  border-color: #fff;
}
.note-btn:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #fff;
}
.note-btn.disabled:focus, .note-btn[disabled]:focus, fieldset[disabled] .note-btn:focus, .note-btn.disabled.focus, .note-btn[disabled].focus, fieldset[disabled] .note-btn.focus {
  background-color: #fff;
  border-color: #fff;
}
.note-btn:hover, .note-btn:focus, .note-btn.focus {
  color: #333;
  text-decoration: none;
  background-color: #ebebeb;
  border: 1px solid #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  outline: 0;
}
.note-btn:active, .note-btn.active {
  background-image: none;
  outline: 0;
}
.note-btn.disabled, .note-btn[disabled], fieldset[disabled] .note-btn {
  cursor: not-allowed;
  -webkit-opacity: 0.65;
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.note-btn-primary {
  color: #fff;
  background: #fa6362;
}
.note-btn-primary:hover, .note-btn-primary:focus, .note-btn-primary.focus {
  color: #fff;
  text-decoration: none;
  background-color: #fa6362;
  border: 1px solid #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.note-btn-block {
  display: block;
  width: 100%;
}
.note-btn-block + .note-btn-block {
  margin-top: 5px;
}
input[type="submit"].note-btn-block, input[type="reset"].note-btn-block, input[type="button"].note-btn-block {
  width: 100%;
}
button.close, .cart.table-wrapper .actions-toolbar > .close.action, .close.action-gift {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  opacity: 0.2;
}
.close:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}
.note-dropdown {
  position: relative;
}
.note-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 5px;
  text-align: left;
  background: #fff;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  background-clip: padding-box;
}
.note-btn-group.open .note-dropdown-menu {
  display: block;
}
.note-dropdown-item {
  display: block;
}
.note-dropdown-item:hover {
  background-color: #ebebeb;
}
a.note-dropdown-item, a.note-dropdown-item:hover {
  margin: 2px 0;
  color: #000;
  text-decoration: none;
}
.note-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}
.note-modal.open {
  display: block;
}
.note-modal-content {
  position: relative;
  width: auto;
  margin: 30px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  background-clip: border-box;
}
.note-modal-header {
  padding: 30px 20px 20px 20px;
  border: 1px solid #ededef;
}
.note-modal-header .close {
  margin-top: -10px;
}
.note-modal-body {
  position: relative;
  padding: 20px 30px;
}
.note-modal-footer {
  height: 40px;
  padding: 10px;
  text-align: center;
}
.note-modal-footer a {
  color: #337ab7;
  text-decoration: none;
}
.note-modal-footer a:hover, .note-modal-footer a:focus {
  color: #23527c;
  text-decoration: underline;
}
.note-modal-footer .note-btn {
  float: right;
}
.note-modal-title {
  margin: 0;
  font-size: 26px;
  line-height: 1.4;
  color: #42515f;
}
.note-modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  background: #000;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
}
.note-modal-backdrop.open {
  display: block;
}
@media (min-width: 768px) {
  .note-modal-content {
    width: 600px;
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .note-modal-content-large {
    width: 900px;
  }
}
.note-form-group {
  padding-bottom: 20px;
}
.note-form-group:last-child {
  padding-bottom: 0;
}
.note-form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #42515f;
}
.note-input {
  display: block;
  width: 100%;
  padding: 6px 4px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ededef;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.note-input::-webkit-input-placeholder {
  color: #eee;
}
.note-input:-moz-placeholder {
  color: #eee;
}
.note-input::-moz-placeholder {
  color: #eee;
}
.note-input:-ms-input-placeholder {
  color: #eee;
}
.note-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 13px;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}
.note-tooltip.in {
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}
.note-tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.note-tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.note-tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.note-tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.note-tooltip.bottom .note-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}
.note-tooltip.top .note-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}
.note-tooltip.right .note-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
}
.note-tooltip.left .note-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
}
.note-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.note-tooltip-content {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.note-popover {
  position: absolute;
  z-index: 1060;
  display: block;
  display: none;
  font-size: 13px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.note-popover.in {
  display: block;
}
.note-popover.top {
  padding: 5 0;
  margin-top: -3px;
}
.note-popover.right {
  padding: 0 5;
  margin-left: 3px;
}
.note-popover.bottom {
  padding: 5 0;
  margin-top: 3px;
}
.note-popover.left {
  padding: 0 5;
  margin-left: -3px;
}
.note-popover.bottom .note-popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.note-popover.bottom .note-popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
}
.note-popover.top .note-popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.note-popover.top .note-popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: " ";
}
.note-popover.right .note-popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -10px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.note-popover.right .note-popover-arrow::after {
  left: 1px;
  margin-top: -10px;
  border-right-color: #fff;
  border-left-width: 0;
  content: " ";
}
.note-popover.left .note-popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -10px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.note-popover.left .note-popover-arrow::after {
  right: 1px;
  margin-top: -10px;
  border-left-color: #fff;
  border-right-width: 0;
  content: " ";
}
.note-popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 11px solid transparent;
}
.note-popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: " ";
}
.note-popover-content {
  min-width: 100px;
  min-height: 30px;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
}
.note-editor {
  position: relative;
}
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: #fff;
  opacity: 0.95;
  pointer-event: none;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.note-editor .note-dropzone.hover {
  color: #098ddf;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor .note-editing-area {
  position: relative;
}
.note-editor .note-editing-area p {
  margin: 0 0 10px;
}
.note-editor .note-editing-area .note-editable {
  outline: 0;
}
.note-editor .note-editing-area .note-editable table {
  width: 100%;
  border-collapse: collapse;
}
.note-editor .note-editing-area .note-editable table td, .note-editor .note-editing-area .note-editable table th {
  padding: 5px 3px;
  border: 1px solid #ececec;
}
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}
.note-editor .note-editing-area .note-editable a {
  font-family: inherit;
  font-weight: inherit;
  color: #337ab7;
  text-decoration: inherit;
  background-color: inherit;
}
.note-editor .note-editing-area .note-editable a:hover, .note-editor .note-editing-area .note-editable a:focus {
  color: #23527c;
  text-decoration: underline;
  outline: 0;
}
.note-editor .note-editing-area .note-editable figure {
  margin: 0;
}
.note-editor.note-frame {
  border: 1px solid #a9a9a9;
}
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
}
.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}
.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}
.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}
.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}
.note-editor.note-frame .note-status-output .alert {
  padding: 7px 10px 2px 10px;
  margin: -7px 0 0 0;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0;
}
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}
.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}
.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}
.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}
.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}
.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 9px;
  padding-top: 1px;
  cursor: ns-resize;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}
.note-popover {
  max-width: none;
}
.note-popover .note-popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.note-popover .note-popover-arrow {
  left: 20px !important;
}
.note-popover .note-popover-content, .note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
  background-color: #fff;
}
.note-popover .note-popover-content > .note-btn-group, .note-toolbar > .note-btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}
.note-popover .note-popover-content .note-btn-group .note-table, .note-toolbar .note-btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker, .note-toolbar .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-popover .note-popover-content .note-style h1, .note-toolbar .note-style h1, .note-popover .note-popover-content .note-style h2, .note-toolbar .note-style h2, .note-popover .note-popover-content .note-style h3, .note-toolbar .note-style h3, .note-popover .note-popover-content .note-style h4, .note-popover .note-popover-content .note-style .arrow-list .footer-title, .arrow-list .note-popover .note-popover-content .note-style .footer-title, .note-toolbar .note-style h4, .note-toolbar .note-style .arrow-list .footer-title, .arrow-list .note-toolbar .note-style .footer-title, .note-popover .note-popover-content .note-style h5, .note-toolbar .note-style h5, .note-popover .note-popover-content .note-style h6, .note-toolbar .note-style h6, .note-popover .note-popover-content .note-style blockquote, .note-toolbar .note-style blockquote {
  margin: 0;
}
.note-popover .note-popover-content .note-color-all .note-dropdown-menu, .note-toolbar .note-color-all .note-dropdown-menu {
  min-width: 346px;
}
.note-popover .note-popover-content .note-color .dropdown-toggle, .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-popover .note-popover-content .note-color .note-dropdown-menu, .note-toolbar .note-color .note-dropdown-menu {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette, .note-toolbar .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}
.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px;
  margin-right: 15px;
}
.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-select, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
  width: 100%;
  padding: 2px 3px;
  margin: 3px;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px;
}
.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee;
}
.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}
.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}
.note-popover .note-popover-content .note-style .note-dropdown-menu, .note-toolbar .note-style .note-dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.note-popover .note-popover-content .note-style .note-dropdown-menu > div:first-child, .note-toolbar .note-style .note-dropdown-menu > div:first-child {
  margin-right: 5px;
}
.note-popover .note-popover-content .note-btn-fontname .note-dropdown-menu, .note-toolbar .note-btn-fontname .note-dropdown-menu {
  min-width: 200px;
}
.note-popover .note-popover-content .note-dropdown-menu, .note-toolbar .note-dropdown-menu {
  min-width: 160px;
}
.note-popover .note-popover-content .note-dropdown-menu.right, .note-toolbar .note-dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-popover .note-popover-content .note-dropdown-menu.right::before, .note-toolbar .note-dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-popover .note-popover-content .note-dropdown-menu.right::after, .note-toolbar .note-dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item i, .note-toolbar .note-dropdown-menu.note-check .note-dropdown-item i {
  color: deepskyblue;
  visibility: hidden;
}
.note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item.checked i, .note-toolbar .note-dropdown-menu.note-check .note-dropdown-item.checked i {
  visibility: visible;
}
.note-popover .note-popover-content .note-dropdown-menu .note-dropdown-item > *, .note-toolbar .note-dropdown-menu .note-dropdown-item > * {
  margin: 0;
}
.note-popover .note-popover-content .note-fontsize-10, .note-toolbar .note-fontsize-10 {
  font-size: 10px;
}
.note-popover .note-popover-content .note-color-palette, .note-toolbar .note-color-palette {
  line-height: 1;
}
.note-popover .note-popover-content .note-color-palette div .note-color-btn, .note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.note-popover .note-popover-content .note-color-palette div .note-color-btn:hover, .note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}
.note-modal .note-modal-body label {
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 2px;
}
.note-modal .note-modal-body .help-list-item:hover {
  background-color: #e0e0e0;
}
@-moz-document url-prefix() {
  .note-image-input {
    height: auto;
  }
}
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}
.note-handle .note-control-selection > div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}
.note-hint-popover .note-popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}
.note-hint-popover .note-popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}
.note-hint-popover .note-popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .note-popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}
.help-list-item label {
  display: inline-block;
  margin-bottom: 5px;
}
@media only screen  and (min-width: 768px) {
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.checkout-onepage-success .columns, .orba-payupl-payment-error .columns {
  border-top: 1px solid #e9f0f1;
}
.checkout-onepage-success .contact-form, .orba-payupl-payment-error .contact-form {
  background-color: #c5c5c5;
}
.checkout-onepage-success .section-header--border, .orba-payupl-payment-error .section-header--border {
  border-bottom: none;
  border-top: 2px solid #e9f0f1;
  padding: 10px 0 10px;
  font-size: 28px;
}
/*force to show page title in success page*/
.orba-payupl-payment-error .page-title-wrapper, .checkout-onepage-success .page-title-wrapper {
  position: relative;
  height: auto;
  overflow: visible;
}
.checkout-success--payu {
  color: #7fb37a;
}
.orba-payupl-payment-error .page-title-wrapper, .checkout-onepage-success .page-title-wrapper {
  float: left;
  width: 100%;
}
.orba-payupl-payment-error .section-header--border, .checkout-onepage-success .section-header--border {
  border-bottom: none;
  border: 0;
  padding: 0 0 10px;
  font-size: 28px;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.orba-payupl-payment-error .sidebar.sidebar-additional, .checkout-onepage-success .sidebar.sidebar-additional {
  width: 370px;
  padding: 0;
}
.orba-payupl-payment-error .columns, .checkout-onepage-success .columns {
  width: 100%;
  padding-top: 30px;
}
.orba-payupl-payment-error .column.main, .checkout-onepage-success .column.main {
  width: 800px;
}
.orba-payupl-payment-error .contact-form.icon-list, .checkout-onepage-success .contact-form.icon-list {
  background: #e9f0f1;
  padding: 20px 20px;
}
.orba-payupl-payment-error .contact-form.icon-list strong, .checkout-onepage-success .contact-form.icon-list strong {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  display: block;
  margin-bottom: 10px;
}
.orba-payupl-payment-error .contact-form.icon-list a, .orba-payupl-payment-error .contact-form.icon-list p, .checkout-onepage-success .contact-form.icon-list a, .checkout-onepage-success .contact-form.icon-list p {
  color: #333333;
  font-weight: 400;
  font-size: 12px;
}
.orba-payupl-payment-error .contact-form.icon-list .icon-list__elem, .checkout-onepage-success .contact-form.icon-list .icon-list__elem {
  padding: 0 0 0 85px;
}
.orba-payupl-payment-error .contact-form.icon-list .icon-list__elem--phone, .checkout-onepage-success .contact-form.icon-list .icon-list__elem--phone {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}
.orba-payupl-payment-error .contact-form.icon-list .icon-list__elem--point, .checkout-onepage-success .contact-form.icon-list .icon-list__elem--point {
  margin-bottom: 0;
}
.orba-payupl-payment-error .contact-form.icon-list .icon-list__elem--phone:before, .checkout-onepage-success .contact-form.icon-list .icon-list__elem--phone:before {
  color: #ffffff;
  font-size: 37px;
  top: 12px;
  left: 18px;
}
.orba-payupl-payment-error .contact-form.icon-list .icon-list__elem--point:before, .checkout-onepage-success .contact-form.icon-list .icon-list__elem--point:before {
  color: #ffffff;
  font-size: 44px;
  top: 7px;
  left: 23px;
}
@media (max-width: 1240px) {
  .orba-payupl-payment-error .column.main, .checkout-onepage-success .column.main {
    width: 100%;
  }
  .orba-payupl-payment-error .sidebar.sidebar-additional, .checkout-onepage-success .sidebar.sidebar-additional {
    float: left;
    margin: 0 0 40px;
  }
}
.orba-payupl-payment-error .checkout-freebies, .checkout-onepage-success .checkout-freebies {
  margin-bottom: 20px;
  margin-right: 50px;
}
.orba-payupl-payment-error .checkout-freebies fieldset, .checkout-onepage-success .checkout-freebies fieldset {
  border: 2px solid #29abe2;
  padding: 20px;
}
.orba-payupl-payment-error .checkout-freebies legend, .checkout-onepage-success .checkout-freebies legend {
  background: #29abe2;
  padding: 5px 25px;
  font-size: 15px;
  color: white;
}
.orba-payupl-payment-error .checkout-freebies .freebies-content, .checkout-onepage-success .checkout-freebies .freebies-content {
  font-size: 16px;
  margin-bottom: 20px;
}
.orba-payupl-payment-error .checkout-freebies .freebie-agreement, .checkout-onepage-success .checkout-freebies .freebie-agreement {
  margin-bottom: 15px;
  font-size: 14px;
}
.orba-payupl-payment-error .checkout-freebies .freebie-agreement .checkbox, .checkout-onepage-success .checkout-freebies .freebie-agreement .checkbox {
  top: 3px;
}
.orba-payupl-payment-error .checkout-freebies .freebie-agreement button, .orba-payupl-payment-error .checkout-freebies .freebie-agreement .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .orba-payupl-payment-error .checkout-freebies .freebie-agreement .actions-toolbar > .action, .orba-payupl-payment-error .checkout-freebies .freebie-agreement .action-gift, .checkout-onepage-success .checkout-freebies .freebie-agreement button, .checkout-onepage-success .checkout-freebies .freebie-agreement .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .checkout-onepage-success .checkout-freebies .freebie-agreement .actions-toolbar > .action, .checkout-onepage-success .checkout-freebies .freebie-agreement .action-gift {
  max-width: 160px;
  float: right;
  margin-top: 15px;
}
@media (max-width: 1240px) {
  .checkout-onepage-success .checkout-freebies {
    margin-right: 0;
  }
}
.orba-payupl-payment-error .checkout-success .module-header, .checkout-onepage-success .checkout-success .module-header {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 10px;
}
.orba-payupl-payment-error .checkout-success .module-header + p, .checkout-onepage-success .checkout-success .module-header + p {
  margin: 0;
}
.orba-payupl-payment-error .checkout-success p, .checkout-onepage-success .checkout-success p {
  color: #333333;
  font-size: 14px;
}
.orba-payupl-payment-error .checkout-success .order-message, .checkout-onepage-success .checkout-success .order-message {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.orba-payupl-payment-error .checkout-success .order-number, .checkout-onepage-success .checkout-success .order-number {
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  float: left;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.orba-payupl-payment-error .checkout-success .checkout-success--payu, .checkout-onepage-success .checkout-success .checkout-success--payu {
  color: #85be48;
}
.orba-payupl-payment-error .checkout-success .chosen-payment-form, .checkout-onepage-success .checkout-success .chosen-payment-form {
  font-size: 18px;
  font-weight: 500;
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0 12px;
}
.orba-payupl-payment-error .checkout-success .chosen-payment-form span, .checkout-onepage-success .checkout-success .chosen-payment-form span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 8px;
}
.orba-payupl-payment-error .checkout-success .message.info, .checkout-onepage-success .checkout-success .message.info {
  width: 90%;
}
.payment-information {
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  float: left;
  margin: 0 0 20px;
  border-top: 2px solid #e9f0f1;
  max-width: 570px;
  padding-top: 20px;
}
.payment-information:empty {
  padding: 10px 0;
  margin: 0;
  border-top: 0;
}
.payment-information p {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.payment-information dl {
  max-width: 570px;
  min-height: 175px;
  width: 100%;
  border: 1px solid #e9f0f1;
  padding: 10px 10px 10px 200px;
  position: relative;
  float: left;
}
.payment-information dl:before {
  display: block;
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e9f0f1;
}
.payment-information dl:after {
  display: block;
  content: "";
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 90px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 48px;
  margin-top: -45px;
}
.payment-information dd, .payment-information dt {
  float: left;
  margin: 0 0 10px;
  padding: 0 10px;
}
.payment-information dd {
  width: 135px;
  text-align: right;
  font-weight: 500;
}
.payment-information dt {
  width: 215px;
  font-weight: 400;
}
@media (max-width: 1240px) {
  .payment-information {
    max-width: none;
  }
  .payment-information dl {
    max-width: none;
    padding-top: 20px;
  }
  .payment-information dd {
    width: 135px;
  }
  .payment-information dt {
    width: 355px;
  }
}
@media (max-width: 768px) {
  .payment-information {
    max-width: none;
  }
  .payment-information dl {
    min-height: none;
    max-width: none;
    padding: 20px 0 20px 0;
  }
  .payment-information dl:before, .payment-information dl:after {
    display: none;
  }
  .payment-information dd {
    width: 135px;
  }
  .payment-information dt {
    width: calc(100% - 135px);
  }
}
.shipping-information {
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  float: left;
  padding: 20px 0;
  max-width: 570px;
  border-top: 2px solid #e9f0f1;
  border-bottom: 2px solid #e9f0f1;
}
.shipping-information .col {
  float: left;
}
.shipping-information .col:first-child {
  font-weight: 500;
}
@media (max-width: 1240px) {
  .shipping-information {
    max-width: none;
  }
}
.proforma-info {
  width: 100%;
  float: left;
  max-width: 570px;
  padding-bottom: 15px;
}
@media (max-width: 1240px) {
  .proforma-info {
    max-width: none;
  }
}
.my-account-info {
  border-top: 2px solid #e9f0f1;
  width: 100%;
  display: block;
  float: left;
  padding: 25px 0;
}
.proforma-download {
  padding-top: 15px;
  padding-bottom: 60px;
}
.chosen-payment-module .col {
  font-weight: 400;
}
.chosen-payment-module .col:first-child {
  font-size: 18px;
  font-weight: 500;
}
.chosen-payment-module .col span {
  font-weight: 500;
  font-size: 18px;
}
.own-transport-info {
  float: left;
  width: 100%;
}
.own-transport-info > div {
  float: left;
  width: 100%;
}
.own-transport-info .own-transport-attention {
  margin: 20px 0;
  font-size: 12px;
  border: 1px solid #cd5d44;
  font-weight: 400;
  padding: 12px 15px;
}
.own-transport-info .own-transport-attention span {
  color: #cd5d44;
}
.own-transport-info .own-transport-adr {
  margin: 20px 0 30px;
  padding-left: 70px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.own-transport-info .own-transport-adr:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: red;
  font-size: 34px;
}
.own-transport-info .own-transport-address {
  padding: 10px 0 10px;
  font-size: 14px;
}
.own-transport-info .own-transport-address p {
  font-weight: 500;
}
.own-transport-info .own-transport-address ul {
  margin: 0;
  padding: 0;
}
.own-transport-info .own-transport-address li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.shipping-in-person {
  width: 100%;
  float: left;
  margin: 20px 0;
}
.shipping-in-person .col {
  float: left;
  font-size: 14px;
  padding-right: 10px;
}
.shipping-in-person p {
  font-weight: 500;
  margin: 0;
}
.shipping-in-person ul {
  margin: 0;
  padding: 0;
}
.shipping-in-person li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
  list-style-type: none;
}
.page-header {
  background: #f9f9f9;
}
.page-header .panel.wrapper {
  background: #ffffff;
  min-height: 26px;
  border-bottom: 1px solid #e9f0f1;
}
@media screen and (max-width: 768px) {
  .page-header .panel.wrapper {
    border: none;
    height: 90px;
  }
}
.page-header .nav-toggle {
  float: left;
  margin: 29px 32px 29px 0;
  width: 32px;
  height: 25px;
  cursor: pointer;
  color: #29abe2;
  font-size: 24px;
  transition: color 0.3s;
  display: none;
}
.page-header .nav-toggle:hover {
  color: #0890cc;
}
.page-header .nav-toggle:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1240px) {
  .page-header .nav-toggle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-header .nav-toggle {
    width: 25%;
    height: auto;
    margin: 0;
    text-align: center;
    color: #666666;
    line-height: 54px;
    border-top: 1px solid #e9f0f1;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin-bottom: -1px;
  }
  .page-header .nav-toggle.active {
    color: #666666;
    border-color: #29abe2;
    background: #ffffff;
  }
}
.page-header .user-toggle, .page-header .cart-toggle, .page-header .search-toggle {
  float: left;
  width: 25%;
  height: auto;
  text-align: center;
  color: #666666;
  font-size: 24px;
  transition: color 0.3s;
  cursor: pointer;
  line-height: 54px;
  border-top: 1px solid #e9f0f1;
  margin-bottom: -1px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: relative;
  z-index: 20;
  display: none;
}
.page-header .user-toggle.active, .page-header .cart-toggle.active, .page-header .search-toggle.active {
  border-color: #29abe2;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-header .user-toggle, .page-header .cart-toggle, .page-header .search-toggle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-header .cart-container {
    position: absolute;
  }
}
.page-header .user-toggle:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header .cart-toggle:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header .search-toggle:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header .logo {
  margin: 20px 130px 20px 0;
  float: left;
}
.page-header .logo img {
  display: block;
}
@media screen and (max-width: 1240px) {
  .page-header .logo {
    margin: 25px 0;
  }
  .page-header .logo img {
    width: 225px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .logo {
    margin: 18px 0 18px 15px;
  }
  .page-header .logo img {
    width: 160px;
    height: 28px;
  }
}
.page-header .block-search {
  margin-top: 20px;
}
@media screen and (max-width: 1240px) {
  .page-header .block-search {
    position: absolute;
    top: 0;
    left: 0;
    margin: -43px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page-header .block-search {
    margin: 0;
    width: 100%;
    background: #ffffff;
    top: auto;
    bottom: 0;
    border: 1px solid #29abe2;
    padding: 16px;
    z-index: 10;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    display: none;
  }
  .page-header .block-search label.label {
    display: none;
  }
  .page-header .block-search .control {
    border: 0;
    margin: 0;
    box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  }
  .page-header .block-search input[type="text"] {
    position: static;
    margin: 0;
    border: 1px solid #e9f0f1;
  }
  .page-header .block-search button[type="submit"].action.search, .page-header .block-search .cart.table-wrapper .actions-toolbar > .action.search[type="submit"], .cart.table-wrapper .page-header .block-search .actions-toolbar > .action.search[type="submit"], .page-header .block-search .action.search.action-gift[type="submit"] {
    display: block;
    top: 16px;
    bottom: 16px;
    right: 16px;
    height: 42px;
    width: 42px;
    font-size: 0;
    line-height: 42px;
    background: #29abe2;
    color: #ffffff;
  }
  .page-header .block-search button[type="submit"].action.search:before, .page-header .block-search .cart.table-wrapper .actions-toolbar > .action.search[type="submit"]:before, .cart.table-wrapper .page-header .block-search .actions-toolbar > .action.search[type="submit"]:before, .page-header .block-search .action.search.action-gift[type="submit"]:before {
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
    line-height: 42px;
  }
  .page-header .block-search button[type="submit"].action.search:hover, .page-header .block-search .cart.table-wrapper .actions-toolbar > .action.search[type="submit"]:hover, .cart.table-wrapper .page-header .block-search .actions-toolbar > .action.search[type="submit"]:hover, .page-header .block-search .action.search.action-gift[type="submit"]:hover {
    background: #0890cc;
  }
}
.page-header .block-mobile-user {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #29abe2;
  z-index: 10;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
}
.page-header .block-mobile-user ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-header .block-mobile-user ul li {
  border-bottom: 1px solid #e9f0f1;
  margin: 0;
}
.page-header .block-mobile-user ul li:last-child {
  border: none;
}
.page-header .block-mobile-user ul a {
  display: block;
  padding-left: 55px;
  color: #333333;
  font-size: 14px;
  line-height: 52px;
  height: 52px;
  position: relative;
}
.page-header .block-mobile-user ul a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 52px;
  line-height: 52px !important;
  text-align: center;
  font-size: 20px;
  color: #ccd7d8;
}
.page-header .block-mobile-user ul a.ico-user:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header .block-mobile-user ul a.ico-logout:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header .block-mobile-user ul span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.page-header .block-mobile-user ul small {
  display: block;
  font-size: 10px;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .page-header .block-mobile-user {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .search-toggle.active + .block-search {
    display: block;
  }
  .user-toggle.active + .block-mobile-user {
    display: block;
  }
}
.page-wrapper .nav-sections, .page-wrapper .navigation {
  background: #f9f9f9;
}
@media screen and (max-width: 1240px) {
  .page-wrapper .nav-sections, .page-wrapper .navigation {
    display: none;
  }
}
.page-header .header.panel {
  width: 1200px;
  padding: 0 15px;
}
@media screen and (max-width: 1240px) {
  .page-header .header.panel {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .header.panel {
    width: 100%;
  }
}
.header.content {
  width: 1200px;
  padding: 0 15px;
}
.header.content img {
  display: block;
}
@media screen and (max-width: 1240px) {
  .header.content {
    position: relative;
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .header.content {
    width: 100%;
    border-bottom: 1px solid #29abe2;
    padding: 0;
  }
}
.header.links {
  float: right;
  font-size: 12px;
  padding: 0;
  line-height: 32px;
  margin: 0;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 1240px) {
  .header.links {
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .header.links {
    display: none;
  }
}
.header.links li {
  list-style-type: none;
  float: right;
  margin: 0 0 0 10px;
}
.header.links li a:hover {
  color: #0890cc;
}
.panel.header .header-text-intro {
  line-height: 32px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  .panel.header .header-text-intro {
    line-height: 42px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .panel.header .header-text-intro {
    top: -45px;
    line-height: 1.2;
    margin-top: 10px;
  }
}
.header__top li {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
}
.page-header .logo {
  float: left;
}
@media screen and (max-width: 768px) {
  .page-header .logo {
    float: none;
    position: absolute;
    top: -55px;
    left: 0px;
  }
}
.header-email {
  position: relative;
  margin-top: 35px;
  margin-right: 10px;
  display: inline-block;
}
.header-email a {
  color: #333333;
}
.header-email:before {
  display: block;
  content: "";
  position: relative;
  top: -2px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #29abe2;
  font-size: 23px;
  float: left;
  margin-right: 7px;
}
.header-phone {
  position: relative;
  margin-top: 35px;
  margin-right: 55px;
  display: inline-block;
}
.header-phone a {
  color: #333333;
}
.header-phone:before {
  display: block;
  content: "";
  position: relative;
  top: -3px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #29abe2;
  font-size: 23px;
  float: left;
  margin-right: 7px;
}
.adr-free-shipping, .neutral-free-shipping {
  font-size: 11px;
  display: none;
}
.checkout-index-index .page-header .user-toggle, .checkout-index-index .page-header .cart-toggle {
  display: none;
}
@media screen and (max-width: 1240px) {
  .checkout-index-index .header.content {
    min-height: 42px;
  }
  .checkout-index-index .minicart-wrapper.basket {
    margin: 10px 0;
    width: 295px;
  }
  .checkout-index-index .minicart-wrapper.basket .adr-free-shipping, .checkout-index-index .minicart-wrapper.basket .neutral-free-shipping {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .desktop-phone {
    display: inline-block;
  }
  .mobile-phone {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .header-email a, .header-email span, .header-phone a, .header-phone span {
    font-size: 12px;
  }
  .header-email:before, .header-phone:before {
    font-size: 20px;
    top: -1px;
  }
  .header-phone {
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .header-email, .header-phone {
    position: absolute;
    left: 280px;
    top: 20px;
    margin: 0;
    font-size: 12px;
  }
  .header-email:before, .header-phone:before {
    font-size: 20px;
  }
  .header-email {
    top: auto;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact-container {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
    background-color: #fff;
  }
  .checkout-index-index .header-email, .checkout-index-index .header-phone {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .page-header .shipping-calculations {
    padding: 8px 0 10px;
    background: #fff;
  }
  .page-header .adr-free-shipping, .page-header .neutral-free-shipping {
    display: block;
    text-align: center;
    color: #666666;
    font-weight: 700;
  }
  .page-header .adr-free-shipping span, .page-header .neutral-free-shipping span {
    font-weight: 400;
  }
  .desktop-phone {
    display: none;
  }
  .mobile-phone {
    display: inline-block;
  }
  .checkout-index-index .page-header .panel.wrapper {
    height: 107px;
    padding-top: 43px;
  }
  .checkout-index-index .header.links {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e9f0f1;
    padding: 0 15px;
  }
  .checkout-index-index .minicart-wrapper.basket {
    display: block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 3px;
    text-align: center;
    height: 42px;
    margin-top: 55px;
  }
  .checkout-index-index .minicart-wrapper.basket .basket__top {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
  }
  .checkout-index-index .minicart-wrapper.basket .basket__bottom {
    display: none;
  }
  .checkout-index-index .minicart-wrapper.basket .basket__quantity {
    text-align: center;
    position: static;
    margin: 9px 7px;
  }
}
.block-search {
  margin: 16px 0 16px 0;
  float: right;
  width: 370px;
  padding: 0;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 1240px) {
  .block-search {
    box-shadow: none;
    border-right: 1px solid #e9f0f1;
    width: 240px;
  }
}
.block-search .content {
  position: relative;
}
.block-search .control {
  padding: 0;
}
.block-search input[type="text"] {
  width: 100%;
  outline: 0;
}
.block-search input[type="text"]:focus {
  outline: 0;
  box-shadow: none;
}
@media screen and (max-width: 1240px) {
  .block-search input[type="text"] {
    height: 42px;
    line-height: 42px;
    padding: 0 55px 0 15px;
    text-shadow: none;
    box-shadow: none;
  }
}
.block-search input[type="text"]::-webkit-input-placeholder {
  color: #aaadb0 !important;
}
.block-search input[type="text"]::-moz-placeholder {
  color: #aaadb0 !important;
}
.block-search input[type="text"]:-ms-input-placeholder {
  color: #aaadb0 !important;
}
.block-search button[type="submit"].action.search, .block-search .cart.table-wrapper .actions-toolbar > .action.search[type="submit"], .cart.table-wrapper .block-search .actions-toolbar > .action.search[type="submit"], .block-search .action.search.action-gift[type="submit"] {
  background: #29abe2;
  position: absolute;
  border-radius: 0;
  top: 0;
  right: 0;
  padding: 0;
  width: 40px;
  height: 41px;
  border: 0;
  border-bottom: 1px solid #0890cc;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
}
@media screen and (max-width: 1240px) {
  .block-search button[type="submit"].action.search, .block-search .cart.table-wrapper .actions-toolbar > .action.search[type="submit"], .cart.table-wrapper .block-search .actions-toolbar > .action.search[type="submit"], .block-search .action.search.action-gift[type="submit"] {
    background: transparent;
    border: none;
    height: 42px;
  }
}
.block-search button[type="submit"].action.search img, .block-search .cart.table-wrapper .actions-toolbar > .action.search[type="submit"] img, .cart.table-wrapper .block-search .actions-toolbar > .action.search[type="submit"] img, .block-search .action.search.action-gift[type="submit"] img {
  display: inline-block;
  vertical-align: middle;
}
.block-search button[type="submit"].action.search:before, .block-search .cart.table-wrapper .actions-toolbar > .action.search[type="submit"]:before, .cart.table-wrapper .block-search .actions-toolbar > .action.search[type="submit"]:before, .block-search .action.search.action-gift[type="submit"]:before {
  color: #ffffff;
  margin-top: 11px;
  font-size: 16px;
  font-weight: 400;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1240px) {
  .block-search button[type="submit"].action.search:before, .block-search .cart.table-wrapper .actions-toolbar > .action.search[type="submit"]:before, .cart.table-wrapper .block-search .actions-toolbar > .action.search[type="submit"]:before, .block-search .action.search.action-gift[type="submit"]:before {
    color: #29abe2;
  }
}
.block-search button[type="submit"].action.search:hover, .block-search .cart.table-wrapper .actions-toolbar > .action.search[type="submit"]:hover, .cart.table-wrapper .block-search .actions-toolbar > .action.search[type="submit"]:hover, .block-search .action.search.action-gift[type="submit"]:hover {
  background: #0890cc;
}
@media screen and (max-width: 1240px) {
  .block-search button[type="submit"].action.search:hover, .block-search .cart.table-wrapper .actions-toolbar > .action.search[type="submit"]:hover, .cart.table-wrapper .block-search .actions-toolbar > .action.search[type="submit"]:hover, .block-search .action.search.action-gift[type="submit"]:hover {
    background: transparent;
  }
}
.basket {
  float: right;
  width: 317px;
  margin: 20px 0 13px 60px;
  position: relative;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.basket .product-item-pricing input:not([type="radio"]):not([type="checkbox"]).cart-item-qty {
  border: 0;
  box-shadow: none;
  width: auto;
  position: relative;
  top: 0;
  height: auto;
}
.basket .product-item-pricing input:not([type="radio"]):not([type="checkbox"]).cart-item-qty:disabled {
  background: #FFF !important;
}
@media screen and (max-width: 1240px) {
  .basket {
    width: 320px;
    margin-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .basket {
    display: none;
  }
}
.basket:hover, .basket.active {
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.basket:hover .basket__full, .basket.active .basket__full {
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
  opacity: 1;
  visibility: visible;
}
.basket .text {
  font-weight: 700;
  float: left;
}
.basket__top, .basket__bottom {
  display: block;
  float: right;
}
.basket__top {
  font-size: 16px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  padding: 0 0 6px;
  line-height: 36px;
  position: relative;
}
.basket__top .action.showcart {
  float: right;
  color: #333333;
}
.basket__bottom {
  border-top: 1px solid #29abe2;
  text-align: right;
  color: #666666;
  font-size: 12px;
  padding-top: 6px;
  width: 100%;
}
.basket__bottom p {
  margin: 0;
  line-height: 1.4em;
}
.basket__bottom .adr-free-shipping, .basket__bottom .neutral-free-shipping {
  display: block;
}
@media (max-width: 768px) {
  .basket__bottom .adr-free-shipping, .basket__bottom .neutral-free-shipping {
    display: none;
  }
}
.block-minicart {
  position: relative;
}
@media screen and (max-width: 768px) {
  .block-minicart {
    margin: 0 auto;
  }
}
.minicart-wrapper {
  float: right;
}
.minicart-wrapper .action.showcart:before {
  display: none;
}
#minicart-content-wrapper {
  float: right;
}
#minicart-content-wrapper .price-excluding-tax .price {
  font-weight: 400;
}
#minicart-content-wrapper .button-holder {
  padding: 0 20px 20px;
}
#minicart-content-wrapper .subtitle.empty {
  font-weight: 400;
  text-align: center;
  display: block;
}
.basket__quantity {
  background: #f09a20;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-width: 16px;
  position: relative;
  margin: 0 5px;
  float: left;
  padding: 4px 6px 3px;
  min-height: 0;
  top: 8px;
  line-height: 12px;
  font-size: 12px;
}
.basket__quantity .counter-number {
  min-height: 16px;
}
@media screen and (max-width: 768px) {
  .basket__quantity {
    margin: 0;
    min-height: 18px;
    padding: 0;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    min-width: 19px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 11px;
  }
  .basket__quantity .counter-number {
    line-height: 18px;
  }
}
.basket__price {
  font-weight: 700;
}
.basket__icon {
  font-weight: 700;
  position: relative;
}
.basket__icon:before {
  display: inline-block;
  color: #29abe2;
  font-size: 25px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
  display: block !important;
}
.basket__full {
  width: 100%;
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  background: #ffffff;
  border: 1px solid #29abe2;
  border-top: 3px solid #29abe2;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.basket__full__top {
  width: 100%;
  float: left;
  display: block;
  background: #29abe2;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  line-height: 40px;
  padding: 0 10px;
}
.basket__full__top strong {
  line-height: inherit;
  font-weight: 700;
}
.basket__full .block-content {
  height: auto;
  max-height: 310px;
  overflow: auto;
  width: 100%;
  float: left;
  padding: 0 10px 0 15px;
  margin: 15px 0 15px;
  position: relative;
  min-height: 15px;
}
.mCustomScrollBox {
  z-index: 2;
  background: #ffffff;
}
.basket__items {
  height: auto;
  max-height: 370px;
  overflow: auto;
  width: 100%;
  float: left;
  padding: 0 10px 0 15px;
  margin: 15px 0 15px;
}
.basket__item, .product-item-details {
  padding: 20px 0 10px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
}
.basket__item:first-child, .product-item-details:first-child {
  padding-top: 0;
}
.item__name, .product-item-name {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
  color: #333333;
}
.item__name a, .item__name a:visited, .product-item-name a, .product-item-name a:visited {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}
.item__name a:hover, .item__name a:visited:hover, .product-item-name a:hover, .product-item-name a:visited:hover {
  text-decoration: none;
}
.item__quantity {
  font-size: 12px;
  color: #666666;
  display: block;
  float: left;
  width: 100%;
  margin: 2px 0;
}
.item__price--first {
  font-size: 12px;
  color: #333333;
  display: block;
  float: left;
  width: 100%;
  margin: 2px 0;
}
.item__price--second {
  font-size: 12px;
  display: block;
  float: left;
  width: 100%;
  color: #cd5d44;
  margin: 2px 0;
}
.item__price--third {
  display: block;
  float: left;
}
.item__price--third .price {
  font-size: 10px;
  width: 100%;
  color: #666666;
  margin: 2px 0;
}
.item__features {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.item__features > div {
  height: 36px;
  float: left;
  background: #ffffff;
  display: block;
  text-align: left;
  width: 36px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e9f0f1;
  line-height: 34px;
  margin-right: 10px;
}
.item__features .item__features__icon {
  height: 35px;
  width: 35px;
  display: block;
  float: left;
  text-align: center;
  table-layout: fixed;
  padding: 0;
  line-height: 44px;
}
.item__features img {
  width: auto;
  height: 50%;
}
.item__features--blue {
  float: left;
  margin: 0;
  width: 138px;
}
.item__features--blue .item__features__icon {
  color: #29abe2;
  line-height: 38px;
}
.item__features--blue .ico-free_shipping {
  display: inline-block;
}
.item__features--blue .ico-b2b {
  display: inline-block;
  font-size: 9px;
  top: -2px;
  position: relative;
}
.item__features--blue .ico-adr {
  font-size: 19px;
  position: relative;
  top: 2px;
  display: inline-block;
  color: red;
}
@media (max-width: 1240px) {
  .item__features--blue {
    white-space: nowrap;
  }
  .item__features--blue > div {
    display: inline-block;
    float: none;
    margin-right: 5px;
  }
}
.block-content + .button-holder {
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
  float: left;
}
.block-content + .button-holder .actions {
  width: 100%;
  display: block;
}
.button-holder {
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
  float: left;
}
.button-holder .actions {
  width: 100%;
  display: block;
}
.minicart-items-wrapper ol, .minicart-items-wrapper ul {
  margin: 0;
  padding: 0 20px 0 0;
  width: 100%;
  height: auto;
}
.minicart-items-wrapper li {
  height: auto;
  padding: 20px 0 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  float: left;
}
.product-item-pricing input:not([type="radio"]):not([type="checkbox"]) {
  width: auto;
  float: none;
  font-size: 12px;
  height: auto;
  padding: 0;
  opacity: 1;
  border: 0;
  box-shadow: none;
  color: #666666;
}
.product-item-pricing .details-qty label {
  color: #666666;
}
.minicart-items .product-item .price-excluding-tax {
  font-size: 12px;
  margin: 3px 0;
}
.minicart-items .product-item .price-excluding-tax .price {
  font-size: 12px;
}
.minicart-items .product-item .price-excluding-tax:after {
  display: none;
}
.minicart-items .product-item .price-excluding-tax .minicart-price {
  font-size: 12px;
}
.product-item .price-excluding-tax .minicart-price span {
  position: relative;
  font-size: 12px;
}
.product-item .price-excluding-tax .minicart-price span:after {
  display: inline-block;
}
.minicart-items .product-item .price-including-tax {
  font-size: 10px;
}
.minicart-items .product-item .price-including-tax .price {
  font-size: 10px;
  position: relative;
}
.minicart-items .product-item .price-including-tax .minicart-price {
  display: none;
}
.minicart-items .product-item .price-excluding-tax:before {
  content: none;
}
.minicart-items .product-item .price-including-tax:after {
  content: "";
}
.product-item .price-excluding-tax .minicart-price span {
  position: relative;
}
.product-item .price-excluding-tax .minicart-price span:before {
  display: inline-block;
}
.minicart-items .product-item .price-including-tax .price {
  position: relative;
}
.minicart-items .product-item .price-including-tax .price:before {
  display: inline-block;
}
.minicart-items .product-item .price-including-tax .price:after {
  display: inline-block;
}
.minicart-items .product-item .item__price--old span {
  text-decoration: line-through;
  color: #e27c7c;
  font-weight: 400;
}
.minicart-items .product-item .item__price--old span:before {
  text-decoration: line-through;
  display: inline-block;
}
.minicart-items .product-item .item__price--old span:after {
  text-decoration: line-through;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-wrapper {
  background-color: transparent;
  width: 102%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.loading-wrapper-mask .qty-spinner-up, .loading-wrapper-mask .qty-spinner-down, .loading-wrapper-mask input {
  color: #666 !important;
}
.nav-sections-item-title {
  display: none;
}
.page-wrapper .nav-sections {
  width: 100%;
  min-height: 52px;
  border-top: 1px solid #e9f0f1;
  border-bottom: 1px solid #e9f0f1;
}
.page-wrapper .nav-sections ul {
  margin: 0;
  padding: 0;
}
.page-wrapper .nav-sections li {
  margin: 0;
}
@media (max-width: 1240px) {
  .page-wrapper .nav-sections {
    min-height: none;
  }
}
.page-wrapper .navigation {
  display: block;
  float: left;
  margin: 0;
  font-size: 14px;
  position: relative;
  padding: 0;
}
.page-wrapper .navigation > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  border-right: 1px solid #e9f0f1;
}
.page-wrapper .navigation > li.ui-menu-item-highlighted a {
  background: #f09a20;
  color: #ffffff;
}
.page-wrapper .navigation > li.ui-menu-item-highlighted a:hover {
  background: #e37c25;
}
.page-wrapper .level0 {
  float: left;
}
.page-wrapper .level0 a {
  display: block;
  padding: 0 20px 0 22px;
  height: 51px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
  border-left: 1px solid transparent;
}
.page-wrapper .level0 .navigation__elem--home {
  padding: 0 0;
  width: 50px;
}
.page-wrapper .level0 > a:hover {
  background: #29abe2;
  color: #ffffff;
}
.page-wrapper .main-nav ul > .level0 {
  border-right: 0;
  position: relative;
}
.page-wrapper .main-nav ul > .level0 > a {
  padding: 0 30px 0 22px;
  color: #ffffff;
  background: #29abe2;
  position: relative;
  border-top: 2px solid #29abe2;
  border-left: 1px solid #29abe2;
  border-right: 1px solid #e9f0f1;
  border-bottom: 1px solid #29abe2;
  z-index: 10;
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  white-space: nowrap;
}
.page-wrapper .main-nav ul > .level0 > a:before {
  display: inline-block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(90deg);
  font-size: 11px;
  float: right;
  position: relative;
  top: 19px;
  left: 10px;
  margin-left: 10px;
}
.page-wrapper .main-nav ul > .level0:last-child > a {
  border-right: 1px solid #29abe2;
}
.page-wrapper .main-nav ul > .level0:hover:after {
  display: block;
  content: "";
  width: calc(100% - 2px);
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 1px;
  background: #fff;
  z-index: 5;
}
.page-wrapper .main-nav ul > .level0:hover > a {
  background: #ffffff;
  color: #333333;
  border-top: 2px solid #29abe2;
  border-left: 1px solid #29abe2;
  border-right: 1px solid #29abe2;
  border-bottom: 1px solid #ffffff;
}
.page-wrapper .main-nav ul > .level0:hover > a:before {
  color: #29abe2;
  transform: rotate(270deg);
}
.page-wrapper .main-nav ul > .level0:hover > a:after {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #ffffff;
  content: "";
}
.page-wrapper .level0.submenu {
  position: absolute;
  top: 0;
  left: 0 !important;
  background: #ffffff;
  float: left;
  z-index: 5;
  border: 1px solid #29abe2;
  padding: 20px 20px;
  display: none;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -ms-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
  overflow: hidden;
}
.page-wrapper .level0.submenu > li {
  line-height: 0;
  margin: 0;
  width: 360px;
  background: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.page-wrapper .level0.submenu .ui-state-active {
  background: #f9f9f9;
}
.page-wrapper .level0.submenu a {
  padding: 9px 20px 9px 30px;
  position: relative;
  line-height: 1.4em;
  height: auto;
  background: #ffffff;
  width: 100%;
  z-index: 100;
  display: block;
  font-weight: 400;
}
.page-wrapper .level0.submenu a:before {
  display: inline-block;
  content: "";
  line-height: 40px;
  position: absolute;
  font-size: 11px;
  top: 13px;
  left: 10px;
  color: #29abe2;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-wrapper .level0.submenu > li > a:hover, .page-wrapper .level0.submenu > li > a.active {
  background: #f9f9f9;
}
.page-wrapper .level0.submenu.active {
  display: block;
}
.page-wrapper .level0.submenu.wide {
  padding-right: 320px;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -ms-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
}
.page-wrapper li.level1 > a.ui-state-focus, .page-wrapper li.level1 a.ui-state-active {
  background: #f9f9f9;
}
.page-wrapper li.level1 > a {
  z-index: 3;
}
.page-wrapper li.level1 > a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  background: #ffffff;
}
.page-wrapper .level1.submenu:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 1;
}
.page-wrapper .level1.submenu {
  background: #f9f9f9;
  position: absolute;
  width: 300px;
  height: auto;
  min-height: calc(100% - 40px);
  top: 20px !important;
  left: auto !important;
  right: 20px !important;
  padding: 10px;
  display: block !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.page-wrapper .level1.submenu li {
  margin: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.page-wrapper .level1.submenu h3, .page-wrapper .level1.submenu p.headline {
  font-size: 18px;
  line-height: 1em;
  pointer-events: none;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  padding-left: 9px;
}
.page-wrapper .level1.submenu a {
  background: none;
  padding: 5px 20px 5px 30px;
}
.page-wrapper .level1.submenu a:before {
  top: 9px;
}
.page-wrapper .level1.submenu a:hover {
  background: #29abe2;
  color: #ffffff;
}
.page-wrapper .level1.submenu.active {
  opacity: 1;
  visibility: visible;
}
.page-wrapper .navigation__home {
  text-align: center;
}
.page-wrapper .navigation__home img {
  display: inline-block;
  vertical-align: middle;
}
.page-wrapper .home-link > li {
  border-right: 0;
}
.page-wrapper .home-link a {
  font-size: 0;
  display: block;
  width: 50px;
  height: 51px;
  position: relative;
  border-right: 1px solid #e9f0f1;
}
.page-wrapper .home-link a:before {
  display: block;
  float: left;
  position: relative;
  top: 16px;
  left: 15px;
  font-size: 17px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-wrapper .home-link:hover {
  background: #29abe2;
}
.page-wrapper .home-link:hover a {
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
.page-wrapper ul.navigation:not(.home-link) > li.active a {
  color: #ffffff;
  border-top: 1px solid #29abe2;
  background: #29abe2;
  margin-top: 0;
  height: 51px;
}
.page-wrapper .navigation:not(.main-nav):not(.home-link) li:first-child a {
  border-left: 1px solid transparent;
}
.page-wrapper .navigation:not(.main-nav):not(.home-link) li:first-child a:hover {
  border-left: 1px solid #ffffff;
}
.page-wrapper .navigation:not(.main-nav):not(.home-link) li:first-child.active a {
  border-left: 1px solid #ffffff;
}
.mm-menu.mm-offcanvas .container {
  padding: 0;
  width: auto;
}
.mm-menu.mm-offcanvas .navigation {
  padding: 0;
}
.mm-menu.mm-offcanvas .submenu {
  display: block !important;
}
.mm-menu.mm-offcanvas .submenu > h3 {
  display: none;
}
.arrow-list, .arrow-list ul {
  margin: 15px 0;
  padding: 0 0px;
  float: left;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .arrow-list, .arrow-list ul {
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .arrow-list, .arrow-list ul {
    margin: 10px 0 0 0;
  }
}
.arrow-list li, .arrow-list ul li {
  margin: 10px 0;
  padding: 0 0 0 20px;
  list-style-type: none;
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .arrow-list li, .arrow-list ul li {
    padding: 0 10px 0 20px;
  }
}
.arrow-list li:before, .arrow-list ul li:before {
  content: "";
  display: block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 10px;
  color: #29abe2;
}
.arrow-list li, .arrow-list ul li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.arrow-list li:before, .arrow-list ul li:before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.arrow-list li:hover, .arrow-list li.active, .arrow-list ul li:hover, .arrow-list ul li.active {
  padding-left: 30px;
}
@media screen and (max-width: 1240px) {
  .arrow-list li:hover, .arrow-list li.active, .arrow-list ul li:hover, .arrow-list ul li.active {
    padding-right: 0px;
  }
}
.arrow-list li:hover:before, .arrow-list li.active:before, .arrow-list ul li:hover:before, .arrow-list ul li.active:before {
  left: 10px;
}
.arrow-list a, .arrow-list ul a {
  font-size: 14px;
}
footer {
  width: 100%;
  display: block;
  float: left;
  background: #333333;
  color: #ffffff;
}
footer .module-header {
  color: inherit;
  padding-bottom: 10px;
  border-bottom: 1px solid #666666;
}
footer a:not(#show-popup-newsletter), footer a:visited:not(#show-popup-newsletter) {
  color: #dddddd;
}
footer p, footer label {
  color: #ffffff;
}
footer .recaptcha-box a {
  color: #29abe2 !important;
}
.footer__row {
  display: block;
  width: 100%;
  float: left;
}
.footer__col--same-width {
  width: 33.33%;
  padding: 0 14px;
  float: left;
}
@media screen and (max-width: 768px) {
  .footer__col--same-width {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.footer__col--same-width:first-child {
  padding-left: 0;
}
.footer__col--same-width:last-child {
  padding-right: 0;
}
.footer__top {
  float: left;
  width: 100%;
}
.footer__top .footer__row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 768px) {
  .footer__top .footer__row {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1240px) {
  .footer__top .arrow-list h4, .footer__top .arrow-list .arrow-list .footer-title, .arrow-list .footer__top .arrow-list .footer-title {
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #666666;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
}
.footer__bottom {
  float: left;
  width: 100%;
  padding: 30px 0;
  color: #dddddd;
  line-height: 1.4em;
}
.footer__bottom label {
  font-size: 12px;
}
.footer__bottom p {
  font-size: 13px;
  line-height: 1.8em;
}
.footer__bottom p strong {
  font-size: 13px;
}
.footer__bottom strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4em;
}
.footer__bottom .footer__row {
  float: left;
  width: 100%;
}
.footer__bottom .footer__col {
  width: 33%;
  float: left;
}
@media screen and (max-width: 768px) {
  .footer__bottom .footer__col {
    float: none;
    width: 100%;
  }
}
.footer__bottom .footer__col.first {
  width: 20%;
  padding-right: 40px;
}
@media screen and (max-width: 1240px) {
  .footer__bottom .footer__col.first {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom .footer__col.first {
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 14px;
  }
}
.footer__bottom .footer__col.first .hidden {
  display: none;
}
.footer__bottom .footer__col.first .show-phone {
  line-height: 1.5;
  margin-bottom: 0;
}
.footer__bottom .footer__col.first .show-phone:hover {
  cursor: pointer;
}
.footer__bottom .footer__col.second {
  width: 40%;
  padding: 0 30px 0 40px;
}
@media screen and (max-width: 1240px) {
  .footer__bottom .footer__col.second {
    width: 70%;
    padding: 0 0 0 40px;
    font-size: 10px;
  }
  .footer__bottom .footer__col.second p {
    font-size: 10px;
    margin-top: 0;
  }
  .footer__bottom .footer__col.second strong {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom .footer__col.second {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #666666;
  }
}
.footer__bottom .footer__col.third {
  width: 40%;
  padding: 0 70px 0 30px;
}
@media screen and (max-width: 1240px) {
  .footer__bottom .footer__col.third {
    width: 70%;
    padding: 20px 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom .footer__col.third {
    width: 100%;
    padding: 0;
  }
}
.footer.content {
  padding: 0 !important;
  width: auto !important;
}
.footer__small {
  padding: 36px 0;
  text-align: right;
  color: #e3e3e3;
  font-size: 14px;
  line-height: 18px;
}
.footer.content {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer-info-text {
  margin-bottom: 55px;
  line-height: 19pt;
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.newsletter-main {
  margin: 16px 0 16px 0;
  float: right;
  width: 370px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .newsletter-main {
    width: 100%;
    float: none;
  }
}
.newsletter-main .field-recaptcha {
  margin-top: 10px;
}
.newsletter-main .content {
  position: relative;
}
.newsletter-main .control {
  padding: 0;
  position: relative;
}
.newsletter-main .control--shadow {
  position: relative;
}
.newsletter-main .field.newsletter .label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #dddddd;
}
.newsletter-main input:not([type="radio"]):not([type="checkbox"]) {
  width: 100%;
  outline: 0;
  padding-right: 100px;
  border: 0;
}
.newsletter-main input:not([type="radio"]):not([type="checkbox"]):focus {
  outline: 0;
}
@media (max-width: 768px) {
  .newsletter-main input:not([type="radio"]):not([type="checkbox"]) {
    height: 41px;
  }
}
.newsletter-main button[type="submit"], .newsletter-main .cart.table-wrapper .actions-toolbar > .action[type="submit"], .cart.table-wrapper .newsletter-main .actions-toolbar > .action[type="submit"], .newsletter-main .action-gift[type="submit"] {
  background: #29abe2;
  position: absolute;
  border-radius: 0;
  top: 0;
  right: 0;
  padding: 0 30px;
  height: 41px;
  max-height: 41px;
  border: 0;
  width: auto;
  color: #ffffff;
  border-bottom: 1px solid #0890cc;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
}
.newsletter-main button[type="submit"] img, .newsletter-main .cart.table-wrapper .actions-toolbar > .action[type="submit"] img, .cart.table-wrapper .newsletter-main .actions-toolbar > .action[type="submit"] img, .newsletter-main .action-gift[type="submit"] img {
  display: inline-block;
  vertical-align: middle;
}
.newsletter-main button[type="submit"]:before, .newsletter-main .cart.table-wrapper .actions-toolbar > .action[type="submit"]:before, .cart.table-wrapper .newsletter-main .actions-toolbar > .action[type="submit"]:before, .newsletter-main .action-gift[type="submit"]:before {
  color: #ffffff;
  margin-top: 8px;
  font-size: 26px;
}
.newsletter-main label[for="agreement"] {
  padding-left: 30px;
  display: block;
  position: relative;
}
.newsletter-main label[for="agreement"] span.checkbox {
  position: absolute;
  top: 0;
  left: 0;
}
.newsletter-main label[for="agreement"] span {
  font-size: 12px;
  line-height: 16px;
}
.newsletter-main .newsletter-agreements p {
  font-size: 12px;
  line-height: 1.2;
  text-align: justify;
}
.newsletter--dark {
  margin: 0 0;
  float: right;
}
.newsletter--dark input:not([type="radio"]):not([type="checkbox"]) {
  background: #56595d;
  padding-right: 110px;
  font-size: 14px;
  color: #ffffff;
}
.newsletter--dark input:not([type="radio"]):not([type="checkbox"]):focus {
  border: 0;
}
.newsletter--dark button, .newsletter--dark .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .newsletter--dark .actions-toolbar > .action, .newsletter--dark .action-gift {
  color: #ffffff;
  width: 100px;
  line-height: 40px;
  padding: 0 30px;
  position: absolute;
  top: 0;
  cursor: pointer;
  right: 0;
  height: 100%;
  border: 0;
}
.newsletter--dark .control {
  margin: 10px 0;
}
.newsletter--dark .holder {
  margin-bottom: 15px;
}
.newsletter--dark input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c5c5c5 !important;
}
.newsletter--dark input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c5c5c5 !important;
}
.newsletter--dark input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c5c5c5 !important;
}
.newsletter--dark input:-moz-placeholder {
  /* Firefox 18- */
  color: #c5c5c5 !important;
}
.tiles {
  width: 100%;
  display: block;
  float: left;
  padding: 0 0 5px;
}
.tiles a {
  font-size: 14px;
  color: #666666;
}
.tiles .grid {
  font-size: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tiles .section-header {
    font-size: 18px;
    line-height: 22px;
  }
  .tiles .section-header span {
    display: block;
  }
}
.tiles__elem {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.tiles__elem a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.tiles__elem:hover a {
  color: #29abe2;
}
.tiles__link {
  display: block;
  float: left;
  line-height: 1em;
  margin-bottom: 12px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.tiles__link .link {
  color: #333333;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  width: 100%;
}
.tiles__link .headline {
  margin-bottom: 0;
  margin-top: 0;
}
.tiles-mobile-toggle {
  display: none;
  background: #f9f9f9;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 10px 0;
  position: relative;
}
.tiles-mobile-toggle:before {
  position: absolute;
  content: "";
  display: block;
  top: 11px;
  right: 16px;
  z-index: 20;
  color: #29abe2;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tiles-mobile-toggle span.active {
  display: none;
}
.tiles-mobile-toggle.active:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.tiles-mobile-toggle.active span.active {
  display: inline;
}
.tiles-mobile-toggle.active span.not-active {
  display: none;
}
@media screen and (max-width: 768px) {
  .catalog-category-view .tiles-mobile-toggle {
    display: block;
  }
  .catalog-category-view .tiles-mobile-toggle + .tiles {
    display: none;
  }
  .catalog-category-view .tiles-mobile-toggle.active + .tiles {
    display: block;
  }
}
.tiles--small {
  width: 100%;
}
.tiles--small .tiles__elem {
  width: 170px;
  margin-right: 30px;
}
@media screen and (max-width: 1240px) {
  .tiles--small .tiles__elem {
    width: 25%;
    margin: 0;
    padding-left: 25px;
  }
}
@media screen and (max-width: 590px) {
  .tiles--small .tiles__elem {
    width: 33.3%;
  }
}
@media screen and (max-width: 395px) {
  .tiles--small .tiles__elem {
    width: 50%;
  }
}
.tiles--small .tiles__elem:nth-child(6n+6) {
  margin-right: 0;
}
@media screen and (max-width: 1240px) {
  .tiles--small .grid {
    width: calc(100% + 25px);
    margin-left: -25px;
  }
}
.tiles--large {
  width: 100%;
  background: #f9f9f9;
  position: relative;
}
.tiles--large:before {
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f9f9f9;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}
.tiles--large .tiles__elem {
  width: 270px;
  margin-right: 30px;
}
@media screen and (max-width: 1240px) {
  .tiles--large .tiles__elem {
    width: 33.3%;
    margin: 0;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tiles--large .tiles__elem {
    padding-left: 25px;
  }
}
@media screen and (max-width: 590px) {
  .tiles--large .tiles__elem {
    width: 50%;
  }
}
.tiles--large .tiles__elem:nth-child(4n+4) {
  margin-right: 0;
}
.tiles--large > .tiles {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1240px) {
  .tiles--large .grid {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .tiles--large .grid {
    width: calc(100% + 25px);
    margin-left: -25px;
  }
}
@media screen and (max-width: 395px) {
  .tiles--large .grid figure:before {
    content: "";
    padding: 50% 0;
    display: inline-block;
  }
  .tiles--large .grid figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* Common style */
.grid figure {
  position: relative;
  overflow: hidden;
  background: #29abe2;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 1240px) {
  .grid figure img {
    width: 100%;
    height: auto;
  }
}
.grid figure figcaption {
  padding: 1em;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-chico figcaption {
  padding: 3em;
}
figure.effect-chico figcaption::before {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid #fff;
  content: "";
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.effect-chico figcaption::before, figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico h2 {
  padding: 20% 0 20px 0;
}
figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.old-price {
  text-decoration: none;
}
.products {
  float: left;
  width: 100%;
  padding: 0 0;
  margin: 0;
}
.products .container > p {
  font-size: 12px;
  color: #666666;
  line-height: 1.8em;
  margin: 15px 0 45px;
  float: left;
  width: 100%;
}
.products .products-slider {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .products .products-slider .product-item {
    padding: 0 10px 10px !important;
  }
}
.products .text-header, .products .affiliate-programme-regulations h3, .affiliate-programme-regulations .products h3, .products .affiliate-programme-discounts h3, .affiliate-programme-discounts .products h3, .products .affiliate-programme-discounts h4, .products .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .products .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .products h4, .products .affiliate-programme-container h4, .products .affiliate-programme-container .arrow-list .footer-title, .arrow-list .products .affiliate-programme-container .footer-title, .affiliate-programme-container .products h4 {
  padding-bottom: 15px;
  border-bottom: 2px solid #e9f0f1;
}
@media (max-width: 1240px) {
  .products {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 1240px) {
  .products.promotion-grid .tabs__panel {
    padding: 0;
  }
}
.section-title .text-header, .section-title .affiliate-programme-regulations h3, .affiliate-programme-regulations .section-title h3, .section-title .affiliate-programme-discounts h3, .affiliate-programme-discounts .section-title h3, .section-title .affiliate-programme-discounts h4, .section-title .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .section-title .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .section-title h4, .section-title .affiliate-programme-container h4, .section-title .affiliate-programme-container .arrow-list .footer-title, .arrow-list .section-title .affiliate-programme-container .footer-title, .affiliate-programme-container .section-title h4 {
  padding-bottom: 15px;
  border-bottom: 2px solid #e9f0f1;
}
.column.main .product-item {
  padding: 0 0 10px;
  float: left;
}
.product-item .price-box .price {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.product-box {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.product-box:before {
  display: block;
  content: "";
  width: 64px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../frontend/Divante/distriparkpl/pl_PL/images/shadow1.png) no-repeat left center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.product-box .button-holder {
  margin-top: 18px;
  padding-bottom: 0;
  text-align: center;
}
.product-box .btn--default, .product-box .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .product-box .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .product-box .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .product-box .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .product-box button:not(.action-remove), .product-box .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .product-box .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .product-box .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .product-box .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .product-box button:not(.action-remove) {
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
  width: auto;
  float: none;
  min-width: 142px;
}
.product-item:nth-child(3n+1) .product-box:before {
  display: none;
}
@media (max-width: 768px) {
  .product-item .product-box:before {
    display: none;
  }
  .product-item:nth-child(2n) .product-box:before {
    display: block;
  }
}
@media (max-width: 560px) {
  .product-item:nth-child(2n) .product-box:before {
    display: none;
  }
}
.product-box__top, .product-box__bottom {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
.product-box__top {
  height: 190px;
  overflow-y: hidden;
  vertical-align: bottom;
  display: table;
  position: relative;
}
.product-box__photo {
  display: table-cell;
  vertical-align: bottom;
}
.product-box__photo img {
  vertical-align: bottom;
  display: inline-block;
}
.product-box__name {
  display: block;
  margin: 15px 0 10px;
  font-size: 14px;
  line-height: 1.2em;
  padding: 0 40px;
  color: #333333;
  height: 3.6em;
  max-height: 3.6em;
  overflow: hidden;
  font-weight: 500;
}
.product-box__name p {
  line-height: initial;
  font-size: inherit;
  margin: 0;
}
.product-box__name p a {
  color: inherit;
  font-weight: 400;
  font-size: 14px;
}
.product-box__price {
  color: #56595d;
  display: block;
  width: 100%;
  margin: 0 0 0;
  min-height: 80px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.product-box__price .unit-price {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 2px;
}
.product-box__price .vat-info, .product-box__price .shipping-costs {
  font-size: 10px;
  line-height: 14px;
}
.product-box__price .unit-price, .product-box__price .vat-info, .product-box__price .shipping-costs {
  font-weight: 400;
}
select option {
  border: 1px solid #ccc;
}
.product-box__features {
  position: absolute;
  bottom: 0;
  left: 25px;
  z-index: 2;
}
.product-box__features > div {
  height: 47px;
  background: #ffffff;
  display: block;
  text-align: left;
  width: 47px;
  overflow: hidden;
  position: relative;
  float: left;
  top: -1px;
  border: 1px solid #e9f0f1;
  clear: both;
  line-height: 46px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.product-box__features > div:first-child {
  top: 0;
}
.product-box__features > div:last-child {
  top: -2px;
}
.product-box__features.greenline-label-category {
  top: -5px;
}
.product-box__features.greenline-label-category > div {
  width: 50px;
  height: 50px;
}
@media (max-width: 1240px) {
  .product-box__features.greenline-label-category > div {
    width: 45px;
    height: 40px;
  }
}
.product-box__features .product-box__features__icon {
  height: 47px;
  width: 47px;
  display: block;
  float: left;
  text-align: center;
  table-layout: fixed;
  padding: 0;
  color: #29abe2;
}
.product-box__features .product-box__features__icon .ico-b2b {
  font-size: 12px;
  position: relative;
  top: 2px;
}
.product-box__features .product-box__features__icon .ico-free_shipping {
  font-size: 21px;
  position: relative;
  top: 5px;
}
.product-box__features .product-box__features__icon .ico-poland-country {
  background-color: #bf0000;
  height: 20px;
  border: 1px solid #333333;
  vertical-align: middle;
}
.product-box__features .product-box__features__icon .ico-poland-country::before {
  content: "";
  width: 28px;
  height: 9px;
  background-color: white;
}
.product-box__features .product-box__features__icon .ico-adr {
  font-size: 30px;
  position: relative;
  top: 7px;
}
.product-box__features .product-box__features__icon i {
  display: inline-block;
}
.product-box__features .product-box__features__text {
  height: 47px;
  padding: 10px 10px 0 5px;
  width: auto;
  max-width: 100px;
  cursor: default;
  color: #333333;
  font-size: 12px;
  line-height: 1em;
  text-align: left;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.product-box__features > div:hover {
  width: 100%;
}
.product-box__features > div:hover span {
  opacity: 1;
}
@media (max-width: 1240px) {
  .product-box__features .product-box__features__text {
    width: auto;
    font-size: 10px;
    height: 40px;
    padding: 3px 5px 0 3px;
  }
  .product-box__features > div {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .product-box__features > div .product-box__features__icon {
    height: 40px;
    width: 40px;
  }
  .product-box__features > div .product-box__features__icon .ico-b2b {
    font-size: 10px;
    position: relative;
    top: -1px;
  }
  .product-box__features > div .product-box__features__icon .ico-free_shipping {
    font-size: 16px;
    position: relative;
    top: 3px;
  }
  .product-box__features > div .product-box__features__icon .ico-poland-country {
    height: 14px;
  }
  .product-box__features > div .product-box__features__icon .ico-poland-country::before {
    width: 20px;
    height: 6px;
  }
  .product-box__features > div .product-box__features__icon .ico-adr {
    font-size: 22px;
    position: relative;
    top: 4px;
  }
  .product-box__features > div .product-box__features__text {
    height: 40px;
  }
}
@media (max-width: 560px) {
  .product-box__features {
    left: 0;
  }
}
.product-box__features.greenline-label-product {
  position: relative;
  left: 0;
}
.product-box__features.greenline-label-product > div {
  height: 50px;
  width: 50px;
  margin: 5px 0;
}
.product-box__features.greenline-label-product > div:hover {
  width: 150px;
}
.greenline-label-container {
  position: absolute;
  left: -50px;
}
@media (max-width: 768px) {
  .greenline-label-container {
    left: 0;
  }
}
.labels-container.product-box__features {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: 100%;
  display: block;
  float: left;
  margin-top: 10px;
}
.labels-container.product-box__features > div {
  clear: none;
  top: auto;
  left: auto;
  position: relative;
  margin-right: 10px;
  width: 36px;
  height: 36px;
}
.labels-container.product-box__features > div:hover {
  width: 36px;
}
.labels-container.product-box__features .product-box__features__icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.labels-container.product-box__features .ico-b2b {
  font-size: 10px;
  position: relative;
  top: 0;
}
.labels-container.product-box__features .ico-free_shipping {
  font-size: 17px;
  position: relative;
  top: 3px;
  left: -1px;
}
.labels-container.product-box__features .ico-adr {
  font-size: 23px;
  position: relative;
  top: 5px;
}
.product-box__labels {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  pointer-events: none;
  text-align: center;
  min-width: 68px;
  width: 95px;
  z-index: 2;
}
@media (max-width: 1240px) {
  .product-box__labels {
    width: 72px;
  }
}
@media (max-width: 1240px) {
  .product-box__labels {
    width: 100%;
  }
  .product-box__labels > div {
    width: 72px;
    float: right;
    margin-left: 5px;
  }
}
.product-box__labels__label--promotion, .product-box__labels__label--new, .product-box__labels__label--recommended, .product-box__labels__label--sale, .product-box__labels__label--poland-manufacture {
  float: right;
  margin: 3px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 0 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 1240px) {
  .product-box__labels__label--promotion, .product-box__labels__label--new, .product-box__labels__label--recommended, .product-box__labels__label--sale, .product-box__labels__label--poland-manufacture {
    font-size: 10px;
    padding: 4px 2px 3px;
  }
}
.product-box__labels__label--promotion {
  background: #cd5d44;
}
.product-box__labels__label--new {
  background: #7fb37a;
}
.product-box__labels__label--recommended {
  background: #f09a20;
}
.product-box__labels__label--sale {
  background: #ee3259;
}
.product-box__labels__label--poland-manufacture {
  background: #bf0000;
}
.discount-code {
  background: #29abe2;
}
.products.products-grid {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.products.products-grid .stock.unavailable, .products.products-list .stock.unavailable {
  min-height: 32px;
  margin-top: 16px;
}
.products.products-grid .btn--ask, .products.products-grid .btn--convert, .products.products-list .btn--ask, .products.products-list .btn--convert {
  float: none;
  display: inline;
  /** Break old important */
  padding: 10px 20px 10px 20px !important;
}
.products.products-grid .btn--ask:after, .products.products-grid .btn--convert:after, .products.products-grid .btn--ask:before, .products.products-grid .btn--convert:before, .products.products-list .btn--ask:after, .products.products-list .btn--convert:after, .products.products-list .btn--ask:before, .products.products-list .btn--convert:before {
  content: "";
}
.product-grid__elem {
  float: left;
  width: 33%;
}
.page-products .products-grid .product-item {
  width: 33%;
  margin: 0 0 10px;
  border-bottom: 1px solid #e9f0f1;
}
@media (max-width: 768px) {
  .page-products .products-grid .product-item {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .page-products .products-grid .product-item {
    width: 100%;
  }
}
.products-grid .product-item-actions, .products-list .product-item-actions {
  margin: 0;
  float: left;
  width: 100%;
  display: block;
  min-height: 80px;
}
.page-products .product-item-info {
  width: 100%;
}
.product-item .price-box .price-label {
  display: none;
}
.product-item .price-box {
  position: relative;
}
.product-item .price-box .price {
  font-family: "Open Sans", sans-serif;
}
.product-item .price-including-tax {
  position: relative;
  display: block;
  width: 100%;
  color: #666666;
  font-size: 12px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
.product-item .price-including-tax .price {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
.product-item .price-including-tax:after {
  display: inline-block;
  content: " brutto";
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.product-item .price-excluding-tax {
  position: relative;
  display: block;
  width: 100%;
}
.product-item .price-excluding-tax:after {
  display: inline-block;
  content: " netto";
  position: relative;
  left: 0;
  font-family: "Open Sans", sans-serif;
  color: #333;
}
.product-item {
  font-family: "Open Sans", sans-serif;
}
.product-item .price-box {
  margin: 0;
}
.product-item .old-price {
  width: 100%;
  color: #e27c7c;
}
.product-item .old-price .price-including-tax .price, .product-item .old-price .price {
  color: #e27c7c;
  font-size: 16px;
  text-decoration: line-through;
  font-weight: 400;
}
.product-item .old-price .price-excluding-tax:after {
  font-size: 16px;
  left: -5px;
  font-weight: 400;
  text-decoration: line-through;
  color: #e27c7c;
  content: "  netto";
}
.product-type-configurable {
  position: relative;
}
@media (max-width: 1240px) {
  .products-grid .product-image-container {
    width: 160px !important;
  }
  .products-grid .product-item {
    border-bottom: 1px solid #e9f0f1;
  }
  .products-grid .product-item:nth-child(3n+1):nth-last-child(-n+3), .products-grid .product-item:nth-child(3n+1):nth-last-child(-n+3) ~ .product-item {
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .products-grid .product-item:nth-child(3n+1):nth-last-child(-n+3), .products-grid .product-item:nth-child(3n+1):nth-last-child(-n+3) ~ .product-item {
    border-bottom: 1px solid #e9f0f1;
  }
}
.products-list {
  margin-bottom: 20px;
}
.products-list .product-box__name {
  padding: 0;
  font-size: 18px;
  color: #29abe2;
  line-height: 1.2em;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
}
.products-list .product-box__name h2 a {
  font-size: 18px;
}
.products-list .product-item-photo {
  padding: 0;
}
.products-list .product-box__price {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: auto;
  width: 250px;
  text-align: right;
}
.products-list .product-box__price .old-price {
  position: relative;
  width: auto;
  left: 2px;
  bottom: 0;
}
.products-list .product-box__price .price-excluding-tax {
  float: none;
  width: auto;
  display: block;
}
.products-list .product-box__price .price-excluding-tax.old-price {
  margin-bottom: 2px;
}
.products-list .product-box__price .price-including-tax {
  width: auto;
}
.products-list .product-box__price .price-including-tax:after {
  content: "brutto";
}
.products-list .product-box__price .old-price .price-excluding-tax:after {
  font-size: 12px;
}
.products-list .product-item-description {
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 12px;
}
.products-list .product-item-description strong {
  font-weight: 400;
}
.products-list .product-box__labels {
  top: 0;
  left: 0;
  right: auto;
  float: left;
  width: 68px;
  padding: 4px 0 3px;
}
.products-list .product-box__labels > div {
  font-size: 10px;
}
.products-list .product-item-info.product-box {
  display: table;
  float: none;
  width: 100%;
  position: relative;
}
.products-list .product-item-info.product-box:before {
  display: none;
}
.products-list .product-item-info.product-box .action.more {
  display: none;
}
.products-list .product-box__top {
  float: none;
  display: table-cell;
  position: static;
  width: 200px;
  height: auto;
  vertical-align: middle;
}
.products-list .product-item__list-helper {
  float: none;
  display: table-cell;
  width: auto;
}
.products-list .product-box__features {
  position: absolute;
  bottom: 0;
  left: 200px;
  z-index: 2;
}
.products-list .product-box__features > div {
  clear: none;
  top: 0;
  margin-right: 9px;
}
.products-list .product-box__features > div:hover {
  width: 47px;
}
.products-list .product-box {
  padding-bottom: 0;
}
.products-list .product-box__features__text {
  display: none;
}
.products-list .product-image-container {
  width: 200px !important;
  padding-right: 20px;
}
.products-list .product-item-inner {
  padding-bottom: 120px;
  float: left;
  width: 100%;
}
.products-list .product-item-actions {
  position: absolute;
  width: auto;
  right: 0;
  left: auto;
  bottom: -12px;
}
.products-list .product-item .price-excluding-tax {
  margin-bottom: 5px;
}
.products-list .btn--default, .products-list .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .products-list .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .products-list .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .products-list .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .products-list button:not(.action-remove), .products-list .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .products-list .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .products-list .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .products-list .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .products-list button:not(.action-remove) {
  padding: 12px 55px;
}
.products-list .product-item {
  border-bottom: 1px solid #e9f0f1;
}
@media (max-width: 1240px) {
  .products-list .product-box__name {
    font-size: 14px;
  }
  .products-list .product-item-description {
    font-size: 11px;
  }
  .products-list .product-item .price-box .price {
    font-size: 16px;
  }
  .products-list .product-item .price-box > .old-price .old-price {
    top: 3px;
  }
  .products-list .price-excluding-tax {
    font-size: 16px;
  }
  .products-list .product-box__features {
    position: absolute;
    bottom: 0;
    left: 200px;
    z-index: 2;
  }
  .products-list .product-box__features > div {
    width: 41px;
    height: 41px;
    line-height: 40px;
  }
  .products-list .product-box__features > div:hover {
    width: 41px;
  }
  .products-list .product-box__features > div span {
    width: 41px;
    height: 41px;
  }
  .products-list .dot-list, .products-list .affiliate-programme-discounts ul, .affiliate-programme-discounts .products-list ul, .products-list .affiliate-programme-container ul:not(.pp-list), .affiliate-programme-container .products-list ul:not(.pp-list), .products-list .affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list, .affiliate-programme-container.affiliate-register + .info-sidebar .products-list ul.download-list {
    font-size: 11px;
    margin: 5px 0;
  }
}
@media (max-width: 768px) {
  .products-list .product-box:before {
    display: block;
    content: "";
    width: 64px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../frontend/Divante/distriparkpl/pl_PL/images/shadow1.png) no-repeat left center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .products-list .product-box:before {
    display: none;
  }
  .products-list .product-item:nth-child(2n) .product-box:before {
    display: block;
  }
  .products-list .product-item {
    margin: 15px 0 15px;
    padding-bottom: 20px;
    width: 50%;
  }
  .products-list .product-box__photo {
    vertical-align: middle;
  }
  .products-list .product-box__top {
    height: 190px;
    overflow-y: hidden;
    vertical-align: bottom;
    display: table;
    position: relative;
    width: 100%;
  }
  .products-list .product-box__labels {
    width: 100%;
  }
  .products-list .product-box__labels > div {
    float: right;
    width: 72px;
    margin-left: 5px;
  }
  .products-list .product-item__list-helper {
    display: initial;
    width: 100%;
  }
  .products-list .product-box__features {
    position: absolute;
    bottom: 0;
    left: 25px;
    z-index: 2;
    width: 41px;
  }
  .products-list .product-box__name {
    display: block;
    margin: 15px 0 10px;
    font-size: 14px;
    line-height: 1.2em;
    padding: 0 40px;
    color: #333333;
    height: 33px;
    max-height: 33px;
    overflow: hidden;
    text-align: center;
  }
  .products-list .product-item-description {
    display: none;
  }
  .products-list .product-box__price {
    width: 100%;
    bottom: auto;
    min-height: 70px;
    position: relative;
  }
  .products-list .product-item-inner {
    padding-bottom: 0;
  }
  .products-list .product-image-container {
    padding: 0;
    width: 160px !important;
  }
  .products-list .product-box__price {
    text-align: center;
  }
  .products-list .product-item .price-box .price {
    font-size: 18px;
  }
  .products-list .product-item .price-box .old-price .price {
    font-size: 16px;
  }
  .products-list .product-box__price .old-price .price-excluding-tax:after {
    font-size: 14px;
  }
  .products-list .product-item .price-excluding-tax {
    font-size: 18px;
  }
  .products-list .product-item .price-box > .old-price {
    top: 25px;
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .products-list .product-box__price .price-including-tax {
    width: 100%;
    font-size: 12px;
  }
  .products-list .product-item-actions {
    display: block;
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .products-list .btn--default, .products-list .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .products-list .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .products-list .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .products-list .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .products-list button:not(.action-remove), .products-list .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .products-list .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .products-list .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .products-list .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .products-list button:not(.action-remove) {
    padding: 15px 35px;
  }
}
@media (max-width: 560px) {
  .products-list .product-item {
    width: 100%;
  }
  .products-list .product-box__features {
    left: 0;
  }
  .products-list .product-item:nth-child(2n) .product-box:before {
    display: none;
  }
}
/**
* Importance break
 */
div.products-list .product-box__price .price-excluding-tax {
  display: block;
}
.column.main .product-items {
  margin-left: 0;
  padding-left: 10px;
}
@media (max-width: 1240px) {
  .column.main .product-items {
    padding-left: 0;
  }
}
.column.main .products-list .product-item {
  margin: 15px 0 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .column.main .products-list .product-item {
    margin: 15px 0 15px;
  }
}
@media screen and (max-width: 560px) {
  .column.main .products-list .product-item {
    margin: 5px 0 0;
  }
}
.page-products .columns {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .page-products .columns {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .page-products .columns {
    width: 100%;
  }
}
.product-info-main .unit-price {
  display: block;
}
.product-info-main .box-tocart, .product-options-bottom .box-tocart {
  margin: 15px 0 20px 0;
}
.catalog-product-view .page-bottom .gross-old-price {
  display: none;
}
.products.products-list .one-type-of-price .price-including-tax span {
  font-size: 12px;
}
@media (min-width: 768px) {
  .products.products-list .btn--ask, .products.products-list .btn--convert {
    display: block;
  }
  .products.products-list .stock.unavailable {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .product-box .button-holder {
    margin-top: 20px;
  }
  .products.products-list .stock.unavailable {
    margin-top: 14px;
  }
}
.promo-widget-placeholder .loading-mask {
  padding: 0 0 50%;
  position: static;
}
.promo-widget-placeholder .loader img {
  position: absolute;
}
.slider-styles {
  position: relative;
  overflow: hidden;
}
.slider-styles .slick-dots {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0;
}
.slider-styles .slick-dots button, .slider-styles .slick-dots .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .slider-styles .slick-dots .actions-toolbar > .action, .slider-styles .slick-dots .action-gift {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #29abe2;
  background: none;
  cursor: pointer;
  font-size: 0;
  width: 16px;
  height: 16px;
  outline: 0;
}
.slider-styles .slick-dots li {
  margin: 0 4px;
  display: inline-block;
}
.slider-styles .slick-dots .slick-active button, .slider-styles .slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .slider-styles .slick-dots .slick-active .actions-toolbar > .action, .slider-styles .slick-dots .slick-active .action-gift {
  background: #29abe2;
}
.slider-styles .slick-prev, .slider-styles .slick-next {
  border: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -19px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: none;
}
.slider-styles .slick-prev:before, .slider-styles .slick-next:before {
  display: block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  color: #29abe2;
  font-size: 40px;
}
.slider-styles .slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-styles .slick-next {
  right: 0;
}
.slick-slide {
  outline: 0;
}
.slider-styles--blue {
  position: relative;
}
.slider-styles--blue:before {
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.slider-styles--blue .slick-prev, .slider-styles--blue .slick-next {
  display: block;
}
.slider-styles--blue .slick-prev {
  left: -10px;
}
.slider-styles--blue .slick-next {
  right: -10px;
}
.slider-styles--blue > div {
  text-align: center;
}
.slider-styles--blue > div img {
  display: inline-block;
  max-height: 135px;
}
.slider-styles--gray .slick-prev, .slider-styles--gray .slick-next {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider-styles--gray .slick-prev {
  left: 0px;
}
.slider-styles--gray .slick-next {
  right: 0px;
}
.slider-styles--gray > div {
  text-align: center;
}
.slider-styles--gray > div img {
  display: inline-block;
}
.products-slider {
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
.products-slider .unit-price, .products-slider .vat-info, .products-slider .shipping-costs {
  display: none;
}
.products-slider .btn--ask, .products-slider .btn--convert {
  float: none;
  display: inline;
  /** Break old important */
  padding: 10px 20px 10px 20px !important;
}
.products-slider .btn--ask:after, .products-slider .btn--convert:after, .products-slider .btn--ask:before, .products-slider .btn--convert:before {
  content: "";
}
.products-slider .stock.unavailable {
  min-height: 32px;
  margin-top: 15px;
}
.products-slider .gross-no-promotion {
  position: relative;
  top: 16px;
}
.product-slider {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
.product-slider__nav {
  float: left;
  width: 100%;
  padding: 20px 33px;
}
.product-slider__nav img {
  width: 80%;
  height: auto;
  margin: 10%;
}
.product-slider__nav .slick-slide {
  border: 1px solid #dddddd;
  margin: 0 10px;
}
.product-slider__nav .slick-current {
  border: 1px solid #29abe2;
}
@media screen and (max-width: 768px) {
  .magestore-bannerslider .magestore-bannerslider-standard {
    width: 100%;
  }
}
.magestore-bannerslider .magestore-bannerslider-standard img, .magestore-bannerslider .magestore-bannerslider-standard .slides a, .magestore-bannerslider .magestore-bannerslider-standard ul > li {
  height: auto !important;
}
.magestore-bannerslider .magestore-bannerslider-standard .flexslider {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.magestore-bannerslider .magestore-bannerslider-standard .flexslider:hover .flex-prev {
  left: 20px;
  opacity: 1;
}
.magestore-bannerslider .magestore-bannerslider-standard .flexslider:hover .flex-next {
  right: 20px;
  opacity: 1;
}
.magestore-bannerslider .magestore-bannerslider-standard ul > li {
  margin-top: 0;
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-control-nav {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-control-nav a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #29abe2;
  background: #f9f9f9;
  cursor: pointer;
  font-size: 0;
  width: 16px;
  height: 16px;
  outline: 0;
  box-shadow: none;
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-control-nav a:hover {
  background: #29abe2;
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-control-nav .flex-active {
  background: #29abe2;
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-direction-nav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 2;
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-direction-nav .flex-prev {
  left: 20px;
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-direction-nav .flex-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-direction-nav .flex-next {
  right: 20px;
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-direction-nav .flex-next, .magestore-bannerslider .magestore-bannerslider-standard .flex-direction-nav .flex-prev {
  z-index: 1;
  font-size: 0;
  opacity: 1;
  margin: 0;
  background: none;
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-direction-nav .flex-next:before, .magestore-bannerslider .magestore-bannerslider-standard .flex-direction-nav .flex-prev:before {
  display: block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  text-indent: 0;
  font-size: 40px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-direction-nav .flex-next a, .magestore-bannerslider .magestore-bannerslider-standard .flex-direction-nav .flex-prev a {
  z-index: 1;
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-direction-nav .flex-next:hover:before, .magestore-bannerslider .magestore-bannerslider-standard .flex-direction-nav .flex-prev:hover:before {
  color: #29abe2;
}
.magestore-bannerslider .magestore-bannerslider-standard .flex-direction-nav .flex-disabled {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1240px) {
  .magestore-bannerslider .magestore-bannerslider-standard .slides a {
    overflow: hidden;
    height: auto;
  }
}
@media screen and (max-width: 1240px) {
  .magestore-bannerslider {
    overflow: hidden;
    margin: 0 -15px;
  }
  .magestore-bannerslider .magestore-bannerslide-flex-slider {
    margin-bottom: 0 !important;
  }
}
.fotorama__arr, .fotorama__fullscreen-icon {
  display: block !important;
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.fotorama__arr, .fotorama__arr:hover {
  background-color: transparent;
}
.fotorama__arr--disabled {
  opacity: 0.1 !important;
}
.fotorama__arr .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__arr--prev .fotorama__arr__arr, .fotorama__arr--next .fotorama__arr__arr {
  background: none;
  width: auto;
  height: auto;
}
.fotorama__arr--prev .fotorama__arr__arr:before, .fotorama__arr--next .fotorama__arr__arr:before {
  font-size: 32px;
  position: relative;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e9f0f1;
}
.fotorama__arr:hover .fotorama__arr__arr:before {
  color: #29abe2 !important;
}
.fotorama__arr--prev .fotorama__arr__arr:before {
  font-size: 32px;
  position: relative;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e9f0f1;
}
.fotorama__arr--prev .fotorama__arr__arr {
  margin-top: -16px;
  left: 0;
  transform: rotate(180deg);
}
.fotorama__arr--next .fotorama__arr__arr {
  margin-top: -16px;
  right: 0;
  left: auto;
  transform: rotate(0);
}
.fotorama__thumb {
  background: none;
  border: 1px solid #e9f0f1;
}
.fotorama__fullscreen-icon {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: none;
  height: auto;
  text-align: center;
}
.fotorama__fullscreen-icon:before {
  display: inline-block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  color: #29abe2;
}
.fotorama__fullscreen-icon:after {
  display: inline-block;
}
.fotorama__fullscreen-icon:focus {
  transform: none !important;
}
@media (max-width: 768px) {
  .fotorama__fullscreen-icon:after {
    font-size: 12px;
  }
}
.fotorama__stage {
  padding-bottom: 40px;
}
body:not(.fotorama__fullscreen) .fotorama__stage .fotorama__stage__frame {
  opacity: 1 !important;
}
body:not(.fotorama__fullscreen) .fotorama__stage .fotorama__stage__frame .fotorama__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  border-top: 1px solid #e9f0f1;
  margin-top: 20px;
}
.fotorama__thumb-border {
  border: 1px solid #29abe2;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  transform: translate(-50%, -50%);
}
.fotorama__thumb-border {
  display: none !important;
}
.fotorama__active .fotorama__thumb {
  border: 1px solid #29abe2;
}
.fotorama__thumb__arr.fotorama__thumb__arr--left {
  background: #fff;
  opacity: 1 !important;
  display: block !important;
  top: 0;
  left: -5.3%;
  transform: none;
  width: 25px;
  text-align: left;
  height: 100%;
  padding: 0;
}
.fotorama__thumb__arr.fotorama__thumb__arr--left:before {
  display: block;
  font-size: 32px;
  color: #e9f0f1;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.fotorama__thumb__arr.fotorama__thumb__arr--left:hover:before {
  color: #29abe2;
}
.fotorama__thumb__arr.fotorama__thumb__arr--right {
  background: #fff;
  opacity: 1 !important;
  display: block !important;
  top: 0;
  left: auto;
  right: -5.3%;
  transform: none;
  width: 25px;
  text-align: right;
  height: 100%;
  padding: 0;
}
.fotorama__thumb__arr.fotorama__thumb__arr--right:before {
  display: block;
  font-size: 32px;
  color: #e9f0f1;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fotorama__thumb__arr.fotorama__thumb__arr--right:hover:before {
  color: #29abe2;
}
.fotorama__nav.fotorama__nav--thumbs {
  overflow: visible;
}
.icon-list, .icon-list ul {
  margin: 0;
  padding: 0;
}
.icon-list a, .icon-list ul a {
  color: #ffffff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.icon-list a:hover, .icon-list ul a:hover {
  color: #29abe2;
}
.icon-list__elem {
  list-style-type: none;
  margin: 0 0 13px 0;
  padding: 0 0 0 40px;
  position: relative;
  display: block;
  width: 100%;
}
.icon-list__elem:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.icon-list__elem strong {
  font-size: inherit;
  color: #dddddd;
}
.icon-list__elem--point:before {
  font-size: 20px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-list__elem--phone:before {
  top: 0px;
  font-size: 18px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-list__elem--mail:before {
  top: 0px;
  font-size: 18px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs {
  width: 100%;
  float: left;
  color: #666666;
  padding: 20px 0 0;
  font-size: 12px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs .item {
  list-style-type: none;
  margin: 0 25px 5px 0;
  float: left;
  position: relative;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs .item:not(:last-child):after {
  display: block;
  position: absolute;
  top: -3px;
  right: -26px;
  font-size: 26px;
  line-height: 20px;
  margin-left: 10px;
  font-weight: 400;
  z-index: 0;
  color: #000 !important;
}
.breadcrumbs a, .breadcrumbs a:visited {
  color: #29abe2;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.breadcrumbs a:hover, .breadcrumbs a:visited:hover {
  text-decoration: none;
}
.breadcrumbs li strong {
  color: #777777;
  font-weight: 400;
}
.breadcrumbs li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .catalog-category-view .breadcrumbs, .checkout-cart-index .breadcrumbs {
    display: none;
  }
}
.products.wrapper ~ .toolbar .pages {
  float: right;
}
.pages {
  width: auto;
  display: block;
  margin: 0 0 0 20px;
}
.pages .pages-label {
  display: none;
}
.pages .label {
  display: none;
}
.pages ul {
  margin: 0 0 0;
  float: right;
  display: block;
  width: auto;
}
.pages li {
  float: left;
  width: auto;
  list-style-type: none;
  margin: 0;
}
.pages .item {
  display: block;
  width: 37px;
  height: 37px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  border: 0;
  line-height: 36px;
}
.pages .item strong {
  font-size: 14px;
}
.pages .item a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.pages .item:not(.pages-item-previous):not(.pages-item-next):hover {
  border: none;
}
.pages .item:not(.pages-item-previous):not(.pages-item-next):hover a {
  color: #29abe2;
  border: 1px solid #29abe2;
}
.pages a:hover {
  color: #29abe2;
  border: 1px solid #29abe2;
}
.pages a:hover:after {
  color: #29abe2;
}
.pages .item.current {
  border: 1px solid #29abe2;
  color: #29abe2;
}
.pages .pages-item-previous .previous, .pages .pages-item-next .next {
  position: relative;
  border: 1px solid transparent;
}
.pages .pages-item-previous .previous:before, .pages .pages-item-next .next:before {
  display: none;
}
.pages .pages-item-previous .previous:after, .pages .pages-item-next .next:after {
  position: absolute;
  top: 10px;
  left: 15px;
  content: "";
  display: block;
  color: #29abe2;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 0;
}
.pages .pages-item-previous .previous a, .pages .pages-item-next .next a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.pages .pages-item-previous .previous span, .pages .pages-item-next .next span {
  display: none;
}
.pages .pages-item-previous .previous {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pages .pages-item-previous:hover .previous {
  border: 1px solid #e9f0f1;
  box-shadow: -1px -3px 7px 0 rgba(0, 0, 0, 0.1);
}
.pages .pages-item-next:hover .next {
  border: 1px solid #e9f0f1;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.arrangement {
  float: left;
}
.arrangement strong, .arrangement a {
  float: left;
  margin-right: 10px;
  width: 37px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  background: #ffffff;
  border: 1px solid #e9f0f1;
  border-radius: 0;
  padding: 0;
}
.arrangement strong:before, .arrangement a:before {
  font-size: 18px;
  margin: 0;
  color: #666666;
}
.arrangement .modes-label {
  display: none;
}
.arrangement .modes-mode:before {
  position: relative;
  top: -1px;
}
.arrangement .modes-mode span {
  display: none;
}
.arrangement .modes-label + .modes-mode, .arrangement .modes-mode:last-child {
  border-radius: 0;
  border: 1px solid #e9f0f1;
}
.arrangement .mode-grid:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.arrangement .mode-list:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.arrangement .active {
  background: #fff;
  border: 1px solid #29abe2;
}
.arrangement .active:before {
  color: #29abe2;
}
.toolbar {
  margin-bottom: 12px;
}
.products + .toolbar-products .field.limiter {
  display: none;
}
.toolbar-sorter.sorter {
  float: left;
}
.toolbar-sorter.sorter .sorter-label {
  margin: 0 10px 0 0;
  float: left;
  line-height: 38px;
}
.toolbar-sorter.sorter .ui-selectmenu-button {
  width: auto;
  min-width: 150px;
}
.toolbar-sorter.sorter a {
  display: none;
}
.toolbar-sorter.sorter .ui-selectmenu-button.ui-button {
  width: auto;
  min-width: 128px;
}
.toolbar .limiter {
  float: left;
}
.toolbar .limiter .ui-selectmenu-button.ui-button {
  width: auto;
}
.toolbar .limiter label {
  margin: 0 10px 0 30px;
  float: left;
  line-height: 38px;
}
.toolbar .limiter .control {
  float: left;
}
.sorter-options {
  margin: 0;
}
.sorter {
  padding: 0;
}
.toolbar select {
  background: #ffffff;
  border-radius: 0;
}
.toolbar select:focus {
  outline: 0;
}
.toolbar select option {
  outline: 0;
}
.pagination__filters {
  float: left;
}
.pagination__filters select {
  display: block;
  padding: 0 30px 0 10px;
}
.pagination__filters .custom-select {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0 0 0 10px;
}
.pagination__filters label {
  float: left;
  margin: 0 10px 0 20px;
}
.pagination__filters label span {
  display: inline-block;
}
.page-products .toolbar-products, .toolbar-products {
  margin-bottom: 10px;
  float: right;
  width: 100%;
}
@media (max-width: 1240px) {
  .page-products .toolbar-products, .toolbar-products {
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .page-products .toolbar-products .pages, .toolbar-products .pages {
    display: none !important;
  }
  .page-products .toolbar-products .modes, .toolbar-products .modes {
    margin-right: 55px;
  }
}
@media (max-width: 768px) {
  .page-products .toolbar-products, .toolbar-products {
    width: 100%;
    height: 90px;
  }
  .page-products .toolbar-products .arrangement, .toolbar-products .arrangement {
    display: none;
  }
  .page-products .toolbar-products .arrangement a, .page-products .toolbar-products .arrangement strong, .toolbar-products .arrangement a, .toolbar-products .arrangement strong {
    line-height: 42px;
  }
  .page-products .toolbar-products .modes, .toolbar-products .modes {
    position: absolute;
    top: 44px;
    left: 0;
    display: inline-block;
  }
  .page-products .toolbar-products .sorter, .toolbar-products .sorter {
    float: right;
    padding-right: 0;
    margin-right: 0;
    position: relative;
  }
  .page-products .toolbar-products .sorter label, .toolbar-products .sorter label {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 14px;
    line-height: 36px;
    z-index: 20;
    font-weight: 500;
  }
  .page-products .toolbar-products .sorter label span, .toolbar-products .sorter label span {
    display: none;
  }
  .page-products .toolbar-products .sorter a, .toolbar-products .sorter a {
    width: 130px !important;
  }
  .page-products .toolbar-products .sorter select, .toolbar-products .sorter select {
    display: none;
  }
  .page-products .toolbar-products .sorter .ui-selectmenu-text, .toolbar-products .sorter .ui-selectmenu-text {
    font-size: 0;
  }
  .page-products .toolbar-products .limiter, .toolbar-products .limiter {
    position: absolute;
    top: 44px;
    right: 0;
  }
  .page-products .toolbar-products .limiter .selectBox-dropdown, .toolbar-products .limiter .selectBox-dropdown {
    margin-left: 5px;
  }
}
@media (max-width: 1240px) {
  .page-products .products-grid + .toolbar-products {
    width: auto;
    padding-right: 0;
    height: auto;
  }
  .page-products .products-grid + .toolbar-products .pages {
    display: block !important;
  }
}
@media (max-width: 1240px) {
  .products-list + .toolbar-products .pages {
    display: block !important;
  }
}
.review-toolbar, .pager {
  float: right;
  border: 0;
  margin-bottom: 0;
}
.review-toolbar .pages, .pager .pages {
  border: 0;
  float: right;
  padding: 20px 0 0;
}
.review-toolbar .pages .action, .pager .pages .action {
  margin: 0;
}
.review-toolbar .pages .item, .pager .pages .item {
  padding: 0;
}
.review-toolbar .pages .item:before, .pager .pages .item:before {
  display: none;
}
.tabs {
  width: 100%;
  display: block;
  float: left;
  padding: 0 0 30px;
}
.tabs .container {
  padding: 0;
}
.tabs__nav {
  width: 100%;
  float: left;
  display: block;
  font-size: 18px;
  height: auto;
  font-weight: 500;
  border-bottom: 2px solid #e9f0f1;
}
@media screen and (max-width: 768px) {
  .tabs__nav {
    display: none;
  }
}
.tabs__nav > div {
  width: auto;
  float: left;
  position: relative;
  top: 2px;
}
.tabs__nav a {
  font-size: 18px;
  float: left;
  color: #666666;
  padding: 24px 30px;
  border-bottom: 2px solid #e9f0f1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease -in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease -in-out;
  transition: all 0.2s ease-in-out;
}
.tabs__nav > div.active a, .tabs__nav div:active a, .tabs__nav div:hover a {
  color: #29abe2;
  border-bottom: 2px solid #29abe2;
}
.tabs__content {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e9f0f1;
}
@media screen and (max-width: 768px) {
  .tabs__content {
    border: none;
  }
  .tabs__content:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e9f0f1;
    position: absolute;
    bottom: 0;
    left: -15px;
    right: -15px;
    z-index: 10;
  }
}
.tabs__panel {
  padding: 30px 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.tabs__panel.active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .tabs__panel {
    position: relative;
    visibility: visible;
    opacity: 1;
  }
}
.tabs__tab-mobile-title {
  height: 56px;
  line-height: 54px;
  padding: 0 30px;
  margin: 0 -15px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  border-top: 2px solid #e9f0f1;
  border-bottom: 2px solid #e9f0f1;
}
@media screen and (min-width: 769px) {
  .tabs__tab-mobile-title {
    display: none;
  }
}
.tabs__panel:first-child .tabs__tab-mobile-title {
  border-top: none;
}
.add-review {
  width: 100%;
  display: block;
  float: left;
  background: #f9f9f9;
  margin: 10px 0;
  padding: 20px 20px;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.add-review.add-review--hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.add-review .field-recaptcha {
  clear: both;
}
.add-review .col {
  float: left;
  width: 50%;
}
.add-review .col:first-child {
  padding-right: 70px;
}
.add-review .col > div {
  width: 100%;
  float: left;
}
@media (max-width: 560px) {
  .add-review .col {
    width: 100%;
  }
  .add-review .col:first-child {
    padding-right: 0;
  }
}
.add-review .holder {
  float: left;
  width: 100%;
  box-shadow: none;
}
.add-review .holder input[type="text"], .add-review .holder textarea {
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  display: block;
}
.add-review form .actions-toolbar.review-form-actions {
  float: left;
  margin: 10px 0 0;
}
.add-review .text-header, .add-review .affiliate-programme-regulations h3, .affiliate-programme-regulations .add-review h3, .add-review .affiliate-programme-discounts h3, .affiliate-programme-discounts .add-review h3, .add-review .affiliate-programme-discounts h4, .add-review .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .add-review .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .add-review h4, .add-review .affiliate-programme-container h4, .add-review .affiliate-programme-container .arrow-list .footer-title, .arrow-list .add-review .affiliate-programme-container .footer-title, .affiliate-programme-container .add-review h4 {
  padding-top: 0;
  padding-bottom: 30px;
  position: relative;
}
.add-review .text-header:before, .add-review .affiliate-programme-regulations h3:before, .affiliate-programme-regulations .add-review h3:before, .add-review .affiliate-programme-discounts h3:before, .affiliate-programme-discounts .add-review h3:before, .add-review .affiliate-programme-discounts h4:before, .add-review .affiliate-programme-discounts .arrow-list .footer-title:before, .arrow-list .add-review .affiliate-programme-discounts .footer-title:before, .affiliate-programme-discounts .add-review h4:before, .add-review .affiliate-programme-container h4:before, .add-review .affiliate-programme-container .arrow-list .footer-title:before, .arrow-list .add-review .affiliate-programme-container .footer-title:before, .affiliate-programme-container .add-review h4:before {
  display: block;
  float: left;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #29abe2;
  font-size: 24px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.add-review .rating {
  margin-bottom: 40px;
}
.add-review .rating .rating {
  margin-bottom: 0;
}
.add-review .control {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.add-review .rating > label:before {
  font-size: 1.5em;
}
.add-review textarea {
  height: 125px;
}
.add-review button, .add-review .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .add-review .actions-toolbar > .action, .add-review .action-gift {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  float: left;
  width: auto;
  margin: 20px 0;
}
.add-review .block-title {
  display: block;
  float: left;
  width: 100%;
}
.add-review .recaptcha-box p {
  font-size: 12px;
  margin-bottom: 15px;
}
.add-review__label {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 5px;
}
.review-form {
  max-width: 600px;
}
.product.data.items > .item.content {
  display: block;
}
.reviews {
  display: block;
  width: 100%;
  float: left;
}
.reviews__header {
  margin: 20px 0 0;
  display: block;
  width: 100%;
  float: left;
  line-height: 20px;
}
.reviews__header .text-header, .reviews__header .affiliate-programme-regulations h3, .affiliate-programme-regulations .reviews__header h3, .reviews__header .affiliate-programme-discounts h3, .affiliate-programme-discounts .reviews__header h3, .reviews__header .affiliate-programme-discounts h4, .reviews__header .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .reviews__header .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .reviews__header h4, .reviews__header .affiliate-programme-container h4, .reviews__header .affiliate-programme-container .arrow-list .footer-title, .arrow-list .reviews__header .affiliate-programme-container .footer-title, .affiliate-programme-container .reviews__header h4 {
  position: relative;
  margin-right: 15px;
  padding: 20px 2px 0 0;
  width: auto;
  float: left;
}
.reviews__header .rating > label:before {
  margin: 0 3px 5px;
}
.reviews__header .add-link {
  position: relative;
  padding-left: 15px;
  margin-top: 20px;
  margin-left: 10px;
  float: left;
  top: 2px;
}
.reviews__header .add-link:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #e9f0f1;
  position: absolute;
  top: 0;
  left: 0;
}
.reviews__header .product-reviews-summary {
  margin-top: 20px;
  float: left;
  position: relative;
  top: 1px;
}
@media (max-width: 768px) {
  .reviews__header {
    margin-top: 0;
  }
  .reviews__header .add-link {
    top: 3px;
    margin-left: 13px;
    padding-left: 2px;
  }
  .reviews__header .add-link:after {
    display: none;
  }
  .reviews__header .product-reviews-summary {
    margin-left: 18px;
  }
  .reviews__header .product-reviews-summary + .add-link {
    margin-left: 0;
    padding-left: 10px;
  }
  .reviews__header .product-reviews-summary + .add-link:after {
    display: block;
  }
}
.reviews__content {
  word-wrap: break-word;
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 10px;
}
.reviews__content .row {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.reviews__content .row:first-child {
  border-bottom: 0;
}
@media (max-width: 1240px) {
  .reviews__content .row {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .reviews__content {
    height: 0;
    overflow: hidden;
  }
  .reviews__content.active {
    height: auto;
  }
}
.single-review {
  width: 50%;
  float: left;
  padding: 20px;
  border: 1px solid #e9f0f1;
  border-top: 0;
}
.single-review:last-child {
  border-left: 0;
}
.single-review .rating > label:before {
  margin: 2px;
  font-size: 1em;
}
.single-review .rating > label:before:first-child {
  margin-left: 0;
}
@media (max-width: 1240px) {
  .single-review {
    width: 100%;
  }
}
.review-item:last-child {
  border: 1px solid #e9f0f1;
  border-top: 0;
}
@media (max-width: 1240px) {
  .review-item:last-child {
    border-top: 0;
  }
}
.review-items .row .single-review:first-child {
  border-right: 0;
}
.review-items .row .single-review:last-child {
  border-right: 1px solid #e9f0f1;
}
@media (max-width: 1240px) {
  .review-items .row .single-review:first-child {
    border-right: 1px solid #e9f0f1;
  }
}
.review-items .row:first-child .single-review {
  border: 1px solid #e9f0f1;
}
.review-items .row:first-child .single-review:first-child {
  border-right: 0;
}
.review-items .row:first-child .single-review:last-child {
  border-right: 1px solid #e9f0f1;
}
@media (max-width: 1240px) {
  .review-items .row:first-child .single-review:first-child {
    border-right: 1px solid #e9f0f1;
  }
  .review-items .row:first-child .single-review:first-child:not(:only-child) {
    border-bottom: 0;
  }
}
.single-review__user {
  float: left;
  width: 30%;
}
.single-review__user > * {
  display: block;
}
.single-review__user .review-author {
  margin: 5px 0 0;
}
@media (max-width: 768px) {
  .single-review__user {
    width: 100%;
  }
}
.single-review__content {
  float: left;
  width: 70%;
}
@media (max-width: 768px) {
  .single-review__content {
    width: 100%;
  }
}
.single-review__title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.single-review__user__name {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px;
}
.single-review__user__name:before {
  display: block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e9f0f1;
  font-size: 24px;
  margin-bottom: 5px;
}
.single-review__user__date {
  color: #666666;
  font-size: 12px;
  margin-bottom: 10px;
}
.single-review__content__text {
  max-width: none;
  font-size: 14px;
  color: #333333;
}
.rating-summary .rating-result > span:before {
  color: #f09a20;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 17px;
  height: 17px;
  letter-spacing: 4px;
  line-height: 17px;
  left: 6px;
}
.rating-summary .rating-result:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 17px;
  height: 17px;
  letter-spacing: 4px;
  line-height: 17px;
  left: 6px;
  color: #f09a20;
}
.review-control-vote label:before {
  color: #f09a20;
  font-size: 17px;
  height: 17px;
  letter-spacing: 4px;
  line-height: 17px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.review-control-vote .rating-1:before {
  content: "";
}
.review-control-vote .rating-2:before {
  content: "";
}
.review-control-vote .rating-3:before {
  content: "";
}
.review-control-vote .rating-4:before {
  content: "";
}
.review-control-vote .rating-5:before {
  content: "";
}
.review-control-vote:before {
  font-size: 17px;
  height: 17px;
  letter-spacing: 4px;
  line-height: 17px;
  color: #f09a20;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.field.required.review-field-ratings label, .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.review-field-ratings:not([name="data.additional_info"]) label, .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.review-field-ratings:not([name="data.additional_info"]) label {
  position: absolute;
}
.field.required.review-field-ratings label:after, .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.review-field-ratings:not([name="data.additional_info"]) label:after, .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.review-field-ratings:not([name="data.additional_info"]) label:after {
  display: none;
}
.product-reviews-summary .rating-summary .rating-result {
  width: 110px;
}
.rating-summary .rating-result {
  width: 95px;
}
.review-field-ratings .rating-summary .rating-result > span:before {
  font-size: 22px;
  height: 22px;
  line-height: 22px;
}
.review-field-ratings .rating-summary .rating-result:before {
  font-size: 22px;
  height: 22px;
  line-height: 22px;
}
.review-field-ratings .review-control-vote label:before {
  font-size: 22px;
  height: 22px;
  line-height: 22px;
}
.review-field-ratings .review-control-vote:before {
  font-size: 22px;
  height: 22px;
  line-height: 22px;
}
.single-review .rating-summary .rating-result > span:before {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.single-review .rating-summary .rating-result:before {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.single-review .review-control-vote label:before {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.single-review .review-control-vote:before {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.login-container--checkout {
  border: 1px solid #e9f0f1;
  margin-top: 20px;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
}
@media screen and (max-width: 1240px) {
  .login-container--checkout {
    padding: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .login-container--checkout {
    padding: 20px;
    display: block;
  }
}
.login-container--checkout .block {
  margin: 0;
  padding-right: 55px;
  flex-grow: 1;
  flex-basis: 0;
  float: none;
  width: 0;
}
@media screen and (max-width: 1240px) {
  .login-container--checkout .block {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .login-container--checkout .block {
    width: 100%;
    padding: 0;
    float: none;
  }
}
.login-container--checkout .block .block-title {
  border: none;
  padding-bottom: 0;
}
.login-container--checkout .block + .block {
  padding-right: 0;
  padding-left: 55px;
  border-left: 1px solid #e9f0f1;
}
@media screen and (max-width: 1240px) {
  .login-container--checkout .block + .block {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .login-container--checkout .block + .block {
    width: 100%;
    padding: 0;
    float: none;
    border: none;
    margin-top: 30px;
  }
}
.login-container--checkout .block-customer-login .block-title {
  margin-bottom: 5px;
}
.login-container--checkout .fieldset:after {
  display: none;
}
.login-container--checkout .checkbox-label {
  padding: 0;
}
.login-container--checkout div.mage-error {
  background: transparent;
}
.login-container--checkout div.mage-error:before {
  display: none;
}
.login-container--main {
  margin: 40px 0 30px;
}
.login-container--main .block .block-title {
  border: none;
}
.login-container--main .block-customer-login {
  width: 46.8%;
}
.login-container--main .block-customer-login .fieldset > .field > .control, .login-container--main .block-customer-login .actions-toolbar {
  width: 370px;
}
.login-container--main .block-customer-login .forgot-passoword {
  float: right;
  line-height: 19px;
  font-size: 12px;
}
.login-container--main .block-customer-login .secondary {
  margin-top: 30px;
  float: none;
}
@media (max-width: 1240px) {
  .login-container--main .block-customer-login .fieldset > .field > .control, .login-container--main .block-customer-login .actions-toolbar {
    width: 100%;
  }
}
.login-container--main .block-new-customer {
  width: 50.8%;
  padding-left: 30px;
}
.login-container--main .register-ico-header {
  padding-bottom: 40px;
  padding-left: 130px;
  margin-bottom: 30px;
}
.login-container--main .register-ico-header:before {
  font-size: 95px;
}
.login-container--main .register-ico-header .btn--default, .login-container--main .register-ico-header .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .login-container--main .register-ico-header .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .login-container--main .register-ico-header .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .login-container--main .register-ico-header .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .login-container--main .register-ico-header button:not(.action-remove), .login-container--main .register-ico-header .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .login-container--main .register-ico-header .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .login-container--main .register-ico-header .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .login-container--main .register-ico-header .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .login-container--main .register-ico-header button:not(.action-remove) {
  padding: 15px 25px;
}
.login-container--main .section-header {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .login-container--main .block-customer-login {
    float: left;
    padding-right: 30px;
  }
  .login-container--main .block-new-customer {
    float: left;
  }
  .login-container--main .register-ico-header {
    float: left;
  }
}
@media (max-width: 560px) {
  .login-container--main .block-customer-login {
    width: 100%;
  }
  .login-container--main .block-new-customer {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .login-container--main .register-ico-header {
    width: 100%;
  }
}
.block-customer-login .fieldset > .field {
  margin-bottom: 25px;
}
.block-customer-login .fieldset > .field.note {
  font-weight: 500;
  color: #666;
}
.block-customer-login .fieldset > .field:not(.choice) > .label {
  float: none;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  padding: 0;
  margin-bottom: 5px;
}
.block-customer-login .fieldset > .field > .control {
  width: 330px;
}
@media screen and (max-width: 1240px) {
  .block-customer-login .fieldset > .field > .control {
    width: auto;
    float: none;
  }
}
.block-customer-login input:not([type="radio"]):not([type="checkbox"]) {
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e9f0f1;
}
.block-customer-login .actions-toolbar {
  width: 330px;
}
@media screen and (max-width: 1240px) {
  .block-customer-login .actions-toolbar {
    width: auto;
  }
}
.block-customer-login .actions-toolbar .btn--default, .block-customer-login .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .block-customer-login .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .block-customer-login .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .block-customer-login .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .block-customer-login .actions-toolbar button:not(.action-remove), .block-customer-login .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .block-customer-login .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .block-customer-login .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .block-customer-login .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .block-customer-login .actions-toolbar button:not(.action-remove) {
  padding: 15px 25px;
}
@media screen and (max-width: 768px) {
  .block-customer-login .actions-toolbar .btn--default, .block-customer-login .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .block-customer-login .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .block-customer-login .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .block-customer-login .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .block-customer-login .actions-toolbar button:not(.action-remove), .block-customer-login .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .block-customer-login .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .block-customer-login .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .block-customer-login .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .block-customer-login .actions-toolbar button:not(.action-remove) {
    margin-top: 20px;
    float: none;
  }
}
.block-customer-login .actions-toolbar.forgot-passoword {
  padding-top: 5px;
  border-top: 1px solid #e9f0f1;
}
.block-customer-login .actions-toolbar.forgot-passoword a {
  font-size: 12px;
}
.column:not(.sidebar-additional) .block-customer-login form .actions-toolbar, .column:not(.sidebar-main) .block-customer-login form .actions-toolbar {
  margin: 0;
}
.column:not(.sidebar-additional) .block-customer-login form .actions-toolbar.forgot-passoword, .column:not(.sidebar-main) .block-customer-login form .actions-toolbar.forgot-passoword {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .column:not(.sidebar-additional) .block-customer-login form .actions-toolbar.forgot-passoword, .column:not(.sidebar-main) .block-customer-login form .actions-toolbar.forgot-passoword {
    margin-top: 20px;
  }
}
.block-buy-as-guest {
  padding-top: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block-buy-as-guest {
    padding-top: 0;
  }
}
.block-buy-as-guest .ico-basket {
  color: #e9f0f1;
  font-size: 115px;
  position: absolute;
  top: 0px;
  left: 55px;
}
@media screen and (max-width: 768px) {
  .block-buy-as-guest .ico-basket {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .block-buy-as-guest button, .block-buy-as-guest .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .block-buy-as-guest .actions-toolbar > .action, .block-buy-as-guest .action-gift {
    float: none;
    width: 100%;
  }
}
.checkout-customer-login .page-main {
  min-height: calc(100vh - 88px - 90px);
}
@media screen and (max-width: 1240px) {
  .checkout-customer-login .page-main {
    min-height: calc(100vh - 90px - 90px);
  }
}
@media screen and (max-width: 768px) {
  .checkout-customer-login .page-main {
    min-height: calc(100vh - 48px - 59px);
  }
}
@media screen and (max-width: 1240px) {
  .checkout-customer-login .page-header .nav-toggle {
    display: none;
  }
  .checkout-customer-login .page-header .logo {
    margin-right: 60px;
  }
  .checkout-customer-login .footer__small {
    width: 750px;
    padding: 36px 15px;
  }
}
@media screen and (max-width: 768px) {
  .checkout-customer-login .page-header .user-toggle, .checkout-customer-login .page-header .block-mobile-user {
    display: none;
  }
  .checkout-customer-login .page-header .logo {
    position: static;
    margin: 15px;
    float: left;
  }
  .checkout-customer-login .page-header .header-phone, .checkout-customer-login .page-header .header-email {
    display: none;
  }
  .checkout-customer-login .footer__small {
    width: auto;
    padding: 15px;
    font-size: 12px;
  }
}
.product-properties .items__panel {
  padding: 10px 0 30px;
}
.product-properties .items__panel .row {
  width: 100%;
  float: left;
}
.product-properties .items__panel .row > div {
  float: left;
}
.product-properties .text-header, .product-properties .affiliate-programme-regulations h3, .affiliate-programme-regulations .product-properties h3, .product-properties .affiliate-programme-discounts h3, .affiliate-programme-discounts .product-properties h3, .product-properties .affiliate-programme-discounts h4, .product-properties .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .product-properties .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .product-properties h4, .product-properties .affiliate-programme-container h4, .product-properties .affiliate-programme-container .arrow-list .footer-title, .arrow-list .product-properties .affiliate-programme-container .footer-title, .affiliate-programme-container .product-properties h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  float: left;
  cursor: pointer;
}
.product-properties .text-header .counter, .product-properties .affiliate-programme-regulations h3 .counter, .affiliate-programme-regulations .product-properties h3 .counter, .product-properties .affiliate-programme-discounts h3 .counter, .affiliate-programme-discounts .product-properties h3 .counter, .product-properties .affiliate-programme-discounts h4 .counter, .product-properties .affiliate-programme-discounts .arrow-list .footer-title .counter, .arrow-list .product-properties .affiliate-programme-discounts .footer-title .counter, .affiliate-programme-discounts .product-properties h4 .counter, .product-properties .affiliate-programme-container h4 .counter, .product-properties .affiliate-programme-container .arrow-list .footer-title .counter, .arrow-list .product-properties .affiliate-programme-container .footer-title .counter, .affiliate-programme-container .product-properties h4 .counter {
  display: none;
}
.product-properties .counter {
  display: none;
}
.product-properties .tabs {
  padding-bottom: 10px;
}
.product-properties .tabs .description, .product-properties .tabs .content.items__panel {
  text-align: justify;
}
.properties-list .row {
  width: 100%;
  float: left;
  display: table;
  text-align: left;
  table-layout: fixed;
}
.properties-list .row > div img {
  max-width: 65%;
  width: 100%;
}
.properties-list .row > div:first-child {
  width: 75px;
  display: table-cell;
  float: none;
}
.properties-list .row > div:last-child {
  width: auto;
  display: table-cell;
  float: none;
  vertical-align: middle;
  font-weight: 500;
}
.icons-danger {
  margin: 17px 15px 0 50px;
}
.icons-danger > div {
  float: left;
}
.icons-danger img {
  max-width: 70px;
  height: auto;
  float: left;
  margin: 0 3px;
}
.data.item.content {
  display: block;
}
.items__nav {
  width: 100%;
  float: left;
  display: block;
  font-size: 18px;
  height: auto;
  font-weight: 500;
  background: #f9f9f9;
  border-top: 2px solid #e9f0f1;
  border-bottom: 2px solid #e9f0f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.items__nav .item {
  width: auto;
  float: left;
  position: relative;
  top: 2px;
}
.items__nav a {
  font-size: 18px;
  float: left;
  color: #666666;
  padding: 24px 16px 24px 17px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease -in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease -in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #e9f0f1;
}
.items__nav .item.active a, .items__nav .item:active a, .items__nav .item:hover a {
  color: #29abe2;
  border-bottom: 2px solid #29abe2;
}
.items__nav__holder {
  width: 100%;
  float: left;
}
@media (max-width: 768px) {
  .items__nav__holder {
    display: none;
  }
}
.items__content {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
}
.items__content p {
  margin: 5px 0 15px;
  font-size: 14px;
  color: #666666;
  line-height: 1.4em;
  display: block;
}
.items__nav__item-name {
  padding: 0 16px;
  line-height: 48px;
  border: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.15s linear, border 0.15s linear;
}
.fixed-container.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.fixed-container.fixed .product.data.items.items__nav {
  width: 1170px;
  float: none;
  padding: 0;
  margin: 0 auto;
}
.fixed-container.fixed .items__nav__item-name {
  height: 47px;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 1240px) {
  .fixed-container.fixed .product.data.items.items__nav {
    width: 720px;
  }
}
@media (max-width: 768px) {
  .fixed-container.fixed {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    z-index: auto;
  }
  .fixed-container.fixed .product.data.items.items__nav {
    width: 100%;
    float: left;
  }
}
.product.data.items {
  margin-bottom: 0;
}
.product.data.items .items.samples .samples-item-title {
  display: none;
}
.product.data.items .item.content {
  margin: 0;
  width: 100%;
  position: relative;
  float: left;
  border: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #e9f0f1;
}
.product.data.items .item.content:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .product.data.items .item.content {
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
  }
  .product.data.items .item.content.active {
    height: auto;
    padding: 10px 15px;
  }
  .product.data.items .item.content#tab-label-reviews {
    height: auto;
  }
  .product.data.items .text-header:not(h2), .product.data.items .affiliate-programme-regulations h3:not(h2), .affiliate-programme-regulations .product.data.items h3:not(h2), .product.data.items .affiliate-programme-discounts h3:not(h2), .affiliate-programme-discounts .product.data.items h3:not(h2), .product.data.items .affiliate-programme-discounts h4:not(h2), .product.data.items .affiliate-programme-discounts .arrow-list .footer-title:not(h2), .arrow-list .product.data.items .affiliate-programme-discounts .footer-title:not(h2), .affiliate-programme-discounts .product.data.items h4:not(h2), .product.data.items .affiliate-programme-container h4:not(h2), .product.data.items .affiliate-programme-container .arrow-list .footer-title:not(h2), .arrow-list .product.data.items .affiliate-programme-container .footer-title:not(h2), .affiliate-programme-container .product.data.items h4:not(h2) {
    width: 100%;
    display: block;
    background: #f9f9f9;
    margin-bottom: 2px;
    line-height: 1em;
    position: relative;
    padding: 13px 15px;
    font-size: 14px;
  }
  .product.data.items .text-header:not(h2):after, .product.data.items .affiliate-programme-regulations h3:not(h2):after, .affiliate-programme-regulations .product.data.items h3:not(h2):after, .product.data.items .affiliate-programme-discounts h3:not(h2):after, .affiliate-programme-discounts .product.data.items h3:not(h2):after, .product.data.items .affiliate-programme-discounts h4:not(h2):after, .product.data.items .affiliate-programme-discounts .arrow-list .footer-title:not(h2):after, .arrow-list .product.data.items .affiliate-programme-discounts .footer-title:not(h2):after, .affiliate-programme-discounts .product.data.items h4:not(h2):after, .product.data.items .affiliate-programme-container h4:not(h2):after, .product.data.items .affiliate-programme-container .arrow-list .footer-title:not(h2):after, .arrow-list .product.data.items .affiliate-programme-container .footer-title:not(h2):after, .affiliate-programme-container .product.data.items h4:not(h2):after {
    color: #00aeef;
    font-size: 5px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 15px;
    content: "";
    font-family: "distripark-ico-font", sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .product.data.items .text-header:not(h2).active:after, .product.data.items .affiliate-programme-regulations h3.active:not(h2):after, .affiliate-programme-regulations .product.data.items h3.active:not(h2):after, .product.data.items .affiliate-programme-discounts h3.active:not(h2):after, .affiliate-programme-discounts .product.data.items h3.active:not(h2):after, .product.data.items .affiliate-programme-discounts h4.active:not(h2):after, .product.data.items .affiliate-programme-discounts .arrow-list .active.footer-title:not(h2):after, .arrow-list .product.data.items .affiliate-programme-discounts .active.footer-title:not(h2):after, .affiliate-programme-discounts .product.data.items h4.active:not(h2):after, .product.data.items .affiliate-programme-container h4.active:not(h2):after, .product.data.items .affiliate-programme-container .arrow-list .active.footer-title:not(h2):after, .arrow-list .product.data.items .affiliate-programme-container .active.footer-title:not(h2):after, .affiliate-programme-container .product.data.items h4.active:not(h2):after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 560px) {
  .product.data.items .item.content.active iframe {
    max-width: 100% !important;
    max-height: 300px !important;
  }
}
.dot-list, .affiliate-programme-discounts ul, .affiliate-programme-container ul:not(.pp-list), .affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list, .product-properties ul {
  margin: 10px 0 10px;
  padding: 0;
  color: #666666;
  font-size: 14px;
  width: 100%;
  float: left;
  display: block;
  font-weight: 400;
}
.dot-list b, .affiliate-programme-discounts ul b, .affiliate-programme-container ul:not(.pp-list) b, .affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list b, .product-properties ul b {
  font-weight: 700;
}
.dot-list li, .affiliate-programme-discounts ul li, .affiliate-programme-container ul:not(.pp-list) li, .affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list li, .product-properties ul li {
  margin: 7px 0;
  padding: 0 0 0 20px;
  list-style-type: none;
  position: relative;
  line-height: 1.1em;
}
.dot-list li:before, .affiliate-programme-discounts ul li:before, .affiliate-programme-container ul:not(.pp-list) li:before, .affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list li:before, .product-properties ul li:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 4px;
  height: 4px;
  background: #29abe2;
  content: "";
}
.dot-list div, .affiliate-programme-discounts ul div, .affiliate-programme-container ul:not(.pp-list) div, .affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list div, .product-properties ul div {
  display: inline-block;
}
.download-list, .product-properties .download-list {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
}
.download-list li, .product-properties .download-list li {
  width: 100%;
  float: left;
  display: block;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.download-list li:before, .product-properties .download-list li:before {
  display: none;
}
.catalog-product-view .product-attachment-container {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-product-view .product-attachment-container .downloads-item .item-info {
  margin: 12px 0 0 0;
}
.product-attachment-container .downloads-item .item-icon {
  display: none;
}
.product-attachment-container .download-list .downloads-item .item-description {
  padding-left: 25px;
  margin: 13px 0 0;
}
.catalog-product-view .product-attachment-container .section-files {
  padding: 0;
  float: left;
  width: 100%;
}
.product-info-specification {
  margin: 20px 0;
  border-left: 1px solid #e9f0f1;
}
.product-info-specification .dot-list, .product-info-specification .affiliate-programme-discounts ul, .affiliate-programme-discounts .product-info-specification ul, .product-info-specification .affiliate-programme-container ul:not(.pp-list), .affiliate-programme-container .product-info-specification ul:not(.pp-list), .product-info-specification .affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list, .affiliate-programme-container.affiliate-register + .info-sidebar .product-info-specification ul.download-list {
  margin: 0 0 10px;
}
.product-info-specification .product-box__features {
  margin: 20px 0;
  float: left;
  width: fit-content;
  position: relative;
  top: auto;
  left: auto;
}
.product-info-specification .product-box__features > div {
  width: 100%;
}
.product-info-specification .product-box__features__text {
  opacity: 1;
  cursor: default;
  font-weight: 700;
  font-size: 12px;
  line-height: 1em;
  padding: 0 10px 0 5px;
  width: auto;
  max-width: 100%;
  height: 47px;
  display: table-cell;
  vertical-align: middle;
}
.product-info-specification strong {
  font-size: 14px;
  color: #666666;
}
.product-info-specification .short-description {
  text-align: justify;
}
.product-info-specification .short-description > .product.attribute > strong.type {
  display: none;
}
.product-info-specification .text-header, .product-info-specification .affiliate-programme-regulations h3, .affiliate-programme-regulations .product-info-specification h3, .product-info-specification .affiliate-programme-discounts h3, .affiliate-programme-discounts .product-info-specification h3, .product-info-specification .affiliate-programme-discounts h4, .product-info-specification .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .product-info-specification .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .product-info-specification h4, .product-info-specification .affiliate-programme-container h4, .product-info-specification .affiliate-programme-container .arrow-list .footer-title, .arrow-list .product-info-specification .affiliate-programme-container .footer-title, .affiliate-programme-container .product-info-specification h4 {
  padding-bottom: 0;
}
@media (max-width: 1240px) {
  .product-info-specification {
    border-left: 0;
  }
  .product-info-specification .dot-list, .product-info-specification .affiliate-programme-discounts ul, .affiliate-programme-discounts .product-info-specification ul, .product-info-specification .affiliate-programme-container ul:not(.pp-list), .affiliate-programme-container .product-info-specification ul:not(.pp-list), .product-info-specification .affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list, .affiliate-programme-container.affiliate-register + .info-sidebar .product-info-specification ul.download-list {
    font-size: 12px;
  }
  .product-info-specification strong {
    font-size: 12px;
  }
  .product-info-specification .product-info__left-side {
    width: 50%;
    float: left;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .product-info-specification .product-info__left-side {
    width: 100%;
    padding-right: 0;
  }
}
.product-info__code {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
}
.catalog-product-view .column.main .product-info-main .price-box {
  margin-top: 0;
}
.catalog-product-view .column.main .product-info-main .delivery-time, .catalog-product-view .column.main .product-info-main .one-type-of-price, .catalog-product-view .column.main .product-info-main .product-info-price, .catalog-product-view .column.main .product-info-main .discount-label {
  background: #e9f0f1;
}
.catalog-product-view .column.main .product-info-main .delivery-time, .catalog-product-view .column.main .product-info-main .one-type-of-price, .catalog-product-view .column.main .product-info-main .discount-label {
  border-bottom: 1px solid #ffffff;
}
.catalog-product-view .column.main .product-info-main .one-type-of-price {
  padding: 10px 15px;
  overflow: hidden;
}
.catalog-product-view .column.main .product-info-main .discount-label {
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .column.main .product-info-main .discount-label .discount {
  position: relative;
  width: auto;
  float: none;
  padding: 4px 10px 2px;
  margin: 2px 2px 0 0;
}
.catalog-product-view .column.main .product-info-main .discount-label .discount-code:hover {
  cursor: pointer;
}
.catalog-product-view .column.main .product-info-main .delivery-time {
  line-height: 16px;
  padding: 6px 15px 4px;
}
.catalog-product-view .column.main .product-info-main .delivery-time > span {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #666;
  float: left;
  display: inline-block;
  margin-right: 8px;
}
.catalog-product-view .column.main .product-info-main .delivery-time .field {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
.catalog-product-view .column.main .product-info-main .delivery-time .field .field-tooltip {
  position: static;
}
.catalog-product-view .column.main .product-info-main .delivery-time .field .tooltip {
  font-size: 12px;
  height: 12px;
  width: 12px;
  background: none;
}
.catalog-product-view .column.main .product-info-main .delivery-time .field .tooltip-content {
  margin-left: 8px;
  font-size: 12px;
  min-width: 160px;
}
.catalog-product-view .column.main .product-info-main .product-info-price {
  width: 100%;
  position: relative;
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-label {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  position: relative;
}
.catalog-product-view .column.main .product-info-main .product-info-price .one-type-of-price #omnibus-box-gross, .catalog-product-view .column.main .product-info-main .product-info-price .one-type-of-price #omnibus-box-net {
  display: flex;
}
.catalog-product-view .column.main .product-info-main .product-info-price .one-type-of-price #omnibus-box-gross h4, .catalog-product-view .column.main .product-info-main .product-info-price .one-type-of-price #omnibus-box-gross .arrow-list .footer-title, .arrow-list .catalog-product-view .column.main .product-info-main .product-info-price .one-type-of-price #omnibus-box-gross .footer-title, .catalog-product-view .column.main .product-info-main .product-info-price .one-type-of-price #omnibus-box-gross h5, .catalog-product-view .column.main .product-info-main .product-info-price .one-type-of-price #omnibus-box-net h4, .catalog-product-view .column.main .product-info-main .product-info-price .one-type-of-price #omnibus-box-net .arrow-list .footer-title, .arrow-list .catalog-product-view .column.main .product-info-main .product-info-price .one-type-of-price #omnibus-box-net .footer-title, .catalog-product-view .column.main .product-info-main .product-info-price .one-type-of-price #omnibus-box-net h5 {
  margin: 20px 4px 10px 0;
  font-weight: normal;
  font-size: 10px;
  color: #666;
}
.catalog-product-view .column.main .product-info-main .product-info-price .one-type-of-price #omnibus-box-gross h5, .catalog-product-view .column.main .product-info-main .product-info-price .one-type-of-price #omnibus-box-net h5 {
  text-transform: lowercase;
}
.catalog-product-view .column.main .product-info-main .product-info-price .one-type-of-price > span {
  display: block;
}
.catalog-product-view .column.main .product-info-main .product-info-price #omnibus-box-info {
  font-size: 16px;
}
.catalog-product-view .column.main .product-info-main .product-info-price #omnibus-box-info h4, .catalog-product-view .column.main .product-info-main .product-info-price #omnibus-box-info .arrow-list .footer-title, .arrow-list .catalog-product-view .column.main .product-info-main .product-info-price #omnibus-box-info .footer-title {
  padding: 10px 15px;
  font-weight: normal;
  color: #666;
  margin: 0;
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-wrapper {
  float: left;
  font-size: 24px;
  line-height: 28px;
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-wrapper .price {
  color: #333333;
  font-size: 24px;
  margin-right: 5px;
}
.catalog-product-view .column.main .product-info-main .product-info-price .old-price {
  display: block;
  line-height: 16px;
}
.catalog-product-view .column.main .product-info-main .product-info-price .old-price .price {
  color: #cd5d44;
  text-decoration: line-through;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.catalog-product-view .column.main .product-info-main .product-info-price .special-price {
  float: none;
  clear: both;
}
.catalog-product-view .column.main .product-info-main .product-info-price .special-price {
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 560px) {
  .catalog-product-view .column.main .product-info-main .product-info-price .special-price {
    white-space: normal;
  }
}
.catalog-product-view .column.main .product-info-main .product-info-price .unit-price {
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 24px;
  padding-top: 4px;
}
.catalog-product-view .column.main .product-info-main .product-info-price .vat-info, .catalog-product-view .column.main .product-info-main .product-info-price .shipping-costs {
  font-size: 10px;
  line-height: 14px;
}
.catalog-product-view .column.main .product-info-main .product-info-price .vat-info {
  display: block;
  clear: both;
  padding-top: 4px;
}
.catalog-product-view .column.main .product-info-main .product-info-price .old-price {
  display: block;
  clear: both;
}
.catalog-product-view .column.main .product-info-main .fieldset > .field.configurable > .label {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
}
.catalog-product-view .column.main .product-info-main .product-add-form {
  width: 100%;
  background: #e9f0f1;
  margin-bottom: 20px;
  padding: 0 15px;
}
.catalog-product-view .column.main .product-info-main .product-add-form .field.configurable {
  margin: 10px 0;
}
.catalog-product-view .column.main .product-info-main .product-add-form .field.configurable select {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  display: block !important;
}
.catalog-product-view .column.main .product-info-main .product-add-form .field.configurable .control {
  position: relative;
  padding-bottom: 25px;
}
.catalog-product-view .column.main .product-info-main .product-add-form .field.configurable .control .mage-error {
  position: absolute;
  bottom: 0;
}
.catalog-product-view .column.main .product-info-main .product-add-form .field.configurable .control .ui-widget {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .field.configurable {
    max-width: 270px;
  }
}
@media (min-width: 1241px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .field.configurable {
    max-width: 300px;
  }
}
.catalog-product-view .column.main .product-info-main .product-add-form .field label span {
  color: #666666;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart {
  width: 100%;
  border-right: 0;
  height: 60px;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .qty {
  padding-right: 25px;
  float: left;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .qty label span {
  color: #666666;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 1240px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart {
    padding-right: 0;
    height: auto;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .qty {
    float: left;
  }
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions {
  width: auto;
  float: left;
  padding-top: 0;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions button, .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action, .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions .action-gift {
  width: 100%;
  font-size: 18px;
  margin-top: 12px;
  display: block;
  padding: 15px 48px;
  transition: none;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed {
  position: fixed;
  top: 63px;
  z-index: 20;
  width: 1170px;
  left: 50%;
  transform: translate(-50%, 0);
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed button, .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed .actions-toolbar > .action, .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed .action-gift {
  width: auto;
  float: right;
  position: absolute;
  top: 0;
  right: 16px;
  margin-top: 0;
}
@media (max-width: 1240px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions button, .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action, .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions .action-gift {
    padding: 15px 34px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed {
    width: 720px;
    top: 0;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed button, .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed .actions-toolbar > .action, .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed .action-gift {
    padding: 8px;
    margin-top: 6px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions {
    width: 100%;
    padding-bottom: 20px;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions button, .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions .actions-toolbar > .action, .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions .action-gift {
    width: 100%;
    padding: 15px 5px;
    margin: 0;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    transform: none;
    z-index: auto;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed button, .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed .actions-toolbar > .action, .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .actions.fixed .action-gift {
    padding: 8px;
    margin: 0;
    font-size: 16px;
    width: auto;
  }
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .control {
  position: relative;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .control input {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  border: none;
  height: 36px;
  line-height: 36px;
  text-align: left;
  padding: 0 30px 0 10px;
  width: 85px;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-appearance: textfield;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .control .qty-spinners {
  position: absolute;
  top: 0px;
  right: 10px;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .control input::-webkit-outer-spin-button, .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.catalog-product-view .column.main .product-info-main .product-add-form .product-options-bottom {
  padding: 0;
}
.catalog-product-view .column.main .product-info-main .product-info-stock-sku {
  float: none;
  clear: both;
  padding-top: 10px;
}
.catalog-product-view .column.main .product-info-main .product-info-stock-sku p {
  color: #666;
  margin: 0;
  line-height: 18px;
}
@media (max-width: 768px) {
  .catalog-product-view .column.main .product-info-main .product-info-stock-sku p {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .column.main .product-info-main .product-info-stock-sku {
    padding-top: 60px;
  }
}
@media (min-width: 1240px) {
  .catalog-product-view .column.main .product-info-main .product-info-stock-sku {
    padding-top: 10px;
  }
}
.catalog-product-view .column.main .product-info-main .stock.available {
  margin-bottom: 8px;
  display: block;
  float: left;
  width: 100%;
}
.catalog-product-view .column.main .product-info-main .btn--ask, .catalog-product-view .column.main .product-info-main .btn--convert {
  margin: 0 10px 10px 0;
  width: 188px;
  height: 42px;
  padding: 0 10px 0 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .column.main .product-info-main .btn--ask:before, .catalog-product-view .column.main .product-info-main .btn--convert:before {
  left: 14px;
}
.catalog-product-view .column.main .product-info-main .wishlist-box {
  width: 188px !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .column.main .product-info-main .wishlist-box .email-field {
  height: 42px;
}
.catalog-product-view .column.main .product-info-main .wishlist-box .email-field::placeholder {
  color: #666;
  text-align: center;
}
.catalog-product-view .column.main .product-info-main .wishlist-box .notification-text {
  display: none;
}
.catalog-product-view .column.main .product-info-main .wishlist-box #_subscribe-button.show {
  margin-top: 0;
}
.catalog-product-view .column.main .product-info-main .wishlist-box #_subscribe-button.show ~ .notification-text {
  display: block;
  opacity: 0.45;
}
.catalog-product-view .column.main .product-info-main .wishlist-box .notification-container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.catalog-product-view .column.main .product-info-main .wishlist-box .notification-container:hover {
  opacity: 0.55;
}
.catalog-product-view .column.main .product-info-main .old-price .price-label:after, .catalog-product-view .column.main .product-info-main .special-price .price-label:after, .catalog-product-view .column.main .product-options-bottom .old-price .price-label:after, .catalog-product-view .column.main .product-options-bottom .special-price .price-label:after {
  display: none;
}
.product-item .price-final_price .price-wrapper {
  display: inline-block;
}
.page-product-configurable .column.main .product-info-main .price-box.price-tier_price {
  display: none;
}
.catalog-product-view .column.main .section-header--border {
  font-size: 28px;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-product-view .column.main .page-title-wrapper {
  border-bottom: 1px solid #e9f0f1;
}
.catalog-product-view .column.main .page-title-wrapper .product-reviews-summary {
  margin: 5px 0 20px 0;
}
.catalog-product-view .column.main .page-title-wrapper .product-reviews-summary .rating-summary {
  left: 0;
}
.catalog-product-view .column.main .product.media {
  margin-top: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .catalog-product-view .column.main .product.media {
    padding: 0;
  }
  .catalog-product-view .column.main .product.media .fotorama__thumb__arr {
    display: none !important;
  }
  .catalog-product-view .column.main .product.media .fotorama__nav--thumbs {
    margin: 0 -15px;
  }
  .catalog-product-view .column.main .product.media .fotorama__nav--thumbs .fotorama__nav__frame {
    height: 76px;
  }
}
.catalog-product-view .column.main .product.media .marketing-labels {
  left: 0;
  right: auto;
}
.catalog-product-view .tabs__panel.section-upsell, .catalog-product-view .tabs__panel.section-crosssell {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .catalog-product-view .column.main .section-header--border {
    font-size: 20px;
  }
}
.catalog-product-view .modal-inner-wrap .modal-title p:last-child {
  font-weight: 300;
  font-size: 12px;
}
.fotorama__fullscreen:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.fotorama__fullscreen .fotorama__header {
  display: block;
  padding: 17px;
  background-color: #e9f0f1;
  font-weight: 500;
  position: relative;
}
.fotorama__fullscreen .fotorama__wrap {
  max-height: 527px;
}
.fotorama__fullscreen .fotorama__stage {
  height: 527px !important;
  padding-bottom: 5px !important;
}
.fotorama__fullscreen .fotorama--fullscreen {
  /* Break fotorama style with import */
  margin: auto !important;
  max-width: 770px;
  max-height: 580px;
}
.fotorama__fullscreen .fotorama__zoom-out, .fotorama__fullscreen .fotorama__zoom-in {
  display: none;
}
.fotorama__fullscreen .fotorama__img--full {
  margin: 0 auto;
  display: none !important;
}
.fotorama__fullscreen .fotorama__img {
  margin: auto !important;
  display: block !important;
  max-height: 100% !important;
  max-width: 100% !important;
}
.fotorama__fullscreen .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__fullscreen .fotorama__close-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 34px;
  font-weight: 400;
  color: #00aeef;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.fotorama__fullscreen .fotorama__arr--prev .fotorama__arr__arr {
  left: 20px;
}
.fotorama__fullscreen .fotorama__arr--next .fotorama__arr__arr {
  right: 20px;
}
.fotorama__header {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
}
.fotorama__caption__wrap {
  display: none;
}
body:not(.fotorama__fullscreen) .fotorama__stage .fotorama__stage__frame .fotorama__img {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
}
.fotorama__nav--thumbs {
  /* Break fotoroama important style */
  width: calc(100% - 39px) !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  /* Break fotoroama important style */
  padding-left: 15px !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  /* Break fotoroama important style */
  padding-right: 15px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  display: none;
}
.category-filter-menu {
  margin-top: 10px;
}
.category-filter-menu .sub-category-menu {
  display: none;
}
.category-filter-menu .has-children {
  display: block;
}
.category-filter-menu .has-children span {
  display: block;
  width: 100%;
}
.category-filter-menu .has-children span:after {
  content: "+";
  float: right;
}
.category-filter-menu .has-children span.expanded:after {
  content: "-";
}
.category-filter-menu .sub-category-menu {
  margin-left: 20px;
  margin-top: 10px;
}
.category-filter-menu .item {
  margin-bottom: 5px;
}
.filter-options .filter-options-content .category-filter-menu li {
  margin-bottom: 5px;
}
.form-address-edit .text-header, .form-address-edit .affiliate-programme-regulations h3, .affiliate-programme-regulations .form-address-edit h3, .form-address-edit .affiliate-programme-discounts h3, .affiliate-programme-discounts .form-address-edit h3, .form-address-edit .affiliate-programme-discounts h4, .form-address-edit .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .form-address-edit .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .form-address-edit h4, .form-address-edit .affiliate-programme-container h4, .form-address-edit .affiliate-programme-container .arrow-list .footer-title, .arrow-list .form-address-edit .affiliate-programme-container .footer-title, .affiliate-programme-container .form-address-edit h4 {
  margin-bottom: 20px;
}
.form-address-edit input[readonly] {
  background-color: #e2e2e2 !important;
  pointer-events: none;
}
.form-create-account .contact-person {
  margin-bottom: 40px;
}
.form-create-account .contact-person .field {
  margin-top: 10px;
}
.form-edit-account input[readonly] {
  background-color: #e2e2e2 !important;
  pointer-events: none;
}
.marketplace-account-becomeseller .form-become-seller input:not([type="radio"]):not([type="checkbox"]):not([type="file"]), .marketplace-account-becomeseller .form-become-seller textarea {
  box-shadow: none;
  border: 1px solid #c3c3c3;
}
.marketplace-account-becomeseller .form-become-seller input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus, .marketplace-account-becomeseller .form-become-seller textarea:focus {
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.marketplace-account-becomeseller .form-become-seller .website {
  margin-top: 10px;
}
.register-container {
  width: 100%;
  float: left;
  margin: 40px 0 30px;
}
.register-container .agreement-checkbox .mage-error + label {
  color: #e02b27;
}
.register-container .agreement-checkbox label {
  margin-bottom: 10px;
}
.register-container .section-header {
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1em;
}
.register-container .section-header--border {
  margin-top: 0;
}
.register-container fieldset legend {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9f0f1;
  width: 100%;
  padding-bottom: 5px;
}
.register-container .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.register-col-left {
  max-width: 40%;
  float: left;
}
@media (max-width: 1240px) {
  .register-col-left {
    max-width: 60%;
    padding-right: 25px;
  }
  .register-col-left .field-company-type .control > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .register-col-left .row {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .register-col-left {
    max-width: 100%;
    width: 100%;
    padding: 0;
    border-left: 0;
    margin-bottom: 15px;
  }
}
.register-col-right {
  float: left;
  width: 60%;
  padding-left: 18%;
}
@media (max-width: 1240px) {
  .register-col-right {
    width: 40%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .register-col-right {
    width: 100%;
    padding: 0;
  }
}
.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account {
  min-width: 0;
  width: 100%;
  float: left;
  max-width: none;
}
@media (min-width: 1241px) {
  body.customer-account-create .short-desktop-field .field {
    width: 50%;
  }
}
@media (min-width: 769px) {
  body.customer-account-create .short-desktop-field .field {
    width: 70%;
  }
}
body.customer-account-create .section-header--border {
  border: 0;
}
body.customer-account-create .control label {
  margin-right: 25px;
  font-size: 12px;
}
body.customer-account-create .fieldset {
  margin: 0;
}
body.customer-account-create .fieldset .field:not(.choice) {
  margin-bottom: 25px;
}
body.customer-account-create .fieldset .field:not(.choice) .field {
  margin-bottom: 0;
}
body.customer-account-create .fieldset .field:not(.choice) > .label {
  width: 100%;
  display: block;
  margin: 0 0 6px;
  padding: 0;
  text-align: left;
  color: #666666;
  font-weight: 400;
}
@media (max-width: 768px) {
  body.customer-account-create .fieldset .field:not(.choice) {
    width: 100%;
  }
  body.customer-account-create .fieldset .field:not(.choice).with-tooltip {
    width: calc(100% - 30px);
  }
}
body.customer-account-create input:not([type="radio"]):not([type="checkbox"]) {
  border: 1px solid #e9f0f1;
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.1);
}
body.customer-account-create .field-name-firstname-holder {
  width: 40%;
  float: left;
  margin: 0;
}
body.customer-account-create .field-name-lastname-holder {
  width: 55%;
  float: left;
}
body.customer-account-create .email-address-holder .control {
  flex-wrap: wrap;
}
body.customer-account-create .email-address-holder .control div.mage-error {
  order: 3;
}
body.customer-account-create .email-address-holder .control input.input-text {
  width: calc(100% - 31px);
}
@media (min-width: 769px) {
  body.customer-account-create .email-address-holder {
    width: 60%;
  }
}
body.customer-account-create .row {
  width: 100%;
  float: left;
  margin: 0;
}
@media (max-width: 768px) {
  body.customer-account-create .row {
    margin: 0;
  }
}
body.customer-account-create .button-holder {
  padding: 20px 0;
  float: left;
  width: 100%;
}
body.customer-account-create .btn--default, body.customer-account-create .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), body.customer-account-create .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper body.customer-account-create .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), body.customer-account-create .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit body.customer-account-create button:not(.action-remove), body.customer-account-create .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), body.customer-account-create .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper body.customer-account-create .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), body.customer-account-create .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit body.customer-account-create button:not(.action-remove) {
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}
body.customer-account-create .agreement-checkbox {
  position: relative;
}
body.customer-account-create .agreement-checkbox > input, body.customer-account-create .agreement-checkbox > div.ez-checkbox2 {
  position: absolute;
  top: 0;
  left: 0;
}
body.customer-account-create .agreement-checkbox.required label:after, body.customer-account-create .divante-partnerprogram-customer-contactdataforclients .entry-edit .agreement-checkbox.field:not([name="data.additional_info"]) label:after, .divante-partnerprogram-customer-contactdataforclients .entry-edit body.customer-account-create .agreement-checkbox.field:not([name="data.additional_info"]) label:after, body.customer-account-create .divante_partnerprogram-customer-contactdataforclients .entry-edit .agreement-checkbox.field:not([name="data.additional_info"]) label:after, .divante_partnerprogram-customer-contactdataforclients .entry-edit body.customer-account-create .agreement-checkbox.field:not([name="data.additional_info"]) label:after {
  display: none;
}
body.customer-account-create .agreement-checkbox.required label strong:after, body.customer-account-create .divante-partnerprogram-customer-contactdataforclients .entry-edit .agreement-checkbox.field:not([name="data.additional_info"]) label strong:after, .divante-partnerprogram-customer-contactdataforclients .entry-edit body.customer-account-create .agreement-checkbox.field:not([name="data.additional_info"]) label strong:after, body.customer-account-create .divante_partnerprogram-customer-contactdataforclients .entry-edit .agreement-checkbox.field:not([name="data.additional_info"]) label strong:after, .divante_partnerprogram-customer-contactdataforclients .entry-edit body.customer-account-create .agreement-checkbox.field:not([name="data.additional_info"]) label strong:after {
  content: "*";
  color: #e02b27;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 12px;
  margin: 0 0 0 5px;
}
body.customer-account-create .agreement-checkbox.required label .required-before, body.customer-account-create .divante-partnerprogram-customer-contactdataforclients .entry-edit .agreement-checkbox.field:not([name="data.additional_info"]) label .required-before, .divante-partnerprogram-customer-contactdataforclients .entry-edit body.customer-account-create .agreement-checkbox.field:not([name="data.additional_info"]) label .required-before, body.customer-account-create .divante_partnerprogram-customer-contactdataforclients .entry-edit .agreement-checkbox.field:not([name="data.additional_info"]) label .required-before, .divante_partnerprogram-customer-contactdataforclients .entry-edit body.customer-account-create .agreement-checkbox.field:not([name="data.additional_info"]) label .required-before {
  padding-top: 0 !important;
}
body.customer-account-create .agreement-checkbox.required label .required-before:before, body.customer-account-create .divante-partnerprogram-customer-contactdataforclients .entry-edit .agreement-checkbox.field:not([name="data.additional_info"]) label .required-before:before, .divante-partnerprogram-customer-contactdataforclients .entry-edit body.customer-account-create .agreement-checkbox.field:not([name="data.additional_info"]) label .required-before:before, body.customer-account-create .divante_partnerprogram-customer-contactdataforclients .entry-edit .agreement-checkbox.field:not([name="data.additional_info"]) label .required-before:before, .divante_partnerprogram-customer-contactdataforclients .entry-edit body.customer-account-create .agreement-checkbox.field:not([name="data.additional_info"]) label .required-before:before {
  color: #cd5d44;
  content: "*";
  text-indent: -0.5rem;
  display: inline-block;
}
body.customer-account-create .agreement-checkbox label span:not(.radio):not(.checkbox) {
  padding-left: 35px;
  display: block;
  font-weight: 400;
}
body.customer-account-create .agreement-checkbox label span:not(.radio):not(.checkbox) strong {
  font-weight: 700;
  display: block;
}
body.customer-account-create .agreement-checkbox .mage-error {
  display: block;
}
body.customer-account-create .approvement-attachment .mage-error {
  position: absolute;
  top: 40px;
}
body.customer-account-create .approvement-attachment .ico-info.ico-info-de {
  top: 0;
  margin-left: 5px;
}
.column:not(.sidebar-additional) form .actions-toolbar, .column:not(.sidebar-main) form .actions-toolbar {
  margin: 0;
  padding: 0;
}
.register-login-block {
  border-left: 2px solid #e9f0f1;
  padding-left: 75px;
  font-weight: 500;
}
.register-login-block .actions-toolbar {
  padding: 0;
  margin: 0;
}
.register-login-block .btn {
  padding: 10px 35px;
  line-height: 1em;
}
@media (max-width: 1240px) {
  .register-login-block {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .register-login-block {
    border-left: 0;
    padding-left: 0;
  }
}
.register-ico-header {
  padding-left: 100px;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 2px solid #e9f0f1;
}
.register-ico-header:before {
  display: block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 75px;
  color: #29abe2;
  position: absolute;
  top: 0;
  left: 0;
}
.customer-account-edit .approvement-attachment:after, .customer-address-form .approvement-attachment:after {
  display: none;
}
.customer-account-edit .approvement-attachment label.label:after, .customer-address-form .approvement-attachment label.label:after {
  display: none;
}
.customer-account-edit .approvement-attachment label.label > span:after, .customer-address-form .approvement-attachment label.label > span:after {
  content: "*";
  color: #cd5d44;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 12px;
  margin: 0 0 0 3px;
}
.customer-account-edit .approvement-attachment .control .tooltip, .customer-address-form .approvement-attachment .control .tooltip {
  left: 111px;
}
.customer-account-edit .approvement-attachment .file-uploader-button, .customer-address-form .approvement-attachment .file-uploader-button {
  display: inherit;
}
.customer-account-edit .approvement-attachment .mage-error, .customer-address-form .approvement-attachment .mage-error {
  position: absolute;
  top: 35px;
}
.customer-account-edit .approvement-attachment .control .btn--default, .customer-account-edit .approvement-attachment .control .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .customer-account-edit .approvement-attachment .control .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .customer-account-edit .approvement-attachment .control .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .customer-account-edit .approvement-attachment .control .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .customer-account-edit .approvement-attachment .control button:not(.action-remove), .customer-account-edit .approvement-attachment .control .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .customer-account-edit .approvement-attachment .control .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .customer-account-edit .approvement-attachment .control .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .customer-account-edit .approvement-attachment .control .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .customer-account-edit .approvement-attachment .control button:not(.action-remove) {
  padding: 8px 18px;
}
.registration-form-info {
  margin-bottom: 10px;
}
.registration-form-info, .registration-agreements {
  font-size: 12px;
  text-align: justify;
}
.approvement-attachment .control input {
  display: block;
  opacity: 0;
  width: 0;
  margin: 0;
  padding: 0;
  height: 0;
  border: 0;
}
.approvement-attachment .control .tooltip {
  position: relative;
  top: 6px;
  margin-left: -15px;
}
.approvement-attachment .control label {
  width: auto;
  padding: 8px 18px;
}
.approvement-attachment .control label:after {
  content: "";
}
.approvement-attachment .control .file-name {
  max-width: 114px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #29abe2;
}
.approvement-attachment .control #clear {
  cursor: pointer;
}
.approvement-attachment .label {
  position: relative;
  padding-right: 25px;
}
.check-list {
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.check-list li {
  display: block;
  line-height: 1.2em;
  list-style-type: none;
  margin: 16px 0;
  padding: 5px 0 0 40px;
  position: relative;
}
.check-list li:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #29abe2;
  display: block;
  font-size: 25px;
  left: 0;
  position: absolute;
  top: 0;
}
.image-panel-controls .fieldset .multiselect-alt {
  margin-top: -15px;
  padding: 0;
}
.image-panel-controls .fieldset .multiselect-alt .item {
  display: block;
  line-height: 1.2em;
  list-style-type: none;
  margin: 10px 0;
}
.image-panel-controls .fieldset .multiselect-alt .item label {
  align-items: center;
  display: flex;
  height: 18px;
  padding-left: 24px;
  position: relative;
}
.image-panel-controls .fieldset .multiselect-alt .item label:before {
  border-radius: 100%;
  border: 1px solid #29abe2;
  color: #29abe2;
  content: "";
  display: block;
  font-size: 18px;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.image-panel-controls .fieldset .multiselect-alt .item.selected label:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
}
.customer-account-forgotpassword input, .customer-account-createpassword input {
  border: 1px solid #e9f0f1;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.1);
}
.customer-account-forgotpassword .section-header--border, .customer-account-createpassword .section-header--border {
  margin: 40px 0 5px;
  border: 0;
  padding-bottom: 15px;
}
.customer-account-forgotpassword .fieldset, .customer-account-createpassword .fieldset {
  margin-bottom: 0;
}
.customer-account-forgotpassword .fieldset > .field:not(.choice) > .label, .customer-account-createpassword .fieldset > .field:not(.choice) > .label {
  width: 100%;
  padding: 0;
  text-align: left;
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}
.customer-account-forgotpassword .fieldset > .field:not(.choice) > .control, .customer-account-createpassword .fieldset > .field:not(.choice) > .control {
  width: 100%;
  text-align: left;
  margin: 4px 0 0;
}
.customer-account-forgotpassword input, .customer-account-createpassword input {
  height: 36px;
}
.customer-account-forgotpassword .btn--default, .customer-account-forgotpassword .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .customer-account-forgotpassword .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .customer-account-forgotpassword .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .customer-account-forgotpassword .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .customer-account-forgotpassword button:not(.action-remove), .customer-account-forgotpassword .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .customer-account-forgotpassword .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .customer-account-forgotpassword .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .customer-account-forgotpassword .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .customer-account-forgotpassword button:not(.action-remove), .customer-account-createpassword .btn--default, .customer-account-createpassword .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .customer-account-createpassword .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .customer-account-createpassword .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .customer-account-createpassword .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .customer-account-createpassword button:not(.action-remove), .customer-account-createpassword .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .customer-account-createpassword .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .customer-account-createpassword .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .customer-account-createpassword .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .customer-account-createpassword button:not(.action-remove) {
  float: left;
}
.customer-account-createpassword .section-header--border {
  padding-bottom: 0;
}
.form.password.forget .recaptcha-box {
  margin-top: 20px;
}
.form.password.forget, .form.password.reset {
  min-width: 0;
  width: 53%;
  max-width: 375px;
}
@media screen and (max-width: 768px) {
  .form.password.forget, .form.password.reset {
    width: 100%;
    margin-bottom: 35px;
  }
}
.form.password.forget .button-holder, .form.password.reset .button-holder {
  padding: 0 0 30px;
}
.form.password.forget .actions-toolbar, .form.password.reset .actions-toolbar {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form.password.forget .actions-toolbar, .form.password.reset .actions-toolbar {
    margin-top: 10px;
  }
}
.form.password.forget .actions-toolbar .secondary, .form.password.reset .actions-toolbar .secondary {
  float: left;
  position: relative;
  color: #29abe2;
}
.form.password.forget .actions-toolbar .secondary:before, .form.password.reset .actions-toolbar .secondary:before {
  display: inline-block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-right: 6px;
  position: relative;
  top: -1px;
  transform: rotate(180deg);
}
.form.password.forget .secondary, .form.password.reset .secondary {
  width: 100%;
  text-align: left;
  border-top: 1px solid #e9f0f1;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .form.password.forget button, .form.password.forget .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .form.password.forget .actions-toolbar > .action, .form.password.forget .action-gift, .form.password.reset button, .form.password.reset .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .form.password.reset .actions-toolbar > .action, .form.password.reset .action-gift {
    width: auto;
    padding: 15px 25px;
  }
}
.form.password.forget ol, .form.password.reset ol {
  padding-left: 0;
  margin-left: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
.form.password.forget ol li, .form.password.reset ol li {
  margin: 2px;
}
.form.password.reset {
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .form.password.reset {
    max-width: 370px;
    margin-bottom: 5px;
  }
}
.form.password.reset .field:not(.note) {
  max-width: 270px;
}
@media screen and (max-width: 768px) {
  .form.password.reset .field:not(.note) {
    max-width: none;
  }
}
.form.password.reset .actions-toolbar {
  margin-top: 30px;
}
.account .page.messages {
  margin-top: 20px;
}
.account .container .columns {
  margin: 40px auto 20px;
  width: 100%;
}
.account .section-header {
  font-size: 28px;
  padding-bottom: 30px;
  margin-bottom: 5px;
}
@media (max-width: 1240px) {
  .account .section-header {
    padding-bottom: 10px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .account .section-header {
    font-size: 18px;
  }
}
.account .text-header, .account .affiliate-programme-regulations h3, .affiliate-programme-regulations .account h3, .account .affiliate-programme-discounts h3, .affiliate-programme-discounts .account h3, .account .affiliate-programme-discounts h4, .account .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .account .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .account h4, .account .affiliate-programme-container h4, .account .affiliate-programme-container .arrow-list .footer-title, .arrow-list .account .affiliate-programme-container .footer-title, .affiliate-programme-container .account h4 {
  padding-bottom: 0;
}
.account .text-header + p, .account .affiliate-programme-regulations h3 + p, .affiliate-programme-regulations .account h3 + p, .account .affiliate-programme-discounts h3 + p, .affiliate-programme-discounts .account h3 + p, .account .affiliate-programme-discounts h4 + p, .account .affiliate-programme-discounts .arrow-list .footer-title + p, .arrow-list .account .affiliate-programme-discounts .footer-title + p, .affiliate-programme-discounts .account h4 + p, .account .affiliate-programme-container h4 + p, .account .affiliate-programme-container .arrow-list .footer-title + p, .arrow-list .account .affiliate-programme-container .footer-title + p, .affiliate-programme-container .account h4 + p {
  margin-top: 0;
}
.account .fieldset > .field:not(.choice) > .label {
  font-size: 12px;
  color: #666666;
  display: block;
  font-weight: 400;
  text-align: left;
  width: 100%;
}
.account .pager {
  width: 100%;
  margin: 20px 0;
}
.account .pager .toolbar-amount {
  display: none;
}
.account .pager .limiter {
  float: left;
}
.account .pager .limiter .limiter-label {
  margin-right: 10px;
}
.account .pager .limiter .limiter-after {
  margin-left: 10px;
}
.account .pager .limiter .ui-selectmenu-button.ui-button {
  width: auto;
  float: none;
  margin: 0;
}
@media (max-width: 1240px) {
  .account .container .columns {
    margin: 0;
  }
  .account .page.messages {
    margin-bottom: 0;
  }
  .account .page-main {
    padding: 20px 0 0;
  }
}
.account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
  width: 26%;
}
.account.page-layout-2columns-left .column.main {
  width: 74%;
}
@media (max-width: 1240px) {
  .account .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .account.page-layout-2columns-left .sidebar-main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .account.page-layout-2columns-left .sidebar-additional {
    width: 100%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .account.page-layout-2columns-left .column.main form {
    width: 100%;
    border-bottom: 2px solid #e9f0f1;
  }
  .account.page-layout-2columns-left .column.main form .actions-toolbar {
    margin-bottom: 30px;
  }
  .account.page-layout-2columns-left .column.main form:last-child {
    border-bottom: 0;
  }
  .account.page-layout-2columns-left .column.main form:last-child .actions-toolbar {
    margin-bottom: 0;
  }
}
#form-validate.form-edit-account {
  border-bottom: 2px solid #e9f0f1;
  margin-bottom: 10px;
}
.form-edit-account .fieldset {
  margin-bottom: 10px;
}
.form-edit-account .fieldset:last-of-type {
  border: 0;
}
.form-edit-account .fieldset .contact-person {
  max-width: 475px;
}
.form-edit-account .fieldset .contact-person .field.long:last-child, .form-edit-account .fieldset .contact-person .field.short:last-child {
  margin: 20px 0;
}
.account .column:not(.sidebar-main) form .actions-toolbar {
  margin: 40px 0 40px;
  float: left;
  width: 100%;
}
@media (max-width: 1240px) {
  .account .column:not(.sidebar-main) form .actions-toolbar {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .account .column:not(.sidebar-main) form .actions-toolbar .btn--default, .account .column:not(.sidebar-main) form .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .column:not(.sidebar-main) form .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .column:not(.sidebar-main) form .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .column:not(.sidebar-main) form .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .account .column:not(.sidebar-main) form .actions-toolbar button:not(.action-remove), .account .column:not(.sidebar-main) form .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .column:not(.sidebar-main) form .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .column:not(.sidebar-main) form .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .column:not(.sidebar-main) form .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .account .column:not(.sidebar-main) form .actions-toolbar button:not(.action-remove) {
    max-width: 50%;
  }
  .account .column:not(.sidebar-main) form .actions-toolbar .primary {
    margin-bottom: 0;
  }
}
@media (max-width: 560px) {
  .account .column:not(.sidebar-main) form .actions-toolbar .btn--default, .account .column:not(.sidebar-main) form .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .column:not(.sidebar-main) form .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .column:not(.sidebar-main) form .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .column:not(.sidebar-main) form .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .account .column:not(.sidebar-main) form .actions-toolbar button:not(.action-remove), .account .column:not(.sidebar-main) form .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .column:not(.sidebar-main) form .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .column:not(.sidebar-main) form .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .column:not(.sidebar-main) form .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .account .column:not(.sidebar-main) form .actions-toolbar button:not(.action-remove) {
    max-width: none;
  }
}
.account address {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.account .row {
  max-width: 475px;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.account .row .holder {
  width: 100%;
}
.account .row .field {
  width: 100%;
  float: left;
}
.account .row .field.choice {
  margin-bottom: 10px;
}
.account .row .field.long {
  width: 65%;
  padding: 0 15px;
}
.account .row .field.short {
  width: 35%;
  padding: 0 15px;
}
.account .row .field.half {
  width: 50%;
  padding: 0 10px;
}
.account .row .field:first-child {
  padding-left: 0;
}
.account .row .field:last-child {
  padding-right: 0;
}
.account .row .field-name-firstname-holder .field {
  width: 100%;
  padding: 0;
}
.account .row .field-name-lastname-holder .field {
  width: 100%;
  padding: 0;
}
.account .row .nested .field {
  padding-left: 15px;
}
.account .btn--default, .account .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .account button:not(.action-remove), .account .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .account button:not(.action-remove) {
  padding-left: 45px;
  padding-right: 45px;
}
.account .form-edit-account .btn--default, .account .form-edit-account .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .form-edit-account .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .form-edit-account .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .form-edit-account .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .account .form-edit-account button:not(.action-remove), .account .form-edit-account .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .form-edit-account .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .form-edit-account .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .form-edit-account .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .account .form-edit-account button:not(.action-remove) {
  padding: 12px 28px;
}
.account .block .box {
  border-top: 2px solid #e9f0f1;
}
@media (max-width: 768px) {
  .account .block .box {
    clear: both;
    padding-bottom: 15px;
  }
}
.account .block.block-addresses-default .block-content .box {
  padding-bottom: 0;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .account .block.block-addresses-default .block-title .section-header {
    border-bottom: 2px solid #e9f0f1;
  }
  .account .block.block-addresses-default .block-content {
    margin: 0 -20px;
  }
  .account .block.block-addresses-default .block-content .box {
    border-top: none;
    padding: 0 20px;
    float: left !important;
    clear: none !important;
    width: 32% !important;
  }
}
.account .block.block-addresses-list {
  border-top: 2px solid #e9f0f1;
}
.account .block.block-addresses-list h4, .account .block.block-addresses-list .arrow-list .footer-title, .arrow-list .account .block.block-addresses-list .footer-title {
  text-transform: uppercase;
}
.account .block.block-addresses-list .items.addresses > .item {
  border-bottom: 2px solid #e9f0f1;
  margin: 20px 0;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .account .block.block-addresses-list .items.addresses {
    margin: 0 -20px;
  }
  .account .block.block-addresses-list .items.addresses > .item {
    margin: 0 0 20px;
    padding: 20px;
    border-bottom: none;
    border-right: 2px solid #e9f0f1;
  }
  .account .block.block-addresses-list .items.addresses > .item:nth-child(2n+1) {
    clear: left;
  }
  .account .block.block-addresses-list .items.addresses > .item:nth-child(2n+2) {
    border-right: none;
  }
}
@media (min-width: 1240px) {
  .account .block.block-addresses-list .items.addresses > .item {
    width: 33.3%;
  }
  .account .block.block-addresses-list .items.addresses > .item:nth-child(2n+1) {
    clear: none;
  }
  .account .block.block-addresses-list .items.addresses > .item:nth-child(3n+1) {
    clear: left;
  }
  .account .block.block-addresses-list .items.addresses > .item:nth-child(2n+2) {
    border-right: 2px solid #e9f0f1;
  }
  .account .block.block-addresses-list .items.addresses > .item:nth-child(3n+3) {
    border-right: none;
  }
}
@media (max-width: 1240px) {
  .account .fieldset > .field {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .account .row {
    margin: 0;
    max-width: none;
  }
  .account .row .field {
    margin: 13px 0;
  }
  .account .row .field.long {
    width: 100%;
    padding: 0;
  }
  .account .row .field.short {
    width: 65%;
    padding: 0;
  }
  .account .row .field.choice {
    margin: 10px 0;
  }
  .account .row .field.choice:first-child {
    margin-top: 15px;
  }
  .account .row .field.choice:last-child {
    margin-bottom: 25px;
  }
  .account .actions-toolbar .primary .btn--default, .account .actions-toolbar .primary .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .actions-toolbar .primary .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .actions-toolbar .primary .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .actions-toolbar .primary .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .account .actions-toolbar .primary button:not(.action-remove), .account .actions-toolbar .primary .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .actions-toolbar .primary .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .actions-toolbar .primary .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .actions-toolbar .primary .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .account .actions-toolbar .primary button:not(.action-remove) {
    width: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
  .account .nested {
    float: left;
    width: 100%;
  }
  .account .nested .field {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .account .row {
    margin: 0;
  }
  .account .row .field {
    margin: 0 0 10px;
  }
}
.block-addresses-default {
  margin-bottom: 10px;
}
.block-addresses-default .section-header {
  padding-bottom: 20px;
}
.block-addresses-default .block-content h4, .block-addresses-default .block-content .arrow-list .footer-title, .arrow-list .block-addresses-default .block-content .footer-title {
  text-transform: uppercase;
  display: block;
  margin: 10px 0 0;
}
@media (max-width: 1240px) {
  .block-addresses-default {
    display: flex;
    flex-direction: column;
  }
  .block-addresses-default .block-title {
    order: 1;
  }
  .block-addresses-default .sidebar-main {
    order: 2;
  }
  .block-addresses-default .block-content {
    order: 3;
  }
}
@media (max-width: 768px) {
  .block-addresses-default {
    margin-bottom: 0;
  }
}
.block-addresses-default .actions, .block-addresses-list .actions, .buyer-data__list + .actions, #summary .actions {
  margin: 17px 0 0;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.block-addresses-default .actions .action, .block-addresses-list .actions .action, .buyer-data__list + .actions .action, #summary .actions .action {
  position: relative;
  font-size: 12px;
  font-weight: 500;
}
.block-addresses-default .actions .action:before, .block-addresses-list .actions .action:before, .buyer-data__list + .actions .action:before, #summary .actions .action:before {
  top: 2px;
  float: left;
  margin-right: 5px;
  position: relative;
  color: inherit;
  display: block;
}
.block-addresses-default .actions .action.edit, .block-addresses-list .actions .action.edit, .buyer-data__list + .actions .action.edit, #summary .actions .action.edit {
  color: #29abe2;
  float: left;
}
.block-addresses-default .actions .action.edit:before, .block-addresses-list .actions .action.edit:before, .buyer-data__list + .actions .action.edit:before, #summary .actions .action.edit:before {
  float: left;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-addresses-default .actions .action.delete, .block-addresses-list .actions .action.delete, .buyer-data__list + .actions .action.delete, #summary .actions .action.delete {
  color: #cd5d44;
  float: right;
}
.block-addresses-default .actions .action.delete:before, .block-addresses-list .actions .action.delete:before, .buyer-data__list + .actions .action.delete:before, #summary .actions .action.delete:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .account .block-addresses-list .items.addresses > .item {
    width: 100%;
    border-right: 0;
    margin-right: 0;
    border-bottom: 2px solid #e9f0f1;
    padding-bottom: 15px;
  }
}
.account .form-address-edit .secondary, .account .form-m-create-product .secondary {
  float: left;
  margin: 15px;
}
.account .form-address-edit .secondary .action, .account .form-m-create-product .secondary .action {
  margin: 0;
}
.account .form-address-edit .actions-toolbar, .account .form-m-create-product .actions-toolbar {
  margin: 0 0 40px !important;
}
.account .form-address-edit fieldset, .account .form-m-create-product fieldset {
  margin-bottom: 0;
}
.account .form-address-edit .account-address-information, .account .form-m-create-product .account-address-information {
  color: #cd5d44;
  margin-bottom: 40px;
}
.box-order-parcels .price-excluding-tax, .box-order-parcels .price-including-tax {
  font-size: 14px;
}
.form-edit-account .field-company-type .control > div, .form-address-edit .field-company-type .control > div {
  margin-right: 20px;
}
.form-edit-account .fieldset .row, .form-address-edit .fieldset .row {
  margin: 0;
}
.form-edit-account .fieldset .row > .field, .form-address-edit .fieldset .row > .field {
  margin: 20px 0;
}
.filters, .sidenav {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.filters + .sidenav .sidenav-options, .sidenav + .sidenav .sidenav-options {
  border-top: 0;
}
.filters .sidenav-options, .sidenav .sidenav-options {
  border-bottom: 1px solid #e9f0f1;
}
.filters:first-child .sidenav-options, .sidenav:first-child .sidenav-options {
  border-bottom: 0;
}
.filters a, .sidenav a {
  font-size: 12px;
}
.filters ul, .filters ol, .sidenav ul, .sidenav ol {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  width: 100%;
}
.filters li, .sidenav li {
  margin: 0 0 5px;
  float: left;
  width: 100%;
  list-style-type: none;
}
.filters p, .sidenav p {
  font-size: 12px;
  color: #666666;
  line-height: 1.2em;
}
.filters .block-title, .sidenav .block-title {
  display: none;
}
.filters input[type="checkbox"] + label span, .sidenav input[type="checkbox"] + label span {
  display: inline-block;
  padding-left: 0;
  line-height: 20px;
}
.filters label, .sidenav label {
  color: #29abe2;
  cursor: pointer;
}
.filters span:not(.checkbox), .sidenav span:not(.checkbox) {
  line-height: 20px;
}
@media (max-width: 1240px) {
  .filters, .sidenav {
    margin-bottom: 20px;
    box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  }
}
.account-nav-main .sidenav-options {
  border-bottom: 0;
}
@media (max-width: 1240px) {
  .filters {
    width: 200px;
    border: 1px solid #29abe2;
    border-top: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: none;
  }
}
@media (max-width: 768px) {
  .filters {
    width: 130px;
  }
}
.filter-options, .sidenav-options, .category-holder, .filter-current {
  float: left;
  width: 100%;
  margin: 0;
}
.filter-options li, .sidenav-options li, .category-holder li, .filter-current li {
  margin: 0 0 5px;
  float: left;
  width: 100%;
  padding: 0;
}
.filter-options .am_shopby_slider_container, .sidenav-options .am_shopby_slider_container, .category-holder .am_shopby_slider_container, .filter-current .am_shopby_slider_container {
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.filter-options .am_shopby_slider_display, .sidenav-options .am_shopby_slider_display, .category-holder .am_shopby_slider_display, .filter-current .am_shopby_slider_display {
  margin-top: 18px;
  display: block;
}
@media (max-width: 768px) {
  .category-holder {
    display: none;
  }
}
.filter-current {
  border-bottom: 0;
}
.filter-current .items {
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
}
.filter-current + .filter-options {
  border-top: 0;
}
.filter-options .filter-options-title, .sidenav-options .sidenav-options-title, .filter-current-subtitle, .category-title {
  width: 100%;
  float: left;
  background: #f9f9f9;
  padding: 15px 15px;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #666666;
}
@media (max-width: 1240px) {
  .filter-options .filter-options-title, .sidenav-options .sidenav-options-title, .filter-current-subtitle, .category-title {
    padding: 12px 15px 10px;
  }
}
.filter-options .filter-options-content, .sidenav-options .sidenav-options-content, .category-description, .filter-current-content {
  float: left;
  width: 100%;
  border: 1px solid #f9f9f9;
  background: #ffffff;
  padding: 15px 15px;
  margin: 0;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
}
.filter-options .filter-options-content p, .sidenav-options .sidenav-options-content p, .category-description p, .filter-current-content p {
  margin: 0;
  font-size: 12px;
  color: #666666;
}
.sidenav-options.active .sidenav-options-content a {
  display: block;
}
.sidenav-options.active .sidenav-show-more:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sidenav-options .sidenav-options-content {
  padding: 5px 0;
  border: 0;
}
.sidenav-options .sidenav-options-content a, .sidenav-options .sidenav-options-content strong {
  border: 0;
  margin: 0;
  padding: 8px 15px;
  background: #ffffff;
  color: #29abe2;
  font-size: 14px;
  font-weight: 400;
  border-color: #e9f0f1;
}
.sidenav-options .sidenav-options-content a:hover, .sidenav-options .sidenav-options-content strong:hover {
  background: #29abe2;
  color: #ffffff;
}
@media (max-width: 1240px) {
  .sidenav-options .sidenav-options-content a, .sidenav-options .sidenav-options-content strong {
    padding: 8px 25px;
    border-bottom: 1px solid #e9f0f1;
  }
  .sidenav-options .sidenav-options-content a:hover, .sidenav-options .sidenav-options-content strong:hover {
    background: #ffffff;
    color: #29abe2;
  }
}
@media (max-width: 1240px) {
  .sidenav-options .sidenav-options-content a {
    display: none;
  }
}
.sidenav-options .sidenav-options-content a > strong {
  padding: 0;
}
.sidenav-options .sidenav-options-content .item.current a, .sidenav-options .sidenav-options-content .item.current strong {
  font-weight: 400;
  background: #29abe2;
  color: #ffffff;
  border-color: #e9f0f1;
}
@media (max-width: 1240px) {
  .sidenav-options .sidenav-options-content {
    padding: 0;
  }
  .sidenav-options .sidenav-options-content .item {
    margin: 0;
  }
}
.category-description {
  word-wrap: break-word;
  margin-bottom: 15px;
  text-align: justify;
}
.filter-actions {
  float: left;
}
.filter-options .count {
  color: #29abe2;
}
.filter-label {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.filter-label > span:not(.checkbox) {
  width: auto;
  float: left;
  padding-left: 5px !important;
  position: relative;
  top: 1px;
}
.filter-remove {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.filter-remove:before {
  display: block;
  content: "";
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 10px;
  top: -1px;
  color: #666666;
}
.sidenav-options-content .sidenav-show-more {
  display: none;
  width: 100%;
  float: left;
  border: 0;
  text-align: left;
  background: none;
  color: #29abe2;
  padding: 3px 25px 8px;
}
.sidenav-options-content .sidenav-show-more:hover {
  background: #ffffff;
  color: #29abe2;
}
@media (max-width: 1240px) {
  .sidenav-options-content .sidenav-show-more {
    display: block;
  }
}
@media (max-width: 1240px) {
  .sidenav-show-more {
    cursor: pointer;
    position: relative;
  }
  .sidenav-show-more:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    content: "";
    font-family: "distripark-ico-font", sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #29abe2;
    font-size: 10px;
  }
}
@media (max-width: 1240px) {
  .filters-holder {
    float: left;
  }
}
@media (max-width: 1240px) {
  .filters-holder.empty-listing {
    display: none;
  }
}
.filters__mobile-toggle {
  display: none;
  width: 200px;
  border: 1px solid #29abe2;
  background: #ffffff;
  padding: 9px 15px;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  color: #29abe2;
  border-radius: 0;
  position: relative;
}
.filters__mobile-toggle:after {
  display: block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  color: #29abe2;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filters__mobile-toggle:hover, .filters__mobile-toggle:focus {
  background: #29abe2;
  color: #ffffff;
  border: 1px solid #29abe2;
}
.filters__mobile-toggle:hover:after, .filters__mobile-toggle:focus:after {
  color: #ffffff;
}
.filters__mobile-toggle.active {
  background: #29abe2;
  color: #ffffff;
  border: 1px solid #29abe2;
}
.filters__mobile-toggle.active + .filters {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 36px;
  width: calc(100vw - 30px);
  border-top: 1px solid #29abe2;
}
@media (max-width: 1240px) {
  .filters__mobile-toggle.active + .filters {
    width: 720px;
  }
}
@media (max-width: 769px) {
  .filters__mobile-toggle.active + .filters {
    width: 250px;
  }
}
.filters__mobile-toggle.active:after {
  color: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 1240px) {
  .filters__mobile-toggle {
    display: block;
  }
}
@media (max-width: 768px) {
  .filters__mobile-toggle {
    width: 130px;
  }
}
.category-holder {
  display: none;
}
.filter-options-content .items.am_shopby_filter_items_ {
  margin-top: 10px;
  text-align: center;
}
.filter-options-content .items.am_shopby_filter_items_ .item {
  display: inline-block;
  text-align: center;
  float: none;
  vertical-align: middle;
  padding: 0 24px;
  width: auto;
  position: relative;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #e9f0f1;
}
.filter-options-content .items.am_shopby_filter_items_ .item > a {
  display: table-cell;
}
.filter-options-content .items.am_shopby_filter_items_ .item:first-child {
  padding-left: 0;
}
.filter-options-content .items.am_shopby_filter_items_ .item:last-child {
  padding-right: 0;
  border-right: 0;
  border-left: 0;
}
.filter-options-content .items.am_shopby_filter_items_ .item .product-box__features__icon {
  display: inline-block;
  vertical-align: middle;
}
.filter-options-content .items.am_shopby_filter_items_ .ico-b2b:before {
  font-size: 20px;
}
.filter-options-content .items.am_shopby_filter_items_ .ico-free_shipping:before {
  font-size: 30px;
}
.filter-options-content .items.am_shopby_filter_items_ .ico-adr:before {
  font-size: 40px;
}
.filter-options-content .items.am_shopby_filter_items_ .ico-adr:hover:before {
  color: #bf0000;
}
.filter-current .filter-label {
  color: #666666;
  margin-bottom: 6px;
}
.filter-current .item.am_shopby_state_container {
  margin-bottom: 8px;
}
.filter-current .action.remove {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 5px;
}
.filter-current .action.remove:before {
  color: #29abe2;
  font-size: 10px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
}
.filter-current .filter-value {
  font-size: 12px;
}
.filter-current .action.remove {
  margin-left: 20px;
}
.filter-current .filter-properties {
  width: 86%;
}
.filter-options .filter-options-content .item:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1240px) {
  .page-with-filter .column.main {
    position: relative;
  }
  .page-with-filter.page-layout-2columns-left .sidebar {
    width: 100%;
    position: initial;
    float: left;
    margin: 0 0 30px;
  }
  .page-with-filter .filters-holder {
    float: left;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .page-with-filter .filters__mobile-toggle.active + .filters {
    max-width: 250px;
  }
  .page-with-filter .filter-current .filter-properties {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .page-with-filter .columns .column.main {
    padding-bottom: 20px;
  }
  .page-with-filter.page-layout-2columns-left .sidebar {
    order: 2;
  }
}
.category-holder {
  display: block;
}
@media (max-width: 1240px) {
  .category-holder {
    cursor: pointer;
  }
  .category-holder .category-title {
    position: relative;
  }
  .category-holder .category-title:after {
    position: absolute;
    top: 50%;
    font-size: 12px;
    margin-top: -6px;
    right: 15px;
    content: "";
    display: block;
    color: #29abe2;
    content: "";
    font-family: "distripark-ico-font", sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 0;
    transform: rotate(90deg);
  }
  .category-holder .category-description {
    display: none;
  }
  .category-holder.active .category-description {
    display: block;
  }
  .category-holder.active .category-title:after {
    transform: rotate(270deg);
  }
}
.page-layout-1column .columns > .container {
  width: 100%;
  padding: 0;
}
.page-layout-1column .container .column.main {
  min-width: 0;
}
.page-layout-2columns-left .columns {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .page-layout-2columns-left .columns {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-layout-2columns-left .columns {
    width: 100%;
  }
}
.page-layout-2columns-left .container .columns {
  padding: 0;
}
.page-layout-2columns-left .column.main {
  width: 75%;
}
.page-layout-2columns-left .sidebar {
  width: 25%;
  margin-bottom: 30px;
}
@media (max-width: 1240px) {
  .page-layout-2columns-left .column.main {
    width: 100%;
  }
  .page-layout-2columns-left .sidebar {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    padding: 0;
  }
  .page-layout-2columns-left.account .column.main {
    width: 100%;
  }
  .page-layout-2columns-left.account .sidebar {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 0;
  }
}
.cms-home .page-title-wrapper {
  display: none;
}
.am_shopby_slider_container, .smile-es-range-slider {
  padding-top: 17px;
}
.am_shopby_slider_container .ui-slider.ui-slider-horizontal .ui-slider-handle, .smile-es-range-slider .ui-slider.ui-slider-horizontal .ui-slider-handle {
  width: 21px;
  height: 22px;
  background: #29abe2;
  border-radius: 2px;
  top: -8px;
  margin-left: -11px;
  margin-top: 0;
}
.am_shopby_slider_container .ui-slider.ui-slider-horizontal .ui-slider-handle:before, .smile-es-range-slider .ui-slider.ui-slider-horizontal .ui-slider-handle:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -6px;
  width: 10px;
  height: 12px;
  border-left: 1px solid #0890cc;
  border-right: 1px solid #0890cc;
}
.am_shopby_slider_container .ui-slider.ui-slider-horizontal .ui-slider-handle:after, .smile-es-range-slider .ui-slider.ui-slider-horizontal .ui-slider-handle:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-left: 0;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background: #0890cc;
}
.am_shopby_slider_container .slider_container, .smile-es-range-slider .slider_container {
  text-align: center;
}
.am_shopby_slider_container .slider_container > *, .smile-es-range-slider .slider_container > * {
  display: inline-block;
  margin-top: 27px;
}
.am_shopby_slider_container .actions-toolbar, .smile-es-range-slider .actions-toolbar {
  margin: 0;
  padding: 0;
}
.am_shopby_slider_container .actions-toolbar [data-role="message-box"], .smile-es-range-slider .actions-toolbar [data-role="message-box"] {
  text-align: center;
}
.am_shopby_slider_container .actions-toolbar .actions-primary, .smile-es-range-slider .actions-toolbar .actions-primary {
  margin-top: 15px;
}
.am_shopby_slider_container .ui-slider-horizontal, .smile-es-range-slider .ui-slider-horizontal {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.ui-slider-horizontal {
  height: 5px;
  background: #e9f0f1;
  border-radius: 0;
}
.ui-slider-range {
  position: absolute;
  background: #f09a20;
  height: 5px;
}
/*! jQuery UI - v1.12.1 - 2016-12-08
* http://jqueryui.com
* Includes: core.css, menu.css, selectmenu.css, button.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(Opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 8px 10px;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active, .ui-menu .ui-menu-item-wrapper:hover {
  background: #e9f0f1;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  padding-right: 0;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
  width: 40px;
  height: 30px;
  text-indent: 0;
  padding-left: 10px;
}
.ui-selectmenu-icon.ui-icon:before {
  position: absolute;
  content: "";
  display: block;
  top: 11px;
  right: 16px;
  z-index: 20;
  color: #29abe2;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ui-selectmenu-button {
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
  text-decoration: none;
  max-width: none;
  width: 100%;
  position: relative;
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  text-align: left;
  font-weight: 500;
  outline: none;
  background: #ffffff;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 10px;
  display: inline-block;
  color: #333333;
}
.ui-selectmenu-button, .ui-selectmenu-button:link, .ui-selectmenu-button:visited, .ui-selectmenu-button:hover, .ui-selectmenu-button:active {
  text-decoration: none;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .ui-button.action::-moz-focus-inner, .ui-button.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Component containers
----------------------------------*/
.ui-selectmenu-menu .ui-widget {
  font-size: 14px;
}
.ui-selectmenu-menu .ui-widget .ui-widget {
  font-size: 14px;
}
.ui-selectmenu-menu .ui-widget input, .ui-selectmenu-menu .ui-widget select, .ui-selectmenu-menu .ui-widget textarea, .ui-selectmenu-menu .ui-widget button, .ui-selectmenu-menu .ui-widget .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .ui-selectmenu-menu .ui-widget .actions-toolbar > .action, .ui-selectmenu-menu .ui-widget .action-gift {
  font-size: 14px;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content {
  border-top: 0;
  font-weight: 500;
  max-width: 300px;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.ui-selectmenu-menu .ui-widget-content {
  background: #ffffff;
  color: #333333;
}
.ui-selectmenu-menu .ui-widget-content a {
  color: #333333;
}
.ui-selectmenu-menu .ui-widget-header {
  border: 1px solid #e9f0f1;
  background: #ffffff;
  color: #333333;
}
.ui-selectmenu-menu .ui-widget-header a {
  color: #333333;
}
.account-nav .title {
  clip: auto;
  position: relative;
  height: auto;
  width: 100%;
}
.account-nav .notification-block a {
  background: initial;
}
.error-module-404 {
  width: 100%;
  display: block;
  min-width: 20px;
  overflow: hidden;
  padding: 90px 0 80px;
}
.error-module-404 .mobile-visible {
  display: none;
}
.error-module-404 .col {
  float: left;
  text-align: center;
  padding-top: 70px;
}
.error-module-404 .btn--hollow, .error-module-404 .btn--ask, .error-module-404 .btn--convert {
  display: inline-block;
  float: none;
}
.error-module-404 .button-holder {
  margin-top: 30px;
}
.error-module-404 .section-header {
  font-size: 28px;
}
@media (max-width: 1240px) {
  .error-module-404 {
    padding: 40px 0 60px;
  }
  .error-module-404 .col {
    width: 48%;
    float: left;
    text-align: center;
    padding-top: 20px;
  }
  .error-module-404 .section-header {
    margin-bottom: 0;
    padding: 0 42px;
  }
  .error-module-404 .button-holder {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .error-module-404 {
    padding: 40px 0 30px;
  }
  .error-module-404 .col {
    width: 100%;
  }
  .error-module-404 .col .section-header {
    display: none;
  }
  .error-module-404 .section-header {
    font-size: 20px;
    text-align: center;
    padding: 0 52px;
    margin: 0 0 20px;
  }
  .error-module-404 .btn--hollow, .error-module-404 .btn--ask, .error-module-404 .btn--convert {
    display: block;
    width: 100%;
  }
  .error-module-404 .mobile-visible {
    display: block;
  }
  .error-module-404 p {
    padding: 0 30px;
  }
}
.image-404 {
  position: relative;
  width: 420px;
  height: 340px;
  display: block;
  float: left;
  margin: 0 50px 0 20px;
  background: url(../../frontend/Divante/distriparkpl/pl_PL/images/404.png) no-repeat;
}
@media (max-width: 1240px) {
  .image-404 {
    width: 316px;
    height: 268px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 768px) {
  .image-404 {
    width: 263px;
    height: 220px;
    margin: 0 auto;
    float: none;
  }
}
.message {
  width: 100%;
  display: block;
  clear: both;
}
.opc-progress-bar {
  text-align: center;
  margin: 35px 0 40px 0;
}
@media (max-width: 1240px) {
  .opc-progress-bar {
    margin: 15px 0 25px;
  }
}
.opc-progress-bar-item > span {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1240px) {
  .opc-progress-bar-item {
    width: 175px;
  }
}
@media (max-width: 767px) {
  .opc-progress-bar-item {
    width: 70px;
  }
  .opc-progress-bar-item > span {
    font-size: 0;
    padding: 37px 0 0 0;
  }
}
.opc-progress-bar-item > span:before {
  background: #f9f9f9;
}
.opc-progress-bar-item._complete > span:after {
  color: #29abe2;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  font-size: 20px;
}
.opc-progress-bar-item._complete > span:before {
  background: #ffffff;
  border: 1px dashed #29abe2;
}
.opc-progress-bar-item:first-child._complete > span:after {
  content: "1";
}
.opc-progress-bar-item:first-child._complete:before {
  background: #e9f0f1;
}
.opc-progress-bar-item:nth-child(2)._complete > span:after {
  content: "2";
}
.opc-progress-bar-item:nth-child(3)._complete > span:after {
  content: "3";
}
.opc-progress-bar-item:nth-child(4)._complete > span:after {
  content: "4";
}
.opc-progress-bar-item:nth-child(1)._complete:after, .opc-progress-bar-item:nth-child(2)._complete:after, .opc-progress-bar-item:nth-child(3)._complete:after, .opc-progress-bar-item:nth-child(4)._complete:after {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7fb37a;
  font-size: 15px;
  position: absolute;
  top: -2px;
  right: 72px;
  left: auto;
  width: 15px;
  height: 15px;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  line-height: 16px;
  z-index: 2;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item:before {
  display: block;
  background: #f9f9f9 !important;
  height: 1px;
}
.opc-progress-bar-item > span:before {
  border: 1px solid #e9f0f1;
}
.opc-progress-bar-item._active:before {
  background: #e9f0f1;
}
.opc-progress-bar-item > span:after {
  background: none;
  color: #666666;
  font-weight: 400;
  font-size: 20px;
  top: 6px;
}
.opc-progress-bar-item._active > span:before {
  background: #29abe2;
  border: 1px solid #29abe2;
}
.opc-progress-bar-item._active > span:after {
  background: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  font-size: 20px;
}
.opc-progress-bar-item:first-child._active > span:after {
  content: "1";
}
.opc-progress-bar-item:nth-child(2)._active > span:after {
  content: "2";
}
.opc-progress-bar-item:nth-child(3)._active > span:after {
  content: "3";
}
.opc-progress-bar-item:nth-child(4)._active > span:after {
  content: "4";
}
.opc-progress-bar-item:first-child:before {
  width: 50%;
  left: 50%;
}
.opc-progress-bar-item:last-child:before {
  width: 50%;
}
.opc-estimated-wrapper {
  display: none;
}
@media (max-width: 768px) {
  .opc-progress-bar-item:nth-child(1)._complete:after, .opc-progress-bar-item:nth-child(2)._complete:after, .opc-progress-bar-item:nth-child(3)._complete:after, .opc-progress-bar-item:nth-child(4)._complete:after {
    right: 15px;
  }
}
.checkout-payment-method .fieldset {
  min-width: 0;
}
.checkout-payment-method section {
  width: 100%;
  display: block;
  float: left;
}
#checkout-step-shipping_method .disabled {
  color: #aaadb0;
}
#checkout-step-shipping_method .disabled span {
  color: #aaadb0;
  font-weight: 400;
}
#checkout-step-shipping_method .disabled .radio {
  border: 1px solid #aaadb0;
  cursor: initial;
  color: #aaadb0;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method-title {
  border: 0;
  color: #333333;
  font-size: 14px;
  padding: 0 0 0;
  float: left;
}
.checkout-payment-method .payment-method-title input[type="radio"] {
  float: left;
  margin-top: 0;
  position: relative;
  top: 18px;
}
.checkout-payment-method .payment-method-title label {
  width: 425px;
  float: left;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  padding-top: 0;
}
.payment-method {
  float: left;
  position: relative;
  width: 100%;
  border-bottom: 1px dashed #e9f0f1;
  padding: 20px 0;
  min-height: 85px;
}
.payment-method p {
  margin: 0;
}
.payment-method:last-child {
  border-bottom: 0;
}
.payment-method input[type="radio"] + label .radio {
  position: absolute;
  top: 40px;
  margin-top: -11px;
}
.payment-method input[type="radio"] + label span:not(.radio) {
  color: #333333;
}
@media (max-width: 1240px) {
  .payment-method .payment-method-title label {
    padding-top: 5px;
  }
  .payment-method br {
    display: none;
  }
}
.checkout-payment-method .payment-method-content {
  display: block;
  margin: 0;
  padding-left: 103px;
  padding-bottom: 0;
  position: relative;
  float: left;
  top: -2px;
}
.checkout-payment-method .payment-method-content p {
  font-size: 12px;
  color: #666666;
  float: left;
  margin-top: 0;
}
.checkout-payment-method .payment-method-content .checkout-agreements-block, .checkout-payment-method .payment-method-content .actions-toolbar, .checkout-payment-method .payment-method-content .messages, .checkout-payment-method .payment-method-content .payment-method-billing-address, .checkout-payment-method .payment-method-content .orba-payupl-paytypes {
  display: none;
}
.shipping__additional-info {
  display: block;
  width: 100%;
  font-size: 12px;
}
#register-section .checkout-agreements, #register-section .checkout-form-info, #register-section .info, .checkout-payment-method .checkout-agreements, .checkout-payment-method .checkout-form-info, .checkout-payment-method .info {
  font-size: 12px;
  text-align: justify;
}
.opc-summary-wrapper {
  width: 100%;
  display: block;
  float: left;
}
.checkout-index-index .page-main {
  overflow: hidden;
}
.checkout-index-index .actions-toolbar {
  width: 100%;
  float: left;
  margin-top: 20px;
  padding: 20px 0 0 0;
  border-top: 1px solid #e9f0f1;
}
@media (max-width: 768px) {
  .checkout-index-index .actions-toolbar {
    float: left;
  }
}
@media (max-width: 1240px) {
  .checkout-index-index .payment-methods {
    margin: 0;
  }
}
.checkout-index-index .header.links {
  display: none;
}
.opc-wrapper {
  padding: 0;
}
.opc-wrapper .section-header {
  margin-bottom: 30px;
}
.opc-wrapper .step-content {
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.opc-wrapper .step-content .admin__field {
  clear: both;
  padding-left: 0 !important;
}
.opc-wrapper .step-content .admin__field .admin__field-label {
  position: relative;
}
.opc-wrapper .step-content .admin__field .admin__field-label > span:after {
  display: inline-block;
  content: "*";
  position: relative;
  color: #cd5d44;
  margin-left: 5px;
}
.opc-wrapper .step-content .admin__field .admin__field-label .field-tooltip {
  display: inline-block;
  position: static;
  vertical-align: middle;
}
.opc-wrapper .step-content .admin__field .admin__field-label .with-tooltip.required:after, .opc-wrapper .step-content .admin__field .admin__field-label .divante-partnerprogram-customer-contactdataforclients .entry-edit .with-tooltip.field:not([name="data.additional_info"]):after, .divante-partnerprogram-customer-contactdataforclients .entry-edit .opc-wrapper .step-content .admin__field .admin__field-label .with-tooltip.field:not([name="data.additional_info"]):after, .opc-wrapper .step-content .admin__field .admin__field-label .divante_partnerprogram-customer-contactdataforclients .entry-edit .with-tooltip.field:not([name="data.additional_info"]):after, .divante_partnerprogram-customer-contactdataforclients .entry-edit .opc-wrapper .step-content .admin__field .admin__field-label .with-tooltip.field:not([name="data.additional_info"]):after {
  display: none;
}
.opc-wrapper .step-content .admin__field .file-uploader-area {
  margin-right: 5px;
}
.opc-wrapper .step-content .file-uploader-with-tooltip._required label.with-tooltip:after {
  display: none;
}
@media (max-width: 1240px) {
  .opc-wrapper {
    width: 100%;
    padding: 0;
  }
  .opc-wrapper .step-content {
    margin-bottom: 0;
  }
  .opc-wrapper .section-header {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .opc-wrapper {
    max-width: 500px;
  }
  .opc-wrapper .section-header {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
#billing_address {
  padding-right: 55%;
}
#billing_address .actions-toolbar {
  display: none;
}
@media (max-width: 1240px) {
  #billing_address {
    padding-right: 0;
  }
  #billing_address .tablet-holder {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  #billing_address .tablet-holder {
    max-width: none;
  }
}
.opc-sidebar {
  margin-top: 0;
  background: #e9f0f1;
  position: relative;
}
.checkout-col {
  width: 50%;
  float: left;
}
@media (max-width: 1240px) {
  .checkout-col {
    width: 100%;
  }
}
.checkout-col--right {
  padding-left: 115px;
}
@media (max-width: 1240px) {
  .checkout-col--right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.table-checkout-shipping-method {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
@media (max-width: 768px) {
  .table-checkout-shipping-method .row td {
    display: block;
    border: 0;
    float: left;
  }
  .table-checkout-shipping-method .row td:first-child {
    width: 20px;
    padding: 0;
  }
  .table-checkout-shipping-method .row td:nth-child(2) {
    width: calc(100% - 20px);
    padding-bottom: 0;
    padding-top: 0;
  }
  .table-checkout-shipping-method .row td:last-child {
    width: 100% !important;
    border: 1px solid dashed;
    padding: 0 0 0 30px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .table-checkout-shipping-method .row .radio {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .table-checkout-shipping-method thead .row {
    border-bottom: 0;
  }
  .table-checkout-shipping-method .row {
    border-bottom: 1px dashed #e9f0f1;
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 100%;
  }
  .table-checkout-shipping-method .row:last-of-type {
    border-bottom: 0;
  }
}
.table-checkout-shipping-method tbody td {
  border-top: 1px dashed #e9f0f1;
}
.table-checkout-shipping-method .shipping-group-title + tr td {
  border-top: none;
}
.checkout__warning-msg, .cms-block--adr-warning {
  border: 1px solid #cd5d44;
  padding: 10px 50px 10px 175px;
  font-size: 14px;
  color: #333333;
  margin: 20px 0;
  position: relative;
  min-height: 105px;
}
@media (max-width: 1240px) {
  .checkout__warning-msg, .cms-block--adr-warning {
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .checkout__warning-msg, .cms-block--adr-warning {
    padding: 10px 15px;
    min-height: 0;
  }
}
.checkout__warning-msg:before, .cms-block--adr-warning:before {
  display: block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  color: #cd5d44;
  position: absolute;
  top: 20px;
  left: 50px;
}
@media (max-width: 768px) {
  .checkout__warning-msg:before, .cms-block--adr-warning:before {
    display: none;
  }
}
.checkout__warning-msg span, .cms-block--adr-warning span {
  color: #cd5d44;
}
@media (max-width: 1240px) {
  .checkout__warning-msg, .cms-block--adr-warning {
    padding: 10px 20px 10px 95px;
  }
  .checkout__warning-msg:before, .cms-block--adr-warning:before {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .checkout__warning-msg, .cms-block--adr-warning {
    padding: 10px 10px 10px 10px;
    min-height: 0;
  }
  .checkout__warning-msg:before, .cms-block--adr-warning:before {
    display: none;
  }
}
.checkout-index-index .row .col {
  width: 100%;
  font-weight: 400;
}
.checkout-index-index .row .col:first-child {
  width: auto;
}
.checkout-index-index .row .col:last-child {
  width: auto;
}
#checkoutSteps section {
  float: left;
  width: 100%;
}
#summary {
  margin-top: 20px;
  padding-bottom: 20px;
}
#summary .actions-toolbar {
  display: none;
}
#summary .block {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  padding-bottom: 20px;
}
#summary .block-content {
  float: left;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  #summary .block-content {
    margin-left: -20px;
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 768px) {
  #summary .block-content {
    width: 100%;
    margin: 0;
  }
}
#summary .text-header, #summary .affiliate-programme-regulations h3, .affiliate-programme-regulations #summary h3, #summary .affiliate-programme-discounts h3, .affiliate-programme-discounts #summary h3, #summary .affiliate-programme-discounts h4, #summary .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list #summary .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts #summary h4, #summary .affiliate-programme-container h4, #summary .affiliate-programme-container .arrow-list .footer-title, .arrow-list #summary .affiliate-programme-container .footer-title, .affiliate-programme-container #summary h4 {
  border: 0;
}
#summary .actions-toolbar {
  display: none;
}
#summary .box {
  border-top: 2px solid #e9f0f1;
  width: 26%;
  float: left;
  margin-right: 7.33%;
}
@media screen and (max-width: 1240px) {
  #summary .box {
    width: calc(33.3% - 20px);
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #summary .box {
    width: 100%;
    margin: 0;
  }
}
#summary .box .text-header, #summary .box .affiliate-programme-regulations h3, .affiliate-programme-regulations #summary .box h3, #summary .box .affiliate-programme-discounts h3, .affiliate-programme-discounts #summary .box h3, #summary .box .affiliate-programme-discounts h4, #summary .box .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list #summary .box .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts #summary .box h4, #summary .box .affiliate-programme-container h4, #summary .box .affiliate-programme-container .arrow-list .footer-title, .arrow-list #summary .box .affiliate-programme-container .footer-title, .affiliate-programme-container #summary .box h4 {
  float: left;
  margin-right: 15px;
  width: auto;
  border: 0;
}
@media screen and (max-width: 1240px) {
  #summary .box .text-header, #summary .box .affiliate-programme-regulations h3, .affiliate-programme-regulations #summary .box h3, #summary .box .affiliate-programme-discounts h3, .affiliate-programme-discounts #summary .box h3, #summary .box .affiliate-programme-discounts h4, #summary .box .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list #summary .box .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts #summary .box h4, #summary .box .affiliate-programme-container h4, #summary .box .affiliate-programme-container .arrow-list .footer-title, .arrow-list #summary .box .affiliate-programme-container .footer-title, .affiliate-programme-container #summary .box h4 {
    margin-right: 5px;
  }
}
#summary .box-content {
  float: left;
  width: 100%;
}
#summary .box-content div {
  display: inline-block;
}
#summary .box-content address {
  word-break: break-word;
}
@media (max-width: 768px) {
  #summary .box-content {
    padding-bottom: 15px;
  }
}
#summary .actions {
  float: right;
  margin-top: 26px;
  width: auto;
  clear: none;
}
#summary .actions a {
  cursor: pointer;
}
@media (max-width: 768px) {
  #summary .actions {
    margin-top: 15px;
  }
}
#summary .actions-toolbar {
  display: none;
}
@media (max-width: 768px) {
  #summary .table__holder--clean {
    margin: 10px -15px;
    overflow: visible;
    width: auto;
    float: none;
  }
}
@media (max-width: 768px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean {
    display: block;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 1240px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > thead > tr > th {
    padding: 10px 5px;
  }
}
@media (max-width: 768px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > thead > tr > th {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > thead > tr > th:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1240px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > thead > tr > th:last-child {
    padding-right: 0;
  }
}
#summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > thead > tr > th.price {
  white-space: nowrap;
}
@media (max-width: 1240px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > thead > tr > th.price {
    white-space: normal;
  }
}
@media (max-width: 768px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody {
    display: block;
  }
}
@media (max-width: 768px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr {
    display: block;
  }
}
@media (max-width: 768px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr:nth-child(2n+2) td {
    background-color: #f9f9f9;
  }
}
#summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td {
  vertical-align: top;
}
@media screen and (max-width: 1240px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td {
    padding: 20px 5px;
  }
}
@media (max-width: 768px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td {
    display: block;
    padding: 0 15px;
    border: none;
  }
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td:first-child {
    border-top: 1px solid #e9f0f1;
  }
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td:before {
    content: attr(data-th) ": ";
    display: inline-block;
    text-transform: uppercase;
    color: #666666;
    font-size: 10px;
    font-weight: 400;
    padding: 0;
    line-height: 20px;
  }
}
@media screen and (max-width: 1240px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td:first-child {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td:first-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1240px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td:last-child {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td:last-child {
    padding-right: 15px;
  }
}
#summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.name .mobile-qty-info {
  display: none;
}
#summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.name table {
  margin: 0;
}
#summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.name table td {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1240px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.name table, #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.name table tr td {
    display: block;
    padding: 0;
  }
}
@media (max-width: 768px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.name {
    padding: 15px;
    position: relative;
  }
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.name:before {
    display: none;
  }
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.name table, #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.name table tr td {
    display: block;
    padding: 0;
  }
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.name table:before, #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.name table tr td:before {
    display: none;
  }
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.name .mobile-qty-info {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
  }
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.name .mobile-qty-info small {
    text-transform: uppercase;
    color: #666666;
    font-size: 10px;
    font-weight: 400;
    float: left;
    padding: 0 5px 0 0;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.qty {
    display: none;
  }
}
#summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.price > span:not(.item__price--old) {
  display: block;
}
@media (max-width: 768px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.price {
    padding: 0 15px 5px 15px;
  }
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.price:last-child {
    padding-bottom: 15px;
  }
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.price > span {
    float: right;
    line-height: 20px;
    padding-left: 5px;
  }
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.price > span.item__price--old {
    padding-left: 0;
  }
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td.col.price > span .cart-price {
    line-height: 20px;
  }
}
#summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td .item__price--old {
  position: relative;
  white-space: nowrap;
  font-size: 12px;
  color: #cd5d44;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td .item__price--old {
    float: right;
    margin-right: 8px;
    line-height: 20px;
  }
}
#summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean > tbody > tr > td .item__price--old:after {
  content: "";
  border-top: 1px solid #cd5d44;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
#summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean span.cart-price {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
#summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean .table__product-name {
  width: 190px;
}
@media screen and (max-width: 1240px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean .table__product-name {
    width: auto;
  }
}
@media screen and (max-width: 1240px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean .item__features {
    margin-top: 10px;
  }
}
#summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean .item-options {
  margin: 0;
  font-size: 0;
}
@media screen and (max-width: 1240px) {
  #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean .item-options {
    margin-top: 10px;
  }
}
#summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean .item-options dt, #summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean .item-options dd {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#summary .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean .item-options dt {
  margin-right: 5px;
}
.customer-note {
  float: left;
  width: 100%;
  color: #666666;
  border-bottom: 2px solid #e9f0f1;
  margin: 0 0 5px;
  padding: 0 0 20px;
}
.customer-note p {
  font-weight: 500;
  color: inherit;
  line-height: 1.2em;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  #summary .customer-note__header .actions {
    float: right !important;
    margin-top: 15px !important;
  }
}
.contact-person-text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
#summary h3 {
  padding-bottom: 10px;
}
#summary .customer-note__header {
  display: block;
  width: 100%;
  float: left;
}
#summary .customer-note__header h3 {
  float: left;
  width: auto;
  margin-right: 15px;
  border: 0;
}
#summary .customer-note__header .actions {
  padding-top: 0;
  width: auto;
  float: left;
  clear: none;
  margin-top: 24px;
}
#summary .block--parcels {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 0;
  border-top: 2px solid #e9f0f1;
}
#summary .block--parcels .text-header, #summary .block--parcels .affiliate-programme-regulations h3, .affiliate-programme-regulations #summary .block--parcels h3, #summary .block--parcels .affiliate-programme-discounts h3, .affiliate-programme-discounts #summary .block--parcels h3, #summary .block--parcels .affiliate-programme-discounts h4, #summary .block--parcels .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list #summary .block--parcels .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts #summary .block--parcels h4, #summary .block--parcels .affiliate-programme-container h4, #summary .block--parcels .affiliate-programme-container .arrow-list .footer-title, .arrow-list #summary .block--parcels .affiliate-programme-container .footer-title, .affiliate-programme-container #summary .block--parcels h4 {
  padding-bottom: 20px;
}
.single-parcel-summary {
  background: #f9f9f9;
  padding: 12px 15px;
  margin: 5px 0;
  display: block;
  line-height: 1em;
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.single-parcel-summary:empty {
  padding: 0;
  margin: 0;
}
#summary .block--payment-shipment {
  padding: 0 0 40px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
  #summary .block--payment-shipment {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  #summary .block--payment-shipment {
    padding-bottom: 15px;
  }
}
#summary .block--payment-shipment .text-header, #summary .block--payment-shipment .affiliate-programme-regulations h3, .affiliate-programme-regulations #summary .block--payment-shipment h3, #summary .block--payment-shipment .affiliate-programme-discounts h3, .affiliate-programme-discounts #summary .block--payment-shipment h3, #summary .block--payment-shipment .affiliate-programme-discounts h4, #summary .block--payment-shipment .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list #summary .block--payment-shipment .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts #summary .block--payment-shipment h4, #summary .block--payment-shipment .affiliate-programme-container h4, #summary .block--payment-shipment .affiliate-programme-container .arrow-list .footer-title, .arrow-list #summary .block--payment-shipment .affiliate-programme-container .footer-title, .affiliate-programme-container #summary .block--payment-shipment h4 {
  display: block;
  width: 100%;
  border: 0;
  float: left;
  padding-top: 0;
  padding-bottom: 5px;
}
#summary .block--payment-shipment .box {
  margin-right: 0;
  width: 50%;
  float: left;
  border: 0;
  padding-top: 0;
}
@media screen and (max-width: 1240px) {
  #summary .block--payment-shipment .box {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #summary .block--payment-shipment .box {
    width: 100%;
    float: none;
    padding-top: 20px;
  }
  #summary .block--payment-shipment .box:first-child {
    padding-top: 0;
  }
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  margin-left: auto;
  left: inherit;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 80%;
}
.checkout-index-index .page-wrapper {
  position: relative;
}
.label[for="deferredthirty"], .label[for="deferredthirtynew"], .label[for="deferredten"], .label[for="orba_payupl"], .label[for="payu_gateway"], .label[for="cashondelivery"], .label[for="banktransfer"], .label[for="paypal_express"] {
  margin-left: 10px;
  position: relative;
  font-size: 14px;
  padding-left: 93px;
}
.label[for="deferredthirty"]:before, .label[for="deferredthirtynew"]:before, .label[for="deferredten"]:before, .label[for="orba_payupl"]:before, .label[for="payu_gateway"]:before, .label[for="cashondelivery"]:before, .label[for="banktransfer"]:before, .label[for="paypal_express"]:before {
  position: absolute;
  width: 50px;
  display: inline-block;
  margin-right: 20px;
  color: #ccd7d8;
}
.label[for="deferredthirty"]:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  top: 6px;
  left: 32px;
}
.label[for="deferredthirtynew"]:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  top: 6px;
  left: 32px;
}
.label[for="deferredten"]:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  top: 6px;
  left: 32px;
}
.label[for="orba_payupl"]:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  top: 6px;
  left: 27px;
}
.label[for="payu_gateway"]:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  top: 6px;
  left: 27px;
}
.label[for="cashondelivery"]:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  top: 6px;
  left: 32px;
}
.label[for="banktransfer"]:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  top: 6px;
  left: 30px;
}
.label[for="paypal_express"]:before {
  background: url(../../frontend/Divante/distriparkpl/pl_PL/images/PayPal.png) no-repeat center;
  top: 6px;
  left: 30px;
  content: "";
  width: 42px;
  height: 42px;
  background-size: 40px;
}
.opc-summary-wrapper {
  position: relative;
}
.opc-summary-wrapper .section-header {
  margin-bottom: 10px;
  font-size: 28px;
}
.opc-summary-wrapper .modal-inner-wrap {
  float: left;
  background: #e9f0f1;
  width: 100%;
  max-width: none;
}
.opc-summary-wrapper .items-in-cart {
  display: none;
}
.opc-summary-wrapper .mark .value {
  display: none;
}
.opc-summary-wrapper .table-totals .grand .amount, .opc-summary-wrapper .table-totals .amount {
  padding-right: 50px;
}
@media (max-width: 1240px) {
  .opc-summary-wrapper .section-header {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .opc-summary-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    position: relative;
    transform: none;
    box-shadow: 0;
  }
  .opc-summary-wrapper .modal-inner-wrap {
    box-shadow: none;
    transform: none;
    overflow: visible;
  }
  .opc-summary-wrapper.modal-custom .action-close {
    display: none;
  }
  .opc-summary-wrapper .section-header {
    padding-right: 0;
    text-align: left;
  }
}
.opc-summary-wrapper .table-totals .grand .amount, .opc-summary-wrapper .opc-summary-wrapper .table-totals .amount {
  padding-right: 0;
}
.opc-summary-wrapper .table--summary tbody tr td:last-child, .opc-summary-wrapper .table--summary tfoot tr td:last-child {
  padding-right: 0;
}
.opc-summary-wrapper .table--summary tbody tr td:last-child, .opc-summary-wrapper .opc-summary-wrapper .table--summary tfoot tr td:last-child {
  text-align: right;
}
.opc-summary-wrapper .table--summary tbody tr th {
  padding: 2px 0 2px 5px;
  text-align: right;
}
@media (max-width: 768px) {
  .opc-summary-wrapper .table--summary tbody tr th {
    font-size: 11px;
    text-align: left;
    padding-left: 0 !important;
  }
}
.opc-summary-wrapper .table--summary tbody tr:not(.grand.totals) th {
  line-height: 14px;
}
.opc-summary-wrapper .table--summary tbody tr td {
  font-size: 14px;
}
.opc-summary-wrapper .table-totals tfoot > tr:first-child td {
  padding-left: 0;
  text-align: left;
}
.opc-summary-wrapper .table-totals tfoot > tr:last-child td {
  padding-right: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .opc-summary-wrapper .table-totals tfoot > tr:last-child td:first-child {
    text-align: left;
  }
}
.opc-block-summary {
  background: #e9f0f1;
  float: right;
  text-align: right;
  width: 420px;
  padding: 20px 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .opc-block-summary {
    width: 100%;
    padding-bottom: 70px;
  }
}
.opc-block-summary .section-header {
  margin-top: 0;
}
@media (max-width: 768px) {
  .opc-block-summary .section-header {
    font-size: 18px;
    padding-right: 0;
  }
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 0;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  display: none;
}
.opc-block-summary .table-totals .totals-tax-summary .mark, .opc-block-summary .table-totals .totals-tax-summary .amount {
  padding-top: 20px;
  border: 0;
  position: relative;
  border-bottom: 0;
}
.opc-block-summary .table-totals .totals-tax-summary .mark:before, .opc-block-summary .table-totals .totals-tax-summary .amount:before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  background: #ffffff;
}
.opc-block-summary .table-totals .grand.totals .mark, .opc-block-summary .table-totals .grand.totals .amount {
  position: relative;
}
.opc-block-summary .table-totals .grand.totals .mark:before, .opc-block-summary .table-totals .grand.totals .amount:before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  background: #ffffff;
}
.opc-block-summary .table-totals .grand.totals .mark strong, .opc-block-summary .table-totals .grand.totals .amount strong {
  font-size: 18px;
  font-weight: 700;
}
.opc-block-summary .table-totals tfoot > tr:first-child td {
  color: #85be48;
  border-top: 0 !important;
  font-weight: 700;
  padding-top: 5px !important;
  padding-bottom: 10px;
}
.opc-block-summary .actions-toolbar {
  margin: 0;
  padding: 0;
  width: 100%;
}
.opc-block-summary .actions-toolbar .primary {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 768px) {
  .opc-block-summary .actions-toolbar .primary {
    position: static;
    clear: both;
    text-align: center;
    float: none;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .opc-block-summary .actions-toolbar .primary .action {
    margin: 0 auto;
    width: auto;
  }
}
.opc-block-summary .actions-toolbar .primary button:hover, .opc-block-summary .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .opc-block-summary .actions-toolbar .primary .actions-toolbar > .action:hover, .opc-block-summary .actions-toolbar .primary .action-gift:hover {
  font-weight: 700;
}
.opc-block-summary .actions-toolbar .secondary {
  float: right;
}
@media (max-width: 768px) {
  .opc-block-summary .actions-toolbar .secondary {
    padding: 15px 0;
    border-top: none;
  }
  .opc-block-summary .actions-toolbar .secondary .action {
    width: 100%;
  }
}
.opc-block-summary .actions-toolbar .secondary p {
  font-size: 12px;
  display: block;
  font-weight: 500;
  float: right;
  text-align: right;
  color: #666666;
}
.opc-block-summary .actions-toolbar .btn--default, .opc-block-summary .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .opc-block-summary .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .opc-block-summary .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .opc-block-summary .actions-toolbar .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .opc-block-summary .actions-toolbar button:not(.action-remove), .opc-block-summary .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .opc-block-summary .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .opc-block-summary .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .opc-block-summary .actions-toolbar .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .opc-block-summary .actions-toolbar button:not(.action-remove) {
  margin-right: 0;
  min-width: 250px;
  float: right;
  padding-left: 60px;
  padding-right: 60px;
}
.opc-block-summary .items-in-cart {
  display: none;
}
.opc-block-summary .actions-toolbar {
  position: static;
}
@media (max-width: 768px) {
  .opc-summary-wrapper .table-totals .grand .amount, .opc-summary-wrapper .table-totals .amount, .table--summary tfoot tr td:last-child {
    padding-right: 0 !important;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .opc-block-summary .table-totals .grand.totals .mark strong, .opc-block-summary .table-totals .grand.totals .amount strong {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .opc-block-summary {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-block-summary {
    width: 100%;
    padding: 20px 0;
    position: relative;
  }
  .opc-block-summary:before {
    width: 2000px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: -1000px;
    top: 0;
    background: #e9f0f1;
    z-index: -1;
  }
  .opc-block-summary .actions-toolbar .secondary {
    width: 100%;
  }
  .opc-block-summary .btn--default, .opc-block-summary .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .opc-block-summary .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .opc-block-summary .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .opc-block-summary .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .opc-block-summary button:not(.action-remove), .opc-block-summary .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .opc-block-summary .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .opc-block-summary .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .opc-block-summary .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .opc-block-summary button:not(.action-remove) {
    width: 100%;
  }
}
.checkout-index-index .text-header, .checkout-index-index .affiliate-programme-regulations h3, .affiliate-programme-regulations .checkout-index-index h3, .checkout-index-index .affiliate-programme-discounts h3, .affiliate-programme-discounts .checkout-index-index h3, .checkout-index-index .affiliate-programme-discounts h4, .checkout-index-index .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .checkout-index-index .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .checkout-index-index h4, .checkout-index-index .affiliate-programme-container h4, .checkout-index-index .affiliate-programme-container .arrow-list .footer-title, .arrow-list .checkout-index-index .affiliate-programme-container .footer-title, .affiliate-programme-container .checkout-index-index h4 {
  border-top: 1px solid #e9f0f1;
  padding: 20px 0 5px;
  width: 100%;
  float: left;
  margin: 20px 0 0;
}
.checkout-index-index .text-header:first-child, .checkout-index-index .affiliate-programme-regulations h3:first-child, .affiliate-programme-regulations .checkout-index-index h3:first-child, .checkout-index-index .affiliate-programme-discounts h3:first-child, .affiliate-programme-discounts .checkout-index-index h3:first-child, .checkout-index-index .affiliate-programme-discounts h4:first-child, .checkout-index-index .affiliate-programme-discounts .arrow-list .footer-title:first-child, .arrow-list .checkout-index-index .affiliate-programme-discounts .footer-title:first-child, .affiliate-programme-discounts .checkout-index-index h4:first-child, .checkout-index-index .affiliate-programme-container h4:first-child, .checkout-index-index .affiliate-programme-container .arrow-list .footer-title:first-child, .arrow-list .checkout-index-index .affiliate-programme-container .footer-title:first-child, .affiliate-programme-container .checkout-index-index h4:first-child {
  margin-top: 0;
}
.checkout-index-index input:not([type="radio"]):not([type="checkbox"]) {
  border: 1px solid #e9f0f1;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.1);
  height: 36px;
  width: 100%;
}
.checkout-index-index .section-header--border {
  margin: 40px 0 5px;
  border: 0;
  padding-bottom: 15px;
}
.checkout-index-index .fieldset {
  margin-bottom: 0;
}
.checkout-index-index .label:not(.label) {
  width: 100%;
  padding: 0;
  text-align: left;
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}
.checkout-index-index .control {
  width: 100%;
  text-align: left;
  margin: 4px 0 0;
}
.checkout-index-index .btn--default, .checkout-index-index .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .checkout-index-index .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .checkout-index-index .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .checkout-index-index .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .checkout-index-index button:not(.action-remove), .checkout-index-index .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .checkout-index-index .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .checkout-index-index .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .checkout-index-index .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .checkout-index-index button:not(.action-remove) {
  float: left;
}
.checkout-index-index .row:not(tr) {
  float: left;
  width: 100%;
}
.checkout-index-index .row:not(tr) .col {
  width: 20%;
  float: left;
  padding-right: 30px;
}
.checkout-index-index .row:not(tr) .col input[type="radio"] {
  float: left;
}
.checkout-index-index .row:not(tr) .col span:not(.radio) {
  display: block;
  padding-left: 30px;
}
.checkout-index-index .row:not(tr) .col:first-child {
  width: 30%;
}
.checkout-index-index .row:not(tr) .col:last-child {
  padding-right: 0;
  width: 50%;
}
.checkout-index-index .row:not(tr) .holder {
  width: 100%;
}
.checkout-index-index .row:not(tr) .field {
  width: auto;
  float: left;
  margin: 10px 0 10px;
}
.checkout-index-index .row:not(tr) .field.choice {
  margin: 0 0 20px;
}
.checkout-index-index .row:not(tr) .field.long {
  width: 65%;
  padding: 0 15px;
}
.checkout-index-index .row:not(tr) .field.fluid {
  padding: 0 15px;
}
.checkout-index-index .row:not(tr) .field.short {
  width: 35%;
  padding: 0 15px;
}
.checkout-index-index .row:not(tr) .field:first-child {
  padding-left: 0;
}
.checkout-index-index .row:not(tr) .field.long[style*="display: none"] + .short {
  padding-left: 0;
  padding-right: 15px;
}
.checkout-index-index .row:not(tr) .field:last-child {
  padding-right: 0;
}
.checkout-index-index .row:not(tr) .field.noPadding {
  padding: 0;
}
.checkout-index-index .row:not(tr) .field-select-billing {
  margin-bottom: 5px;
  margin-top: 0;
  width: 100%;
  float: left;
  max-width: none;
}
.checkout-index-index .row:not(tr) .file-uploader .file-uploader-button.btn--default, .checkout-index-index .row:not(tr) .file-uploader .divante-partnerprogram-customer-contactdataforclients .entry-edit button.file-uploader-button:not(.action-remove), .checkout-index-index .row:not(tr) .file-uploader .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .file-uploader-button.action:not(.action-remove), .cart.table-wrapper .checkout-index-index .row:not(tr) .file-uploader .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .file-uploader-button.action:not(.action-remove), .checkout-index-index .row:not(tr) .file-uploader .divante-partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-button.action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .checkout-index-index .row:not(tr) .file-uploader button.file-uploader-button:not(.action-remove), .checkout-index-index .row:not(tr) .file-uploader .divante_partnerprogram-customer-contactdataforclients .entry-edit button.file-uploader-button:not(.action-remove), .checkout-index-index .row:not(tr) .file-uploader .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .file-uploader-button.action:not(.action-remove), .cart.table-wrapper .checkout-index-index .row:not(tr) .file-uploader .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .file-uploader-button.action:not(.action-remove), .checkout-index-index .row:not(tr) .file-uploader .divante_partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-button.action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .checkout-index-index .row:not(tr) .file-uploader button.file-uploader-button:not(.action-remove) {
  font-size: 12px;
  padding: 8px;
  text-align: center;
}
.checkout-index-index .row:not(tr) .file-uploader .file-uploader-button.btn--default:after, .checkout-index-index .row:not(tr) .file-uploader .divante-partnerprogram-customer-contactdataforclients .entry-edit button.file-uploader-button:not(.action-remove):after, .checkout-index-index .row:not(tr) .file-uploader .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .file-uploader-button.action:not(.action-remove):after, .cart.table-wrapper .checkout-index-index .row:not(tr) .file-uploader .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .file-uploader-button.action:not(.action-remove):after, .checkout-index-index .row:not(tr) .file-uploader .divante-partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-button.action-gift:not(.action-remove):after, .divante-partnerprogram-customer-contactdataforclients .entry-edit .checkout-index-index .row:not(tr) .file-uploader button.file-uploader-button:not(.action-remove):after, .checkout-index-index .row:not(tr) .file-uploader .divante_partnerprogram-customer-contactdataforclients .entry-edit button.file-uploader-button:not(.action-remove):after, .checkout-index-index .row:not(tr) .file-uploader .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .file-uploader-button.action:not(.action-remove):after, .cart.table-wrapper .checkout-index-index .row:not(tr) .file-uploader .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .file-uploader-button.action:not(.action-remove):after, .checkout-index-index .row:not(tr) .file-uploader .divante_partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-button.action-gift:not(.action-remove):after, .divante_partnerprogram-customer-contactdataforclients .entry-edit .checkout-index-index .row:not(tr) .file-uploader button.file-uploader-button:not(.action-remove):after {
  display: none;
}
.checkout-index-index .row:not(tr) .file-uploader .file-uploader-area input {
  display: none;
}
.checkout-index-index .row:empty {
  margin: 0 !important;
}
@media (max-width: 560px) {
  .checkout-index-index .text-header, .checkout-index-index .affiliate-programme-regulations h3, .affiliate-programme-regulations .checkout-index-index h3, .checkout-index-index .affiliate-programme-discounts h3, .affiliate-programme-discounts .checkout-index-index h3, .checkout-index-index .affiliate-programme-discounts h4, .checkout-index-index .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .checkout-index-index .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .checkout-index-index h4, .checkout-index-index .affiliate-programme-container h4, .checkout-index-index .affiliate-programme-container .arrow-list .footer-title, .arrow-list .checkout-index-index .affiliate-programme-container .footer-title, .affiliate-programme-container .checkout-index-index h4 {
    padding: 10px 0;
  }
  .checkout-index-index .row:not(tr) .col {
    width: 100%;
    padding-right: 0;
    margin: 5px 0;
  }
  .checkout-index-index .row:not(tr) .col:first-child {
    width: 100%;
  }
  .checkout-index-index .row:not(tr) .col:last-child {
    padding-right: 0;
    width: 100%;
  }
  .checkout-index-index .row:not(tr) .field {
    width: auto;
    float: left;
    margin: 10px 0 10px;
  }
  .checkout-index-index .row:not(tr) .field.choice {
    margin: 0 0 20px;
  }
  .checkout-index-index .row:not(tr) .field.long {
    width: 100%;
    padding: 0 0;
  }
  .checkout-index-index .row:not(tr) .field.short {
    width: 60%;
    padding: 0 0;
  }
  .checkout-index-index .row:not(tr) .field.long[style*="display: none"] + .short {
    padding-right: 0;
  }
  .checkout-index-index .row:not(tr) .field-select-billing {
    margin-bottom: 5px;
    width: 100%;
    float: left;
    max-width: none;
  }
}
.buyer-data__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.buyer-data__list li {
  list-style-type: none;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
.contact-person {
  margin: 20px 0 5px;
  padding: 20px 20px;
  float: left;
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #e9f0f1;
}
.contact-person .text-header, .contact-person .affiliate-programme-regulations h3, .affiliate-programme-regulations .contact-person h3, .contact-person .affiliate-programme-discounts h3, .affiliate-programme-discounts .contact-person h3, .contact-person .affiliate-programme-discounts h4, .contact-person .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .contact-person .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .contact-person h4, .contact-person .affiliate-programme-container h4, .contact-person .affiliate-programme-container .arrow-list .footer-title, .arrow-list .contact-person .affiliate-programme-container .footer-title, .affiliate-programme-container .contact-person h4 {
  border: 0;
  padding: 0;
}
.contact-person .field.long:last-child, .contact-person .field.short:last-child {
  margin-top: 10px;
  padding-left: 0;
}
.contact-person .row .field.long {
  padding-right: 0;
}
.contact-person .row:not(tr) .field:last-child {
  padding-left: 0;
}
.contact-person + .text-header, .affiliate-programme-regulations .contact-person + h3, .affiliate-programme-discounts .contact-person + h3, .affiliate-programme-discounts .contact-person + h4, .affiliate-programme-discounts .arrow-list .contact-person + .footer-title, .arrow-list .affiliate-programme-discounts .contact-person + .footer-title, .affiliate-programme-container .contact-person + h4, .affiliate-programme-container .arrow-list .contact-person + .footer-title, .arrow-list .affiliate-programme-container .contact-person + .footer-title, .contact-person + h3 {
  border-top: 0;
  margin-top: 0;
}
.private-firm-radio-group {
  margin-bottom: 20px;
}
.private-firm-radio-group label {
  color: #29abe2;
}
.private-firm-radio-group .ez-selected span {
  color: #333333;
}
.checkout-container #shipping-method-buttons-container {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
}
.private-firm-radio-group {
  margin-bottom: 15px;
}
.form-group__row {
  margin: 6px 0;
  float: left;
  display: block;
  width: 100%;
}
.admin__control-textarea {
  margin-bottom: 20px;
}
.form-group {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.shipping-address .special-address {
  clear: both;
  padding-top: 5px;
}
.shipping-address .special-address li {
  list-style-type: none;
  margin: 0;
}
.customer-note-textarea {
  margin-bottom: 5px;
}
.customer-note-length {
  text-align: right;
  margin-bottom: 10px;
}
.no-account-register {
  width: 1170px;
  float: left;
  margin: 0 0 30px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1240px) {
  .no-account-register {
    width: 100%;
    white-space: wrap;
  }
}
@media (max-width: 768px) {
  .no-account-register {
    flex-direction: column;
  }
}
.checkout-onepage-success .no-account-left {
  background: #29abe2;
  color: #ffffff;
  padding: 23px 50px 23px 200px;
  width: 50%;
  position: relative;
  white-space: normal;
}
.checkout-onepage-success .no-account-left:before {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  left: 47px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 109px;
  color: #ffffff;
}
.checkout-onepage-success .no-account-left .text-header, .checkout-onepage-success .no-account-left .affiliate-programme-regulations h3, .affiliate-programme-regulations .checkout-onepage-success .no-account-left h3, .checkout-onepage-success .no-account-left .affiliate-programme-discounts h3, .affiliate-programme-discounts .checkout-onepage-success .no-account-left h3, .checkout-onepage-success .no-account-left .affiliate-programme-discounts h4, .checkout-onepage-success .no-account-left .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .checkout-onepage-success .no-account-left .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .checkout-onepage-success .no-account-left h4, .checkout-onepage-success .no-account-left .affiliate-programme-container h4, .checkout-onepage-success .no-account-left .affiliate-programme-container .arrow-list .footer-title, .arrow-list .checkout-onepage-success .no-account-left .affiliate-programme-container .footer-title, .affiliate-programme-container .checkout-onepage-success .no-account-left h4 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  color: #ffffff;
}
.checkout-onepage-success .no-account-left p {
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.checkout-onepage-success .no-account-left span {
  display: block;
  color: #ffffff;
  margin: 5px 0;
}
.checkout-onepage-success .no-account-left a {
  color: #ffffff;
}
.checkout-onepage-success .no-account-left .btn--blank {
  background: #ffffff;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #e9f0f1;
  width: auto;
  text-align: center;
  color: #29abe2;
  padding: 12px 25px;
  line-height: 1em;
  height: auto;
  box-shadow: 0;
}
@media (max-width: 1240px) {
  .checkout-onepage-success .no-account-left {
    padding: 23px 20px 23px 155px;
  }
  .checkout-onepage-success .no-account-left:before {
    left: 27px;
  }
}
@media (max-width: 768px) {
  .checkout-onepage-success .no-account-left {
    width: 100%;
    padding: 23px 20px 23px 75px;
  }
  .checkout-onepage-success .no-account-left:before {
    left: 20px;
    font-size: 35px;
  }
}
.no-account-right {
  background: #ffffff;
  width: 50%;
  padding: 23px 25px;
  color: #333333;
  border: 1px solid #29abe2;
  white-space: normal;
}
.no-account-right .section-header {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1em;
}
.no-account-right p {
  font-weight: 500;
  margin-top: 0;
}
@media (max-width: 768px) {
  .no-account-right {
    width: 100%;
  }
}
#register-section {
  background-color: #f9f9f9;
  padding: 0 25px 25px;
  margin-bottom: 25px;
  border-top: 1px solid #e9f0f1;
}
#register-section h3 {
  border-top: none;
  float: none;
}
#register-section ul {
  padding-left: 0;
}
#register-section li {
  margin: 16px 0 25px 0;
  padding: 5px 0 0 40px;
  line-height: 1.2em;
  list-style-type: none;
  position: relative;
  display: block;
}
#register-section li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #29abe2;
  font-size: 25px;
}
#register-section .field:not(:last-child) {
  margin: 15px 0;
}
#register-section .checkbox ~ span {
  padding-top: 1px;
}
.red-dot-list, .cms-block--adr-warning {
  margin: 0;
  padding: 0;
}
.red-dot-list li, .cms-block--adr-warning li {
  margin: 7px 0;
  padding: 0 0 0 15px;
  list-style-type: none;
  position: relative;
  font-size: 14px;
}
.red-dot-list li:before, .cms-block--adr-warning li:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #e27c7c;
}
.cms-block--adr-warning {
  padding: 10px 50px 10px 175px;
}
@media (max-width: 1240px) {
  .cms-block--adr-warning {
    padding: 10px 20px 10px 95px;
  }
  .cms-block--adr-warning:before {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .cms-block--adr-warning {
    padding: 10px 10px 10px 10px;
  }
  .cms-block--adr-warning:before {
    display: none;
  }
}
.checkout-cart-index .section-header--border {
  border-bottom: none;
  margin: 5px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .section-header--border {
    padding: 0;
    margin: 20px 0;
  }
}
.checkout-cart-index .page-main > .container {
  position: relative;
}
.checkout-cart-index .btn--convert {
  position: absolute;
  top: -8px;
  right: 15px;
}
.products-table, #shopping-cart-table {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .products-table, #shopping-cart-table {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .products-table thead, #shopping-cart-table thead {
    display: none;
  }
}
.products-table thead tr th, #shopping-cart-table thead tr th {
  padding: 10px 20px;
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
  font-size: 10px;
  text-align: left;
  border-bottom: 1px solid #e9f0f1;
}
.products-table thead tr th.price, #shopping-cart-table thead tr th.price {
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .products-table thead tr th.price, #shopping-cart-table thead tr th.price {
    white-space: normal;
  }
}
@media screen and (max-width: 1240px) {
  .products-table thead tr th, #shopping-cart-table thead tr th {
    padding: 10px 5px;
  }
}
.products-table thead tr th:first-child, #shopping-cart-table thead tr th:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1240px) {
  .products-table thead tr th:first-child, #shopping-cart-table thead tr th:first-child {
    padding-left: 0;
  }
}
.products-table thead tr th:last-child, #shopping-cart-table thead tr th:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1240px) {
  .products-table thead tr th:last-child, #shopping-cart-table thead tr th:last-child {
    padding-right: 0;
  }
}
.products-table tbody, #shopping-cart-table tbody {
  border: none;
  border-bottom: 1px solid #e9f0f1;
}
@media screen and (max-width: 768px) {
  .products-table tbody, #shopping-cart-table tbody {
    border-bottom-width: 3px;
  }
}
.products-table tbody tr td, #shopping-cart-table tbody tr td {
  text-align: left;
  padding: 20px;
  vertical-align: top;
}
@media screen and (max-width: 1240px) {
  .products-table tbody tr td, #shopping-cart-table tbody tr td {
    padding: 20px 5px;
  }
}
@media screen and (max-width: 768px) {
  .products-table tbody tr td, #shopping-cart-table tbody tr td {
    display: block;
    padding: 15px 0;
    float: none;
    width: 100%;
    white-space: inherit;
    border-top: 1px solid #e9f0f1;
  }
  .products-table tbody tr td.col.item, #shopping-cart-table tbody tr td.col.item {
    border-top: none;
  }
}
.products-table tbody tr td:first-child, #shopping-cart-table tbody tr td:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1240px) {
  .products-table tbody tr td:first-child, #shopping-cart-table tbody tr td:first-child {
    padding-left: 0;
  }
}
.products-table tbody tr td:last-child, #shopping-cart-table tbody tr td:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1240px) {
  .products-table tbody tr td:last-child, #shopping-cart-table tbody tr td:last-child {
    padding-right: 0;
  }
}
.products-table tbody tr td.item .product-info-wrapper, #shopping-cart-table tbody tr td.item .product-info-wrapper {
  position: relative;
  display: table;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .products-table tbody tr td.item .product-info-wrapper, #shopping-cart-table tbody tr td.item .product-info-wrapper {
    position: static;
  }
}
.products-table tbody tr td.item .product-item-photo, #shopping-cart-table tbody tr td.item .product-item-photo {
  display: table-cell;
  width: 200px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .products-table tbody tr td.item .product-item-photo, #shopping-cart-table tbody tr td.item .product-item-photo {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .products-table tbody tr td.item .product-item-photo, #shopping-cart-table tbody tr td.item .product-item-photo {
    position: static;
    width: 80px;
  }
}
.products-table tbody tr td.item .product-item-photo img, #shopping-cart-table tbody tr td.item .product-item-photo img {
  max-height: 110px;
  width: auto;
}
@media screen and (max-width: 1240px) {
  .products-table tbody tr td.item .product-item-photo img, #shopping-cart-table tbody tr td.item .product-item-photo img {
    margin: 0;
    max-height: none;
    max-width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .products-table tbody tr td.item .product-item-photo img, #shopping-cart-table tbody tr td.item .product-item-photo img {
    height: auto;
  }
}
@media screen and (max-width: 1240px) {
  .products-table tbody tr td.item .product-item-photo .product-image-container, #shopping-cart-table tbody tr td.item .product-item-photo .product-image-container {
    width: auto !important;
  }
}
.products-table tbody tr td.item .product-item-cell, #shopping-cart-table tbody tr td.item .product-item-cell {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 1240px) {
  .products-table tbody tr td.item .product-item-cell, #shopping-cart-table tbody tr td.item .product-item-cell {
    padding-left: 15px;
    min-width: 160px;
  }
}
.products-table tbody tr td.item .product-item-details, #shopping-cart-table tbody tr td.item .product-item-details {
  padding: 0;
  border: none;
  float: none;
}
.products-table tbody tr td.item .product-item-details .item-options, #shopping-cart-table tbody tr td.item .product-item-details .item-options {
  margin: 0;
}
.products-table tbody tr td.item .product-item-details .item-options dt, .products-table tbody tr td.item .product-item-details .item-options dd, #shopping-cart-table tbody tr td.item .product-item-details .item-options dt, #shopping-cart-table tbody tr td.item .product-item-details .item-options dd {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin: 0;
}
.products-table tbody tr td.item .product-item-details .item-options dt, #shopping-cart-table tbody tr td.item .product-item-details .item-options dt {
  margin-right: 5px;
}
.products-table tbody tr td.item .product-item-name, #shopping-cart-table tbody tr td.item .product-item-name {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
.products-table tbody tr td.item .product-item-name a, #shopping-cart-table tbody tr td.item .product-item-name a {
  color: #29abe2;
  font-weight: 400;
}
.products-table tbody tr td.item .product-item-name a:hover, #shopping-cart-table tbody tr td.item .product-item-name a:hover {
  color: #0890cc;
}
.products-table tbody tr td.item .product-box__features, #shopping-cart-table tbody tr td.item .product-box__features {
  position: static;
  margin-top: 10px;
  font-size: 0;
}
.products-table tbody tr td.item .product-box__features > div, #shopping-cart-table tbody tr td.item .product-box__features > div {
  display: inline-block;
  vertical-align: top;
  float: none;
  position: static;
  font-size: 14px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.products-table tbody tr td.item .product-box__features > div:first-child, #shopping-cart-table tbody tr td.item .product-box__features > div:first-child {
  margin-left: 0;
}
.products-table tbody tr td.item .product-box__features > div:hover, #shopping-cart-table tbody tr td.item .product-box__features > div:hover {
  width: 40px;
}
.products-table tbody tr td.item .product-box__features > div:hover span, #shopping-cart-table tbody tr td.item .product-box__features > div:hover span {
  opacity: 1;
}
.products-table tbody tr td.item .product-box__features > div .product-box__features__icon, #shopping-cart-table tbody tr td.item .product-box__features > div .product-box__features__icon {
  width: 40px;
  height: 40px;
}
.products-table tbody tr td.item .product-box__features > div .product-box__features__icon .ico-b2b, #shopping-cart-table tbody tr td.item .product-box__features > div .product-box__features__icon .ico-b2b {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.products-table tbody tr td.item .product-box__features > div .product-box__features__icon .ico-free_shipping, #shopping-cart-table tbody tr td.item .product-box__features > div .product-box__features__icon .ico-free_shipping {
  font-size: 16px;
  position: relative;
  top: 3px;
}
.products-table tbody tr td.item .product-box__features > div .product-box__features__icon .ico-adr, #shopping-cart-table tbody tr td.item .product-box__features > div .product-box__features__icon .ico-adr {
  font-size: 22px;
  position: relative;
  top: 4px;
}
.products-table tbody tr td.item .product-box__labels, #shopping-cart-table tbody tr td.item .product-box__labels {
  right: auto;
  left: 0;
  top: -3px;
}
@media screen and (min-width: 1241px) {
  .products-table tbody tr td.item .product-box__labels, #shopping-cart-table tbody tr td.item .product-box__labels {
    width: 75px;
    min-width: 75px;
  }
}
@media screen and (max-width: 1240px) {
  .products-table tbody tr td.item .product-box__labels, #shopping-cart-table tbody tr td.item .product-box__labels {
    width: auto;
    min-width: 0;
    top: 15px;
    left: 0;
  }
}
@media screen and (min-width: 1241px) {
  .products-table tbody tr td.item .product-box__labels .product-box__labels__label--new, .products-table tbody tr td.item .product-box__labels .product-box__labels__label--recommended, .products-table tbody tr td.item .product-box__labels .product-box__labels__label--promotion, .products-table tbody tr td.item .product-box__labels .product-box__labels__label--sale, .products-table tbody tr td.item .product-box__labels .product-box__labels__label--poland-manufacture, #shopping-cart-table tbody tr td.item .product-box__labels .product-box__labels__label--new, #shopping-cart-table tbody tr td.item .product-box__labels .product-box__labels__label--recommended, #shopping-cart-table tbody tr td.item .product-box__labels .product-box__labels__label--promotion, #shopping-cart-table tbody tr td.item .product-box__labels .product-box__labels__label--sale, #shopping-cart-table tbody tr td.item .product-box__labels .product-box__labels__label--poland-manufacture {
    font-size: 10px;
    padding: 3px 0 1px;
  }
}
@media screen and (max-width: 1240px) {
  .products-table tbody tr td.item .product-box__labels .product-box__labels__label--new, .products-table tbody tr td.item .product-box__labels .product-box__labels__label--recommended, .products-table tbody tr td.item .product-box__labels .product-box__labels__label--promotion, .products-table tbody tr td.item .product-box__labels .product-box__labels__label--sale, .products-table tbody tr td.item .product-box__labels .product-box__labels__label--poland-manufacture, #shopping-cart-table tbody tr td.item .product-box__labels .product-box__labels__label--new, #shopping-cart-table tbody tr td.item .product-box__labels .product-box__labels__label--recommended, #shopping-cart-table tbody tr td.item .product-box__labels .product-box__labels__label--promotion, #shopping-cart-table tbody tr td.item .product-box__labels .product-box__labels__label--sale, #shopping-cart-table tbody tr td.item .product-box__labels .product-box__labels__label--poland-manufacture {
    margin: 0;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .products-table tbody tr td.qty:before, #shopping-cart-table tbody tr td.qty:before {
    line-height: 36px;
    min-width: 95px;
  }
}
@media screen and (max-width: 1240px) {
  .products-table tbody tr td.qty .field.qty, #shopping-cart-table tbody tr td.qty .field.qty {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .products-table tbody tr td.qty .field.qty, #shopping-cart-table tbody tr td.qty .field.qty {
    float: left;
    padding-right: 0;
  }
}
.products-table tbody tr td.qty .control, #shopping-cart-table tbody tr td.qty .control {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.products-table tbody tr td.qty input, #shopping-cart-table tbody tr td.qty input {
  width: 96px;
  padding: 0 30px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e9f0f1;
  text-shadow: none;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .products-table tbody tr td.qty input, #shopping-cart-table tbody tr td.qty input {
    height: 36px;
    line-height: 36px;
  }
}
.products-table tbody tr td.qty input[type="number"], #shopping-cart-table tbody tr td.qty input[type="number"] {
  -moz-appearance: textfield;
}
.products-table tbody tr td.qty input::-webkit-outer-spin-button, .products-table tbody tr td.qty input::-webkit-inner-spin-button, #shopping-cart-table tbody tr td.qty input::-webkit-outer-spin-button, #shopping-cart-table tbody tr td.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.products-table tbody tr td.qty .qty-spinners, #shopping-cart-table tbody tr td.qty .qty-spinners {
  min-height: 0;
}
.products-table tbody tr td.qty .qty-spinner-down, .products-table tbody tr td.qty .qty-spinner-up, #shopping-cart-table tbody tr td.qty .qty-spinner-down, #shopping-cart-table tbody tr td.qty .qty-spinner-up {
  top: 0;
  height: 41px;
  line-height: 41px;
  width: 30px;
  text-align: center;
  font-size: 22px;
}
.products-table tbody tr td.qty .qty-spinner-down:before, .products-table tbody tr td.qty .qty-spinner-up:before, #shopping-cart-table tbody tr td.qty .qty-spinner-down:before, #shopping-cart-table tbody tr td.qty .qty-spinner-up:before {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .products-table tbody tr td.qty .qty-spinner-down, .products-table tbody tr td.qty .qty-spinner-up, #shopping-cart-table tbody tr td.qty .qty-spinner-down, #shopping-cart-table tbody tr td.qty .qty-spinner-up {
    height: 36px;
    line-height: 36px;
  }
}
.products-table tbody tr td.qty .qty-spinner-up, #shopping-cart-table tbody tr td.qty .qty-spinner-up {
  left: auto;
  right: 0;
  border-left: 1px solid #e9f0f1;
}
.products-table tbody tr td.qty .qty-spinner-up:before, #shopping-cart-table tbody tr td.qty .qty-spinner-up:before {
  content: "+";
}
.products-table tbody tr td.qty .qty-spinner-down, #shopping-cart-table tbody tr td.qty .qty-spinner-down {
  border-right: 1px solid #e9f0f1;
}
.products-table tbody tr td.qty .qty-spinner-down:before, #shopping-cart-table tbody tr td.qty .qty-spinner-down:before {
  content: "-";
}
.products-table tbody tr td.qty .mobile-remove-button, #shopping-cart-table tbody tr td.qty .mobile-remove-button {
  display: none;
  float: right;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .products-table tbody tr td.qty .mobile-remove-button, #shopping-cart-table tbody tr td.qty .mobile-remove-button {
    display: block;
  }
}
.products-table tbody tr td.qty .mobile-remove-button a:before, #shopping-cart-table tbody tr td.qty .mobile-remove-button a:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  color: #cd5d44;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .products-table tbody tr td.qty .mobile-remove-button a:before, #shopping-cart-table tbody tr td.qty .mobile-remove-button a:before {
    top: 0;
    line-height: 36px;
  }
}
.products-table tbody tr td.qty .mobile-remove-button a span, #shopping-cart-table tbody tr td.qty .mobile-remove-button a span {
  display: block;
  text-indent: -9999px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .products-table tbody tr td.price, #shopping-cart-table tbody tr td.price {
    line-height: 20px;
  }
}
.products-table tbody tr td.price .price-including-tax, .products-table tbody tr td.price .price-excluding-tax, #shopping-cart-table tbody tr td.price .price-including-tax, #shopping-cart-table tbody tr td.price .price-excluding-tax {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1240px) {
  .products-table tbody tr td.price .price-including-tax, .products-table tbody tr td.price .price-excluding-tax, #shopping-cart-table tbody tr td.price .price-including-tax, #shopping-cart-table tbody tr td.price .price-excluding-tax {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .products-table tbody tr td.price .price-including-tax, .products-table tbody tr td.price .price-excluding-tax, #shopping-cart-table tbody tr td.price .price-including-tax, #shopping-cart-table tbody tr td.price .price-excluding-tax {
    float: right;
    line-height: 20px;
    font-size: 14px;
  }
}
.products-table tbody tr td.price .old-price, #shopping-cart-table tbody tr td.price .old-price {
  position: relative;
  top: 5px;
  white-space: nowrap;
  font-size: 12px;
  color: #cd5d44;
}
@media screen and (max-width: 768px) {
  .products-table tbody tr td.price .old-price, #shopping-cart-table tbody tr td.price .old-price {
    float: right;
    margin-right: 8px;
  }
}
.products-table tbody tr td.price .old-price:after, #shopping-cart-table tbody tr td.price .old-price:after {
  content: "";
  border-top: 1px solid #cd5d44;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .products-table tbody tr td.remove, #shopping-cart-table tbody tr td.remove {
    display: none;
  }
}
.products-table tbody tr td.remove a:before, #shopping-cart-table tbody tr td.remove a:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  color: #cd5d44;
  position: relative;
}
.products-table tbody tr td.remove a span, #shopping-cart-table tbody tr td.remove a span {
  display: block;
  text-indent: -9999px;
  font-size: 0;
}
@media screen and (max-width: 1240px) {
  .products-table tbody.has-labels tr td, #shopping-cart-table tbody.has-labels tr td {
    padding-top: 51px;
  }
}
@media screen and (max-width: 768px) {
  .products-table tbody.has-labels tr td, #shopping-cart-table tbody.has-labels tr td {
    padding-top: 15px;
  }
  .products-table tbody.has-labels tr td.col.item, #shopping-cart-table tbody.has-labels tr td.col.item {
    padding-top: 51px;
  }
}
.checkout-cart-index #shopping-cart-table tbody tr td.qty .qty-spinner-down, .checkout-cart-index #shopping-cart-table tbody tr td.qty .qty-spinner-up {
  height: 36px;
  line-height: 36px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.qty .div.mage-error {
  position: absolute;
  top: 40px;
  left: 0;
}
.cart-free-shipping > div {
  width: 50%;
  float: left;
  padding: 20px 20px 20px 100px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .cart-free-shipping > div {
    width: 100%;
    float: none;
    padding: 10px 15px 10px 80px;
  }
}
.cart-free-shipping > div:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 100px;
  text-align: center;
  color: #29abe2;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .cart-free-shipping > div:before {
    width: auto;
  }
}
.cart-free-shipping > div strong {
  font-weight: 700;
  display: block;
}
.cart-free-shipping > div > span {
  font-weight: 700;
  color: #85be48;
}
.custom-cart-summary {
  background: #f9f9f9;
  margin: 20px 0 40px;
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary {
    margin-bottom: 30px;
    padding-bottom: 50px;
    display: block;
  }
}
.custom-cart-summary .custom-cart-summary-left, .custom-cart-summary .custom-cart-summary-right {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary .custom-cart-summary-left, .custom-cart-summary .custom-cart-summary-right {
    display: block;
  }
}
.custom-cart-summary .custom-cart-summary-left {
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary .custom-cart-summary-left {
    border: none;
    border-bottom: 1px solid #ffffff;
  }
}
.custom-cart-summary .custom-cart-summary-left .checkout-methods-items {
  margin-top: 0;
}
.custom-cart-summary .block.discount {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary .block.discount {
    margin-bottom: 0;
  }
}
.custom-cart-summary .block.discount label span {
  font-size: 14px;
}
.custom-cart-summary .block.discount .fieldset.coupon {
  display: none;
  margin-top: 20px;
}
.custom-cart-summary .block.discount .fieldset.coupon input[type="text"] {
  padding: 0 96px 0 10px;
  text-shadow: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary .block.discount .fieldset.coupon input[type="text"] {
    height: 41px;
    line-height: 41px;
    padding: 0 10px;
  }
}
.custom-cart-summary .block.discount .fieldset.coupon .control {
  width: 100%;
}
.custom-cart-summary .block.discount .fieldset.coupon .field {
  position: relative;
}
.custom-cart-summary .block.discount .fieldset.coupon .field button, .custom-cart-summary .block.discount .fieldset.coupon .field .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .custom-cart-summary .block.discount .fieldset.coupon .field .actions-toolbar > .action, .custom-cart-summary .block.discount .fieldset.coupon .field .action-gift {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 41px;
  line-height: 41px;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary .block.discount .fieldset.coupon .field button, .custom-cart-summary .block.discount .fieldset.coupon .field .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .custom-cart-summary .block.discount .fieldset.coupon .field .actions-toolbar > .action, .custom-cart-summary .block.discount .fieldset.coupon .field .action-gift {
    position: static;
    margin-top: 20px;
    float: none;
  }
}
.custom-cart-summary .block.discount .fieldset.coupon.applied {
  display: block;
}
.custom-cart-summary .block.discount .fieldset.coupon.applied input[type="text"] {
  padding: 0 119px 0 10px;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary .entered-discount-code {
    margin-top: 20px;
  }
}
.custom-cart-summary .entered-discount-code strong {
  color: #85be48;
}
.custom-cart-summary .partner-code {
  margin-top: 20px;
}
.custom-cart-summary .partner-code strong {
  color: #85be48;
}
.custom-cart-summary a.action.continue {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary a.action.continue {
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.custom-cart-summary a.action.continue:before {
  display: inline-block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-right: 6px;
  position: relative;
  top: -1px;
  transform: rotate(180deg);
}
.custom-cart-summary .custom-cart-summary-right {
  text-align: right;
}
.custom-cart-summary .custom-cart-summary-right:before {
  display: none;
}
.custom-cart-summary .custom-cart-summary-right > .cf:before, .custom-cart-summary .custom-cart-summary-right > .section-header:before, .custom-cart-summary .page-header .custom-cart-summary-right > .panel.wrapper:before, .page-header .custom-cart-summary .custom-cart-summary-right > .panel.wrapper:before, .custom-cart-summary .custom-cart-summary-right > .header.content:before, .custom-cart-summary .page-wrapper .custom-cart-summary-right > .nav-sections:before, .page-wrapper .custom-cart-summary .custom-cart-summary-right > .nav-sections:before, .custom-cart-summary .custom-cart-summary-right > .tiles--small:before, .custom-cart-summary .custom-cart-summary-right > .tiles--large:before, .custom-cart-summary .custom-cart-summary-right > .breadcrumbs:before, .custom-cart-summary .custom-cart-summary-right > .toolbar:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary .custom-cart-summary-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.custom-cart-summary .custom-cart-summary-right p {
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary .custom-cart-summary-right p {
    padding: 0 20px;
  }
}
.custom-cart-summary .custom-cart-summary-right table {
  float: right;
  width: auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary .custom-cart-summary-right table {
    width: 100%;
  }
}
.custom-cart-summary .custom-cart-summary-right table th, .custom-cart-summary .custom-cart-summary-right table td {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: right;
  padding: 0 5px 5px;
}
.custom-cart-summary .custom-cart-summary-right table th {
  min-width: 150px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary .custom-cart-summary-right table th {
    padding-left: 20px;
  }
}
.custom-cart-summary .custom-cart-summary-right table td {
  min-width: 120px;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary .custom-cart-summary-right table td {
    padding-right: 20px;
  }
}
.custom-cart-summary .custom-cart-summary-right table tr.sum th, .custom-cart-summary .custom-cart-summary-right table tr.sum td {
  border-top: 1px solid #ffffff;
  font-size: 18px;
  padding-top: 5px;
}
.custom-cart-summary .custom-cart-summary-right table tr.savings th, .custom-cart-summary .custom-cart-summary-right table tr.savings td {
  color: #85be48;
  font-size: 14px;
  font-weight: 500;
}
.custom-cart-summary .custom-cart-summary-right button, .custom-cart-summary .custom-cart-summary-right .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .custom-cart-summary .custom-cart-summary-right .actions-toolbar > .action, .custom-cart-summary .custom-cart-summary-right .action-gift {
  width: auto;
  float: right;
  padding: 15px 50px;
}
@media screen and (max-width: 768px) {
  .custom-cart-summary .custom-cart-summary-right button, .custom-cart-summary .custom-cart-summary-right .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .custom-cart-summary .custom-cart-summary-right .actions-toolbar > .action, .custom-cart-summary .custom-cart-summary-right .action-gift {
    width: calc(100% - 40px);
    margin: 0 20px;
    float: none;
  }
}
@media screen and (min-width: 769px) {
  .cart.table-wrapper thead .col:not(.item) {
    display: table-cell;
  }
  .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
    display: table-cell;
    float: none;
    width: auto;
    white-space: inherit;
  }
  .cart.table-wrapper .col.qty:before, .cart.table-wrapper .col.price:before, .cart.table-wrapper .col.subtotal:before, .cart.table-wrapper .col.msrp:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .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);
    text-transform: uppercase;
    color: #666666;
    font-size: 10px;
    font-weight: 400;
    float: left;
    padding: 0;
    line-height: 20px;
  }
}
.opc-wrapper {
  width: 100%;
  float: left;
}
.parcel {
  width: 100%;
  float: left;
}
@media (min-width: 769px) and (max-width: 1240px) {
  .table.table--parcels tbody tr.product-row td table tbody tr td:first-child {
    padding-left: 0 !important;
  }
  .table.table--parcels th, .table.table--parcels td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
table table, .table table {
  margin-bottom: 0;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9f0f1;
  border-collapse: collapse;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) {
    text-align: left;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) thead tr th {
  width: 11.11%;
  background: #f9f9f9;
  border-bottom: 0;
  position: relative;
  border-collapse: collapse;
  text-align: center;
  vertical-align: inherit;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td {
  border-bottom: 1px solid #e9f0f1;
  padding: 20px 10px;
  vertical-align: middle;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td .action.delete {
  float: unset;
  margin-right: 15px;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td .action.view, .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td .action.order {
  width: 130px;
  text-align: center;
  margin-right: 0;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td:first-child {
  padding-left: 10px;
}
@media (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td {
    padding: 10px 8px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td:first-child {
    padding-left: 10px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td:last-child {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td:last-child {
    display: unset;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td .action.view, .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td .action.order {
    width: 130px;
    text-align: center;
    margin-right: 15px;
  }
}
@media (max-width: 639px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 0;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td:first-child {
    padding-left: 20px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td .action.edit {
    float: right;
    padding-left: 10px;
    width: unset;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td .action.delete {
    float: right;
    margin-right: 0;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > .table__sub-header > td {
  padding: 20px 10px;
  min-width: 100px;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > .table__sub-header > td:first-child {
  padding-left: 20px;
}
@media (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > .table__sub-header > td {
    padding: 10px 8px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > .table__sub-header > td:first-child {
    padding-left: 10px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > .table__sub-header > td:last-child {
    padding-right: 10px;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td > table {
  margin: 0;
  border: 0;
  padding: 0;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td > table td {
  border: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tbody > tr > td > table td:first-child {
    padding: 10px 0;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr:first-child th, .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr:first-child td {
  border-top: 0;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr > th:first-child {
  border-bottom: 0;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr > th {
  border-top: 0;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr > td {
  border-top: 0;
  padding-left: 20px;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr > td:last-child {
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr > td {
    padding-left: 10px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr > td:last-child {
    padding-right: 12px;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot tr:nth-child(odd) th, .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot tr:nth-child(odd) td {
  padding-bottom: 2px;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr:nth-child(even) th, .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr:nth-child(even) td {
  padding-top: 2px;
  border-bottom: 1px solid #e9f0f1;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr:nth-child(even) .mark {
  border-bottom: 0;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr:nth-child(even) .amount {
  position: relative;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr:nth-child(even) .amount:before {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: #e9f0f1;
  position: absolute;
  bottom: -1px;
  right: 100%;
  left: auto;
  top: auto;
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr:nth-child(even) .amount:before {
    display: none;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr:last-child th, .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr:last-child td {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot {
    display: block;
    border-top: 3px solid #e9f0f1;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot tr th:first-child {
    text-align: left;
    font-size: 12px;
    padding-left: 20px;
    width: 100%;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot tr th:first-child span {
    position: relative;
    top: 2px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot tr td:last-child {
    padding-right: 20px;
    width: 100%;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr:first-child th, .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr:first-child td {
    padding-top: 15px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot > tr:nth-child(even) .mark {
    border-bottom: 1px solid #e9f0f1;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) tfoot .grand-total th span {
    font-size: 18px;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .item__price--old {
  color: #cd5d44;
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .item__price--old {
    float: left;
    margin-top: 7px;
    margin-right: 4px;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .grand-total th, .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .grand-total td {
  font-size: 18px;
  font-weight: 500;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .saved-money th, .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .saved-money td {
  font-weight: 500;
  color: #85be48;
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .product-row {
    padding-bottom: 15px;
    float: left;
    width: 100%;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .product-row:nth-child(odd) {
    background: #f9f9f9;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .table__product-name {
    display: block;
    float: left;
    padding: 0;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .table__product-features {
    display: block;
    float: left;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .mobile-row {
    float: left;
    width: 100%;
    padding: 0 20px;
    line-height: 24px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .mobile-row > div, .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .mobile-row > span {
    float: right;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table--sort):not(.table--clean):not(.table-order-summary) .mobile-row:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    color: #666666;
    position: relative;
    top: 2px;
  }
}
.table__main-header th {
  border: 0;
}
.table__main-header h3 {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  float: left;
  padding-right: 60px;
}
.table__sub-header td {
  padding: 20px 20px 10px;
  font-size: 10px;
  color: #666666;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .table__sub-header {
    display: none;
  }
}
.table__product-name {
  color: #29abe2;
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: 240px;
  display: block;
  word-break: break-word;
}
@media (max-width: 1240px) {
  .table__product-name {
    width: 130px;
  }
}
@media (max-width: 560px) {
  .table__product-name {
    width: 100%;
    margin-bottom: 15px;
  }
}
.table__toggle {
  font-size: 12px;
  color: #29abe2;
  float: right;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  background: none;
  padding: 0;
  font-weight: 500;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table__toggle:hover, .table__toggle:focus, .table__toggle:active {
  color: #29abe2;
  border: 0;
  background: none;
}
.table__toggle:after {
  display: block;
  position: relative;
  float: right;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-top: 3px;
  margin-left: 10px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table__toggle.active:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.table__holder {
  width: 100%;
  overflow: hidden;
  float: left;
  height: auto;
  margin: 10px 0 10px;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table__holder.rolled-up {
  max-height: 50px;
}
.table--summary {
  margin-bottom: 10px;
}
.table--summary tbody:before, .table--summary tbody:after {
  display: none;
}
.table--summary th {
  text-align: right;
  font-weight: 400;
}
.table--summary tbody {
  border-bottom: 0;
}
.table--summary tbody tr td, .table--summary tfoot tr td {
  padding: 2px 10px;
}
.table--summary tbody tr td:last-child, .table--summary tfoot tr td:last-child {
  padding-left: 10px;
  padding-right: 0;
}
.table--summary tbody tr th {
  padding: 2px 10px;
}
.table--summary tfoot tr th, .table--summary tfoot tr td {
  border-top: 0;
}
.table--summary .grand.totals .mark, .table--summary .grand.totals .amount {
  padding-top: 20px;
  padding-bottom: 5px;
}
.table__holder--clean {
  box-shadow: none;
  margin-top: 0;
}
.table__holder--clean table {
  margin-bottom: 0;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean {
  border: 0;
  border-bottom: 2px solid #e9f0f1;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean.table-order-items thead tr th:not(.name) {
  text-align: center;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean thead tr th {
  background: none;
  border-bottom: 1px solid #e9f0f1;
  font-weight: 400;
  font-size: 10px;
  color: #666666;
  text-align: left;
  text-transform: uppercase;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean thead tr th:first-child {
  padding-left: 0;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean thead tr th:last-child {
  padding-right: 0;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean tbody:before, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean tbody:after {
  display: none;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean tbody tr td {
  text-align: center;
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean tbody tr td {
    text-align: left;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean tbody tr td:first-child {
  padding-left: 0;
  text-align: left;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean tbody tr td:last-child {
  padding-right: 0;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean tbody tr td.col.name td:last-child {
  display: none;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean tbody tr td .price {
  font-weight: 400;
  font-size: 14px;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean tbody tr td .old-price .price {
  color: #cd5d44;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean tbody tr:last-child td {
  border: 0;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean table td {
  padding-top: 0;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean .old-price {
  position: relative;
  color: #cd5d44;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--clean .old-price:after {
  content: "";
  border-top: 1px solid #cd5d44;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.table:not(.cart):not(.totals).table--parcels .table__main-header {
  background: #f9f9f9;
}
.table:not(.cart):not(.totals).table--sort tbody tr td .old-price .price {
  position: relative;
  white-space: nowrap;
  font-size: 12px;
  color: #cd5d44;
}
@media screen and (max-width: 768px) {
  .table:not(.cart):not(.totals).table--sort tbody tr td .old-price .price {
    float: right;
    margin-right: 8px;
  }
}
.table:not(.cart):not(.totals).table--sort tbody tr td .old-price .price:after {
  content: "";
  border-top: 1px solid #cd5d44;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.table--sort {
  border: 0;
  overflow: visible;
}
.table--sort thead tr th {
  background: #ffffff;
  text-transform: uppercase;
  color: #666666;
  font-size: 10px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 15px;
  position: relative;
  vertical-align: middle;
}
.table--sort thead tr th span {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
  color: #666666;
  font-size: 10px;
  display: block;
  width: auto;
  float: left;
}
.table--sort thead tr th span:after {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
  color: #29abe2;
  font-size: 14px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table--sort thead tr th a[href*="asc"] span:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.table--sort thead tr th a[href*="desc"] span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.table--sort thead tr th:last-child:not(.partner) {
  width: 240px;
}
.table--sort thead tr th:last-child:not(.partner) span:after {
  display: none;
}
.table--sort tbody:before, .table--sort tbody:after {
  display: none !important;
}
.table--sort tbody tr {
  border-bottom: 1px solid #e9f0f1;
}
.table--sort tbody tr td {
  font-weight: 500;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 15px;
}
.table--sort tbody tr td:last-child {
  width: 240px;
}
.table--sort tbody tr td .small-gray {
  font-size: 11px;
  color: #666666;
  font-weight: 400;
}
.table--sort thead tr th span:after {
  right: 0;
}
.table--sort tbody tr:nth-child(odd) {
  background: #f9f9f9;
}
.table--sort .action.order, .table--sort .action.view {
  float: left;
  white-space: nowrap;
  position: relative;
}
.table--sort .action.order:before, .table--sort .action.view:before {
  display: block;
  float: left;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.table--sort .action.order {
  margin-right: 30px;
}
.table--sort .action.order:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table--sort .action.view:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .table--sort thead {
    display: none;
  }
  .table--sort table {
    float: left;
    width: 100%;
  }
  .table--sort tbody {
    float: left;
    width: 100%;
  }
  .table--sort tr {
    display: block;
    float: left;
    width: 100%;
    border: 0;
  }
  .table--sort .action.order {
    margin-right: 10px;
  }
  .table--sort tbody tr:nth-child(odd) {
    position: relative;
  }
  .table--sort tbody tr:nth-child(odd):before {
    position: absolute;
    top: -1px;
    left: -4000px;
    display: block;
    content: "";
    width: 9999px;
    height: calc(100% + 2px);
    background: #f9f9f9;
    z-index: -1;
    border-top: 1px solid #e9f0f1;
    border-bottom: 1px solid #e9f0f1;
  }
  .table--sort tbody tr td {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    border: 0;
    padding: 2px 0;
  }
  .table--sort tbody tr td:first-child {
    padding-top: 15px;
  }
  .table--sort tbody tr td:last-child {
    border-bottom: 0;
    padding-bottom: 15px;
    width: 100%;
  }
  .table--sort td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #666666;
    width: 49%;
    padding-right: 10px;
  }
  .table--sort .action.order, .table--sort .action.view {
    float: right;
    text-align: left;
    margin: 0 0 0 0;
    width: 51%;
  }
  .table--sort .action.order {
    margin-bottom: 10px;
  }
}
.table-order-summary__holder {
  background: #e9f0f1;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .table-order-summary__holder {
    margin: 0 -15px;
  }
}
.table-order-summary tbody:after, .table-order-summary tbody:before {
  display: none;
}
.table-order-summary tbody th, .table-order-summary tbody td {
  padding: 5px 5px;
}
.table-order-summary tbody th {
  font-weight: 500;
  text-align: left;
}
.table-order-summary tbody th:last-of-type {
  font-weight: 400;
  text-align: right;
}
.table-order-summary tbody td {
  text-align: left;
}
.table-order-summary tbody td:last-of-type {
  text-align: right;
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) {
    display: block;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > thead > tr > th {
    padding: 10px 5px;
  }
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > thead > tr > th {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > thead > tr > th:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > thead > tr > th:last-child {
    padding-right: 0;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > thead > tr > th.price {
  white-space: nowrap;
}
@media (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > thead > tr > th.price {
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody {
    display: block;
  }
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr {
    display: block;
  }
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr:nth-child(2n+2) td {
    background-color: #f9f9f9;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td {
  vertical-align: top;
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td {
    padding: 20px 5px;
  }
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td {
    display: block;
    padding: 0 15px;
    border: none;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td:first-child {
    border-top: 1px solid #e9f0f1;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td:before {
    content: attr(data-th) ": ";
    display: inline-block;
    text-transform: uppercase;
    color: #666666;
    font-size: 10px;
    font-weight: 400;
    padding: 0;
    line-height: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td:first-child {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td:first-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td:last-child {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td:last-child {
    padding-right: 15px;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.name .mobile-qty-info {
  display: none;
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.name table, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.name table tr td {
    display: block;
  }
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.name {
    padding: 15px;
    position: relative;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.name:before {
    display: none;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.name table, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.name table tr td {
    display: block;
    padding: 0;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.name table:before, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.name table tr td:before {
    display: none;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.name .mobile-qty-info {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.name .mobile-qty-info small {
    text-transform: uppercase;
    color: #666666;
    font-size: 10px;
    font-weight: 400;
    float: left;
    padding: 0 5px 0 0;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.qty {
    display: none;
  }
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.price {
    padding-bottom: 5px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.price:last-child {
    padding-bottom: 15px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.price > span {
    float: right;
    line-height: 20px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) > tbody > tr > td.col.price > span .cart-price {
    line-height: 20px;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) span.cart-price {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) .table__product-name {
  width: auto;
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) .item__features {
    margin-top: 10px;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) .item-options {
  margin: 0;
  font-size: 0;
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) .item-options {
    margin-top: 10px;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) .item-options dt, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) .item-options dd {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table-order-items:not(.table--order-parcel) .item-options dt {
  margin-right: 5px;
}
.table__holder--parcel {
  border: 1px solid #e9f0f1;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .table__holder--parcel {
    height: auto !important;
  }
  .table__holder--parcel .table--order-parcel > tbody, .table__holder--parcel .table--order-parcel > tfoot {
    display: none !important;
  }
  .table__holder--parcel.active .table--order-parcel > tbody {
    display: table-row-group !important;
  }
  .table__holder--parcel.active .table--order-parcel > tfoot {
    display: block !important;
  }
}
.table__holder--parcel .table--order-parcel tfoot th {
  white-space: nowrap;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel {
  border: 0 !important;
  position: relative;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .table__product-name {
  width: 150px;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .table__sub-header {
  font-weight: 400;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .table__sub-header .price {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .table__sub-header {
    display: none;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody:before, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody:after {
  display: none;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td {
  text-align: left !important;
  vertical-align: top;
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td:first-child {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td:first-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td:last-child {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td:last-child {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td {
    display: block;
    padding: 0 15px;
    border: none;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td:first-child {
    border-top: 1px solid #e9f0f1;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td:before {
    content: attr(data-th) ": ";
    display: inline-block;
    text-transform: uppercase;
    color: #666666;
    font-size: 10px;
    font-weight: 400;
    padding: 0;
    line-height: 20px;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name .mobile-qty-info {
  display: none;
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name table, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name table tr td {
    padding: 0;
    display: block;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name table .table__product-name, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name table .item__features, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name table tr td .table__product-name, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name table tr td .item__features {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name {
    padding: 20px 15px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name:before {
    display: none;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name table, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name tbody, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name tr, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name td {
    display: block;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name table tbody tr td {
    border: none;
    position: relative;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name table tbody tr td:before {
    display: none;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name table tbody tr td .mobile-qty-info {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name table tbody tr td .mobile-qty-info small {
    text-transform: uppercase;
    color: #666666;
    font-size: 10px;
    font-weight: 400;
    float: left;
    padding: 0 5px 0 0;
    line-height: 20px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name .table__product-name, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.name .item__features {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.qty {
    display: none;
  }
}
@media (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.price {
    padding-bottom: 5px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.price:last-child {
    padding-bottom: 15px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.price > span {
    float: right;
    line-height: 20px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody > tr > td.col.price > span .cart-price {
    line-height: 20px;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody .old-price .price {
  position: relative;
  white-space: nowrap;
  font-size: 12px;
  color: #cd5d44;
}
@media screen and (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody .old-price .price {
    float: right;
    margin-right: 8px;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody .old-price .price:after {
  content: "";
  border-top: 1px solid #cd5d44;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody .item-options {
  margin: 0;
  font-size: 0;
}
@media screen and (max-width: 1240px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody .item-options {
    margin-top: 10px;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody .item-options dt, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody .item-options dd {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tbody .item-options dt {
  margin-right: 5px;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tfoot tr td:last-child {
  width: 40% !important;
}
@media screen and (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tfoot tr {
    display: block;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tfoot tr th, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tfoot tr td {
  text-align: right;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tfoot tr th, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tfoot tr td {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tfoot tr th {
    width: 60%;
    padding-left: 15px;
    font-size: 12px;
    line-height: 20px;
    float: left;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tfoot tr th:first-child {
    display: none;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tfoot tr td {
    width: 40%;
    padding-right: 15px;
    line-height: 20px;
    float: right;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tfoot tr.row-summary th, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tfoot tr.row-summary td {
    font-size: 18px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tfoot tr.row-save th, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel tfoot tr.row-save td {
    font-size: 14px;
  }
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .price {
  font-size: 14px;
  font-weight: 400;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .row-summary td, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .row-summary th, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .row-summary span {
  font-size: 18px;
  font-weight: 500;
}
.table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .row-save td, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .row-save th, .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .row-save span {
  color: #85be48;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel {
    display: table;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel > thead > tr > th {
    display: table-cell;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .table__main-header th {
    padding: 10px 85px 10px 15px;
    position: relative;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .table__main-header h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .table__main-header h3 span.price {
    font-size: 12px;
    line-height: 16px;
  }
  .table:not(.cart):not(.totals):not(.table-totals):not(.table-order-summary).table--order-parcel .table__main-header .table__toggle {
    position: absolute;
    right: 20px;
  }
}
.table--sort.table--sort--simple {
  border: 0;
}
.table--sort.table--sort--simple thead {
  border-bottom: 1px solid #e9f0f1;
  background: none;
}
.table--sort.table--sort--simple thead tr th {
  background: none;
}
.table--sort.table--sort--simple tbody tr:nth-child(odd) {
  background: none;
}
.table--sort.table--sort--simple thead tr th:last-child {
  width: auto;
}
.table--sort.table--sort--simple thead tr th:first-child {
  width: 150px;
}
.table--sort.table--sort--simple tbody tr td:last-child {
  width: auto;
}
.table--sort.table--sort--simple .field {
  position: relative;
}
.table--sort.table--sort--simple .field > span {
  position: relative;
}
.table--sort.table--sort--simple .field.with-tooltip .tooltip {
  position: absolute;
  top: 25%;
  left: 106%;
  margin-top: 0;
}
.table--sort.table--sort--simple.table-order-items .with-tooltip .tooltip {
  left: 135%;
}
.table--sort.table--sort--simple.history.table-order-items {
  table-layout: fixed;
  word-wrap: break-word;
}
.table--sort.table--sort--simple.history.table-order-items .field {
  position: static;
}
.table--sort.table--sort--simple.history.table-order-items .col.status {
  min-width: 130px;
}
.table--sort.table--sort--simple.history.table-order-items .with-tooltip .tooltip {
  left: 102%;
}
@media (max-width: 768px) {
  .table--sort.table--sort--simple.history.table-order-items .with-tooltip .tooltip {
    left: 95%;
    top: 0;
  }
}
.table--sort.table--sort--simple.history.table-order-items .with-tooltip .tooltip .tooltip-content {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 10px;
}
.table--sort.table--sort--simple.history.table-order-items .with-tooltip .tooltip .tooltip-content:after, .table--sort.table--sort--simple.history.table-order-items .with-tooltip .tooltip .tooltip-content:before {
  left: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.table--sort.table--sort--simple.history.table-order-items .with-tooltip > span {
  display: block;
}
@media (max-width: 768px) {
  .table--sort.table--sort--simple {
    border: 1px solid #e9f0f1;
  }
  .table--sort.table--sort--simple tbody:before, .table--sort.table--sort--simple tbody:after {
    display: none !important;
  }
  .table--sort.table--sort--simple tbody tr td:before {
    font-size: 10px;
    color: #666666;
    font-weight: 400;
    min-height: 18px;
  }
  .table--sort.table--sort--simple tbody tr {
    border-bottom: 1px solid #e9f0f1;
  }
  .table--sort.table--sort--simple tbody tr td:first-child {
    padding-top: 20px;
  }
  .table--sort.table--sort--simple tbody tr td:last-child {
    width: 100%;
    padding-bottom: 20px;
  }
  .table--sort.table--sort--simple tbody tr td {
    padding: 4px 20px;
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .table--sort.table--sort--simple tbody tr td:last-child {
    width: 100%;
  }
}
.table--sort tr.details-table-active {
  background: #e9f0f1 !important;
  -moz-box-shadow: inset 0 8px 12px -8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 8px 12px -8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 8px 12px -8px rgba(0, 0, 0, 0.1);
}
.table--sort tr.details-active {
  background: #f9f9f9;
  -moz-box-shadow: inset 0 -8px 12px -8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -8px 12px -8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -8px 12px -8px rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
.table--sort tr.details-active > td {
  padding: 0;
}
.table--sort tr.details-active > td > table {
  margin-bottom: 0;
}
.table--sort tr.details-active td {
  background: #f9f9f9;
}
.table--sort.table--sort--simple.history.table-order-items tbody tr td {
  padding-right: 30px;
}
.table--sort.table--sort--simple.history.table-order-items .with-tooltip .tooltip {
  left: 95%;
}
@media (max-width: 1240px) {
  .table--sort.table--sort--simple.history.table-order-items tbody tr td {
    padding-right: 15px;
  }
}
@media (max-width: 1240px) and (min-width: 769px) {
  .table--sort.table--sort--simple.history.table-order-items .with-tooltip .tooltip {
    left: 103%;
  }
}
@media (max-width: 560px) {
  .table--sort.table--sort--simple.history.table-order-items .with-tooltip .tooltip {
    left: 97%;
  }
}
@media (max-width: 768px) {
  .table-wrapper {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.table-wrapper #additional-addresses-table tbody > tr > td {
  padding: 20px 10px;
}
.table-wrapper #additional-addresses-table .col.actions {
  min-height: 85px;
  margin: 0;
}
@media (max-width: 1240px) {
  .table-wrapper #additional-addresses-table .col.actions {
    width: unset;
  }
}
@media (min-width: 639px) and (max-width: 768px) {
  .table-wrapper #additional-addresses-table .col.actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 26px;
  }
  .table-wrapper #additional-addresses-table .col.actions .action {
    white-space: nowrap;
    margin-right: unset;
  }
}
#my-orders-table.data.table.table-order-items.table--order-parcel tbody tr td:not(.name) {
  text-align: center !important;
}
@media (max-width: 768px) {
  #my-orders-table.data.table.table-order-items.table--order-parcel tbody tr td:not(.name) {
    text-align: left !important;
  }
}
#my-orders-table.data.table.table-order-items.table--order-parcel tbody tr td:not(.name) strong {
  text-align: left;
}
#my-orders-table.data.table.table-order-items.table--order-parcel tbody .col.price {
  display: table-cell;
}
@media (max-width: 768px) {
  #my-orders-table.data.table.table-order-items.table--order-parcel tbody .col.price {
    display: block;
  }
}
.checkout-agreement, .newsletter-subscribe {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.checkout-agreement label, .newsletter-subscribe label {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
}
.checkout-agreement a, .newsletter-subscribe a {
  color: #29abe2;
}
.checkout-agreement input[type="checkbox"], .newsletter-subscribe input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}
.checkout-agreement span, .newsletter-subscribe span {
  display: block;
  padding: 0px 0 3px 30px;
}
.authentication-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  padding: 0 15px;
  max-width: none;
  z-index: 0;
  height: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .authentication-wrapper {
    width: 750px;
    margin-left: -375px;
  }
}
@media screen and (max-width: 768px) {
  .authentication-wrapper {
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    width: auto;
    text-align: right;
    line-height: 42px;
    height: 42px;
    border-bottom: 1px solid #e9f0f1;
  }
}
.authentication-wrapper .authentication-dropdown {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: auto;
  background: transparent;
  border: none;
  -webkit-transform: none;
  transform: none;
  visibility: visible;
}
.authentication-wrapper .authentication-dropdown._show {
  -webkit-transform: none;
  transform: none;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  position: static;
  padding: 0;
  margin-left: auto;
  width: inherit;
  left: 0;
  text-shadow: none;
}
.authentication-wrapper .login-container--checkout {
  border: none;
  margin: 0;
  box-shadow: none;
  padding: 0;
  display: block;
}
.authentication-wrapper .login-container--checkout .block-customer-login {
  float: none;
  width: 100%;
  padding: 0 0 40px;
}
.authentication-wrapper .login-container--checkout .block-customer-login #msp-recaptcha-checkout-login-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.authentication-wrapper .login-container--checkout .block-customer-login .recaptcha-box {
  clear: both;
  max-width: 300px;
  padding-top: 20px;
  margin-bottom: 0;
}
.authentication-wrapper .login-container--checkout .block-customer-login .recaptcha-box p {
  text-align: left;
}
.authentication-wrapper .login-container--checkout button span, .authentication-wrapper .login-container--checkout .cart.table-wrapper .actions-toolbar > .action span, .cart.table-wrapper .authentication-wrapper .login-container--checkout .actions-toolbar > .action span, .authentication-wrapper .login-container--checkout .action-gift span {
  font-size: 14px;
}
.authentication-wrapper .login-container--checkout .control {
  margin: 0;
}
.authentication-wrapper .login-container--checkout .actions-toolbar {
  border-top: none;
}
.authentication-wrapper .login-container--checkout .actions-toolbar.forgot-passoword {
  border-top: 1px solid #e9f0f1;
}
.authentication-wrapper .login-container--checkout .actions-toolbar > .secondary {
  float: right;
  margin: 0;
  padding: 0;
}
.authentication-wrapper button.action-auth-toggle, .authentication-wrapper .cart.table-wrapper .actions-toolbar > .action-auth-toggle.action, .cart.table-wrapper .authentication-wrapper .actions-toolbar > .action-auth-toggle.action, .authentication-wrapper .action-auth-toggle.action-gift {
  font-size: 12px;
  color: #29abe2;
  font-weight: 500;
}
.authentication-wrapper button.action-auth-toggle:hover, .authentication-wrapper .cart.table-wrapper .actions-toolbar > .action-auth-toggle.action:hover, .cart.table-wrapper .authentication-wrapper .actions-toolbar > .action-auth-toggle.action:hover, .authentication-wrapper .action-auth-toggle.action-gift:hover {
  text-decoration: none;
  color: #0890cc;
}
.dropdown-overlay.modal-custom-overlay {
  display: none;
}
._show + .dropdown-overlay.modal-custom-overlay {
  display: block;
}
._has-modal-custom._has-auth-shown .authentication-wrapper {
  height: auto;
}
.affiliate-programme-regulations-downloads, .customer-registration-downloads {
  border-bottom: 1px solid #e9f0f1;
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
.affiliate-programme-regulations-downloads .text-header, .affiliate-programme-regulations-downloads .affiliate-programme-regulations h3, .affiliate-programme-regulations .affiliate-programme-regulations-downloads h3, .affiliate-programme-regulations-downloads .affiliate-programme-discounts h3, .affiliate-programme-discounts .affiliate-programme-regulations-downloads h3, .affiliate-programme-regulations-downloads .affiliate-programme-discounts h4, .affiliate-programme-regulations-downloads .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .affiliate-programme-regulations-downloads .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .affiliate-programme-regulations-downloads h4, .affiliate-programme-regulations-downloads .affiliate-programme-container h4, .affiliate-programme-regulations-downloads .affiliate-programme-container .arrow-list .footer-title, .arrow-list .affiliate-programme-regulations-downloads .affiliate-programme-container .footer-title, .affiliate-programme-container .affiliate-programme-regulations-downloads h4, .customer-registration-downloads .text-header, .customer-registration-downloads .affiliate-programme-regulations h3, .affiliate-programme-regulations .customer-registration-downloads h3, .customer-registration-downloads .affiliate-programme-discounts h3, .affiliate-programme-discounts .customer-registration-downloads h3, .customer-registration-downloads .affiliate-programme-discounts h4, .customer-registration-downloads .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .customer-registration-downloads .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .customer-registration-downloads h4, .customer-registration-downloads .affiliate-programme-container h4, .customer-registration-downloads .affiliate-programme-container .arrow-list .footer-title, .arrow-list .customer-registration-downloads .affiliate-programme-container .footer-title, .affiliate-programme-container .customer-registration-downloads h4 {
  margin-bottom: 10px;
}
.affiliate-programme-regulations-downloads .download-list, .customer-registration-downloads .download-list {
  padding-left: 0;
  float: left;
  width: 100%;
}
.affiliate-programme-regulations-downloads .download-list .item-link, .customer-registration-downloads .download-list .item-link {
  padding-right: 15px;
}
.affiliate-programme-regulations-downloads .download-list .item-icon, .customer-registration-downloads .download-list .item-icon {
  display: none;
}
.affiliate-programme-regulations-downloads .download-list .item-info, .customer-registration-downloads .download-list .item-info {
  display: none;
}
.affiliate-programme-regulations-downloads .downloads-item, .customer-registration-downloads .downloads-item {
  display: table-row;
  text-align: left;
  margin: 5px 0 10px;
}
.affiliate-programme-regulations-downloads .downloads-item > div, .customer-registration-downloads .downloads-item > div {
  display: table-cell;
  text-align: left;
  float: none;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .affiliate-programme-regulations-downloads .downloads-item .item-link, .customer-registration-downloads .downloads-item .item-link {
    display: block;
  }
  .affiliate-programme-regulations-downloads .downloads-item .item-description, .customer-registration-downloads .downloads-item .item-description {
    display: block;
  }
}
.affiliate-programme-regulations-downloads.no-border, .customer-registration-downloads.no-border {
  border-bottom: none;
}
.affiliate-programme-regulations {
  float: left;
  width: 100%;
}
.affiliate-programme-regulations h3 {
  float: left;
  width: 100%;
}
.affiliate-programme-regulations h4, .affiliate-programme-regulations .arrow-list .footer-title, .arrow-list .affiliate-programme-regulations .footer-title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 700;
  float: left;
  width: 100%;
}
.account .column.main .block-order-details-view.block:not(.widget) .row {
  width: 100%;
  max-width: 100%;
  float: left;
}
.account .column.main .block-order-details-view.block:not(.widget) .row .box-order-customer-address, .account .column.main .block-order-details-view.block:not(.widget) .row .box-order-billing-address, .account .column.main .block-order-details-view.block:not(.widget) .row .box-order-shipping-address {
  border-top: 2px solid #e9f0f1;
  width: 30%;
  float: left;
  margin-right: 5%;
  clear: none;
}
@media screen and (max-width: 768px) {
  .account .column.main .block-order-details-view.block:not(.widget) .row .box-order-customer-address, .account .column.main .block-order-details-view.block:not(.widget) .row .box-order-billing-address, .account .column.main .block-order-details-view.block:not(.widget) .row .box-order-shipping-address {
    width: 100%;
    float: none;
    margin: 20px 0 0 0;
    padding: 0;
  }
}
.account .column.main .block-order-details-view.block:not(.widget) .row .box-order-customer-address:last-child, .account .column.main .block-order-details-view.block:not(.widget) .row .box-order-billing-address:last-child, .account .column.main .block-order-details-view.block:not(.widget) .row .box-order-shipping-address:last-child {
  margin-right: 0;
}
.account .column.main .block-order-details-view.block:not(.widget) .text-header, .account .column.main .block-order-details-view.block:not(.widget) .affiliate-programme-regulations h3, .affiliate-programme-regulations .account .column.main .block-order-details-view.block:not(.widget) h3, .account .column.main .block-order-details-view.block:not(.widget) .affiliate-programme-discounts h3, .affiliate-programme-discounts .account .column.main .block-order-details-view.block:not(.widget) h3, .account .column.main .block-order-details-view.block:not(.widget) .affiliate-programme-discounts h4, .account .column.main .block-order-details-view.block:not(.widget) .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .account .column.main .block-order-details-view.block:not(.widget) .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .account .column.main .block-order-details-view.block:not(.widget) h4, .account .column.main .block-order-details-view.block:not(.widget) .affiliate-programme-container h4, .account .column.main .block-order-details-view.block:not(.widget) .affiliate-programme-container .arrow-list .footer-title, .arrow-list .account .column.main .block-order-details-view.block:not(.widget) .affiliate-programme-container .footer-title, .affiliate-programme-container .account .column.main .block-order-details-view.block:not(.widget) h4 {
  padding-bottom: 10px;
}
.account .column.main .block:not(.widget) .block-content .box-order-billing-method, .account .column.main .block:not(.widget) .block-content .box-order-shipping-method {
  width: 50%;
}
.account .column.main .block:not(.widget) .block-content .box-order-customer-address, .account .column.main .block:not(.widget) .block-content .box-order-billing-address, .account .column.main .block:not(.widget) .block-content .box-order-shipping-address {
  width: 33.33%;
}
.account .column.main .block:not(.widget) .block-content .box-order-note-method {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e9f0f1;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .account .column.main .block:not(.widget) .block-content .box-order-note-method {
    margin: 20px 0 0 0;
    padding-bottom: 0;
    float: left;
  }
}
.account .column.main .block:not(.widget) .block-content .box-order-parcels {
  width: 100%;
}
.sales-order-view .table-order-summary {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sales-order-view .table-order-summary {
    display: none !important;
  }
}
.sales-order-view .table-order-summary.mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .sales-order-view .table-order-summary.mobile {
    display: table !important;
  }
}
.sales-order-view .block .box-order-billing-method, .sales-order-view .block .box-order-shipping-method {
  border-top: 0;
}
.sales-order-view .items.order-links {
  display: none;
}
.sales-order-view .section-header {
  padding-bottom: 0;
}
@media (max-width: 1240px) {
  .sales-order-view .section-header {
    display: none;
  }
}
.sales-order-view .section-header + .actions-toolbar {
  border-bottom: 2px solid #e9f0f1;
  padding-bottom: 20px;
}
@media (max-width: 1240px) {
  .sales-order-view .section-header + .actions-toolbar {
    border: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .sales-order-view .section-header + .actions-toolbar .primary {
    text-align: left;
  }
}
@media (max-width: 1240px) {
  .sales-order-view .sidebar.sidebar-main {
    margin-bottom: 5px;
  }
}
@media (max-width: 1240px) {
  .sales-order-view .table__holder--clean {
    margin-bottom: 0;
  }
  .sales-order-view .box-order-billing-method .text-header, .sales-order-view .box-order-billing-method .affiliate-programme-regulations h3, .affiliate-programme-regulations .sales-order-view .box-order-billing-method h3, .sales-order-view .box-order-billing-method .affiliate-programme-discounts h3, .affiliate-programme-discounts .sales-order-view .box-order-billing-method h3, .sales-order-view .box-order-billing-method .affiliate-programme-discounts h4, .sales-order-view .box-order-billing-method .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .sales-order-view .box-order-billing-method .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .sales-order-view .box-order-billing-method h4, .sales-order-view .box-order-billing-method .affiliate-programme-container h4, .sales-order-view .box-order-billing-method .affiliate-programme-container .arrow-list .footer-title, .arrow-list .sales-order-view .box-order-billing-method .affiliate-programme-container .footer-title, .affiliate-programme-container .sales-order-view .box-order-billing-method h4, .sales-order-view .box-order-shipping-method .text-header, .sales-order-view .box-order-shipping-method .affiliate-programme-regulations h3, .affiliate-programme-regulations .sales-order-view .box-order-shipping-method h3, .sales-order-view .box-order-shipping-method .affiliate-programme-discounts h3, .affiliate-programme-discounts .sales-order-view .box-order-shipping-method h3, .sales-order-view .box-order-shipping-method .affiliate-programme-discounts h4, .sales-order-view .box-order-shipping-method .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .sales-order-view .box-order-shipping-method .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .sales-order-view .box-order-shipping-method h4, .sales-order-view .box-order-shipping-method .affiliate-programme-container h4, .sales-order-view .box-order-shipping-method .affiliate-programme-container .arrow-list .footer-title, .arrow-list .sales-order-view .box-order-shipping-method .affiliate-programme-container .footer-title, .affiliate-programme-container .sales-order-view .box-order-shipping-method h4 {
    padding-bottom: 5px !important;
  }
  .sales-order-view .box-order-billing-method .box-content, .sales-order-view .box-order-shipping-method .box-content {
    font-weight: 500;
    color: #666666;
  }
}
@media (max-width: 768px) {
  .sales-order-view .table__holder--clean {
    margin: 0 -15px;
    width: auto;
    float: none;
  }
  .sales-order-view .box-order-billing-method, .sales-order-view .box-order-shipping-method {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .sales-order-view .box-order-billing-method {
    padding: 0 !important;
  }
  .sales-order-view .block-order-details-view {
    margin-bottom: 0;
  }
}
.box-order-parcels .text-header, .box-order-parcels .affiliate-programme-regulations h3, .affiliate-programme-regulations .box-order-parcels h3, .box-order-parcels .affiliate-programme-discounts h3, .affiliate-programme-discounts .box-order-parcels h3, .box-order-parcels .affiliate-programme-discounts h4, .box-order-parcels .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .box-order-parcels .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .box-order-parcels h4, .box-order-parcels .affiliate-programme-container h4, .box-order-parcels .affiliate-programme-container .arrow-list .footer-title, .arrow-list .box-order-parcels .affiliate-programme-container .footer-title, .affiliate-programme-container .box-order-parcels h4 {
  float: left;
  width: 100%;
  padding: 20px 0 20px;
}
.table-order-summary tbody .border-top {
  border-top: 1px solid #ffffff !important;
}
.table-order-summary tbody .border-bottom {
  border-top: 1px solid #ffffff !important;
}
.table-order-summary tbody .padding-top {
  padding-top: 10px;
  padding-bottom: 0;
}
.table-order-summary tbody .padding-bottom {
  padding-top: 0;
  padding-bottom: 10px;
}
.table-order-summary tbody .row-summary td, .table-order-summary tbody .row-summary th {
  padding-top: 10px;
  padding-bottom: 2px;
}
.table-order-summary tbody .row-summary td, .table-order-summary tbody .row-summary th, .table-order-summary tbody .row-summary span {
  font-size: 18px;
  font-weight: 700;
}
.table-order-summary tbody .row-save td, .table-order-summary tbody .row-save th, .table-order-summary tbody .row-save span {
  padding-top: 2px;
  color: #85be48;
  font-weight: 700;
}
.table-order-summary tbody tr:first-child td, .table-order-summary tbody tr:first-child th {
  padding-bottom: 0;
}
.table-order-summary .btn--default, .table-order-summary .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .table-order-summary .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .table-order-summary .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .table-order-summary .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .table-order-summary button:not(.action-remove), .table-order-summary .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .table-order-summary .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .table-order-summary .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .table-order-summary .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .table-order-summary button:not(.action-remove) {
  float: left;
  margin-right: 20px;
  width: auto;
  padding: 14px 25px;
}
.table-order-summary .btn--default:last-child, .table-order-summary .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove):last-child, .table-order-summary .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove):last-child, .cart.table-wrapper .table-order-summary .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove):last-child, .table-order-summary .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove):last-child, .divante-partnerprogram-customer-contactdataforclients .entry-edit .table-order-summary button:not(.action-remove):last-child, .table-order-summary .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove):last-child, .table-order-summary .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove):last-child, .cart.table-wrapper .table-order-summary .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove):last-child, .table-order-summary .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove):last-child, .divante_partnerprogram-customer-contactdataforclients .entry-edit .table-order-summary button:not(.action-remove):last-child {
  margin-right: 0;
}
.table-wrapper.order-items {
  float: left;
  width: 100%;
}
@media (max-width: 768px) {
  .table-wrapper.order-items {
    overflow: visible;
  }
}
.table-wrapper.order-items .text-header, .table-wrapper.order-items .affiliate-programme-regulations h3, .affiliate-programme-regulations .table-wrapper.order-items h3, .table-wrapper.order-items .affiliate-programme-discounts h3, .affiliate-programme-discounts .table-wrapper.order-items h3, .table-wrapper.order-items .affiliate-programme-discounts h4, .table-wrapper.order-items .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .table-wrapper.order-items .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .table-wrapper.order-items h4, .table-wrapper.order-items .affiliate-programme-container h4, .table-wrapper.order-items .affiliate-programme-container .arrow-list .footer-title, .arrow-list .table-wrapper.order-items .affiliate-programme-container .footer-title, .affiliate-programme-container .table-wrapper.order-items h4 {
  padding: 20px 0;
}
.text-header.order-number, .affiliate-programme-regulations h3.order-number, .affiliate-programme-discounts h3.order-number, .affiliate-programme-discounts h4.order-number, .affiliate-programme-discounts .arrow-list .order-number.footer-title, .arrow-list .affiliate-programme-discounts .order-number.footer-title, .affiliate-programme-container h4.order-number, .affiliate-programme-container .arrow-list .order-number.footer-title, .arrow-list .affiliate-programme-container .order-number.footer-title {
  margin: 0;
  padding: 0 0 20px;
}
@media (max-width: 1240px) {
  .text-header.order-number, .affiliate-programme-regulations h3.order-number, .affiliate-programme-discounts h3.order-number, .affiliate-programme-discounts h4.order-number, .affiliate-programme-discounts .arrow-list .order-number.footer-title, .arrow-list .affiliate-programme-discounts .order-number.footer-title, .affiliate-programme-container h4.order-number, .affiliate-programme-container .arrow-list .order-number.footer-title, .arrow-list .affiliate-programme-container .order-number.footer-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .text-header.order-number, .affiliate-programme-regulations h3.order-number, .affiliate-programme-discounts h3.order-number, .affiliate-programme-discounts h4.order-number, .affiliate-programme-discounts .arrow-list .order-number.footer-title, .arrow-list .affiliate-programme-discounts .order-number.footer-title, .affiliate-programme-container h4.order-number, .affiliate-programme-container .arrow-list .order-number.footer-title, .arrow-list .affiliate-programme-container .order-number.footer-title {
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .order-details-items {
    padding: 0;
    margin: 0;
    border: none;
  }
}
@media (max-width: 768px) {
  .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody {
    display: table-row-group;
  }
  .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr {
    display: table-row;
  }
  .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr th, .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr td {
    padding: 0 0 15px 0;
    display: table-cell;
    width: 50%;
    font-size: 12px;
  }
  .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr th:before, .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr td:before {
    display: none;
  }
  .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr th.padding-top, .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr td.padding-top {
    padding-top: 15px;
  }
  .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr th.no-padding-bottom, .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr td.no-padding-bottom {
    padding-bottom: 0;
  }
  .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr th {
    background: transparent;
    text-align: left;
    width: 60%;
    padding-right: 5px;
  }
  .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr td {
    text-align: right;
    width: 40%;
    padding-left: 5px;
  }
  .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr td.align-left {
    text-align: left;
  }
  .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr.row-summary th, .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr.row-summary td {
    font-size: 18px;
  }
  .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr.row-save th, .sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).table-order-summary > tbody tr.row-save td {
    font-size: 14px;
  }
}
.table--sort.table--sort--simple tbody tr.partner-order-details td:before {
  display: none;
}
.orders-history tbody tr:not(.partner-order-details):hover {
  cursor: pointer;
  background: #e9f0f1;
}
.orders-history .partner-order-details {
  display: none;
}
.orders-history .partner-order-details thead {
  background: #E9F0F1;
  color: #f7f7f7;
}
.orders-history .partner-order-details > td {
  padding-right: 0 !important;
}
.orders-history .partner-order-details td {
  padding: 0;
}
.orders-history .partner-order-details td td {
  padding: 5px 10px;
  vertical-align: middle;
  background-color: #f9e9d0;
}
.orders-history .partner-order-details th:last-child {
  text-align: right;
}
.orders-history .actions-table tr {
  border: none;
  background: none;
}
.orders-history .actions-table tr:nth-child(odd) {
  background: none;
}
.orders-history .actions-table tr td {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.orders-history .actions-table tr td:first-child {
  min-width: 107px;
}
.affiliate-programme-code__holder {
  background: #e9f0f1;
  padding: 20px;
  float: left;
  width: 100%;
}
.affiliate-programme-code__holder .text-header, .affiliate-programme-code__holder .affiliate-programme-regulations h3, .affiliate-programme-regulations .affiliate-programme-code__holder h3, .affiliate-programme-code__holder .affiliate-programme-discounts h3, .affiliate-programme-discounts .affiliate-programme-code__holder h3, .affiliate-programme-code__holder .affiliate-programme-discounts h4, .affiliate-programme-code__holder .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .affiliate-programme-code__holder .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .affiliate-programme-code__holder h4, .affiliate-programme-code__holder .affiliate-programme-container h4, .affiliate-programme-code__holder .affiliate-programme-container .arrow-list .footer-title, .arrow-list .affiliate-programme-code__holder .affiliate-programme-container .footer-title, .affiliate-programme-container .affiliate-programme-code__holder h4 {
  padding-top: 0;
  padding-bottom: 15px;
}
.affiliate-programme-code__holder > div {
  display: table;
}
.affiliate-programme-code__holder > div > div {
  display: table-cell;
  vertical-align: middle;
}
.affiliate-programme-code__holder p {
  margin: 0;
}
@media (max-width: 768px) {
  .affiliate-programme-code__holder {
    text-align: center;
  }
  .affiliate-programme-code__holder > div {
    display: block;
  }
  .affiliate-programme-code__holder > div > div {
    display: inline-block;
    margin: 10px 0;
  }
  .affiliate-programme-code__holder > div > div:last-child {
    width: 100%;
    display: block;
    text-align: left;
  }
}
.affiliate-programme-code__code {
  border: 1px solid #29abe2;
  background: #ffffff;
  padding: 10px 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  color: #29abe2;
  text-transform: uppercase;
  margin-right: 20px;
  float: left;
}
@media (max-width: 768px) {
  .affiliate-programme-code__code {
    display: inline-block;
    float: none;
  }
}
.customer-registration-downloads {
  padding-top: 10px;
  float: left;
  width: 100%;
}
.affiliate-programme-discounts {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e9f0f1;
  padding-bottom: 30px;
}
.affiliate-programme-discounts h3 {
  float: left;
  width: 100%;
  padding: 0;
  margin: 30px 0 0;
}
.affiliate-programme-discounts h4, .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .affiliate-programme-discounts .footer-title {
  float: left;
  width: 100%;
  font-weight: 500;
  color: #85be48;
  padding: 0;
  margin: 20px 0 10px;
}
.affiliate-programme-discounts h4 span, .affiliate-programme-discounts .arrow-list .footer-title span, .arrow-list .affiliate-programme-discounts .footer-title span {
  font-weight: 400;
  display: block;
}
.affiliate-programme-discounts strong {
  float: left;
  width: 100%;
}
.affiliate-programme-discounts p {
  float: left;
  display: block;
}
.affiliate-programme-discounts ul {
  color: #29abe2;
  margin: 5px 0 15px;
}
.affiliate-programme-container {
  float: left;
  width: 540px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .affiliate-programme-container {
    padding-right: 0;
    width: 100%;
  }
}
.affiliate-programme-container .section-header {
  margin-top: 0;
}
.affiliate-programme-container h4, .affiliate-programme-container .arrow-list .footer-title, .arrow-list .affiliate-programme-container .footer-title {
  float: left;
  width: 100%;
  font-weight: 500;
  padding: 0;
  margin: 20px 0 0;
}
.affiliate-programme-container strong {
  float: left;
  width: 100%;
}
.affiliate-programme-container p {
  float: left;
  display: block;
}
.affiliate-programme-container ul:not(.pp-list) {
  margin: 5px 0 0;
  color: #333333;
  border-bottom: 2px solid #e9f0f1;
  padding-bottom: 20px;
}
.affiliate-programme-container ul:not(.pp-list):last-of-type {
  border-bottom: 0;
}
.affiliate-programme-container ul:not(.pp-list) li {
  line-height: 1.4em;
  margin: 10px 0;
}
.affiliate-programme-container input:not([type="radio"]):not([type="checkbox"]) {
  border: 1px solid #e9f0f1;
}
.affiliate-programme-container .btn--default, .affiliate-programme-container .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .affiliate-programme-container .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .affiliate-programme-container .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .affiliate-programme-container .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .affiliate-programme-container button:not(.action-remove), .affiliate-programme-container .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .affiliate-programme-container .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .affiliate-programme-container .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .affiliate-programme-container .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .affiliate-programme-container button:not(.action-remove) {
  float: left;
  width: auto;
}
.affiliate-programme-container + .form.contact {
  float: left;
  width: 300px;
  background: #e9f0f1;
  padding: 20px 20px;
}
.affiliate-programme-container + .form.contact .text-header, .affiliate-programme-container + .form.contact .affiliate-programme-regulations h3, .affiliate-programme-regulations .affiliate-programme-container + .form.contact h3, .affiliate-programme-container + .form.contact .affiliate-programme-discounts h3, .affiliate-programme-discounts .affiliate-programme-container + .form.contact h3, .affiliate-programme-container + .form.contact .affiliate-programme-discounts h4, .affiliate-programme-container + .form.contact .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .affiliate-programme-container + .form.contact .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .affiliate-programme-container + .form.contact h4, .affiliate-programme-container + .form.contact h4, .affiliate-programme-container + .form.contact .arrow-list .footer-title, .arrow-list .affiliate-programme-container + .form.contact .footer-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
}
.affiliate-programme-container + .form.contact .fieldset {
  margin-bottom: 0;
}
.affiliate-programme-container + .form.contact .fieldset > .field {
  margin-bottom: 20px;
}
.affiliate-programme-container + .form.contact .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.affiliate-programme-container + .form.contact .with-checkbox {
  margin-bottom: 10px;
}
.affiliate-programme-container + .form.contact textarea {
  margin-bottom: 0;
  float: left;
}
.affiliate-programme-container + .form.contact input[type="checkbox"] + label span:not(.checkbox):not(.radio) {
  padding-left: 30px;
  display: block;
}
.affiliate-programme-container.affiliate-register {
  width: 560px;
}
.affiliate-programme-container.affiliate-register > p {
  margin: 0;
  float: none;
  font-size: 14px;
  line-height: 20px;
}
.affiliate-programme-container.affiliate-register .text-header, .affiliate-programme-container.affiliate-register .affiliate-programme-regulations h3, .affiliate-programme-regulations .affiliate-programme-container.affiliate-register h3, .affiliate-programme-container.affiliate-register .affiliate-programme-discounts h3, .affiliate-programme-discounts .affiliate-programme-container.affiliate-register h3, .affiliate-programme-container.affiliate-register .affiliate-programme-discounts h4, .affiliate-programme-container.affiliate-register .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .affiliate-programme-container.affiliate-register .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .affiliate-programme-container.affiliate-register h4, .affiliate-programme-container.affiliate-register .affiliate-programme-container h4, .affiliate-programme-container.affiliate-register .affiliate-programme-container .arrow-list .footer-title, .arrow-list .affiliate-programme-container.affiliate-register .affiliate-programme-container .footer-title, .affiliate-programme-container .affiliate-programme-container.affiliate-register h4 {
  margin-top: 15px;
}
.affiliate-programme-container.affiliate-register .text-header.with-border, .affiliate-programme-container.affiliate-register .affiliate-programme-regulations h3.with-border, .affiliate-programme-regulations .affiliate-programme-container.affiliate-register h3.with-border, .affiliate-programme-container.affiliate-register .affiliate-programme-discounts h3.with-border, .affiliate-programme-discounts .affiliate-programme-container.affiliate-register h3.with-border, .affiliate-programme-container.affiliate-register .affiliate-programme-discounts h4.with-border, .affiliate-programme-container.affiliate-register .affiliate-programme-discounts .arrow-list .with-border.footer-title, .arrow-list .affiliate-programme-container.affiliate-register .affiliate-programme-discounts .with-border.footer-title, .affiliate-programme-discounts .affiliate-programme-container.affiliate-register h4.with-border, .affiliate-programme-container.affiliate-register .affiliate-programme-container h4.with-border, .affiliate-programme-container.affiliate-register .affiliate-programme-container .arrow-list .with-border.footer-title, .arrow-list .affiliate-programme-container.affiliate-register .affiliate-programme-container .with-border.footer-title, .affiliate-programme-container .affiliate-programme-container.affiliate-register h4.with-border {
  border-top: 2px solid #e9f0f1;
  margin-bottom: 10px;
}
.affiliate-programme-container.affiliate-register .select-account-type {
  padding: 5px 0;
}
.affiliate-programme-container.affiliate-register .select-account-type .control > div {
  margin: 10px 0;
}
.affiliate-programme-container.affiliate-register .row {
  max-width: none;
}
.affiliate-programme-container.affiliate-register .row.no-margins {
  margin: 0;
}
.affiliate-programme-container.affiliate-register .row.no-margin-top {
  margin-top: 0;
}
.affiliate-programme-container.affiliate-register .row.no-margin-bottom {
  margin-bottom: 0;
}
.affiliate-programme-container.affiliate-register .row .field {
  max-width: 70%;
}
.affiliate-programme-container.affiliate-register .row .field label.label {
  display: block;
  padding-bottom: 3px;
}
.affiliate-programme-container.affiliate-register .row .medium {
  width: 55%;
  padding: 0 15px;
}
.affiliate-programme-container.affiliate-register .row .medium:first-child {
  padding-left: 0;
}
.affiliate-programme-container.affiliate-register .row .medium:last-child {
  padding-right: 0;
}
@media (max-width: 1240px) {
  .affiliate-programme-container.affiliate-register .row .medium {
    padding: 0;
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .affiliate-programme-container.affiliate-register .row .email, .affiliate-programme-container.affiliate-register .row .phone-number, .affiliate-programme-container.affiliate-register .row .long, .affiliate-programme-container.affiliate-register .row .tax-office, .affiliate-programme-container.affiliate-register .row .account-number {
    max-width: 100%;
  }
  .affiliate-programme-container.affiliate-register .row .medium {
    max-width: 90%;
    width: 100%;
  }
}
.affiliate-programme-container.affiliate-register .row hr {
  border: none;
  border-top: 2px solid #e9f0f1;
}
.affiliate-programme-container.affiliate-register .row .agreement-checkbox {
  max-width: none;
  margin: 0 0 10px 0;
}
.affiliate-programme-container.affiliate-register .row .agreement-checkbox:last-child {
  margin-bottom: 0;
}
.affiliate-programme-container.affiliate-register .row p + .agreement-checkbox {
  margin-top: 10px;
}
.affiliate-programme-container.affiliate-register .row p + .mage-error {
  margin-bottom: 15px;
}
.affiliate-programme-container.affiliate-register .with-transparent-input {
  width: auto;
}
.affiliate-programme-container.affiliate-register .with-transparent-input .transparent-input {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  text-shadow: none;
  color: #666666;
  width: 45px;
}
.affiliate-programme-container.affiliate-register [data-show] {
  display: none;
}
.affiliate-programme-container.affiliate-register [data-show="company"] {
  display: block;
}
.affiliate-programme-container.affiliate-register [data-hide] {
  display: block;
}
.affiliate-programme-container.affiliate-register [data-hide="company"] {
  display: none;
}
.affiliate-programme-container.affiliate-register .correspondence-address {
  display: none;
}
.affiliate-programme-container.affiliate-register .representative-info {
  margin-top: 15px;
}
.affiliate-programme-container.affiliate-register .representative-info h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 25px 0 20px 0;
}
.affiliate-programme-container.affiliate-register .representative-info p {
  float: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 20px 0 0 0;
}
.affiliate-programme-container.affiliate-register .representative-info .phone, .affiliate-programme-container.affiliate-register .representative-info .email {
  position: relative;
  padding: 0 0 0 50px;
  line-height: 36px;
  width: 100%;
  float: none;
}
.affiliate-programme-container.affiliate-register .representative-info .phone:before, .affiliate-programme-container.affiliate-register .representative-info .email:before {
  color: #29abe2;
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.affiliate-programme-container.affiliate-register .representative-info .phone:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.affiliate-programme-container.affiliate-register .representative-info .email:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.affiliate-programme-container.affiliate-register .representative-info .btn--default, .affiliate-programme-container.affiliate-register .representative-info .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .affiliate-programme-container.affiliate-register .representative-info .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .affiliate-programme-container.affiliate-register .representative-info .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .affiliate-programme-container.affiliate-register .representative-info .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .affiliate-programme-container.affiliate-register .representative-info button:not(.action-remove), .affiliate-programme-container.affiliate-register .representative-info .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .affiliate-programme-container.affiliate-register .representative-info .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .affiliate-programme-container.affiliate-register .representative-info .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .affiliate-programme-container.affiliate-register .representative-info .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .affiliate-programme-container.affiliate-register .representative-info button:not(.action-remove) {
  margin-top: 20px;
}
.affiliate-programme-container.affiliate-register + .info-sidebar {
  width: 280px;
  float: left;
}
.affiliate-programme-container.affiliate-register + .info-sidebar .section {
  background: #e9f0f1;
  padding: 20px 20px;
}
.affiliate-programme-container.affiliate-register + .info-sidebar .section + .section {
  margin-top: 1px;
}
.affiliate-programme-container.affiliate-register + .info-sidebar .section-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: -4px;
}
.affiliate-programme-container.affiliate-register + .info-sidebar ul.dot-list, .affiliate-programme-container.affiliate-register + .info-sidebar .affiliate-programme-discounts ul, .affiliate-programme-discounts .affiliate-programme-container.affiliate-register + .info-sidebar ul, .affiliate-programme-container.affiliate-register + .info-sidebar .affiliate-programme-container ul:not(.pp-list), .affiliate-programme-container .affiliate-programme-container.affiliate-register + .info-sidebar ul:not(.pp-list), .affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list {
  margin: 0 0 20px 0;
}
.affiliate-programme-container.affiliate-register + .info-sidebar ul.dot-list li, .affiliate-programme-container.affiliate-register + .info-sidebar .affiliate-programme-discounts ul li, .affiliate-programme-discounts .affiliate-programme-container.affiliate-register + .info-sidebar ul li, .affiliate-programme-container.affiliate-register + .info-sidebar .affiliate-programme-container ul:not(.pp-list) li, .affiliate-programme-container .affiliate-programme-container.affiliate-register + .info-sidebar ul:not(.pp-list) li, .affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list li {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.affiliate-programme-container.affiliate-register + .info-sidebar ul.dot-list li:before, .affiliate-programme-container.affiliate-register + .info-sidebar .affiliate-programme-discounts ul li:before, .affiliate-programme-discounts .affiliate-programme-container.affiliate-register + .info-sidebar ul li:before, .affiliate-programme-container.affiliate-register + .info-sidebar .affiliate-programme-container ul:not(.pp-list) li:before, .affiliate-programme-container .affiliate-programme-container.affiliate-register + .info-sidebar ul:not(.pp-list) li:before, .affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list li:before {
  top: 6px;
}
.affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list {
  float: none;
  margin: 10px 0 0 0;
}
.affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list .downloads-item {
  float: none;
  margin: 0;
}
.affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list .downloads-item:before {
  top: 6px;
}
.affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list .downloads-item .item-icon, .affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list .downloads-item .item-info, .affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list .downloads-item .item-description {
  display: none;
}
.affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list .downloads-item .item-link {
  float: none;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list .downloads-item .item-link a {
  color: #29abe2;
}
.affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list .downloads-item .item-link a:hover {
  color: #0890cc;
}
.affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list .downloads-item .item-link b {
  font-weight: 400;
}
.affiliate-programme-container.affiliate-register + .info-sidebar ul.download-list .downloads-item .item-link:before {
  display: none;
}
@media (max-width: 768px) {
  .affiliate-programme-container.affiliate-register {
    width: 100% !important;
  }
  .affiliate-programme-container.affiliate-register + .info-sidebar {
    margin-top: 20px;
  }
  .affiliate-programme-container.affiliate-register .nobr {
    white-space: normal;
  }
  .affiliate-programme-container.affiliate-register .row .with-tooltip .holder {
    width: auto;
    margin-right: 20px;
  }
}
.affiliate-programme-container.affiliate-confirmation {
  width: 100%;
  float: none;
  padding: 0;
}
.affiliate-programme-container.affiliate-confirmation .section-header {
  margin: -5px 0 25px 0;
  padding: 0;
}
.affiliate-programme-container.affiliate-confirmation .check-header {
  margin: 25px 0;
  position: relative;
  padding: 0 400px 0 70px;
  font-size: 18px;
  line-height: 22px;
  color: #85be48;
}
.affiliate-programme-container.affiliate-confirmation .check-header:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #85be48;
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.affiliate-programme-container.affiliate-confirmation .text-header, .affiliate-programme-container.affiliate-confirmation .affiliate-programme-regulations h3, .affiliate-programme-regulations .affiliate-programme-container.affiliate-confirmation h3, .affiliate-programme-container.affiliate-confirmation .affiliate-programme-discounts h3, .affiliate-programme-discounts .affiliate-programme-container.affiliate-confirmation h3, .affiliate-programme-container.affiliate-confirmation .affiliate-programme-discounts h4, .affiliate-programme-container.affiliate-confirmation .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .affiliate-programme-container.affiliate-confirmation .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .affiliate-programme-container.affiliate-confirmation h4, .affiliate-programme-container.affiliate-confirmation .affiliate-programme-container h4, .affiliate-programme-container.affiliate-confirmation .affiliate-programme-container .arrow-list .footer-title, .arrow-list .affiliate-programme-container.affiliate-confirmation .affiliate-programme-container .footer-title, .affiliate-programme-container .affiliate-programme-container.affiliate-confirmation h4 {
  border-top: 2px solid #e9f0f1;
  margin: 0;
  padding: 15px 0 0 0;
  float: none;
}
.affiliate-programme-container.affiliate-confirmation ol {
  margin: 10px 0 25px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  counter-reset: list;
}
.affiliate-programme-container.affiliate-confirmation ol li {
  position: relative;
  padding: 0 400px 0 70px;
  margin: 8px 0;
  font-size: 14px;
  line-height: 16px;
  min-height: 40px;
  counter-increment: list;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.affiliate-programme-container.affiliate-confirmation ol li:before {
  content: counter(list);
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #29abe2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 40px;
}
.affiliate-programme-container.affiliate-confirmation > div {
  margin-top: 10px;
}
.affiliate-programme-container.affiliate-confirmation > div a {
  position: relative;
  padding: 5px 0 5px 45px;
}
.affiliate-programme-container.affiliate-confirmation > div a:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #29abe2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  font-size: 20px;
}
@media (max-width: 1240px) {
  .affiliate-programme-container.affiliate-confirmation .check-header {
    padding: 0 100px 0 60px;
  }
  .affiliate-programme-container.affiliate-confirmation ol li {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 768px) {
  .affiliate-programme-container.affiliate-confirmation .check-header {
    padding: 0 0 0 60px;
  }
  .affiliate-programme-container.affiliate-confirmation ol li {
    padding: 0 0 0 60px;
  }
}
.account .column:not(.sidebar-main) .form.contact .actions-toolbar {
  margin: 10px 0 0;
}
.icon-person:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-note:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-percentage:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-bag:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-people:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-multiply:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pp-list {
  margin: 0;
  float: left;
  width: 100%;
  max-width: 350px;
  padding: 0;
  list-style-type: none;
}
.pp-list li {
  padding: 0 0 0 85px;
  margin: 20px 0;
  min-height: 30px;
}
.pp-list--long {
  max-width: 480px;
}
.pp-list span {
  font-weight: 700;
  color: #85be48;
}
.icon-pp {
  position: relative;
}
.icon-pp:before {
  position: absolute;
  top: 4px;
  left: 10px;
  display: block;
  color: #29abe2;
  font-size: 35px;
}
.affiliate-section-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.pp-registration-agreements, .pp-form-info, .pp-agreements {
  font-size: 12px;
  text-align: justify;
}
.pp-registration-form-info {
  text-align: justify;
}
.history-info {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .history-info .text-header, .history-info .affiliate-programme-regulations h3, .affiliate-programme-regulations .history-info h3, .history-info .affiliate-programme-discounts h3, .affiliate-programme-discounts .history-info h3, .history-info .affiliate-programme-discounts h4, .history-info .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .history-info .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .history-info h4, .history-info .affiliate-programme-container h4, .history-info .affiliate-programme-container .arrow-list .footer-title, .arrow-list .history-info .affiliate-programme-container .footer-title, .affiliate-programme-container .history-info h4 {
    font-size: 14px;
  }
}
@media (max-width: 1240px) {
  .sales-order-history .column.main {
    width: 100% !important;
  }
  .sales-order-history .sidebar-main {
    width: 100% !important;
  }
}
.sales-order-history .pager {
  width: 100%;
}
.sales-order-history .pager .pages {
  padding-top: 0;
  float: right;
}
.sales-order-history .pager .limiter {
  float: left;
}
.sales-order-history .pager .limiter .limiter-label {
  margin-right: 10px;
}
.sales-order-history .pager .limiter .limiter-options {
  margin-bottom: 0;
}
.sales-order-history .pager .toolbar-amount {
  display: none;
}
.sales-order-history .order-products-toolbar {
  margin: 20px 0;
  float: left;
  width: 100%;
}
.sales-order-history .order-products-toolbar + .actions-toolbar {
  display: none;
}
@media (max-width: 768px) {
  .sales-order-history .pager {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .sales-order-history .pager .pages {
    order: 2;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    border-top: 1px solid #e9f0f1;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .sales-order-history .pager .pages ul {
    display: inline-block;
    float: none;
  }
  .sales-order-history .pager .limiter {
    order: 1;
    display: inline-block;
    float: none;
    margin: 0 0 10px;
  }
}
.divante-partnerprogram-customer-youradviser {
  color: #333333;
}
.divante-partnerprogram-customer-youradviser .section-header {
  padding-bottom: 20px;
}
.divante-partnerprogram-customer-youradviser .text-header, .divante-partnerprogram-customer-youradviser .affiliate-programme-regulations h3, .affiliate-programme-regulations .divante-partnerprogram-customer-youradviser h3, .divante-partnerprogram-customer-youradviser .affiliate-programme-discounts h3, .affiliate-programme-discounts .divante-partnerprogram-customer-youradviser h3, .divante-partnerprogram-customer-youradviser .affiliate-programme-discounts h4, .divante-partnerprogram-customer-youradviser .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .divante-partnerprogram-customer-youradviser .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .divante-partnerprogram-customer-youradviser h4, .divante-partnerprogram-customer-youradviser .affiliate-programme-container h4, .divante-partnerprogram-customer-youradviser .affiliate-programme-container .arrow-list .footer-title, .arrow-list .divante-partnerprogram-customer-youradviser .affiliate-programme-container .footer-title, .affiliate-programme-container .divante-partnerprogram-customer-youradviser h4 {
  border-top: 2px solid #e9f0f1;
  border-bottom: 2px solid #e9f0f1;
  padding: 15px 0;
  margin: 0 0 15px;
}
.affiliate-programme__your-advisor {
  float: left;
  width: 100%;
  margin: 10px 0 30px;
}
.affiliate-programme__your-advisor .no-avatar {
  background: #f9f9f9;
  position: relative;
  height: 300px;
}
.affiliate-programme__your-advisor .no-avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .affiliate-programme__your-advisor .no-avatar {
    height: 200px;
  }
}
.your-advisor__photo {
  float: left;
  width: 31%;
}
.your-advisor__photo img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .your-advisor__photo {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .your-advisor__photo {
    width: 100%;
  }
}
.your-advisor__info {
  float: left;
  width: 69%;
}
@media (max-width: 768px) {
  .your-advisor__info {
    width: 100%;
  }
}
.your-advisor__name {
  float: left;
  width: 100%;
  padding: 0 30px;
  font-size: 24px;
  line-height: 1em;
  font-weight: 500;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .your-advisor__name {
    padding: 0 0 0 0;
    margin: 30px 0;
  }
}
@media (max-width: 560px) {
  .your-advisor__name {
    margin-top: 15px;
  }
}
.your-advisor__contact-data {
  float: left;
  width: 50%;
  padding: 0 30px;
  font-size: 12px;
}
.your-advisor__contact-data a {
  color: #333333;
}
.your-advisor__contact-data > div {
  float: left;
  margin-bottom: 15px;
}
.your-advisor__contact-data .phone {
  position: relative;
  float: left;
  padding-left: 30px;
  width: 100%;
}
.your-advisor__contact-data .phone:before {
  display: inline-block;
  color: #29abe2;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}
.your-advisor__contact-data .email {
  position: relative;
  float: left;
  padding-left: 30px;
  width: 100%;
}
.your-advisor__contact-data .email:before {
  display: inline-block;
  color: #29abe2;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}
.your-advisor__contact-data p {
  float: left;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .your-advisor__contact-data {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 560px) {
  .your-advisor__contact-data {
    width: 100%;
  }
}
.affiliate-programme-code__holder {
  float: left;
  width: 50%;
}
.affiliate-programme-code__holder .text-header, .affiliate-programme-code__holder .affiliate-programme-regulations h3, .affiliate-programme-regulations .affiliate-programme-code__holder h3, .affiliate-programme-code__holder .affiliate-programme-discounts h3, .affiliate-programme-discounts .affiliate-programme-code__holder h3, .affiliate-programme-code__holder .affiliate-programme-discounts h4, .affiliate-programme-code__holder .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .affiliate-programme-code__holder .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .affiliate-programme-code__holder h4, .affiliate-programme-code__holder .affiliate-programme-container h4, .affiliate-programme-code__holder .affiliate-programme-container .arrow-list .footer-title, .arrow-list .affiliate-programme-code__holder .affiliate-programme-container .footer-title, .affiliate-programme-container .affiliate-programme-code__holder h4 {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}
.affiliate-programme-code__holder > div {
  display: block;
  width: 100%;
  text-align: center;
}
.affiliate-programme-code__holder > div > div {
  width: 100%;
  display: block;
  margin-right: 0;
}
@media (max-width: 768px) {
  .affiliate-programme-code__holder > div > div:last-child {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .affiliate-programme-code__holder {
    margin-top: 15px;
    width: 100%;
  }
}
.divante-partnerprogram-customer-contactdataforclients .section-header, .divante_partnerprogram-customer-contactdataforclients .section-header {
  margin-top: 0;
  padding-top: 0;
  font-weight: 500;
  line-height: 1em;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit, .divante_partnerprogram-customer-contactdataforclients .entry-edit {
  position: relative;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .field, .divante_partnerprogram-customer-contactdataforclients .entry-edit .field {
  width: 100%;
  float: left;
  margin: 15px 0;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .field label, .divante_partnerprogram-customer-contactdataforclients .entry-edit .field label {
  color: #666666;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .control, .divante_partnerprogram-customer-contactdataforclients .entry-edit .control {
  width: 370px;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field {
  width: 270px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 30px;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-area input, .divante_partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-area input {
  box-shadow: none;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove) {
  width: auto;
  margin: 20px 0;
  float: left;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label {
  width: 270px;
  height: 300px;
  display: table;
  float: left;
  background: #f9f9f9;
  border: 1px solid #e9f0f1;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 10px;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label:before, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 95px;
  font-weight: 400;
  color: #e9f0f1;
  display: inline-block;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label span, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label span {
  display: block;
  width: 100%;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  margin: 40px 0 0;
  color: #aaadb0;
  position: relative;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label span:before, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label span:before {
  display: block;
  content: "forma zdjęcia 270 x 300 px,";
  width: 100%;
  margin: 10px 0 10px;
  font-weight: 400;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label span:after, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label span:after {
  display: block;
  content: "o maksymalnej wielkości 2mb";
  width: 100%;
  margin: 10px 0 10px;
  font-weight: 400;
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-summary, .divante_partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-summary img, .divante_partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-summary img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  float: left;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-preview, .divante_partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-preview {
  width: 270px;
  height: 300px;
  float: left;
  background: #f9f9f9;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-preview > a, .divante_partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-preview > a {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-area input[type="file"], .divante_partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-area input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -2;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-button, .divante_partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-button {
  color: #00aeef;
  float: left;
  cursor: pointer;
  position: relative;
  z-index: 3;
  font-size: 12px;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-button:before, .divante_partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-button:before {
  display: inline-block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 8px;
  position: relative;
  top: 1px;
  font-size: 15px;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .action-remove, .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-remove {
  float: right;
  border: 0;
  padding: 0;
  background: none;
  font-size: 12px;
  position: relative;
  color: #cd5d44;
  font-weight: 400;
  margin-top: 9px;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .action-remove:before, .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-remove:before {
  display: inline-block;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
  position: relative;
  top: 1px;
  font-size: 16px;
}
.divante-partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-filename, .divante-partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-meta, .divante_partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-filename, .divante_partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-meta {
  display: none;
}
@media (max-width: 768px) {
  .divante-partnerprogram-customer-contactdataforclients .entry-edit, .divante_partnerprogram-customer-contactdataforclients .entry-edit {
    display: flex;
    flex-direction: column;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit .control, .divante_partnerprogram-customer-contactdataforclients .entry-edit .control {
    width: 370px;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field {
    width: 270px;
    position: relative;
    top: 0;
    right: auto;
    float: left;
    margin: 20px 0;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove) {
    width: auto;
    margin: 20px 0;
    display: inline-block;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label {
    position: relative;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove) {
    width: 130px;
  }
}
@media (max-width: 560px) {
  .divante-partnerprogram-customer-contactdataforclients .entry-edit .control, .divante_partnerprogram-customer-contactdataforclients .entry-edit .control {
    width: 100%;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label {
    width: 190px;
    height: 212px;
    padding-top: 20px;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label:before, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label:before {
    font-size: 70px;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label span, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label span {
    font-size: 12px;
    margin: 20px 0 0;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label span:before, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label span:before {
    margin: 10px 0 10px;
    top: 2em;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label span:after, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field-label span:after {
    margin: 10px 0 10px;
    top: 3.5em;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit .admin__field, .divante_partnerprogram-customer-contactdataforclients .entry-edit .admin__field {
    width: 190px;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-summary img, .divante_partnerprogram-customer-contactdataforclients .entry-edit .file-uploader-summary img {
    height: 212px;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-remove, .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-remove {
    margin-top: 2px;
  }
  .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-remove:before, .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-remove:before {
    top: 2px;
  }
}
.contact-index-index .section-header {
  margin: 40px 0;
  padding: 0;
  border: 0;
  font-size: 28px;
  font-weight: 500;
}
.contact-index-index .section-header .base {
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact-index-index .section-header {
    margin: 20px 0 10px;
    font-size: 18px;
  }
}
.contact-page__content {
  width: 800px;
  float: left;
}
.contact-page__content .row {
  float: left;
  width: 100%;
  margin: 0 0 45px;
}
.contact-page__content a {
  color: #333333;
}
@media (max-width: 1240px) {
  .contact-page__content {
    width: 100%;
    padding-right: 0;
  }
  .contact-page__content iframe {
    width: 100% !important;
    height: 350px !important;
  }
}
@media (max-width: 768px) {
  .contact-page__content iframe {
    height: 270px !important;
  }
  .contact-page__content .row {
    margin-bottom: 20px;
  }
}
.contact-marker, .contact-phone, .contact-mail {
  display: block;
  padding-left: 60px;
  position: relative;
}
.contact-marker:before, .contact-phone:before, .contact-mail:before {
  color: #29abe2;
  display: block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-marker .show-phone:hover, .contact-phone .show-phone:hover, .contact-mail .show-phone:hover {
  cursor: pointer;
}
.contact-marker .hidden, .contact-phone .hidden, .contact-mail .hidden {
  display: none;
}
.contact-marker:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 43px;
}
.contact-phone:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  top: 2px;
}
.contact-mail:before {
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  top: -5px;
}
.contact-page__box {
  width: 48%;
  border-top: 2px solid #e9f0f1;
  margin-right: 4%;
  float: left;
  padding-bottom: 10px;
}
.contact-page__box:last-child {
  margin-right: 0;
}
@media (max-width: 560px) {
  .contact-page__box {
    width: 100%;
    margin-right: 0;
  }
}
.form.contact-page__form {
  float: right;
  width: 370px;
  background: #e9f0f1;
  padding: 20px 20px;
  margin-bottom: 20px;
}
.form.contact-page__form .text-header, .form.contact-page__form .affiliate-programme-regulations h3, .affiliate-programme-regulations .form.contact-page__form h3, .form.contact-page__form .affiliate-programme-discounts h3, .affiliate-programme-discounts .form.contact-page__form h3, .form.contact-page__form .affiliate-programme-discounts h4, .form.contact-page__form .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .form.contact-page__form .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .form.contact-page__form h4, .form.contact-page__form .affiliate-programme-container h4, .form.contact-page__form .affiliate-programme-container .arrow-list .footer-title, .arrow-list .form.contact-page__form .affiliate-programme-container .footer-title, .affiliate-programme-container .form.contact-page__form h4 {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
}
.form.contact-page__form .fieldset {
  margin-bottom: 0;
}
.form.contact-page__form .fieldset > .field {
  display: block;
  padding: 0;
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.form.contact-page__form .fieldset > .field:before, .form.contact-page__form .fieldset > .field:after {
  display: none;
}
.form.contact-page__form .fieldset > .field label {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  font-weight: 400;
  color: #666666;
  font-size: 12px;
  text-align: left;
}
.form.contact-page__form .fieldset > .field.recaptcha-box {
  margin-bottom: 0;
}
.form.contact-page__form .fieldset > .field.with-tooltip .control {
  flex-wrap: wrap;
}
.form.contact-page__form .fieldset > .field.with-tooltip .control input {
  width: calc(100% - 31px);
}
.form.contact-page__form .fieldset > .field.with-tooltip .control div.mage-error {
  order: 1;
}
.form.contact-page__form .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.form.contact-page__form .with-checkbox {
  margin-bottom: 10px;
}
.form.contact-page__form textarea {
  margin-bottom: 0;
  float: left;
}
.form.contact-page__form input[type="checkbox"] + label span:not(.checkbox):not(.radio) {
  padding-left: 30px;
  display: block;
  padding-top: 2px;
}
.form.contact-page__form .btn--default, .form.contact-page__form .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .form.contact-page__form .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .form.contact-page__form .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .form.contact-page__form .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .form.contact-page__form button:not(.action-remove), .form.contact-page__form .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .form.contact-page__form .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .form.contact-page__form .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .form.contact-page__form .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .form.contact-page__form button:not(.action-remove) {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1240px) {
  .form.contact-page__form {
    width: 50%;
    float: left;
    background: none;
  }
}
@media (max-width: 768px) {
  .form.contact-page__form {
    width: 70%;
  }
  .form.contact-page__form .btn--default, .form.contact-page__form .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .form.contact-page__form .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .form.contact-page__form .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .form.contact-page__form .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .form.contact-page__form button:not(.action-remove), .form.contact-page__form .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .form.contact-page__form .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .form.contact-page__form .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .form.contact-page__form .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .form.contact-page__form button:not(.action-remove) {
    float: left;
    width: auto;
  }
}
@media (max-width: 560px) {
  .form.contact-page__form {
    padding: 0;
    width: 100%;
    margin: 20px 0 40px;
  }
}
@media (min-width: 1241px) {
  .form.contact-page__form .field .tooltip:hover .tooltip-content {
    margin-left: 0;
    margin-right: 10px;
    left: auto;
    right: 100%;
    width: 100%;
  }
  .form.contact-page__form .field .tooltip:hover .tooltip-content:before, .form.contact-page__form .field .tooltip:hover .tooltip-content:after {
    display: none;
  }
}
.form.contact-page__form .product-info-agreement, .form.contact-page__form .contact-form-info, .form.contact-page__form .contact-agreements {
  font-size: 12px;
  text-align: justify;
}
.product-info-agreement {
  font-size: 12px;
  text-align: justify;
}
.divante-partnerprogram-customer-agreementdata .text-header, .divante-partnerprogram-customer-agreementdata .affiliate-programme-regulations h3, .affiliate-programme-regulations .divante-partnerprogram-customer-agreementdata h3, .divante-partnerprogram-customer-agreementdata .affiliate-programme-discounts h3, .affiliate-programme-discounts .divante-partnerprogram-customer-agreementdata h3, .divante-partnerprogram-customer-agreementdata .affiliate-programme-discounts h4, .divante-partnerprogram-customer-agreementdata .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .divante-partnerprogram-customer-agreementdata .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .divante-partnerprogram-customer-agreementdata h4, .divante-partnerprogram-customer-agreementdata .affiliate-programme-container h4, .divante-partnerprogram-customer-agreementdata .affiliate-programme-container .arrow-list .footer-title, .arrow-list .divante-partnerprogram-customer-agreementdata .affiliate-programme-container .footer-title, .affiliate-programme-container .divante-partnerprogram-customer-agreementdata h4 {
  margin: 0 0 7px;
}
.divante-partnerprogram-customer-agreementdata .agreement-data-info, .divante-partnerprogram-customer-agreementdata .agreement-data-statements {
  padding-bottom: 20px;
  float: left;
  width: 100%;
  border-bottom: 2px solid #e9f0f1;
}
.divante-partnerprogram-customer-agreementdata .agreement-data-info ul, .divante-partnerprogram-customer-agreementdata .agreement-data-statements ul {
  margin: 0;
  padding: 0;
}
.divante-partnerprogram-customer-agreementdata .agreement-data-info li, .divante-partnerprogram-customer-agreementdata .agreement-data-statements li {
  list-style-type: none;
  margin: 0 0 17px;
  padding: 0;
}
.divante-partnerprogram-customer-agreementdata .agreement-data-info li:last-child, .divante-partnerprogram-customer-agreementdata .agreement-data-statements li:last-child {
  margin-bottom: 0;
}
.divante-partnerprogram-customer-agreementdata .agreement-data-info span {
  display: block;
  float: left;
  width: 100%;
}
.divante-partnerprogram-customer-agreementdata .span-last {
  margin-bottom: 20px;
}
.divante-partnerprogram-customer-agreementdata strong {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: block;
}
.divante-partnerprogram-customer-agreementdata .span-last:empty {
  margin-bottom: 0;
}
.divante-partnerprogram-customer-agreementdata p {
  margin: 2px 0;
}
.divante-partnerprogram-customer-agreementdata .customer-registration-downloads {
  border-bottom: 0;
  padding-bottom: 0;
}
.account .your-network-filter {
  width: 100%;
  float: left;
  background: #e9f0f1;
}
.account .your-network-filter .row {
  width: 100%;
  float: left;
  max-width: none;
  margin: 0;
  position: relative;
  padding: 15px;
}
.account .your-network-filter .row:first-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.account .your-network-filter .row:last-child {
  padding-top: 15px;
}
.account .your-network-filter .field {
  width: auto;
}
.account .your-network-filter label {
  text-align: right;
  padding: 0 15px;
  display: inline-block;
  float: none;
  width: auto;
}
.account .your-network-filter .label-fixed {
  width: 350px;
  padding-left: 0;
}
.account .your-network-filter input {
  padding: 0 15px;
  display: inline-block;
  float: none;
  text-shadow: 0;
  margin: 0;
  width: 136px;
  height: 36px;
}
.account .your-network-filter select {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0;
}
.account .your-network-filter .btn--default, .account .your-network-filter .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .your-network-filter .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .your-network-filter .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .your-network-filter .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .account .your-network-filter button:not(.action-remove), .account .your-network-filter .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .your-network-filter .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .your-network-filter .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .your-network-filter .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .account .your-network-filter button:not(.action-remove) {
  display: inline-block;
  float: none;
  width: auto;
  padding: 9px 33px;
  margin-left: 15px;
}
.account .your-network-filter .ui-selectmenu-button.ui-button {
  width: 180px;
  margin: 0;
}
@media (max-width: 768px) {
  .account .your-network-filter {
    position: relative;
  }
  .account .your-network-filter:before {
    display: block;
    content: "";
    width: 2000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1000px;
    background: #e9f0f1;
    z-index: -1;
  }
  .account .your-network-filter .field {
    width: 100%;
    margin: 0;
  }
  .account .your-network-filter input, .account .your-network-filter .ui-selectmenu-button.ui-button {
    width: 100%;
    margin-top: 15px;
  }
  .account .your-network-filter .calendar-holder {
    width: 100%;
  }
  .account .your-network-filter .row:first-child {
    padding: 15px;
    border-bottom: 0;
    position: relative;
  }
  .account .your-network-filter .row:first-child:before {
    display: block;
    content: "";
    width: 1000px;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: -100px;
    background: #ffffff;
  }
  .account .your-network-filter .row:last-child {
    padding: 30px 0 20px;
  }
  .account .your-network-filter .row:last-child .field {
    width: 70%;
    padding-right: 12px;
  }
  .account .your-network-filter .btn--default, .account .your-network-filter .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .your-network-filter .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .your-network-filter .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .your-network-filter .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .account .your-network-filter button:not(.action-remove), .account .your-network-filter .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .your-network-filter .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .your-network-filter .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .your-network-filter .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .account .your-network-filter button:not(.action-remove) {
    margin-left: 0;
    width: 30%;
  }
  .account .your-network-filter label {
    display: none;
  }
  .account .your-network-filter .label-fixed {
    width: 100%;
    white-space: nowrap;
    padding: 0;
    display: block;
    text-align: left;
    position: absolute;
    top: 7px;
  }
  .account .your-network-filter .label-fixed.second {
    display: none;
  }
}
@media (max-width: 1240px) {
  .account .your-network-filter--members .label-fixed {
    width: auto;
  }
  .account .your-network-filter--members label {
    padding: 0 10px;
  }
  .account .your-network-filter--members .btn--default, .account .your-network-filter--members .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .your-network-filter--members .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .your-network-filter--members .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .your-network-filter--members .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .account .your-network-filter--members button:not(.action-remove), .account .your-network-filter--members .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .your-network-filter--members .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .your-network-filter--members .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .your-network-filter--members .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .account .your-network-filter--members button:not(.action-remove) {
    padding: 9px 30px;
  }
}
@media (max-width: 768px) {
  .account .your-network-filter--members .row {
    text-align: center;
  }
  .account .your-network-filter--members .field {
    width: 50%;
    margin-top: 22px;
  }
  .account .your-network-filter--members .field .calendar-holder {
    width: 100%;
  }
  .account .your-network-filter--members .field:first-child {
    padding-right: 20px;
  }
  .account .your-network-filter--members .field:last-of-type {
    padding-left: 20px;
    position: relative;
  }
  .account .your-network-filter--members .field label {
    position: absolute;
    left: -15px;
    top: 10px;
  }
  .account .your-network-filter--members .field .label-fixed {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 15px;
    text-align: left;
  }
  .account .your-network-filter--members input {
    width: 100%;
  }
  .account .your-network-filter--members .btn--default, .account .your-network-filter--members .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .your-network-filter--members .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .your-network-filter--members .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .your-network-filter--members .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .account .your-network-filter--members button:not(.action-remove), .account .your-network-filter--members .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .account .your-network-filter--members .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .account .your-network-filter--members .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .account .your-network-filter--members .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .account .your-network-filter--members button:not(.action-remove) {
    margin: 5px auto 0;
    float: none;
  }
}
.provisions-total {
  margin: 10px 0 30px;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}
.provisions-total + .text-header, .affiliate-programme-regulations .provisions-total + h3, .affiliate-programme-discounts .provisions-total + h3, .affiliate-programme-discounts .provisions-total + h4, .affiliate-programme-discounts .arrow-list .provisions-total + .footer-title, .arrow-list .affiliate-programme-discounts .provisions-total + .footer-title, .affiliate-programme-container .provisions-total + h4, .affiliate-programme-container .arrow-list .provisions-total + .footer-title, .arrow-list .affiliate-programme-container .provisions-total + .footer-title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.provisions-total li {
  float: left;
  width: 100%;
  padding: 0 0;
  line-height: 56px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px solid #e9f0f1;
}
.provisions-total li > div:first-child {
  float: left;
}
.provisions-total li > div:last-child {
  float: right;
}
.provisions-total .provisions-total--sum {
  color: #85be48;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 768px) {
  .provisions-total li {
    line-height: 1.4em;
  }
  .provisions-total li > div {
    padding: 10px 0;
  }
  .provisions-total li > div:first-child {
    width: 60%;
    padding-right: 6px;
  }
  .provisions-total li > div:last-child {
    width: 40%;
    padding-left: 6px;
    text-align: right;
  }
  .provisions-total .provisions-total--sum {
    font-size: 14px;
  }
  .provisions-total .provisions-total--sum > div:last-child {
    font-size: 18px;
  }
}
.info-paragraph {
  padding-left: 40px;
  position: relative;
  float: left;
  width: 100%;
  font-size: 12px;
  color: #666666;
  line-height: 1.2em;
}
.info-paragraph:before {
  display: block;
  content: "";
  position: absolute;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e9f0f1;
  top: 4px;
  font-size: 26px;
  left: 0;
}
.info-paragraph + .pages {
  padding-top: 0;
}
.calendar-holder {
  display: inline-block;
  width: auto;
  position: relative;
}
.calendar-holder:before {
  display: block;
  content: "";
  color: #00aeef;
  font-size: 20px;
  content: "";
  font-family: "distripark-ico-font", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  position: absolute;
}
.your-network-grid {
  float: left;
  display: block;
  width: 100%;
}
.your-network-grid .text-header, .your-network-grid .affiliate-programme-regulations h3, .affiliate-programme-regulations .your-network-grid h3, .your-network-grid .affiliate-programme-discounts h3, .affiliate-programme-discounts .your-network-grid h3, .your-network-grid .affiliate-programme-discounts h4, .your-network-grid .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .your-network-grid .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .your-network-grid h4, .your-network-grid .affiliate-programme-container h4, .your-network-grid .affiliate-programme-container .arrow-list .footer-title, .arrow-list .your-network-grid .affiliate-programme-container .footer-title, .affiliate-programme-container .your-network-grid h4 {
  margin-bottom: 20px;
}
.your-network-grid .nowrapping-link {
  display: block;
  float: left;
  width: 90px;
}
.your-network-grid .pager {
  width: 100%;
  margin: 30px 0 0;
}
.your-network-grid .pager .limiter {
  float: left;
}
.your-network-grid .pager .limiter .limiter-label {
  margin-right: 10px;
}
@media (max-width: 1240px) {
  .your-network-grid .nowrapping-link {
    width: auto;
    display: inline-block;
    float: none;
  }
}
.your-network-members {
  float: left;
  width: 100%;
}
.your-network-members .text-header, .your-network-members .affiliate-programme-regulations h3, .affiliate-programme-regulations .your-network-members h3, .your-network-members .affiliate-programme-discounts h3, .affiliate-programme-discounts .your-network-members h3, .your-network-members .affiliate-programme-discounts h4, .your-network-members .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .your-network-members .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .your-network-members h4, .your-network-members .affiliate-programme-container h4, .your-network-members .affiliate-programme-container .arrow-list .footer-title, .arrow-list .your-network-members .affiliate-programme-container .footer-title, .affiliate-programme-container .your-network-members h4 {
  margin: 15px 0 20px;
}
.your-network__table tbody {
  color: #333333;
  font-size: 14px;
}
.your-network__table tr {
  border-bottom: 1px solid #e9f0f1;
}
.your-network__table td {
  padding: 18px 15px;
}
.your-network__table td:first-child {
  padding-left: 0;
}
.your-network__table td:last-child {
  padding-right: 0;
  width: 170px;
}
@media (max-width: 1240px) {
  .your-network__table td:last-child {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .your-network__table .your-network__table__header {
    display: none;
  }
  .your-network__table tbody tr td {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    border: 0;
    padding: 2px 0;
  }
  .your-network__table tbody tr td:first-child {
    padding-top: 15px;
  }
  .your-network__table tbody tr td:last-child {
    border-bottom: 0;
    padding-bottom: 15px;
    width: 100%;
  }
  .your-network__table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #666666;
    width: 49%;
    padding-right: 10px;
  }
}
.your-network__table__summary {
  color: #85be48;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .your-network__table__summary {
    font-size: 12px;
    font-weight: 500;
  }
  .your-network__table__summary td:last-child {
    font-size: 18px;
    width: 51%;
    padding-left: 0;
  }
  .your-network__table__summary td {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    float: left;
    width: 49%;
  }
}
.your-network__table__header {
  font-size: 10px;
  color: #666666;
  text-transform: uppercase;
}
.payment-history-top {
  font-size: 18px;
  font-weight: 500;
  color: #85be48;
  border-bottom: 1px solid #e9f0f1;
  float: left;
  width: 100%;
  padding: 17px 0 20px;
}
.payment-history-top div {
  float: left;
}
.payment-history-top div:first-child {
  width: 70%;
}
.payment-history-top div:last-child {
  width: 30%;
}
@media (max-width: 768px) {
  .payment-history-top {
    border-bottom: 0;
    padding-bottom: 10px;
  }
  .payment-history-top div:first-child {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .payment-history-top div:last-child {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
  }
}
.payment-history-button {
  float: right;
  margin: 20px 0 30px;
  width: 100%;
}
.payment-history-button .btn--default, .payment-history-button .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .payment-history-button .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .payment-history-button .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .payment-history-button .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .payment-history-button button:not(.action-remove), .payment-history-button .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .payment-history-button .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .payment-history-button .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .payment-history-button .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .payment-history-button button:not(.action-remove) {
  width: auto;
  float: right;
}
@media (max-width: 768px) {
  .payment-history-button {
    margin-top: 0;
  }
  .payment-history-button .btn--default, .payment-history-button .divante-partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .payment-history-button .divante-partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .payment-history-button .divante-partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .payment-history-button .divante-partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante-partnerprogram-customer-contactdataforclients .entry-edit .payment-history-button button:not(.action-remove), .payment-history-button .divante_partnerprogram-customer-contactdataforclients .entry-edit button:not(.action-remove), .payment-history-button .divante_partnerprogram-customer-contactdataforclients .entry-edit .cart.table-wrapper .actions-toolbar > .action:not(.action-remove), .cart.table-wrapper .payment-history-button .divante_partnerprogram-customer-contactdataforclients .entry-edit .actions-toolbar > .action:not(.action-remove), .payment-history-button .divante_partnerprogram-customer-contactdataforclients .entry-edit .action-gift:not(.action-remove), .divante_partnerprogram-customer-contactdataforclients .entry-edit .payment-history-button button:not(.action-remove) {
    width: 100%;
  }
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header, .amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  box-shadow: none;
  direction: ltr;
  margin-right: 30px;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  color: #363636;
  font-size: 12px;
  margin-bottom: 10px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  color: #4670c9;
  cursor: pointer;
  font-size: 12px;
}
.amgdprcookie-toggle-cookie {
  padding-left: 50px;
  position: relative;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  opacity: 0;
  width: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: #a5a5a5;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: #fff;
  border-radius: 40px;
  content: "";
  height: 25px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all 0.4s ease;
  width: 25px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label, .amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #ef7c4a;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #fff;
  font-size: 14px;
  padding: 7px 27px;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus, .amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  color: #2977c2;
  cursor: pointer;
  float: right;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  background-color: #0a6c9f;
  content: "";
  height: 100%;
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    font-size: 20px;
    padding: 17px 46px;
    text-transform: none;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    background: inherit;
    display: inline-block;
    font-size: 14px;
  }
}
.amgdprcookie-groups-modal {
  z-index: 999;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container, .amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #fff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #fff;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar, .amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track, .amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb, .amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container, .amgdprcookie-groups-modal .amgdprcookie-tbody {
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-bar-container {
  background: #fff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  bottom: unset;
  left: unset;
  overflow-y: unset;
  pointer-events: auto;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdprcookie-bar-container .action-close:focus, .amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: 0.9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #4670c9;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: 0.9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active, .amgdprcookie-buttons-block .amgdprcookie-button:focus {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: 0.9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow, .amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #4670c9;
  color: #fff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #fff;
  margin-left: 5px;
  overflow-y: auto;
}
.amgdprcookie-modal-template .action-close {
  background: #fff;
  line-height: 14px;
  margin: 0;
  padding: 8px;
  right: 0;
  top: 0;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus, .amgdprcookie-modal-template .action-close:active {
  background: #fff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: 0.9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #fff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #4670c9;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  bottom: 0;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==") no-repeat center;
  content: "";
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #fff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #fff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row, .amgdprcookie-groups-modal .amgdprcookie-table thead tr, .amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  height: 100%;
  margin-left: 0;
  min-width: 400px;
  pointer-events: auto;
  position: relative;
  width: 20%;
  z-index: 900;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
@media (max-width: 768px) {
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    padding: 10px;
    right: 0;
    top: 0;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    min-width: unset;
    width: unset;
  }
}
@media (min-width: 768px) {
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container, .amgdprcookie-groups-modal .amgdprcookie-header, .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    background: #fff;
    min-width: 400px;
    right: unset;
    width: 21%;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc, .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell, .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    margin-bottom: 5px;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    left: unset;
    margin-left: unset;
    width: 21%;
  }
}
.amgdprcookie-modal-container {
  justify-content: flex-end;
}
.amgdprcookie-policy-container {
  width: 100%;
}
@media (min-width: 1240px) {
  .btn--handbill {
    width: 150px;
  }
}
.wk-mp-row {
  margin-bottom: 20px;
}
.wk-mp-row:before, .wk-mp-row:after {
  content: "";
  display: table;
}
.wk-mp-row:after {
  clear: both;
}
.account .section-header.wk-mp-headings {
  border-bottom: 2px solid #e9f0f1;
  margin-bottom: 20px;
}
.marketplace-order-printorder .page-main {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  float: none;
}
.marketplace-order-printorder .page-main .logo {
  display: inline-block;
  margin-top: 20px;
}
.marketplace-order-printorder .page-main .container {
  padding: 0;
  width: 100%;
}
.ask-question-modal .ask-question-form {
  margin: 0;
}
.ask-question-modal .ask-question-form * {
  box-sizing: border-box;
}
.ask-question-modal .ask-question-form .fieldset > .field {
  margin-bottom: 20px;
}
.wk-mp-design {
  margin: 0 0 25px;
}
.wk-mp-design:before, .wk-mp-design:after {
  content: "";
  display: table;
}
.wk-mp-design:after {
  clear: both;
}
.wk-mp-design .horizontal-line {
  border: none;
  border-bottom: 2px solid #e9f0f1;
  margin-top: 25px;
  margin-bottom: 25px;
}
.wk-mp-design input:not([type="radio"]):not([type="checkbox"]) {
  height: 36px;
  width: 100%;
}
.wk-mp-design .ui-selectmenu-button {
  height: 36px;
  margin: 0;
}
.wk-mp-design .ui-selectmenu-button .ui-selectmenu-text {
  line-height: 33px;
  padding-top: 3px;
}
.wk-mp-design .ui-selectmenu-button .ui-selectmenu-icon.ui-icon {
  height: 36px;
}
.wk-mp-design .ui-selectmenu-button .ui-selectmenu-icon.ui-icon:before {
  top: 11px;
}
.wk-mp-design .btn-primary {
  display: inline-block;
  width: auto;
  padding: 12px 28px;
  color: #ffffff !important;
  background: #29abe2 !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #0890cc;
  text-transform: none;
  opacity: 1;
}
.wk-mp-design .btn-primary:hover, .wk-mp-design .btn-primary:focus {
  background: #0890cc !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #0890cc !important;
  color: #ffffff !important;
}
.wk-mp-design .btn-primary.small {
  padding: 5px 10px;
}
.wk-mp-design .btn-primary[disabled] {
  opacity: 0.5;
}
.wk-mp-design .btns-group {
  overflow: hidden;
  margin-top: -10px;
}
.wk-mp-design .btns-group .btn {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.wk-mp-design .btns-group .btn:last-child {
  margin-right: 0;
}
.wk-mp-design .field-summer-note .control {
  position: relative;
}
.wk-mp-design .field-summer-note .control > textarea {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.wk-mp-design .custom-tags .tags-spinner-wrap {
  text-align: center;
  padding: 5px 0;
}
.wk-mp-design .custom-tags .tags-spinner-wrap .spinner {
  margin-right: 40px;
}
.wk-mp-design .custom-tags .admin__action-multiselect-search-label {
  right: 20px;
  top: 18px;
}
@media screen and (min-width: 769px) {
  .wk-mp-design .custom-tags .admin__action-multiselect-search-label {
    top: 22px;
  }
}
.wk-mp-design .custom-tags .admin__action-multiselect-search-wrap {
  padding: 10px 0;
  margin: 0 10px;
}
.wk-mp-design .custom-tags .admin__action-multiselect-search-count {
  margin-top: 10px;
}
.wk-mp-design .custom-tags .admin__action-multiselect-actions-wrap {
  margin: 0;
}
.wk-mp-design .custom-tags .admin__action-multiselect-menu-inner._root {
  border-top: 1px solid #e3e3e3;
}
.wk-mp-design .custom-labels .component-hidden-input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  position: absolute;
  display: none;
}
.wk-mp-design .custom-labels .multiimage__field {
  padding: 0;
  margin: 15px 0;
  border: none;
}
.wk-mp-design .custom-labels .multiimage__field .admin__field-control .admin__field-option {
  float: left;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0 15px 15px 0;
}
.wk-mp-design .custom-labels .multiimage__field .admin__field-control .admin__field-option:nth-child(1):nth-last-child(2) + .admin__field-option {
  margin: 0;
}
.wk-mp-design .custom-labels .multiimage__field .admin__field-control .admin__field-option img {
  display: block;
  max-width: 50px;
  max-height: 50px;
}
.wk-mp-design .custom-labels .multiimage__field .admin__field-control .admin__field-option:before {
  display: none !important;
}
.wk-mp-design .custom-labels .multiimage__field .admin__field-control .admin__field-option input[type="checkbox"]:checked + .admin__field-label {
  opacity: 1;
}
.wk-mp-design .custom-labels .multiimage__field .admin__field-control .admin__field-option .admin__field-label {
  padding: 0 !important;
  opacity: 0.2;
  cursor: pointer;
}
.wk-mp-design .custom-labels .multiimage__field .admin__field-control .admin__field-option .admin__field-label:before, .wk-mp-design .custom-labels .multiimage__field .admin__field-control .admin__field-option .admin__field-label:after {
  display: none;
}
.wk-mp-design .mp-edit:after {
  display: none;
}
.wk-mp-design .wk-orderbox {
  padding: 10px;
  margin: 0 0 15px;
  border: 1px solid #eae9e9;
  width: 100%;
  border-radius: 0;
  text-align: left;
}
.wk-mp-design .wk-orderbox .wk-orderbox-content1 {
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 15px;
}
.wk-mp-design .wk-orderbox .wk-orderbox-content1, .wk-mp-design .wk-orderbox .wk-orderbox-content2 {
  width: 100%;
  display: block;
}
.wk-mp-design .wk-orderbox .wk-orderbox-content1:before, .wk-mp-design .wk-orderbox .wk-orderbox-content1:after, .wk-mp-design .wk-orderbox .wk-orderbox-content2:before, .wk-mp-design .wk-orderbox .wk-orderbox-content2:after {
  content: "";
  display: table;
}
.wk-mp-design .wk-orderbox .wk-orderbox-content1:after, .wk-mp-design .wk-orderbox .wk-orderbox-content2:after {
  clear: both;
}
.wk-mp-design .wk-orderbox .wk-orderbox-details {
  margin: 0 0 15px;
}
.wk-mp-design .wk-orderbox .wk-orderbox-products {
  margin: 0 0 15px;
}
.wk-mp-design .wk-orderbox .wk-dash-orderstatus {
  padding: 0;
  margin: 0 0 15px;
}
.wk-mp-design .wk-orderbox .wk-dash-label {
  margin-top: 0;
}
.wk-mp-design.marketplace-dashboard .mp-block {
  border: 1px solid #eae9e9;
  margin-bottom: 15px;
}
.wk-mp-design.marketplace-dashboard .mp-block .mp-block-title {
  border-bottom: 1px solid #eae9e9;
  padding: 10px;
  overflow: hidden;
}
.wk-mp-design.marketplace-dashboard .mp-block .mp-block-title h3 {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.wk-mp-design.marketplace-dashboard .mp-block .mp-block-title .mp-block-btns {
  overflow: hidden;
}
.wk-mp-design.marketplace-dashboard .mp-block .mp-block-title .mp-block-btns .btn {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.wk-mp-design.marketplace-dashboard .mp-block .mp-block-title .mp-block-btns .btn:last-child {
  margin-right: 0;
}
.wk-mp-design.marketplace-dashboard .mp-block .mp-block-content {
  min-height: 50px;
}
.wk-mp-design.marketplace-dashboard .mp-block .mp-block-content.with-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.wk-mp-design.marketplace-dashboard .mp-block .mp-block-content.with-top-selling .top-selling-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wk-mp-design.marketplace-dashboard .mp-block .mp-block-content.with-top-selling .top-selling-list li {
  border-bottom: 1px solid #eae9e9;
  padding: 5px 10px;
  margin-bottom: 0;
}
.wk-mp-design.marketplace-dashboard .mp-block .mp-block-content.with-top-selling .top-selling-list li:last-child {
  border-bottom: none;
}
.wk-mp-design.marketplace-dashboard .mp-block .mp-block-content.with-top-selling .sales-amount {
  color: green;
  font-weight: 600;
}
.wk-mp-design.marketplace-create-product {
  max-width: 600px;
}
.wk-mp-design.marketplace-edit-product, .wk-mp-design.marketplace-add-product {
  max-width: 600px;
}
.wk-mp-design.marketplace-edit-product .custom-tags label:after, .wk-mp-design.marketplace-edit-product .weight-switcher label:after, .wk-mp-design.marketplace-add-product .custom-tags label:after, .wk-mp-design.marketplace-add-product .weight-switcher label:after {
  display: none;
}
.wk-mp-design.marketplace-edit-product .single-group textarea, .wk-mp-design.marketplace-edit-product .single-group input:not([type="file"]), .wk-mp-design.marketplace-edit-product .single-group .ui-selectmenu-button, .wk-mp-design.marketplace-add-product .single-group textarea, .wk-mp-design.marketplace-add-product .single-group input:not([type="file"]), .wk-mp-design.marketplace-add-product .single-group .ui-selectmenu-button {
  border: 1px solid #c3c3c3 !important;
  box-shadow: initial;
}
.wk-mp-design.marketplace-edit-product .single-group textarea:focus, .wk-mp-design.marketplace-edit-product .single-group input:not([type="file"]):focus, .wk-mp-design.marketplace-edit-product .single-group .ui-selectmenu-button:focus, .wk-mp-design.marketplace-add-product .single-group textarea:focus, .wk-mp-design.marketplace-add-product .single-group input:not([type="file"]):focus, .wk-mp-design.marketplace-add-product .single-group .ui-selectmenu-button:focus {
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.wk-mp-design.marketplace-edit-product .single-group input[type="file"], .wk-mp-design.marketplace-add-product .single-group input[type="file"] {
  box-shadow: initial;
  padding-top: 6px;
}
.wk-mp-design.marketplace-edit-product .text-header, .wk-mp-design.marketplace-edit-product .affiliate-programme-regulations h3, .affiliate-programme-regulations .wk-mp-design.marketplace-edit-product h3, .wk-mp-design.marketplace-edit-product .affiliate-programme-discounts h3, .affiliate-programme-discounts .wk-mp-design.marketplace-edit-product h3, .wk-mp-design.marketplace-edit-product .affiliate-programme-discounts h4, .wk-mp-design.marketplace-edit-product .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .wk-mp-design.marketplace-edit-product .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .wk-mp-design.marketplace-edit-product h4, .wk-mp-design.marketplace-edit-product .affiliate-programme-container h4, .wk-mp-design.marketplace-edit-product .affiliate-programme-container .arrow-list .footer-title, .arrow-list .wk-mp-design.marketplace-edit-product .affiliate-programme-container .footer-title, .affiliate-programme-container .wk-mp-design.marketplace-edit-product h4, .wk-mp-design.marketplace-add-product .text-header, .wk-mp-design.marketplace-add-product .affiliate-programme-regulations h3, .affiliate-programme-regulations .wk-mp-design.marketplace-add-product h3, .wk-mp-design.marketplace-add-product .affiliate-programme-discounts h3, .affiliate-programme-discounts .wk-mp-design.marketplace-add-product h3, .wk-mp-design.marketplace-add-product .affiliate-programme-discounts h4, .wk-mp-design.marketplace-add-product .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .wk-mp-design.marketplace-add-product .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .wk-mp-design.marketplace-add-product h4, .wk-mp-design.marketplace-add-product .affiliate-programme-container h4, .wk-mp-design.marketplace-add-product .affiliate-programme-container .arrow-list .footer-title, .arrow-list .wk-mp-design.marketplace-add-product .affiliate-programme-container .footer-title, .affiliate-programme-container .wk-mp-design.marketplace-add-product h4 {
  padding: 10px 0;
  border-bottom: 2px solid #e9f0f1;
  margin-bottom: 10px;
}
.wk-mp-design.marketplace-edit-product .single-group, .wk-mp-design.marketplace-add-product .single-group {
  margin-bottom: 25px;
  border: 1px solid #e9f0f1;
  padding: 10px 15px;
}
.wk-mp-design.marketplace-edit-product .field, .wk-mp-design.marketplace-add-product .field {
  margin-bottom: 20px;
}
.wk-mp-design.marketplace-edit-product .field.field-summer-note .note-editor, .wk-mp-design.marketplace-add-product .field.field-summer-note .note-editor {
  width: 100%;
}
.wk-mp-design.marketplace-edit-product .field.required.with-tooltip .control, .wk-mp-design.marketplace-edit-product .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control, .divante-partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-edit-product .field.with-tooltip:not([name="data.additional_info"]) .control, .wk-mp-design.marketplace-edit-product .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control, .divante_partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-edit-product .field.with-tooltip:not([name="data.additional_info"]) .control, .wk-mp-design.marketplace-add-product .field.required.with-tooltip .control, .wk-mp-design.marketplace-add-product .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control, .divante-partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-add-product .field.with-tooltip:not([name="data.additional_info"]) .control, .wk-mp-design.marketplace-add-product .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control, .divante_partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-add-product .field.with-tooltip:not([name="data.additional_info"]) .control {
  flex-wrap: wrap;
}
.wk-mp-design.marketplace-edit-product .field.required.with-tooltip .control input[type="text"].required-entry, .wk-mp-design.marketplace-edit-product .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control input[type="text"].required-entry, .divante-partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-edit-product .field.with-tooltip:not([name="data.additional_info"]) .control input[type="text"].required-entry, .wk-mp-design.marketplace-edit-product .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control input[type="text"].required-entry, .divante_partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-edit-product .field.with-tooltip:not([name="data.additional_info"]) .control input[type="text"].required-entry, .wk-mp-design.marketplace-add-product .field.required.with-tooltip .control input[type="text"].required-entry, .wk-mp-design.marketplace-add-product .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control input[type="text"].required-entry, .divante-partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-add-product .field.with-tooltip:not([name="data.additional_info"]) .control input[type="text"].required-entry, .wk-mp-design.marketplace-add-product .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control input[type="text"].required-entry, .divante_partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-add-product .field.with-tooltip:not([name="data.additional_info"]) .control input[type="text"].required-entry {
  order: 1;
  width: calc(100% - 31px) !important;
}
.wk-mp-design.marketplace-edit-product .field.required.with-tooltip .control i.tooltip, .wk-mp-design.marketplace-edit-product .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control i.tooltip, .divante-partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-edit-product .field.with-tooltip:not([name="data.additional_info"]) .control i.tooltip, .wk-mp-design.marketplace-edit-product .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control i.tooltip, .divante_partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-edit-product .field.with-tooltip:not([name="data.additional_info"]) .control i.tooltip, .wk-mp-design.marketplace-add-product .field.required.with-tooltip .control i.tooltip, .wk-mp-design.marketplace-add-product .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control i.tooltip, .divante-partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-add-product .field.with-tooltip:not([name="data.additional_info"]) .control i.tooltip, .wk-mp-design.marketplace-add-product .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control i.tooltip, .divante_partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-add-product .field.with-tooltip:not([name="data.additional_info"]) .control i.tooltip {
  order: 2;
  width: 21px;
}
.wk-mp-design.marketplace-edit-product .field.required.with-tooltip .control label.mage-error, .wk-mp-design.marketplace-edit-product .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control label.mage-error, .divante-partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-edit-product .field.with-tooltip:not([name="data.additional_info"]) .control label.mage-error, .wk-mp-design.marketplace-edit-product .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control label.mage-error, .divante_partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-edit-product .field.with-tooltip:not([name="data.additional_info"]) .control label.mage-error, .wk-mp-design.marketplace-add-product .field.required.with-tooltip .control label.mage-error, .wk-mp-design.marketplace-add-product .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control label.mage-error, .divante-partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-add-product .field.with-tooltip:not([name="data.additional_info"]) .control label.mage-error, .wk-mp-design.marketplace-add-product .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control label.mage-error, .divante_partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-add-product .field.with-tooltip:not([name="data.additional_info"]) .control label.mage-error {
  width: 100%;
  order: 3;
  width: calc(100% - 31px) !important;
}
.wk-mp-design.marketplace-edit-product .field.required.with-tooltip .control .note-editor, .wk-mp-design.marketplace-edit-product .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control .note-editor, .divante-partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-edit-product .field.with-tooltip:not([name="data.additional_info"]) .control .note-editor, .wk-mp-design.marketplace-edit-product .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control .note-editor, .divante_partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-edit-product .field.with-tooltip:not([name="data.additional_info"]) .control .note-editor, .wk-mp-design.marketplace-add-product .field.required.with-tooltip .control .note-editor, .wk-mp-design.marketplace-add-product .divante-partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control .note-editor, .divante-partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-add-product .field.with-tooltip:not([name="data.additional_info"]) .control .note-editor, .wk-mp-design.marketplace-add-product .divante_partnerprogram-customer-contactdataforclients .entry-edit .field.with-tooltip:not([name="data.additional_info"]) .control .note-editor, .divante_partnerprogram-customer-contactdataforclients .entry-edit .wk-mp-design.marketplace-add-product .field.with-tooltip:not([name="data.additional_info"]) .control .note-editor {
  width: calc(100% - 31px);
}
.wk-mp-design.marketplace-transaction-list-stats .wk-mp-tr-amount-wrapper {
  margin-bottom: 0;
}
.wk-mp-design.marketplace-transaction-list-stats .wk-mp-tr-amount-wrapper > div {
  background: #f9f9f9;
  display: block;
  overflow: hidden;
}
.wk-mp-design.marketplace-transaction-list-stats .wk-mp-tr-amount-wrapper .wk-mp-tr-remain-total, .wk-mp-design.marketplace-transaction-list-stats .wk-mp-tr-amount-wrapper .wk-mp-tr-payout-total {
  text-align: right;
}
.wk-mp-design.marketplace-transaction-list-stats .wk-mp-tr-amount-wrapper .wk-mp-tr-remain-total .wk-mp-tr-remain-title {
  float: right;
}
.wk-mp-design.marketplace-order-history > .fieldset > .legend .btns-group {
  float: right;
}
.wk-mp-design.marketplace-order-history > .fieldset > .legend .title {
  margin: 10px 10px 10px 0;
  display: block;
  float: left;
}
.wk-mp-design.marketplace-single-order .order-details-items.ordered {
  border: none;
  padding: 0;
  overflow: hidden;
  margin-bottom: 25px;
}
.wk-mp-design.marketplace-single-order .table-order-items {
  border: 1px solid #e9f0f1 !important;
}
.wk-mp-design.marketplace-single-order .table-order-items thead tr th {
  padding: 10px !important;
}
.wk-mp-design.marketplace-single-order .block-order-details-view .box {
  padding-top: 10px;
}
.wk-mp-design.marketplace-transaction-order-info .order-details-items.ordered {
  border: none;
  padding: 0;
  overflow: hidden;
  margin-bottom: 25px;
}
.wk-mp-design.marketplace-transaction-order-info .table-order-items {
  border: 1px solid #e9f0f1 !important;
}
.wk-mp-design.marketplace-transaction-order-info .table-order-items thead tr th {
  padding: 10px !important;
}
.wk-mp-design.marketplace-my-products .search-panel {
  margin-bottom: 30px;
}
.wk-mp-design.marketplace-my-products .search-panel:before, .wk-mp-design.marketplace-my-products .search-panel:after {
  content: "";
  display: table;
}
.wk-mp-design.marketplace-my-products .search-panel:after {
  clear: both;
}
.wk-mp-design.marketplace-my-products .search-panel form {
  margin: 0;
}
.wk-mp-design.marketplace-my-products .search-panel .fields:before, .wk-mp-design.marketplace-my-products .search-panel .fields:after {
  content: "";
  display: table;
}
.wk-mp-design.marketplace-my-products .search-panel .fields:after {
  clear: both;
}
.wk-mp-design.marketplace-my-products .search-panel .field {
  margin: 0 0 10px;
  max-width: 100%;
  clear: both;
}
.wk-mp-design.marketplace-my-products .search-panel .field:before, .wk-mp-design.marketplace-my-products .search-panel .field:after {
  content: "";
  display: table;
}
.wk-mp-design.marketplace-my-products .search-panel .field:after {
  clear: both;
}
.wk-mp-design.marketplace-my-products .search-panel .field.field-calendar, .wk-mp-design.marketplace-my-products .search-panel .field.field-filter-by {
  max-width: 200px;
}
.wk-mp-design.marketplace-my-products input:not([type="radio"]):not([type="checkbox"]) {
  padding-right: 10px;
}
.wk-mp-design.marketplace-my-products .products-table .image {
  margin: 0 10px 10px 0;
  width: 83px;
  height: auto;
}
.wk-mp-design.marketplace-my-products .products-table thead tr th, .wk-mp-design.marketplace-my-products .products-table tbody tr td {
  text-align: left;
  padding: 10px 5px 10px 0;
  font-size: 12px;
  text-transform: none;
}
.wk-mp-design.marketplace-my-products .product-name {
  color: #29abe2;
}
.wk-mp-design form {
  border-bottom: none !important;
  margin-bottom: 20px;
}
.wk-mp-design input[type=email], .wk-mp-design input[type=search], .wk-mp-design input[type=number], .wk-mp-design input[type=password], .wk-mp-design input[type=tel], .wk-mp-design input[type=text] {
  width: 100% !important;
}
.wk-mp-design .wk-mp-fieldset {
  overflow: visible !important;
}
.wk-mp-design .wk-mp-fieldset .control {
  overflow: visible !important;
}
.wk-mp-design .wk-mp-list-table {
  border-color: #eae9e9;
}
.wk-mp-design .wk-mp-list-table input:not([type="radio"]):not([type="checkbox"]) {
  padding-right: 10px;
  width: 100%;
}
.wk-mp-design .wk-mp-list-table .calendar-holder input:not([type="radio"]):not([type="checkbox"]) {
  padding-right: 40px;
}
.wk-mp-design .wk-mp-list-table select {
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.wk-mp-design .wk-mp-list-table #wk-mp-tr-heading {
  background: #f9f9f9;
}
.wk-mp-design .wk-mp-list-table #wk-mp-tr-heading th {
  border-color: #eae9e9;
  font-size: 13px;
  line-height: 15px;
  padding: 6px 10px;
}
.wk-mp-design .wk-mp-list-table .wk-mp-body td {
  background: #f9f9f9;
  border-color: #eae9e9;
  padding: 10px;
}
.wk-mp-design .mp-sales-widgets .sales {
  padding: 0;
  margin-bottom: 15px;
}
.wk-mp-design .sku-availability {
  overflow: hidden;
}
.wk-mp-design .sku-availability .skunotavailable, .wk-mp-design .sku-availability .skuavailable {
  background: none;
  padding: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .wk-mp-design.marketplace-order-history > .fieldset > .legend .title {
    display: none;
  }
  .wk-mp-design .wk-mp-list-table #wk-mp-tr-heading {
    display: none;
  }
  .wk-mp-design .wk-mp-list-table .wk-mp-td-span {
    width: 100%;
  }
  .wk-mp-design .wk-mp-list-table .wk-mp-body {
    display: block;
  }
  .wk-mp-design .wk-mp-list-table .wk-mp-body tr {
    display: block;
  }
  .wk-mp-design .wk-mp-list-table .wk-mp-body td {
    width: 100%;
    display: block;
    border: none;
  }
  .wk-mp-design .wk-mp-list-table .wk-mp-body td:not(.box-empty):before {
    content: attr(title) ": ";
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .wk-mp-design.marketplace-single-order #my-orders-table.table-order-items tfoot tr th:first-child {
    width: 60%;
  }
  .wk-mp-design.marketplace-single-order #my-orders-table.table-order-items tfoot tr td:last-child {
    width: 40%;
  }
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .wk-mp-design.marketplace-single-order #my-orders-table.table-order-items > tbody > tr > td:first-child {
    padding-left: 10px;
  }
  .wk-mp-design.marketplace-single-order #my-orders-table.table-order-items > tbody > tr > td:last-child {
    padding-right: 10px;
  }
}
@media screen and (min-width: 767px) {
  .wk-mp-design.marketplace-transaction-list-stats .wk-mp-tr-amount-wrapper > div.wk-mp-tr-amount-total {
    width: 40%;
  }
  .wk-mp-design.marketplace-transaction-list-stats .wk-mp-tr-amount-wrapper > div.wk-mp-tr-remain-total, .wk-mp-design.marketplace-transaction-list-stats .wk-mp-tr-amount-wrapper > div.wk-mp-tr-payout-total {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .ask-question-modal.modal-popup .modal-content {
    padding: 30px 40px 40px;
  }
  .wk-mp-design input:not([type="radio"]):not([type="checkbox"]) {
    height: 41px;
    width: 100%;
  }
  .wk-mp-design .ui-selectmenu-button {
    height: 41px;
    margin: 0;
  }
  .wk-mp-design .ui-selectmenu-button .ui-selectmenu-text {
    line-height: 38px;
    padding-top: 3px;
  }
  .wk-mp-design .ui-selectmenu-button .ui-selectmenu-icon.ui-icon {
    height: 41px;
  }
  .wk-mp-design .ui-selectmenu-button .ui-selectmenu-icon.ui-icon:before {
    top: 14px;
  }
  .wk-mp-design.marketplace-dashboard .mp-blocks-group.group-stats {
    float: left;
    width: 65%;
    padding-right: 15px;
  }
  .wk-mp-design.marketplace-dashboard .mp-blocks-group.group-sales {
    float: left;
    width: 35%;
  }
  .wk-mp-design.marketplace-dashboard .mp-block .mp-block-title h3 {
    float: left;
    margin: 5px 5px 5px 0;
  }
  .wk-mp-design.marketplace-dashboard .mp-block .mp-block-title .mp-block-btns {
    float: right;
    margin-top: -5px;
  }
  .wk-mp-design .wk-mp-list-table .box-id {
    min-width: 200px;
  }
  .wk-mp-design .wk-mp-list-table .box-date {
    width: 272px;
  }
  .wk-mp-design.marketplace-my-products .search-panel .field {
    width: 25%;
    max-width: none;
    float: left;
    clear: none;
    padding-left: 10px;
  }
  .wk-mp-design.marketplace-my-products .search-panel .field.field-product-name {
    width: 34%;
    padding-left: 0;
  }
  .wk-mp-design.marketplace-my-products .search-panel .field.field-filter-by {
    width: 26%;
  }
  .wk-mp-design.marketplace-my-products .search-panel .field.field-calendar {
    width: 20%;
  }
  .wk-mp-design.marketplace-my-products .search-panel .field.field-calendar, .wk-mp-design.marketplace-my-products .search-panel .field.field-filter-by {
    max-width: none;
  }
  .wk-mp-design.marketplace-my-products .submit-wrapper {
    text-align: right;
  }
}
@media screen and (min-width: 1241px) {
  .wk-mp-design.marketplace-my-products .products-table tbody tr td {
    font-size: 14px;
  }
}
.search-autocomplete {
  background: white;
  border: 1px solid #f1eeee;
}
.search-autocomplete .smile-elasticsuite-autocomplete-result dl {
  padding: 10px;
  border-bottom: 1px solid #e0d7d7;
  margin-bottom: 0;
}
.search-autocomplete .smile-elasticsuite-autocomplete-result dl dd:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px #ded4d4 dashed;
}
.search-autocomplete .smile-elasticsuite-autocomplete-result dl dd:hover {
  cursor: pointer;
}
.search-autocomplete .smile-elasticsuite-autocomplete-result .search-product-box {
  display: flex;
  flex-direction: row;
}
.search-autocomplete .smile-elasticsuite-autocomplete-result .product-image-box {
  margin-right: 10px;
}
.search-autocomplete .smile-elasticsuite-autocomplete-result .product-shop {
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.form-address-edit .text-header, .form-address-edit .affiliate-programme-regulations h3, .affiliate-programme-regulations .form-address-edit h3, .form-address-edit .affiliate-programme-discounts h3, .affiliate-programme-discounts .form-address-edit h3, .form-address-edit .affiliate-programme-discounts h4, .form-address-edit .affiliate-programme-discounts .arrow-list .footer-title, .arrow-list .form-address-edit .affiliate-programme-discounts .footer-title, .affiliate-programme-discounts .form-address-edit h4, .form-address-edit .affiliate-programme-container h4, .form-address-edit .affiliate-programme-container .arrow-list .footer-title, .arrow-list .form-address-edit .affiliate-programme-container .footer-title, .affiliate-programme-container .form-address-edit h4 {
  margin-bottom: 20px;
}
.form-address-edit input[readonly] {
  background-color: #e2e2e2 !important;
  pointer-events: none;
}
.form-create-account .contact-person {
  margin-bottom: 40px;
}
.form-create-account .contact-person .field {
  margin-top: 10px;
}
.form-edit-account input[readonly] {
  background-color: #e2e2e2 !important;
  pointer-events: none;
}
.marketplace-account-becomeseller .form-become-seller input:not([type="radio"]):not([type="checkbox"]):not([type="file"]), .marketplace-account-becomeseller .form-become-seller textarea {
  box-shadow: none;
  border: 1px solid #c3c3c3;
}
.marketplace-account-becomeseller .form-become-seller input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus, .marketplace-account-becomeseller .form-become-seller textarea:focus {
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.marketplace-account-becomeseller .form-become-seller .website {
  margin-top: 10px;
}
.notice.info {
  font-size: 11px;
  padding: 15px 0;
  background: #333;
  color: #fff;
  text-align: center;
}
.notice.info .container {
  position: relative;
}
.notice.info p {
  margin: 0 25px;
}
.notice.info .hide {
  position: absolute;
  top: 0;
  right: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}
.dynamic-content {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}
.dynamic-content .footer__row1 {
  display: flex;
}
.dynamic-content .footer__row1 .footer__col--same-width .arrow-list ul {
  display: flex;
  flex-direction: column;
}
.dynamic-content .footer__row1 .footer__col--same-width .arrow-list ul li {
  margin: 5px 0;
}
.orders-history .actions-table tr td:first-child {
  min-width: 129px;
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.product-attachment-container {
    margin-top: 4px;
    margin-bottom: 7px;
    padding: 7px;
}

.product-attachment-container .head {
    padding-bottom: 4px;
}

.downloads-item {
    margin-top: 15px;
}

.downloads-item .item-icon, .downloads-item .item-link, .downloads-item .item-info {
    display: inline-block;
}

.product-attachment-container .downloads-item .item-icon {
    width: 20px;
    height: 16px;
    padding-top: 3px;
}

.product-attachment-container .downloads-item .item-description {
    padding-left: 25px;
}

.product-attachment-container .section-title {
    font-weight: bold;
}

.product-attachment-container .section-files {
    padding: 0 0 10px 10px;
}

.product-attachment-container span {
    padding-left: 5px;
    color: #EF5E2C;
    font-style: italic;
}

.product-attachment-container .block-title {
    margin-bottom: 20px;
}

.product-attachment-container .block-title strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
.payu-block {
    width: 100%;
    text-align: center;
}
.payu-block__wrapper {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    max-width: 452px;
}
.block-payu-cards .card .col {
    vertical-align: middle;
}
.block-payu-cards .card__logo img {
    max-height: 30px;
}
.block-payu-cards .card__action button[type="submit"] {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    border: 0;
    font-weight: 400;
    color: #1979c3;
    font-size: 1.4rem;
}
.block-payu-cards .card__action button[type="submit"]:hover {
    text-decoration: underline;
}
.payu-repay {
    margin-bottom: 20px;
}
.payu-repay .repay__method:last-child {
    border-bottom: 1px solid #cccccc;
}
.payu-repay .repay__method .payment-method-title {
    padding: 20px 0;
    border-top: 1px solid #cccccc;
}
.payu-repay .repay__method .payment-method-title label {
    cursor: pointer;
}
.payu-repay .repay__method .payment-method-content {
    padding: 0 0 20px;
}
.payu-repay .msg__repay {
    margin-top: 10px;
}
.payu-payment._active .payment-method-content,
.payu-payment-card._active .payment-method-content {
    display: block;
}

.payu-payment-label, .payu-payment-logo, .payu-payment-title {
    display: inline-block;
    vertical-align: middle;
}

.payu-payment-logo {
    height: 23px;
    margin: 0 10px;
}

.payu-payment-logo-pbl {
    height: 35px;
}

.payu-payment .payment-method-content,
.payu-payment-card .payment-method-content {
    display: none;
}
.payu-payment .payment__method {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #dcdcdc;
}
.payu-payment .payment__method .method__single {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 2px;
    width: 49%;
    /*float: left;*/
    height: 55px;
}
.payu-payment .payment__method .method__single--content {
    width: 100%;
    height: 100%;
}
.payu-payment .payment__method .method__single--content label {
    display: block;
}
.payu-payment .payment__method .method__single--content img {
    max-height: calc(100% - 22px);
    max-width: calc(100% - 22px);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.payu-payment .payment__method .method__single--content__image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.payu-payment .payment__method .method__single:nth-child(5n + 1) {
    padding-left: 0;
}
.payu-payment .payment__method .method__single--clear {
    clear: both;
}

.payu-payment-card .payu-card {
    display: flex;
    align-items: center;
    padding: 7px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin-bottom: 10px;
}

.payu-payment-card .payu-card img {
    height: 30px;
}

.payu-payment-card .payu-card > * {
    margin-right: 20px;
}

.payu-payment-card .payu-card:not(._disabled) {
    font-weight: 700;
    cursor: pointer;
}

.payu-payment-card .payu-card:not(._disabled):hover,
.payu-payment-card .payu-card:not(._disabled):focus,
.payu-payment-card .payu-card:not(._disabled)._active {
    background: rgba(220, 220, 220, 0.5);
    border-color: #002124;
}

.payu-payment .payment__method .method__single--content {
    box-sizing: border-box;
    padding: 7px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

.payu-payment .payment__method .method__single--content:not(._disabled) {
    cursor: pointer;
}

.payu-payment .payment__method .method__single--content:not(._disabled):hover {
    background: rgba(220, 220, 220, 0.5);
    border-color: grey;
}
.payu-payment .payment__method .method__single--content:not(._disabled):focus {
    border-color: #002124;
}
.payu-payment .payment__method .method__single--content:not(._disabled)._active {
    background: rgba(220, 220, 220, 0.5);
    border-color: 002124;
}

.payu-payment .payment__method .method__single--content._disabled {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
    cursor: default;
}

.payu-payment .payment__payu-agreement .payu-agreement__wrapper,
.payu-payment-card .payment__payu-agreement .payu-agreement__wrapper {
    margin-top: 20px;
}
.payu-payment .payment__payu-agreement .payu-agreement__wrapper > *,
.payu-payment-card .payment__payu-agreement .payu-agreement__wrapper > *
{
    margin-bottom: 10px;
}
.payu-payment .payu-text,
.payu-payment-card .payu-text {
    font-size: 10px;
}
.checkout-index-index .actions-toolbar .action.primary,
.sales-order-repayview .actions-toolbar .action.primary {
    margin-top: 20px;
}
.payu-msg .msg__error {
    color: red;
}

.payu-card-form-container {
    width: 380px;
    margin: 25px auto 15px;
}


.payu-card-cvv-form-container {
    width: 200px;
    margin: 25px auto 15px;
}

.payu-card-form-container .payu-card-container,
.payu-card-cvv-form-container .payu-card-cvv-container {
    margin: 0 auto;
    color: #ffffff;
    border-radius: 6px;
    padding: 15px 10px;
    background: #002124;
}

.payu-card-form-container .payu-card-container div.aside {
    font-size: 14px;
    margin-bottom: 6px;
}

.payu-card-form-container .payu-card-form,
.payu-card-cvv-form-container .payu-card-form {
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 4px;
}

.payu-card-form-container .card-details .expiration {
    width: 50%;
    float: left;
}
.payu-card-form-container .card-details .cvv {
    width: 45%;
    float: right;
}
.payu-card-form-container .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.payu-card-form-container .clearfix:after { clear: both; }

.payu-card-form-container .clearfix {
    margin-top: 10px;
}

.payu-card-form-container .payu-card-legend-container {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    overflow: auto
}
.payu-card-form-container .payu-card-legend-container > div {
    float: left;
}
.payu-card-form-container .payu-card-legend-container > .payu-card-legend-number {
    width: 220px;
    margin-left: 45px
}
.payu-card-form-container .payu-card-legend-container > .payu-card-legend-valid {
    width: 85px
}
.payu-store-card {
    margin: 15px 0;
}
.payu-read-more {
    cursor: pointer;
    text-decoration: underline;
}

@media all and (min-width: 450px), print {
    .payu-payment .payment__method .method__single {
        width: 20%;
        max-width: 105px;
    }
}

@media only screen and (max-width: 500px) {
    .payu-card-form-container {
        width: 100%;
    }
}
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

#wk-load-conf, .dispnone {
    display: none;
}

#wantptr .unavailable,
#wantptr .available,
#wk-mp-become-seller-box-wrapper .unavailable,
#wk-mp-become-seller-box-wrapper .available {
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0;
    border: medium none;
    float: left;
    min-height: 11px;
    padding: 0 3px 0 30px;
    background: none!important;
}
#wantptr .available.message.success:before,
#wk-mp-become-seller-box-wrapper .available.message.success:before {
    content: "\2714";
    padding: 0 5px;
}
#wantptr .message.success,
#wk-mp-become-seller-box-wrapper .message.success {
    padding: 0!important;
}

#wantptr .message.error:before,
#wk-mp-become-seller-box-wrapper .message.error:before {
    content: "\2715";
    padding: 0 5px;
}
#wantptr .message.error,
#wk-mp-become-seller-box-wrapper .message.error {
    padding: 0!important;
}
#wantptr label.label {
    display: inline-block;
}
#wantptr .questimg {
    display: inline-block;
}
.wk-mp-main{
    margin-bottom: 0;
}

/*commom classes start*/
.wk-mp-design {
    width: 100%;
}
.wk-mp-design .block-account .block-title {
    background-image: none;
}
.wk-mp-design .block{
    margin: 0;
}
.wk-mp-design .product-image img{
    width: 100%;
}
.btn-primary {
    background-color: #0C79D8;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF!important;
    display: inline-block;
    opacity: 0.8;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    text-transform: uppercase;
    padding: 6px 0px;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
}
.wk-profile-links{
    display: inline-block;
    padding: 10px 0;
    width: 30%;
}
.wk-profile-links a:hover{
    text-decoration: none;
}
.wk-mp-fieldset {
    margin: 0;
    border-top: none;
    min-width: 100%;
    width: 250px;
    display: inline-block;
    overflow: auto;
}
.account .column.main{
    width: 100%;
}
.wk-mp-design .form-list .control {width: 100%;box-sizing: border-box;}
.wk-mp-design .form-list .field { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list textarea { width:99%;max-width: 99%;box-sizing: border-box;}
.wk-mp-design .form-list select { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide .control { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide textarea { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide select { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list .input-range input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide .control { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide input.input-text,
.wk-mp-design .form-list-narrow li.wide textarea { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide select { width:100%; box-sizing: border-box;}

#wantptr{display:none;}
.profileurl{
display: inline-block;
width: 100%;
box-sizing: border-box;
}
/*commom classes end*/
#skuavail, #skunotavail {
    display: none;
    float:left;
    width: 100%;
}
.skuavailable{
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0 ;
    border: medium none ;
    float: left;
    min-height: 11px ;
    padding: 0 3px 0 30px ;
    text-transform: capitalize;
    background-size: contain;
}
.skunotavailable{
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0 ;
    border: medium none ;
    float: left;
    min-height: 11px ;
    padding: 0 3px 0 30px ;
    text-transform: capitalize;
    background-size: contain;
}
/*landing page css start*/
.wk-mp-landingpage{
    text-align: center;
}
.wk-mp-banner {
background-size: 100% 100%;
}
.wk-mp-banner-container{
    width: 97.5%;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 1%;
}
.wk-mp-banner img{
    width: 100%;
    display: inherit
}
.wk-marketplace-label{
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 3.3%;
}
.wk-marketplace-label-span{
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3em;
    width: 100%;
}
.wk-marketplace-label-about{
    font-weight: 600;
    letter-spacing: 1px;
}
.wk-mp-icon {
    display: inline-block;
    width: 68%;
}
.wk-mp-icon img{
    display: inline-block;
    width: 100%;
}
.wk-mp-icon-wraper{
    display: inline-block;
    width: 22%;
}

.wk-mp-landing-sellers-wraper{
    width: 284px;
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 10px;
    margin-bottom: 10px;
}
.wk-last-seller{
    margin-right: 0;
}
.wk-mp-landing-sellers{
    padding: 10px;
}
.wk-mp-landing-sellers-img1{
    width: 100%;
}
.wk-mp-landing-sellers-img1 img{
    width: 130px;
    display: inline-block;
    border: 1px solid #eee;
    float: left;
}
.wk-mp-landing-sellers-img2{
    width: 260px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    display: inline-block;
}
.wk-mp-landing-sellers-img2 img{
    width: 100%;
}
.wk-mp-landing-sellers-logo{
    width: 30%;
    float: left;
    display: inline-block;
    border: 1px solid #eee;
    height: 75px;
    position: relative;
}
.wk-mp-landing-sellers-logo img{
    width: 100%;
}
.wk-mp-landing-sellers-details{
    width: 64%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
}
.wk-mp-landing-button{
    font-size: 18px;
    padding: 15px 20px;
}
.wk-mp-label3-container{
    margin-top:10px;width:100%;
}
.wk-mp-label3{
    border: 1px solid #eee;
    padding: 10px;
}
.wk-mp-header {
    color: #FFFFFF;
    padding: 6.5%;
    text-align: center;
}
.wk-mp-header h1 {
    font-size: 3.9em;
    color: #FFFFFF;
    margin-bottom: 0.3em;
    font-weight: bold;
    word-wrap: break-word;
}
.wk-mp-header h2 {
    font-size: 32px;
    color: #FFFFFF;
    text-transform: inherit;
}
.wk-mp-header p {
    margin-bottom: 0;
}
/*end*/

/*product page seller block start*/
.wk-blockdetail {background: none repeat scroll 0 0 #F4F3F3;height: auto;padding: 4px;}
.wk-blockdetail ul.partnerlinks li a{text-decoration:none;}
.wk-blockdetail ul.partnerlinks li a:hover{text-decoration: underline;color: #333;}
.wk-blockdetail ul.partnerlinks li {padding:2px 0px;font-size:12px;}
.wk-blockdetail #twconnect, #fbconnect{display: inline-block;height: 35px;width: 35px;}
.wk-blockdetail #twconnect:hover, #fbconnect:hover{box-shadow: -3px -2px 6px #333333;}
.wk-blockdetail #twconnect{background-image:url('../../frontend/Divante/distriparkpl/pl_PL/Webkul_Marketplace/images/tw.png');}
.wk-blockdetail #fbconnect{background-image:url('../../frontend/Divante/distriparkpl/pl_PL/Webkul_Marketplace/images/fb.png');}
.wk-block-hover-div{
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    right: -27%;
    min-height: 120px;
    position: absolute;
    top: -35px;
    width: 420px;
    z-index: 999;
    border: 1px solid #BCE8F1;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.wk-block-hover-div img{
    width: 100%;
}
.wk-report-flag-link {
    display: inline-block;
    position: relative;
    padding-left: 22px;
}
.wk-report-flag-link #reportflag::before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "\f024";
    font-family: "font-awesome";
    font-size: 1.7rem;
}
.wk-flagreasons {
  padding: 4px;
}
.wk-alert-modal-content {
  display: none;
}
@media only screen and (max-width: 1085px) {
    .wk-block-hover-div{
        right: -11px;
        width: 275px;
    }
}
@media only screen and (min-width: 1085px) and (max-width: 1191px) {
    .wk-block-hover-div{
        right: -61px;
        width: 275px;
    }
}
@media only screen and (min-width: 770px) and (max-width: 984px) {
    .profile-view {
    width: 325px;
    }
}
.wk-block-hover-div .arrow{height: 23px;position: absolute;right: -17px;top: 31px;width: 50px;}
.wk-block-hover-div:after, .wk-block-hover-div:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    right: 100%;
    position: absolute;
    width: 0;
}
.wk-block-hover-div:after {border-right-color: #FFFFFF;border-width: 7px;top: 36px;}
.wk-block-hover-div:before {border-right-color: #BCE8F1;border-width: 10px;top: 34px;}
.profile-view{
    position: relative;
    width: 436px;
}
/*wk-block new css start*/
.ask-que , #askque, .product-flag, .seller-flag, #reportflag{
    display: inline-block;
    cursor: pointer;
}
.wk-block-font-bold-up{
    text-transform: uppercase;
    font-weight: bold;
}
.wk-block-title-css{
    font-weight: normal;
    margin: 0 5px 0 0;
}
.wk-block-title-css a {
    text-decoration: underline;
}
.wk-block-rating{
    display: inline-block;
    text-align: center;
    background: #11b400;
    color: #fff;
    letter-spacing: 1px;
    min-width: 16px;
    padding: 2px 6px;
    border-radius: 4px;
}
.product-options-bottom{
    padding: 9px;
}
.extra-info{
    max-width: 100%;
    width: 100%;
}
.add-to-cart, .out-of-stock{
    float: left;
}
.wk-seller-block{
    border-left: 1px solid #ccc;
    display: inline-block;
    width: 30%;
    position: relative;
    padding-left: 10px;
    margin-left: 8px;
}
.wk-seller-block:after, .wk-seller-block:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    left: -1px;
    position: absolute;
    width: 0;
    margin-top: -11px;
}
.wk-seller-block:after {
    border-left-color: #FFFFFF;border-width: 7px;top: 36px;
}
.wk-seller-block:before {
    border-left-color: #CCCCCC;border-width: 9px;top: 34px;
}
@media only screen and (min-width: 1180px){
    .wk-seller-block{
        width: 44%;
    }
}

.wk-seller-rating{
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fffeeb;
    box-shadow: 0 2px 8px 2px #848484;
    font-size: 11px;
    position: absolute;
    text-align: left;
    max-width: 350px;
    z-index: 5;
    display: none;
    top: 83%;
    margin-left: -20%;
    width: 120%;
}
.wk-seller-rating:after, .wk-seller-rating:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    bottom: -1px;
    position: absolute;
    width: 0;
    margin-top: -51px;
    margin-left: 22%;
}
.wk-seller-rating:after {
    border-bottom-color: #FFFFFF;border-width: 7px;
    top: 38px;
    margin-right: 22px;
}
.wk-seller-rating:before {
    border-bottom-color: #CCCCCC;border-width: 9px;
    border-width: 7px;
    top: 37px;
}
/*end*/

/*seller list page start*/
.wk-srach-wrapper{
    width:100%;
    display:inline-block;
}
.wk-search input {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.wk-search .control {
    position: relative;
}
.wk-search .button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}
.wk-search .span{
    padding: 9px 8px;
}
.wk-search button.button span span {
    height: 20px;
    line-height: 20px;
}
.wk-mp-sellerlist-container li{
    padding-left: 0;
    padding-bottom: 1%;
    list-style: none;
}
.wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
    border: 1px solid #eee;
    display: inline-block;
    padding: 5px;
}
.wk-sellerlist-divide1 {
    display: inline-block;
    width: 40%;
    float: left;
    overflow: hidden;
}
.wk-sellerlist-divide1 img {
    width: 85%;
    float: left;
    border: 1px solid #eee;
}
.wk-sellerlist-divide2 {
    text-align: left;
    text-transform: uppercase;
    width: 60%;
    float: left;
}
@media only screen and (min-width: 480px) and (max-width: 480px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 0;
        float: none;
    }
    .wk-sellerlist-divide1 {
        height: auto;
    }
}
@media only screen and (min-width: 481px) and (max-width: 651px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 15px;
        float: left;
        width: 50%;
    }
    .wk-sellerlist-divide1 {
        height: auto;
    }
    .wk-mp-header h1 {
        font-size: 2.9em;
    }
}
@media only screen and (min-width: 652px) and (max-width: 1079px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 15px;
        float: left;
        width: 30%;
    }
    .wk-sellerlist-divide1 {
        height: 95px;
    }
}
@media only screen and (min-width: 1080px){
    .wk-mp-sellerlist-container li{
        margin-right: 1%;
        float: left;
        width: 24%;
    }
    .wk-sellerlist-divide1 {
        height: 95px;
    }
}
/*end*/
/*seller prfile page left css start*/
.wk-logo-block{
    padding-bottom: 10px;
}
.bannerpicrs {
    border-bottom: 5px solid #fc9d36;
    height: 100%;
    width: 99%;
}
.wk-mp-design-inner{
    border: 1px solid #eee;
    padding: 10px;
    padding-bottom:0;
}
.wk-mp-design-inner-last{
    margin-bottom:10px;
    padding-bottom: 10px;
}
.wk-mp-display-block-css{
    display: inline-block;
    width: 100%;
}
.storename {
    font: bold 1em Helvetica Neue,Arial,Sans Serif;
    text-transform:uppercase;
}
.store-name{
    padding: 5px 0;
}
.wk-seller a {
    display: inline-block;
}
#info .section {
    padding: 0px 5px 5px 5px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.wk-icon{
    background-image: url("../../frontend/Divante/distriparkpl/pl_PL/Webkul_Marketplace/images/Seller-Sprite.png");
    background-repeat: no-repeat;
    background-color: transparent;
    height: 18px;
    width: 17px;
    float: left;
    margin-top: 3px;
}
.wk-storeloc-icon{
    background-position: -105px -96px;
    height: 17px;
}
a.cont-name {
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    color: inherit;
    font-weight: normal;
}
.piccountry {
    width: 24px;
    display: inline-block;
}
.wk-contact-input-fields {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wk-mp-design-inner small {
    font-size: smaller;
}

.wk-mp-design-inner .wk-ordertitle-label{
    width: 29%;
    font-weight: bold;
}

/*seller prfile page left css end*/

/*start modal box*/
.ask-que{cursor:pointer;}
#ask-data .errormail {
    bottom: 15px;
    display: none;
    left: 155px;
    position: absolute;
    color: #DF280A;
    font-weight: bold;
}
.wk-clear{clear: both;}

.wk-dash-chart{
    margin-top: 10px;
    border:1px solid #CCCCCC;
}

.modal-popup .modal-title {
    border-bottom: unset;
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    display: inline-block;
}
#ask-data {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    display: none;
    left: 50%;
    margin: -250px 0 0 -280px;
    outline: medium none;
    position: fixed;
    top: 88%;
    width: 510px;
    z-index: 1050;
    padding: 10px;
}
#ask-form, #flag-form {
    display: inline-block;
    width: 98%;
}
.modal-body.form-list.field.wk-flag-form {
    margin: 0px !important;
}
#ask-form textarea { height: 75px;width: 315px; }
#ask-data .label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    padding-left: 20px;
    text-align: left;
    width: 135px;
    vertical-align: top;
}
.wk-modal-btn{
  cursor: pointer;
}
.wk-btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.wk-btn-primary:hover,
.wk-btn-primary:focus,
.wk-btn-primary.focus,
.wk-btn-primary:active,
.wk-btn-primary.active,
.open > .dropdown-toggle.wk-btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.wk-btn-primary:active,
.wk-btn-primary.active,
.open > .dropdown-toggle.wk-btn-primary {
  background-image: none;
}
.wk-btn-primary.disabled,
.wk-btn-primary[disabled],
fieldset[disabled] .wk-btn-primary,
.wk-btn-primary.disabled:hover,
.wk-btn-primary[disabled]:hover,
fieldset[disabled] .wk-btn-primary:hover,
.wk-btn-primary.disabled:focus,
.wk-btn-primary[disabled]:focus,
fieldset[disabled] .wk-btn-primary:focus,
.wk-btn-primary.disabled.focus,
.wk-btn-primary[disabled].focus,
fieldset[disabled] .wk-btn-primary.focus,
.wk-btn-primary.disabled:active,
.wk-btn-primary[disabled]:active,
fieldset[disabled] .wk-btn-primary:active,
.wk-btn-primary.disabled.active,
.wk-btn-primary[disabled].active,
fieldset[disabled] .wk-btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.wk-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.wk-btn-default:hover,
.wk-btn-default:focus,
.wk-btn-default.focus,
.wk-btn-default:active,
.wk-btn-default.active,
.open > .dropdown-toggle.wk-btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.wk-btn-default:active,
.wk-btn-default.active,
.open > .dropdown-toggle.wk-btn-default {
  background-image: none;
}
.wk-btn-default.disabled,
.wk-btn-default[disabled],
fieldset[disabled] .wk-btn-default,
.wk-btn-default.disabled:hover,
.wk-btn-default[disabled]:hover,
fieldset[disabled] .wk-btn-default:hover,
.wk-btn-default.disabled:focus,
.wk-btn-default[disabled]:focus,
fieldset[disabled] .wk-btn-default:focus,
.wk-btn-default.disabled.focus,
.wk-btn-default[disabled].focus,
fieldset[disabled] .wk-btn-default.focus,
.wk-btn-default.disabled:active,
.wk-btn-default[disabled]:active,
fieldset[disabled] .wk-btn-default:active,
.wk-btn-default.disabled.active,
.wk-btn-default[disabled].active,
fieldset[disabled] .wk-btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.wk-btn-default .badge {
  color: #fff;
  background-color: #333;
}
.wk-btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}
.form-control {
width: 315px;
padding: 6px 12px;
margin-bottom: 10px;
font-size: 14px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.modal-body {
    position: relative;
    padding: 15px;
    width: 90%;
}
.form-control:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wk-btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.modal-header {
  border-bottom: 1px solid #EEEEEE;
  border-radius: 4px 4px 0 0;
  padding: 9px 15px;
  text-align: left;
}
.modal-header h3 { display: inline-block;font-size: 20px;opacity: 0.6; }
.wk-close,
.wk-product-flag-close {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.wk-seller-flag-close {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.wk-close:hover,
.wk-product-flag-close:hover,
.wk-product-flag-close:focus,
.wk-seller-flag-close:hover,
.wk-seller-flag-close:focus,
.wk-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-footer:before, .modal-footer:after { content: "";display: table;line-height: 0; }
.modal-footer:before, .modal-footer:after { content: "";display: table;line-height: 0; }
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.error-border { border-color: #FF0000 ; }
.mail-procss { cursor: wait;opacity: 0.5; }
/*end*/

/*profile page right bar css start*/
.wk-feedback-details .mpfeedback{
    width:100%;
    border-right: 1px solid #ccc;
}
.mpfeedback .wk-span{
    width: 40%;
}
.mpfeedback span {
    float: left;
}
.mpfeedback .ratingslider-box {
    background: url("../../frontend/Divante/distriparkpl/pl_PL/Webkul_Marketplace/images/rating-sprite.png") repeat-x scroll 0 103% transparent;
    float: left;
    margin-left: 3%;
    height: 16px;
    width: 70px;
}
.mpfeedback .ratingslider-box .rating {
    background: url("../../frontend/Divante/distriparkpl/pl_PL/Webkul_Marketplace/images/rating-sprite.png") repeat-x scroll 0 0 transparent;
    height: 16px;
}
.mpfeedback .price{
    width:100%;
    display: inline-block;
}
.mpfeedback .value{
    width:100%;
    display: inline-block;
}
.mpfeedback .quality{
    width:100%;
    display: inline-block;
}
/*profile page right bar css end*/

/*Profile page content css start*/

.wk-social-icon{
    width: 44px;
    height: 44px;
}
.wk-social-icon-instagram{ background-position: 0px 0px; }
.wk-social-icon-pinterest{ background-position: -46px 0px; }
.wk-social-icon-fb{ background-position: -92px 0px; }
.wk-social-icon-tw{ background-position: -138px 0px; }
.wk-social-icon-gplus{ background-position: 0px -46px; }
.wk-social-icon-vimeo{ background-position: -46px -46px }
.wk-social-icon-utube{ background-position: -92px -46px; }
.wk-social-icon-moleskin{ background-position: -138px -46px; }
.wk-profile-pro-css {
    width: 32.33333%;
    margin-right: 1%;
    float: left;
    text-align: center;
}
.wk-profile-image-box{
    border: 1px solid #eee;
    padding: 5px;
}
/*Profile page content css end*/

/*feedback page css start*/
.wk-orderbox-content1{
    display: inline-block;
    width: 98%;
    border-bottom: 1px solid #eee;
}
.wk-orderbox-content2{
    display: inline-block;
    width: 98%;
}
.wk-first-order{
    margin-top: 15px;
}
.wk-orderbox{
    border: 1px solid #ccc;
    display: inline-block;
    width: 99%;
    margin: 5px 0;
    border-radius: 3px;
}
.wk-orderbox-content1{
    display: inline-block;
    width: 98%;
    border-bottom: 1px solid #ccc;
}
.wk-orderbox-content2{
    display: inline-block;
    width: 98%;
}
.wk-orderbox-details{
    width: 78%;
    float: left;
}
.wk-orderbox-details a {
    color: #1e7ec8;
    text-decoration: none;
}
.wk-orderbox-total {
    width: 22%;
    float: left;
    text-align: right;
}
.wk-feedback-details{
float: left;
width: 26%;
padding-bottom: 5px;
}
.wk-feedback-desc{
float: left;
width: 71%;
padding:5px 0px 5px 15px
}
/*end*/

/*collection page content css start*/
.collection-banner > img {
   width: 100%;
}
/*end*/
@media only screen and (min-width: 0px) and (max-width: 640px) {
    #ask-data{
        width: 330px;
        left: 75%;
    }
    #ask-data .label {
        width: 36%;
    }
    .wk-profile-links {
        width: 48%;
    }
}
/*end*/
@media only screen and (max-width: 200px) {
    .modal-body{
        padding: 10px;
    }
    .wk-profile-links a {
        font-size: 0.8rem;
    }
}
.marketplace-index-index .column.main {
    width: 100%;
}

@font-face{
    font-family: 'font-awesome';
    src: url('../../frontend/Divante/distriparkpl/pl_PL/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.eot');
    src: url('../../frontend/Divante/distriparkpl/pl_PL/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../frontend/Divante/distriparkpl/pl_PL/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.woff2') format('woff2'),
         url('../../frontend/Divante/distriparkpl/pl_PL/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.woff') format('woff'),
         url('../../frontend/Divante/distriparkpl/pl_PL/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.ttf') format('truetype'),
         url('../../frontend/Divante/distriparkpl/pl_PL/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.svg#icons-blank-theme') format('svg');
    font-weight: normal;
    font-style: normal
}

.wk-seller-card-container * {
    box-sizing: border-box;
}

.wk-ask-question-link #askque::before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "\f0e0";
    font-family: "font-awesome";
    font-size: 1.7rem;
}
.wk-ask-question-link {
    display: inline-block;
    position: relative;
    padding-left: 22px;
}
.wk-seller-block::before, .wk-seller-block::after {
    display: none;
}
.wk-seller-block.wk-block {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    order: -2;
}
.wk-seller-rating-number::before {
    position: absolute;
    left: 8px;
    top: 2px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.4rem;
    color: #fff;
}

.wk-seller-rating-number {
    display: inline-block;
    background: #11b400;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
}
.wk-seller-rating-number {
    padding-left: 27px;
    padding-right: 10px;
}
.wk-seller-rating-block {
    display: inline-block;
    position: relative;
}
.wk-seller-card-col {
    display: inline-block;
    margin-right: 25px;
}
.wk-seller-rating.wk-mp-design-inner {
    width: 225px;
    top: 30px;
    left: -35px;
}


.wk-seller-product-count::before {
    position: absolute;
    left: 0;
    top: -4px;
    content: "\f1b2";
    font-family: "font-awesome";
    font-size: 2rem;
}

body .wk-seller-product-count {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
}
.wk-seller-card-col {
    margin-top: 5px;
    margin-bottom: 5px;
}

body .wk-seller-location-link {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    color: #555;
    margin: 2px 0;
}
.wk-seller-location-link::before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "\f041";
    font-family: "font-awesome";
    font-size: 2rem;
    color:#363636;
}
.wk-block-title-css a {
    text-decoration: none;
    font-weight: 600;
}
.wk-block-font-bold-up{
    text-transform: unset;
}
.wk-seller-card-container {
    display: inline-block;
    width: 100%;
}

.wk-seller-card-product-block {
    display: inline-block;
    width: 600px;
    font-size: 1.4rem;
}
.wk-seller-card-details-block {
    display: inline-block;
    width: calc(100% - 600px);
    font-size: 0;
}
.wk-seller-card-details-content-block {
    display: inline-block;
    width: calc(100% - 130px);
    font-size: 1.4rem;
    vertical-align: middle;
    padding-left: 15px;
}
.wk-seller-card-details-img-block {
    display: inline-block;
    width: 130px;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    font-size: 0px;
    overflow: hidden;
    vertical-align: middle;
}

.wk-seller-card-details-block .wk-seller-rating-block {
    display: inline-block;
    vertical-align: middle;
}
.wk-seller-card-details-block .wk-seller-shop-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.wk-seller-card-details-block .wk-seller-shop-title a {
    color: #363636;
    font-size: 25px;
}
.wk-seller-card-details-block .wk-ask-question-link {
    padding-left: 0px;
}
.wk-seller-card-details-block .wk-ask-question-link #askque::before {
    display: none;
}
.wk-seller-card-details-block .wk-ask-question-link #askque {
    display: inline-block;
    background: #1979c3;
    color: #fff;
    padding: 3px 15px;
    border-radius: 2px;
    font-weight: 600;
    text-align: center;
}

.wk-seller-card-details-block .wk-ask-question-link #askque:hover {
    background: #006bb4;
    text-decoration: none;
}

body .wk-seller-card-details-block  .wk-seller-location-link {
    margin-bottom: 5px;
}
.wk-seller-card-container.wk-card-type2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    font-size: 0px;
}

.wk-seller-card-product {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 5px;
    padding: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 0;
    position: relative;
    vertical-align: top;
}
.wk-seller-card-product-block {
    vertical-align: bottom;
}
.wk-seller-card-product-container {
    display: inline-block;
    float: right;
    font-size: 0px;
    text-align: center;
}
.wk-seller-card-product a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
}
.wk-seller-card-product img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}
.wk-seller-card-product span {
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.wk-seller-rating-value {
    display: inline-block;
    background: #11b400;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
}
.wk-seller-rating-value {
    padding-left: 25px;
    padding-right: 17px;
}
.wk-seller-rating-number {
    padding-left: 25px;
    padding-right: 17px;
}
.wk-seller-rating-value::before {
    position: absolute;
    left: 8px;
    top: 4px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.3rem;
    color: #fff;
}
.wk-seller-rating-number::before {
    position: absolute;
    left: 8px;
    top: 4px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.3rem;
    color: #fff;
}
.wk-seller-rating-number::after {
    position: absolute;
    right: 5px;
    top: 4px;
    content: "\f0d7";
    font-family: "font-awesome";
    font-size: 1.2rem;
    color: #fff;
}
.seller-collection-actions {
  margin-top: 10px;
}
.wk-seller-rating::after, .wk-seller-rating::before {
    margin-left: 30%;
}
.wk-seller-card-details-img-block a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 960px) {
    .wk-seller-card-details-block {
        vertical-align: middle;
        width: calc(100% - 300px);
    }
    .wk-seller-card-product-block {
        vertical-align: middle;
        width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .wk-seller-card-container.wk-card-type1 {
        margin: 15px 0;
    }
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating.wk-mp-design-inner {
        left: 12px;
    }
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating::after,
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating::before {
        margin-left: 7%;
    }
}

@media only screen and (max-width: 640px) {
    .wk-seller-card-details-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .wk-seller-card-product-block {
        width: 100%;
    }
    .wk-seller-card-details-block .wk-seller-shop-title {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }
    .wk-seller-rating::after, .wk-seller-rating::before {
        margin-left: 50%;
    }
    .wk-seller-rating.wk-mp-design-inner {
        left: -85px;
    }
}

.wk-mp-fieldset .order-products-toolbar.toolbar.bottom {
    margin-top: 10px;
}
body .wk-mp-design .toolbar .pages {
    display: inline-block;
    position: relative;
    width: auto;
}
.wk-mp-design .toolbar .limiter, .wk-all-review {
    float: right;
}
.page-products.page-with-filter.fieldset.wk-mp-fieldset {
    overflow: unset;
}
.wk-seller-feedback-title {
    padding: 5px 0;
}

#ask-form textarea.wk-full-width {
    width: 100%;
}
.wk-full-width {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .wk-mp-design .toolbar .limiter {
        width: 100%;
    }
}
.wk-profile-alert strong {
    margin-right: 5px;
}
.page-layout-seller-2columns-left .wk-profile-links-container * {
    box-sizing: border-box;
}
.wk-profile-links-container * {
    box-sizing: border-box;
}
.wk-dash-orderstatus.order-view {
    float: unset;
    display: inline-block;
    /* margin-bottom: 10px; */
    width: 150px;
    vertical-align: top;
    padding-left: 20px;
}
.field.profile.wk-profile-links-container {
    font-size: 0;
}
.wk-profile-links-container .wk-profile-links {
    width: 400px;
    max-width: 50%;
    text-align: center;
}
.wk-profile-links-container .btn-primary {
    padding: 7px;
    border-radius: 2px;
}
.wk-profile-links-container .wk-profile-links:nth-child(2n+1) {
    padding-right: 5px;
}
.wk-profile-links-container .wk-profile-links:nth-child(2n) {
    padding-left: 5px;
}
@media only screen and (max-width: 480px) {
    .wk-profile-links-container .wk-profile-links:nth-child(n) {
        width:100%;
        max-width: unset;
        padding: 10px 0;
    }
}
#product-variations-matrix .col-price>.addon {
    position: relative;
}
#product-variations-matrix .col-price .addafter {
    padding-top: 9px;
    position: absolute;
    left: 5px;
}
#product-variations-matrix .col-price input {
    padding-left: 15px;
}
.marketplace-product-edit .no-display {
    display: none !important;
}
.social.media.link .askque::before {
    content: "\f0e0";
    font-family: "font-awesome";
    font-size: 1.7rem;
}
a#reportflag, a.askque {
    text-decoration: none;
}
.qty_to_refund {
    text-align: center;
    margin-top: 10px;
}
.wk-review-heading {
    font-size: 24px;
    padding: 1rem;
    border-bottom: 1px solid #d5cece;
}
.wk-mp-rating-right div.pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}
.wk-mp-rating-right div.pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}
[class*='marketplace-'] [data-th="Discount"]::before {
    content: "-";
}
body[class*='marketplace-'] .action-menu._active {
    z-index: 999;
}.dynamic-content {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}
.dynamic-content .footer__row1 {
  display: flex;
}
.dynamic-content .footer__row1 .footer__col--same-width .arrow-list ul {
  display: flex;
  flex-direction: column;
}
.dynamic-content .footer__row1 .footer__col--same-width .arrow-list ul li {
  margin: 5px 0;
}
.greenline-content {
    font-size: 14px;
    font-weight: normal;
}

.greenline-content h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.top-section h2 {
    text-align: left;
}

main > .container {
    width: 100vw;
    padding: 0;
}

.banner {
    width: 100vw;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}

.banner > .pcc-logo {
    margin: 0 auto;
    width: auto;
    display: block;
    padding: 20px 0;
}

.banner > .cover {
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin: 10px 0 60px 0;
}

.banner > .cover > .title > h2 {
    font-size: 60px;
    font-weight: bold;
}

.banner > .cover > .title > h2 > .logo-color {
    color: #42aeef;
}

.banner > .cover > .title > h2 > span.logo {
    margin: -14px;
    vertical-align: sub;
}

span.logo:after {
    font-family: 'distripark-ico-font', sans-serif !important;
    content: '\e901';
    font-weight: normal;
}

span.icon-blue {
    color: #42aeef;
}


.banner > .cover > .text {
    width: 50%;
    margin: 0 auto;
    font-size: 24px;
    font-weight: normal;
}

.page-size {
    width: 1200px;
    margin: 0 auto;
}

.section-grey {
    background-color: #f9f9f9;
    width: 100vw;
    border: 1px solid #eaf0f1;
    padding: 20px;
}

.section-grey > .content > .text {
    width: 45%;
    min-width: 320px;
    margin: 15px;
    text-align: justify;
}

.section-grey > .content > .left-content {
    float: left;
}

.section-grey > .content > .right-content {
    float: left;
}

.section-grey > .content > .link {
    clear: both;
}

.section > h2 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px #eaf0f1 solid;
    padding: 5px 0;
}

a.section-link {
    text-align: center;
    background-color: #44abe2;
    color: #ffffff;
    width: 40%;
    margin: 15px auto;
    display: block;
    font-weight: bold;
    padding: 10px;
}

i.greenLineText:after {
    font-family: 'distripark-ico-font', sans-serif !important;
    content: '\e92f';
    font-style: normal;
    font-size: 16px;
}

.mid-banner {
    color: #ffffff;
    background-size: 100% 500px;
}

.mid-banner > .content > .title > h2 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.mid-banner > .content > .text {
    margin-bottom: 15px;
}

.mid-banner > .content {
    position: relative;
    margin-bottom: 10px;
}

.mid-banner > .content > .list {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    padding: 20px;
    color: #000000;
}

.mid-banner > .content > .list > .item {
    flex: 1 40%;
    min-width: 320px;
}

.mid-banner > .content > .list > .item > .leaf {
    float: left;
}

.mid-banner > .content > .list > .item > .leaf:before {
    font-family: 'distripark-ico-font', sans-serif !important;
    content: '\e92e';
    color: #44abe2;
    position: relative;
    top: 0.7rem;
    font-size: 28px;
}

.mid-banner > .content > .list > .item > .text {
    float: left;
    width: 90%;
    padding-left: 30px;
}


.mid-banner > .content > .list > .item > .text > .title {
    color: #44abe2;
}

.label-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.label-container .label-item {
    text-align: center;
    margin: 0 25px 0;
    flex: 1 15% 125px;
    min-width: 145px;
    max-width: 145px;
}

.label-container .label-item:hover {
    cursor: pointer;
}

.label-container .label-item .image {
    background-color: #44abe2;
    transform: scale(0.8);
    margin: 0 auto;
}

.label-container .label-item.active {
    background-color: #e9f0f2;
}
.label-container .label-item.active .image {
    transform: scale(0.9);
}

.label-container .label-item > h3 {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.label-container .label-item.active > h3 {
    border-bottom: 3px solid #44abe2;
    margin-bottom: 0;
}

.label-container .label-item.active .image img {
    display: none;
}

.label-container .label-item > h3 {
    font-size: 14px;
    margin-top: 0;
}

.label-container .label-item .section-grey {
    display: none;
    width: 100vw;
    /*visibility: hidden;*/
    margin-left: calc(-100vw / 2 + 1150px / 2);
    margin-right: calc(-100vw / 2 + 1150px / 2);
    height: 0;
}

.label-container .label-item.active .section-grey {
    display: block;
    /*visibility: visible;*/
    height: auto;
}

.label-container .label-item .section-grey h2 {
    font-size: 25px;
    font-weight: bold;
}

h4.us-products {
    font-size: 25px;
    font-weight: bold;
    color: #44abe2;
    text-decoration: underline;
}

.block.widget .products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
}

.page-layout-1column .block.widget .products-grid .product-item {
    flex: 1 20%;
    position: relative;
}


.page-layout-1column .block.widget .products-grid .product-item:after {
    content: '';
    position: absolute;
    bottom: 15%;
    left: -5px;
    width: 1px;
    height: 70%;
    border-left: 1px solid #e6e6e6;
}

.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1):after {
    margin-left: 0;
    border-left: none;
}


.products-grid .product-item-actions, .products-list .product-item-actions {
    display: none;
}

.category-link a {
    width: 20%;
    position: relative;
    z-index: 1000;
}

h2.blog {
    font-size: 40px;
}

.post-container {
    display: flex;
}

.post {
    flex: 1 30%;
    padding: 10px 25px 25px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    margin: 15px;
    position: relative;
    max-width: 30%;
}

.post h3.title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.post .content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.post .date {
    margin: 20px 0;
}

.post .link {
    position: absolute;
    bottom: 5px;
    right: 20px;
}


.blog-link .section-link {
    width: fit-content;
}

.label-content {
    text-align: justify;
}

@media screen and (max-width: 1024px) {
    .page-size {
        width: 750px;
    }

    .label-container .label-item .section-grey {
        width: 100vw;
        margin-left: calc(-100vw / 2 + 700px / 2);
        margin-right: calc(-100vw / 2 + 700px / 2);
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        flex: 1 50%;
    }
}

@media screen and (max-width: 768px) {
    .mid-banner > .content > .list {
        position: inherit;
        top: 150px;
    }
    .page-size {
        width: 90%;
    }

    .page-size.label-container {
        width: 100%;
    }

    .banner > .cover > .title > h2 {
        font-size: 36px;
        font-weight: bold;
    }

    .banner > .cover > .title > h2 > span.logo {
        margin: -9px;
    }

    .banner > .cover > .text {
        width: 70%;
        font-size: 18px;
    }

    .mid-banner > .content > .list {
        padding: 0;
    }

    .mid-banner > .content > .list > .item > .text {
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .section-grey > .content {
        width: 100%;
    }

    .section-grey > .content > .text {
        width: 100%;
        margin: 15px auto;
        float: unset;
    }

    .label-container .label-item .section-grey {
        width: 100vw;
    }


    .label-container .label-item .section-grey {
        width: 100vw;
        margin-left: calc(-100vw / 2 + (100vw - 50px) / 2);
        margin-right: calc(-100vw / 2 + (100vw - 50px) / 2);
    }

    .category-link a {
        width: 100%;
    }

    .post {
        max-width: 80vw;
    }

    .post-container {
        flex-direction: column;
    }

    .product-item {
        margin: 0 10px;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        flex: 1 100%;
    }
}

@media screen and (max-width: 480px) {
    .mid-banner {
        background-size: 100% 600px;
    }
}

@media screen and (max-width: 320px) {
    .mid-banner {
        background-size: 100% 670px;
    }
}


@media screen and (max-width: 529px) {
    .mid-banner > .content > .list {
        position: inherit;
        top: 10px;
    }
}

@media screen and (max-width: 478px) {
    .mid-banner > .content > .list {
        position: inherit;
        top: 110px;
    }
}
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}
.blog-page-list .blog-top-image {padding-bottom: 20px}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 600;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Divante/distriparkpl/pl_PL/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-index-index .index-description,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/Divante/distriparkpl/pl_PL/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/Divante/distriparkpl/pl_PL/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/Divante/distriparkpl/pl_PL/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/Divante/distriparkpl/pl_PL/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/Divante/distriparkpl/pl_PL/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/Divante/distriparkpl/pl_PL/Magefan_Blog/images/views-icon.svg')}
.mf-blog-icon.mfbi-reading-time {background-image: url('../../frontend/Divante/distriparkpl/pl_PL/Magefan_Blog/images/time-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Divante/distriparkpl/pl_PL/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */