/**
 * 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 {
    background: #ffffff;
    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*/
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-blog-icon:before {
    background-repeat: no-repeat;
    color: #999999;
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    opacity: 50%;
    position: relative;
    top: 2px;
}
.mp-blog-calendar-times:before {
    background-image: url("../../frontend/Idea07/client-customization/pl_PL/Mageplaza_Blog/media/images/calendar-times.svg");
}
.mp-blog-user:before {
    background-image: url("../../frontend/Idea07/client-customization/pl_PL/Mageplaza_Blog/media/images/user.svg");
}
.mp-blog-comments:before {
    background-image: url("../../frontend/Idea07/client-customization/pl_PL/Mageplaza_Blog/media/images/comments.svg");
}
.mp-blog-traffic:before {
    background-image: url("../../frontend/Idea07/client-customization/pl_PL/Mageplaza_Blog/media/images/eye.svg");
}
.mp-blog-thumbs-up:before {
    background-image: url("../../frontend/Idea07/client-customization/pl_PL/Mageplaza_Blog/media/images/thumbs-up.svg");
}
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 {
  max-height: 100%;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  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: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  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 {
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: inherit;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: inherit;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: inherit;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: inherit;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
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: #000000;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #000000;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #000000;
  line-height: 1.42857143;
  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: #000000;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  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: #000000;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
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 > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.checkout-cart-index .page-main .action,
.methods-shipping .actions-toolbar .back .primary,
.block-authentication .actions-toolbar > .primary .action,
.modal-footer .action,
.modal-footer button,
.modal-footer .checkout-cart-index .page-main .action,
.modal-footer .methods-shipping .actions-toolbar .back .primary,
.modal-footer .block-authentication .actions-toolbar > .primary .action {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 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,
button:active,
.checkout-cart-index .page-main .action:focus,
.checkout-cart-index .page-main .action:active,
.methods-shipping .actions-toolbar .back .primary:focus,
.methods-shipping .actions-toolbar .back .primary:active,
.block-authentication .actions-toolbar > .primary .action:focus,
.block-authentication .actions-toolbar > .primary .action:active,
.modal-footer .action:focus,
.modal-footer .action:active,
.modal-footer button:focus,
.modal-footer button:active,
.modal-footer .checkout-cart-index .page-main .action:focus,
.modal-footer .checkout-cart-index .page-main .action:active,
.modal-footer .methods-shipping .actions-toolbar .back .primary:focus,
.modal-footer .methods-shipping .actions-toolbar .back .primary:active,
.modal-footer .block-authentication .actions-toolbar > .primary .action:focus,
.modal-footer .block-authentication .actions-toolbar > .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #000000;
}
button:hover,
.checkout-cart-index .page-main .action:hover,
.methods-shipping .actions-toolbar .back .primary:hover,
.block-authentication .actions-toolbar > .primary .action:hover,
.modal-footer .action:hover,
.modal-footer button:hover,
.modal-footer .checkout-cart-index .page-main .action:hover,
.modal-footer .methods-shipping .actions-toolbar .back .primary:hover,
.modal-footer .block-authentication .actions-toolbar > .primary .action:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.checkout-cart-index .page-main .action.disabled,
.checkout-cart-index .page-main .action[disabled],
fieldset[disabled] .checkout-cart-index .page-main .action,
.methods-shipping .actions-toolbar .back .primary.disabled,
.methods-shipping .actions-toolbar .back .primary[disabled],
fieldset[disabled] .methods-shipping .actions-toolbar .back .primary,
.block-authentication .actions-toolbar > .primary .action.disabled,
.block-authentication .actions-toolbar > .primary .action[disabled],
fieldset[disabled] .block-authentication .actions-toolbar > .primary .action,
.modal-footer .action.disabled,
.modal-footer .action[disabled],
fieldset[disabled] .modal-footer .action,
.modal-footer button.disabled,
.modal-footer button[disabled],
fieldset[disabled] .modal-footer button,
.modal-footer .checkout-cart-index .page-main .action.disabled,
.modal-footer .checkout-cart-index .page-main .action[disabled],
fieldset[disabled] .modal-footer .checkout-cart-index .page-main .action,
.modal-footer .methods-shipping .actions-toolbar .back .primary.disabled,
.modal-footer .methods-shipping .actions-toolbar .back .primary[disabled],
fieldset[disabled] .modal-footer .methods-shipping .actions-toolbar .back .primary,
.modal-footer .block-authentication .actions-toolbar > .primary .action.disabled,
.modal-footer .block-authentication .actions-toolbar > .primary .action[disabled],
fieldset[disabled] .modal-footer .block-authentication .actions-toolbar > .primary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.checkout-cart-index .page-main .action::-moz-focus-inner,
.methods-shipping .actions-toolbar .back .primary::-moz-focus-inner,
.block-authentication .actions-toolbar > .primary .action::-moz-focus-inner,
.modal-footer .action::-moz-focus-inner,
.modal-footer button::-moz-focus-inner,
.modal-footer .checkout-cart-index .page-main .action::-moz-focus-inner,
.modal-footer .methods-shipping .actions-toolbar .back .primary::-moz-focus-inner,
.modal-footer .block-authentication .actions-toolbar > .primary .action::-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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  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[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.prices-tier,
.order-details-items .items-qty,
.items,
.items,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.prices-tier > li,
.order-details-items .items-qty > li,
.items > li,
.items > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #000000;
  cursor: pointer;
  font-family: 'Open Sans', 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-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #000000;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #4aa28f;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-compare .block-title,
.block-reorder .block-title,
.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 {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-compare .block-title > strong,
.block-reorder .block-title > strong,
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.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: '\e607';
  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: '\e618';
  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: #ffffff;
  border: 1px solid #bbbbbb;
  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,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.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 #ffffff 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 #bbbbbb 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,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.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,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove,
.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,
.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,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  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,
.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,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.product.name a {
  font-weight: 400;
}
.product.name a > a {
  color: #000000;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #000000;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #000000;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #000000;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend {
  margin-left: 0;
}
.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;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.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%;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.opc-wrapper .form-discount .field .label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.block-reorder .product-item .label,
.filter-options-content .filter-count-label,
.filter-options-content .filter-count-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.form-shipping-address .field.addresses:before,
.form-shipping-address .field.addresses:after,
.billing-address-form .field.addresses:before,
.billing-address-form .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.form-shipping-address .field.addresses:after,
.billing-address-form .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options: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,
.toolbar:after,
.sidebar .product-items-images:after,
.fieldset .fullname .field:after,
.customer-review .product-details: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 {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.search-autocomplete,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.abs-field-tooltip,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 .checkout-cart-index .page-main .action.action.split,
.abs-split-button .methods-shipping .actions-toolbar .back .primary.action.split,
.abs-split-button .block-authentication .actions-toolbar > .primary .action.action.split,
.abs-split-button .modal-footer .action.action.split,
.abs-split-button .modal-footer button.action.split,
.abs-split-button .modal-footer .checkout-cart-index .page-main .action.action.split,
.abs-split-button .modal-footer .methods-shipping .actions-toolbar .back .primary.action.split,
.abs-split-button .modal-footer .block-authentication .actions-toolbar > .primary .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .checkout-cart-index .page-main .action + .action.toggle,
.abs-split-button .methods-shipping .actions-toolbar .back .primary + .action.toggle,
.abs-split-button .block-authentication .actions-toolbar > .primary .action + .action.toggle,
.abs-split-button .modal-footer .action + .action.toggle,
.abs-split-button .modal-footer button + .action.toggle,
.abs-split-button .modal-footer .checkout-cart-index .page-main .action + .action.toggle,
.abs-split-button .modal-footer .methods-shipping .actions-toolbar .back .primary + .action.toggle,
.abs-split-button .modal-footer .block-authentication .actions-toolbar > .primary .action + .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: '\e607';
  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: '\e618';
  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: #ffffff;
  border: 1px solid #bbbbbb;
  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 #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb 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;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > 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,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #4a4a4a;
  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,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #000000;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.methods-shipping .actions-toolbar .continue.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 0 15px;
  font-size: 1.8rem;
}
.abs-action-remove,
.opc-wrapper .edit-address-link,
.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,
.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 {
  line-height: 1.42857143;
  padding: 0;
  color: inherit;
  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,
.opc-wrapper .edit-address-link: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,
.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 {
  color: inherit;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.opc-wrapper .edit-address-link: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-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 {
  color: inherit;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.opc-wrapper .edit-address-link: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-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 {
  color: inherit;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.opc-wrapper .edit-address-link: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-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 {
  color: inherit;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: inherit;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary .checkout-cart-index .page-main .action,
.cart-summary .actions-toolbar > .primary .methods-shipping .actions-toolbar .back .primary,
.cart-summary .actions-toolbar > .primary .block-authentication .actions-toolbar > .primary .action,
.cart-summary .actions-toolbar > .primary .modal-footer .action,
.cart-summary .actions-toolbar > .primary .modal-footer button,
.cart-summary .actions-toolbar > .primary .modal-footer .checkout-cart-index .page-main .action,
.cart-summary .actions-toolbar > .primary .modal-footer .methods-shipping .actions-toolbar .back .primary,
.cart-summary .actions-toolbar > .primary .modal-footer .block-authentication .actions-toolbar > .primary .action {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #000000;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary .checkout-cart-index .page-main .action:focus,
.cart-summary .actions-toolbar > .primary .checkout-cart-index .page-main .action:active,
.cart-summary .actions-toolbar > .primary .methods-shipping .actions-toolbar .back .primary:focus,
.cart-summary .actions-toolbar > .primary .methods-shipping .actions-toolbar .back .primary:active,
.cart-summary .actions-toolbar > .primary .block-authentication .actions-toolbar > .primary .action:focus,
.cart-summary .actions-toolbar > .primary .block-authentication .actions-toolbar > .primary .action:active,
.cart-summary .actions-toolbar > .primary .modal-footer .action:focus,
.cart-summary .actions-toolbar > .primary .modal-footer .action:active,
.cart-summary .actions-toolbar > .primary .modal-footer button:focus,
.cart-summary .actions-toolbar > .primary .modal-footer button:active,
.cart-summary .actions-toolbar > .primary .modal-footer .checkout-cart-index .page-main .action:focus,
.cart-summary .actions-toolbar > .primary .modal-footer .checkout-cart-index .page-main .action:active,
.cart-summary .actions-toolbar > .primary .modal-footer .methods-shipping .actions-toolbar .back .primary:focus,
.cart-summary .actions-toolbar > .primary .modal-footer .methods-shipping .actions-toolbar .back .primary:active,
.cart-summary .actions-toolbar > .primary .modal-footer .block-authentication .actions-toolbar > .primary .action:focus,
.cart-summary .actions-toolbar > .primary .modal-footer .block-authentication .actions-toolbar > .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #000000;
}
.abs-revert-secondary-color:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary .checkout-cart-index .page-main .action:hover,
.cart-summary .actions-toolbar > .primary .methods-shipping .actions-toolbar .back .primary:hover,
.cart-summary .actions-toolbar > .primary .block-authentication .actions-toolbar > .primary .action:hover,
.cart-summary .actions-toolbar > .primary .modal-footer .action:hover,
.cart-summary .actions-toolbar > .primary .modal-footer button:hover,
.cart-summary .actions-toolbar > .primary .modal-footer .checkout-cart-index .page-main .action:hover,
.cart-summary .actions-toolbar > .primary .modal-footer .methods-shipping .actions-toolbar .back .primary:hover,
.cart-summary .actions-toolbar > .primary .modal-footer .block-authentication .actions-toolbar > .primary .action:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.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: '\e622';
  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;
}
.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 {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-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: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar .subtitle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter {
  color: #4a4a4a;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #000000;
  cursor: pointer;
  font-family: 'Open Sans', 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,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.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: '\e617';
  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,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #000000;
}
.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: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.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);
}
.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: '\e603';
  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;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 35px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.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;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.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;
}
.abs-sidebar-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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  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.expanded .amount .price:after {
  content: '\e621';
}
.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,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.paypal-review-discount .block.active > .content {
  display: block;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  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;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.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) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.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;
}
.message.info {
  margin: 10px 0;
  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: inherit;
}
.message.info a:hover {
  color: inherit;
}
.message.info a:active {
  color: inherit;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 10px 0;
  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: inherit;
}
.message.error a:hover {
  color: inherit;
}
.message.error a:active {
  color: inherit;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 10px 0;
  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: inherit;
}
.message.warning a:hover {
  color: inherit;
}
.message.warning a:active {
  color: inherit;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 10px 0;
  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: inherit;
}
.message.notice a:hover {
  color: inherit;
}
.message.notice a:active {
  color: inherit;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 10px 0;
  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: inherit;
}
.message.success a:hover {
  color: inherit;
}
.message.success a:active {
  color: inherit;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #ffffff;
}
.nav-toggle {
  cursor: pointer;
  display: block;
  font-size: 0;
  right: 16px;
  position: absolute;
  top: 55px;
  z-index: 14;
  width: 23px;
  height: 15px;
}
@media (max-width: 767px) {
  .nav-toggle {
    top: 49px;
  }
}
.nav-toggle span {
  width: 23px;
  background-color: #000000;
  height: 1px;
  position: absolute;
  top: 0;
  -moz-transition: transform 0.4s ease-in-out, background-color 0.5s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out, background-color 0.5s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, background-color 0.5s ease-in-out;
}
.nav-toggle span:nth-of-type(2) {
  top: 7px;
}
.nav-toggle span:nth-of-type(3) {
  top: 14px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  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;
}
.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/Idea07/client-customization/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;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.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: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 5px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  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 > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.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: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required:not(.choice) > .label,
.fieldset > .fields > .field.required:not(.choice) > .label,
.fieldset > .field._required:not(.choice) > .label,
.fieldset > .fields > .field._required:not(.choice) > .label {
  position: relative;
}
.fieldset > .field.required:not(.choice) > .label:after,
.fieldset > .fields > .field.required:not(.choice) > .label:after,
.fieldset > .field._required:not(.choice) > .label:after,
.fieldset > .fields > .field._required:not(.choice) > .label:after {
  content: '*';
  color: #000000;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
  position: absolute;
  right: -7px;
  top: 0;
}
.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: '\e618';
  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;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  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-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 {
  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: #4a4a4a;
  content: '\e612';
  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%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Idea07/client-customization/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button,
a.action.primary,
.checkout-cart-index .page-main .action,
.methods-shipping .actions-toolbar .back .primary,
.block-authentication .actions-toolbar > .primary .action,
.modal-footer .action,
.modal-footer button,
.modal-footer .checkout-cart-index .page-main .action,
.modal-footer .methods-shipping .actions-toolbar .back .primary,
.modal-footer .block-authentication .actions-toolbar > .primary .action {
  border-radius: 3px;
}
button:active,
.checkout-cart-index .page-main .action:active,
.methods-shipping .actions-toolbar .back .primary:active,
.block-authentication .actions-toolbar > .primary .action:active,
.modal-footer .action:active,
.modal-footer button:active,
.modal-footer .checkout-cart-index .page-main .action:active,
.modal-footer .methods-shipping .actions-toolbar .back .primary:active,
.modal-footer .block-authentication .actions-toolbar > .primary .action: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: transparent;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 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: #000000;
  border: #000000;
  color: #000000;
}
.action.primary:hover {
  background: #000000;
  border: #000000;
  color: #ffffff;
}
.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;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #4a4a4a;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #4a4a4a;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #4a4a4a;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #000000;
  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: #ffffff;
  color: #000000;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.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;
  line-height: 3.2rem;
  letter-spacing: normal;
  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: inherit;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: inherit;
}
.pages a.page:hover {
  color: inherit;
  text-decoration: none;
}
.pages a.page:active {
  color: inherit;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #4a4a4a;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #4a4a4a;
}
.pages .action:hover {
  color: #4a4a4a;
  text-decoration: none;
}
.pages .action:active {
  color: #4a4a4a;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #4a4a4a;
}
.pages .action.next:active:before {
  color: #4a4a4a;
}
.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: #4a4a4a;
  content: '\e608';
  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: #4a4a4a;
}
.pages .action.next:active:before {
  color: #4a4a4a;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #4a4a4a;
}
.pages .action.previous:active:before {
  color: #4a4a4a;
}
.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: #4a4a4a;
  content: '\e617';
  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: #4a4a4a;
}
.pages .action.previous:active:before {
  color: #4a4a4a;
}
.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;
}
.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: #000000;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000000;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #000000;
  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: '\e608';
  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;
  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: '\e616';
  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 {
  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 #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.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: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 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.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .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 {
  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 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 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;
}
.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-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.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-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  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: #111111;
  content: '\e616';
  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: #000000;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #f5f6fa;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 10px;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  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: 899;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #000000;
  font-size: 1.2rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 820px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 12px 0 4px 0;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 2px solid #f5f6fa;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 820px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 820px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
/** hide alt currency - if multicurrency is enabled this will be unhidden dynamically **/
tr.totals.charge {
  display: none;
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 820px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Idea07/client-customization/pl_PL/Boolfly_Base/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 201;
  border-radius: 20px;
  box-shadow: 1px 1px 1px #CDCDCD;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  border: 1px #fff;
  background-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
  color: #000;
}
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  background-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px #CDCDCD;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 10px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "<";
}
[dir="rtl"] .slick-prev:before {
  content: ">";
}
.slick-next {
  right: 10px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: ">";
}
[dir="rtl"] .slick-next:before {
  content: "<";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 12%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li .checkout-cart-index .page-main .action,
.slick-dots li .methods-shipping .actions-toolbar .back .primary,
.slick-dots li .block-authentication .actions-toolbar > .primary .action,
.slick-dots li .modal-footer .action,
.slick-dots li .modal-footer button,
.slick-dots li .modal-footer .checkout-cart-index .page-main .action,
.slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary,
.slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action {
  border: 0;
  background: #d2d2d2;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .checkout-cart-index .page-main .action:hover,
.slick-dots li .checkout-cart-index .page-main .action:focus,
.slick-dots li .methods-shipping .actions-toolbar .back .primary:hover,
.slick-dots li .methods-shipping .actions-toolbar .back .primary:focus,
.slick-dots li .block-authentication .actions-toolbar > .primary .action:hover,
.slick-dots li .block-authentication .actions-toolbar > .primary .action:focus,
.slick-dots li .modal-footer .action:hover,
.slick-dots li .modal-footer .action:focus,
.slick-dots li .modal-footer button:hover,
.slick-dots li .modal-footer button:focus,
.slick-dots li .modal-footer .checkout-cart-index .page-main .action:hover,
.slick-dots li .modal-footer .checkout-cart-index .page-main .action:focus,
.slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary:hover,
.slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary:focus,
.slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action:hover,
.slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .checkout-cart-index .page-main .action:hover:before,
.slick-dots li .checkout-cart-index .page-main .action:focus:before,
.slick-dots li .methods-shipping .actions-toolbar .back .primary:hover:before,
.slick-dots li .methods-shipping .actions-toolbar .back .primary:focus:before,
.slick-dots li .block-authentication .actions-toolbar > .primary .action:hover:before,
.slick-dots li .block-authentication .actions-toolbar > .primary .action:focus:before,
.slick-dots li .modal-footer .action:hover:before,
.slick-dots li .modal-footer .action:focus:before,
.slick-dots li .modal-footer button:hover:before,
.slick-dots li .modal-footer button:focus:before,
.slick-dots li .modal-footer .checkout-cart-index .page-main .action:hover:before,
.slick-dots li .modal-footer .checkout-cart-index .page-main .action:focus:before,
.slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary:hover:before,
.slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary:focus:before,
.slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action:hover:before,
.slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .checkout-cart-index .page-main .action,
.slick-dots li.slick-active .methods-shipping .actions-toolbar .back .primary,
.slick-dots li.slick-active .block-authentication .actions-toolbar > .primary .action,
.slick-dots li.slick-active .modal-footer .action,
.slick-dots li.slick-active .modal-footer button,
.slick-dots li.slick-active .modal-footer .checkout-cart-index .page-main .action,
.slick-dots li.slick-active .modal-footer .methods-shipping .actions-toolbar .back .primary,
.slick-dots li.slick-active .modal-footer .block-authentication .actions-toolbar > .primary .action {
  background: #606da6;
  opacity: 0.75;
}
.banner-content {
  position: absolute;
  bottom: 40%;
  width: 100%;
  color: #000000;
}
.banner-content.left {
  text-align: left;
}
.banner-content.left .banner-title,
.banner-content.left .banner-inner,
.banner-content.left .banner-button {
  padding-left: 15%;
}
.banner-content.center {
  text-align: center;
}
.banner-content.right {
  text-align: right;
}
.banner-content.right .banner-title,
.banner-content.right .banner-inner,
.banner-content.right .banner-button {
  padding-right: 15%;
}
.banner-content .banner-title {
  font-weight: bold;
}
.banner-content .banner-button {
  margin-top: 18px;
}
.banner-content .banner-button a {
  font-size: 1.8rem;
  background: #e4e4e4;
  background: linear-gradient(34deg, #e4e4e4 0%, #eeeeee 59%, #f3f3f3 100%);
  color: #000;
  border-radius: 4px;
  max-width: 160px;
  box-shadow: 0px 1px 3px 0px rgba(2, 2, 2, 0.3);
  padding: 10px;
  font-weight: bold;
}
.banner-content .banner-button a:hover {
  color: #fff;
  background: #929292;
  background: linear-gradient(122deg, #929292 0%, #c5c5c5 54%, #d1d1d1 100%);
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow,
.checkout-cart-index .page-main .action.mfp-close,
.checkout-cart-index .page-main .action.mfp-arrow,
.methods-shipping .actions-toolbar .back .primary.mfp-close,
.methods-shipping .actions-toolbar .back .primary.mfp-arrow,
.block-authentication .actions-toolbar > .primary .action.mfp-close,
.block-authentication .actions-toolbar > .primary .action.mfp-arrow,
.modal-footer .action.mfp-close,
.modal-footer .action.mfp-arrow,
.modal-footer button.mfp-close,
.modal-footer button.mfp-arrow,
.modal-footer .checkout-cart-index .page-main .action.mfp-close,
.modal-footer .checkout-cart-index .page-main .action.mfp-arrow,
.modal-footer .methods-shipping .actions-toolbar .back .primary.mfp-close,
.modal-footer .methods-shipping .actions-toolbar .back .primary.mfp-arrow,
.modal-footer .block-authentication .actions-toolbar > .primary .action.mfp-close,
.modal-footer .block-authentication .actions-toolbar > .primary .action.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner,
.checkout-cart-index .page-main .action::-moz-focus-inner,
.methods-shipping .actions-toolbar .back .primary::-moz-focus-inner,
.block-authentication .actions-toolbar > .primary .action::-moz-focus-inner,
.modal-footer .action::-moz-focus-inner,
.modal-footer button::-moz-focus-inner,
.modal-footer .checkout-cart-index .page-main .action::-moz-focus-inner,
.modal-footer .methods-shipping .actions-toolbar .back .primary::-moz-focus-inner,
.modal-footer .block-authentication .actions-toolbar > .primary .action::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #303030;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.product-label-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.product-label-info .product-label {
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: table;
  line-height: 20px;
  padding: 4px 6px 2px 5px;
  margin-bottom: 5px;
  box-shadow: 1px 1px 1px dimgray;
}
.product-label-info .product-label img {
  max-height: 48px;
}
.product-label-info .product-label span {
  padding: 2px 4px;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}
.product-label-info .product-label.sale {
  background: #f71602;
}
.product-label-info .product-label.best-seller {
  background: #007fd4;
}
.product-label-info .product-label.new {
  background: #048500d6;
}
.product-label-info .product-label.custom {
  color: #000;
  box-shadow: none;
}
.product-label-info.top-right {
  top: 0;
  right: 0;
  margin-top: 0 !important;
  left: auto !important;
  margin-left: 0 !important;
}
.product-label-info.top-left {
  top: 0;
  margin-top: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  right: auto;
}
.product-label-info.bot-right {
  top: auto !important;
  margin-top: 0 !important;
  left: auto !important;
  margin-left: 0 !important;
  bottom: 0;
  right: 0;
}
.product-label-info.bot-left {
  top: auto !important;
  margin-top: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  bottom: 0;
  right: auto;
}
.product-label-info.mid-left {
  top: 50%;
  left: 0;
  margin-left: 0 !important;
  right: auto;
}
.product-label-info.mid-right {
  top: 50%;
  left: auto;
  margin-left: 0 !important;
  right: 0;
}
.product-label-info.mid-mid {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.product-label-info.top-mid {
  top: 0;
  margin-top: 0 !important;
  left: 50%;
  right: auto;
  bottom: auto;
}
.product-label-info.bot-mid {
  top: auto;
  bottom: 0;
  margin-top: 0 !important;
  left: 50%;
  right: auto;
}
.product-image-container {
  position: relative;
}
.product.media {
  position: relative;
}
.products-grid .product-item .product-item-info:hover {
  z-index: 1501;
}
.products-grid .product-item .product-item-info:hover .product-label {
  box-shadow: none;
}
.hide {
  display: none;
}
body.bss-popup-opened {
  overflow-y: hidden;
}
body.safari-context {
  width: 100%;
  height: 100%;
}
.mfp-wrap.safari-context-wrap {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.popup_wrapper {
  display: none;
  background-color: #fff;
  z-index: 99;
  padding: 10px 15px;
  border: 1px solid gray;
  border-radius: 2px;
  box-shadow: 3px 3px 15px #222222;
  font-size: 14px;
  position: relative;
  margin: auto;
  max-width: 70%;
}
.bss_popup .opened {
  overflow-y: hidden;
}
#template-contact-form {
  max-width: 309px;
}
#template-contact-form .popup_content {
  width: 100%;
  margin: 12px auto;
  border-radius: 10px;
  border: 2px solid #1979c3;
  padding: 15px;
  box-sizing: border-box;
}
#template-contact-form .popup_content .legend {
  border: none;
  text-align: center;
  color: #1979c3;
  font-weight: bold;
  margin-bottom: 10px;
}
#template-contact-form .popup_content .fieldset {
  margin: 0;
}
#template-contact-form .popup_content .fieldset > .field {
  margin: 0 0 10px;
}
#template-age-verification {
  width: 700px;
  max-width: 90vw;
  height: auto;
  text-align: center;
  background-image: url('../../frontend/Idea07/client-customization/pl_PL/Bss_Popup/images/bg-popup-ageverification.png');
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
}
#template-age-verification .popup-title {
  margin-top: 40px;
  font-size: 50px;
  text-transform: uppercase;
}
#template-age-verification .popup-title:before {
  content: "";
  width: 40px;
  height: 45px;
  background-image: url('../../frontend/Idea07/client-customization/pl_PL/Bss_Popup/images/lock.png');
  display: inline-block;
  background-position: center;
  position: relative;
  top: 5px;
  padding-right: 5px;
}
#template-age-verification .popup-description {
  font-size: 18px;
  margin: 20px auto;
  padding: 0 15px;
  max-width: 410px;
  box-sizing: border-box;
}
#template-age-verification button,
#template-age-verification .checkout-cart-index .page-main .action,
#template-age-verification .methods-shipping .actions-toolbar .back .primary,
#template-age-verification .block-authentication .actions-toolbar > .primary .action,
#template-age-verification .modal-footer .action,
#template-age-verification .modal-footer button,
#template-age-verification .modal-footer .checkout-cart-index .page-main .action,
#template-age-verification .modal-footer .methods-shipping .actions-toolbar .back .primary,
#template-age-verification .modal-footer .block-authentication .actions-toolbar > .primary .action {
  width: 270px;
  height: 60px;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
#template-age-verification button#age_verification_yes,
#template-age-verification .checkout-cart-index .page-main .action#age_verification_yes,
#template-age-verification .methods-shipping .actions-toolbar .back .primary#age_verification_yes,
#template-age-verification .block-authentication .actions-toolbar > .primary .action#age_verification_yes,
#template-age-verification .modal-footer .action#age_verification_yes,
#template-age-verification .modal-footer button#age_verification_yes,
#template-age-verification .modal-footer .checkout-cart-index .page-main .action#age_verification_yes,
#template-age-verification .modal-footer .methods-shipping .actions-toolbar .back .primary#age_verification_yes,
#template-age-verification .modal-footer .block-authentication .actions-toolbar > .primary .action#age_verification_yes {
  background: #00b14f;
}
#template-age-verification button#age_verification_no,
#template-age-verification .checkout-cart-index .page-main .action#age_verification_no,
#template-age-verification .methods-shipping .actions-toolbar .back .primary#age_verification_no,
#template-age-verification .block-authentication .actions-toolbar > .primary .action#age_verification_no,
#template-age-verification .modal-footer .action#age_verification_no,
#template-age-verification .modal-footer button#age_verification_no,
#template-age-verification .modal-footer .checkout-cart-index .page-main .action#age_verification_no,
#template-age-verification .modal-footer .methods-shipping .actions-toolbar .back .primary#age_verification_no,
#template-age-verification .modal-footer .block-authentication .actions-toolbar > .primary .action#age_verification_no {
  background: #069ef7;
  margin-left: 10px;
}
#template-age-verification #age_verification_redirect {
  margin: 10px 58px 60px 0;
  max-width: 270px;
  float: right;
}
#template-newsletter {
  max-width: 600px;
  padding: 0;
  border-radius: 25px;
  text-align: center;
}
#template-newsletter .popup_content > .newsletter {
  width: 100%;
  max-width: 100%;
}
#template-newsletter .popup_content > .newsletter:before {
  content: "";
  background: url('../../frontend/Idea07/client-customization/pl_PL/Bss_Popup/images/banner-newletter.png');
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 290px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
#template-newsletter .popup_content > .newsletter .title-popup {
  font-size: 30px;
  color: #000;
  padding: 30px 0 10px;
}
#template-newsletter .popup_content > .newsletter .description-popup {
  padding: 0 40px;
}
#template-newsletter .popup_content > .newsletter .subscribe {
  margin-top: 20px;
  max-width: 300px;
  margin: 20px auto 0;
}
#template-newsletter .popup_content > .newsletter .subscribe .actions,
#template-newsletter .popup_content > .newsletter .subscribe .newsletter {
  display: block;
  width: 100%;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control:before {
  display: none;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control #newsletter {
  border: 1px solid #ececec;
  padding: 25px 50px;
  border-radius: 30px;
  font-style: italic;
  color: #222;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control #newsletter::placeholder {
  color: #222;
  text-transform: uppercase;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control #newsletter:-ms-input-placeholder {
  color: #222;
  text-transform: uppercase;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control #newsletter::-ms-input-placeholder {
  color: #222;
  text-transform: uppercase;
}
#template-newsletter .popup_content > .newsletter .subscribe .actions .subscribe {
  background: #3fa9f5;
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
  text-transform: uppercase;
  border: none;
  margin: 12px 0 0;
}
#template-newsletter .mfp-close {
  display: none;
}
#template-social-sharing {
  background-image: url('../../frontend/Idea07/client-customization/pl_PL/Bss_Popup/images/bg-popup-social.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  max-width: 650px;
  padding: 70px 25px;
  box-sizing: border-box;
}
#template-social-sharing .title-popup {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
}
#template-social-sharing .mfp-close {
  display: none;
}
#template-social-sharing .des-popup {
  font-size: 22px;
  margin-top: 50px;
}
#template-social-sharing .social {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
#template-social-sharing .social li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 0;
}
#template-social-sharing .social li a {
  display: block;
}
#template-hot-deals {
  max-width: 754px;
  border-radius: 10px;
}
#template-hot-deals .block-products-list {
  text-align: center;
}
#template-hot-deals .block-products-list .block-title {
  margin: 40px 0;
}
#template-hot-deals .block-products-list .block-title strong {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}
#template-hot-deals .block-products-list .product-item {
  width: 23%;
}
.popup_content {
  display: grid;
}
.popup_content .products-grid .product-item-actions {
  margin: 0;
}
.popup_content .products-grid .product-item-actions .block-title {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}
.popup_content p {
  margin-top: 0;
  margin-bottom: 0;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: unset !important;
  left: unset !important;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed !important;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow,
.checkout-cart-index .page-main .action.mfp-close,
.checkout-cart-index .page-main .action.mfp-arrow,
.methods-shipping .actions-toolbar .back .primary.mfp-close,
.methods-shipping .actions-toolbar .back .primary.mfp-arrow,
.block-authentication .actions-toolbar > .primary .action.mfp-close,
.block-authentication .actions-toolbar > .primary .action.mfp-arrow,
.modal-footer .action.mfp-close,
.modal-footer .action.mfp-arrow,
.modal-footer button.mfp-close,
.modal-footer button.mfp-arrow,
.modal-footer .checkout-cart-index .page-main .action.mfp-close,
.modal-footer .checkout-cart-index .page-main .action.mfp-arrow,
.modal-footer .methods-shipping .actions-toolbar .back .primary.mfp-close,
.modal-footer .methods-shipping .actions-toolbar .back .primary.mfp-arrow,
.modal-footer .block-authentication .actions-toolbar > .primary .action.mfp-close,
.modal-footer .block-authentication .actions-toolbar > .primary .action.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner,
.checkout-cart-index .page-main .action::-moz-focus-inner,
.methods-shipping .actions-toolbar .back .primary::-moz-focus-inner,
.block-authentication .actions-toolbar > .primary .action::-moz-focus-inner,
.modal-footer .action::-moz-focus-inner,
.modal-footer button::-moz-focus-inner,
.modal-footer .checkout-cart-index .page-main .action::-moz-focus-inner,
.modal-footer .methods-shipping .actions-toolbar .back .primary::-moz-focus-inner,
.modal-footer .block-authentication .actions-toolbar > .primary .action::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*
 * 4mage Package
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the 4mage.co license that is
 * available through the world-wide-web at this URL:
 * https://4mage.co/license-agreement/
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category 	ForMage
 * @package 	ForMage_PriceTracker
 * @copyright 	Copyright (c) 2022 4mage.co (https://4mage.co/)
 * @license  	https://4mage.co/license-agreement/
 */
/** All **/
.price-tracker.tooltip {
  position: relative;
  float: right;
}
.price-tracker.tooltip .price-tracker-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  font-size: 1rem;
  border: 1px solid #bbbbbb;
  margin-right: 5px;
  right: 100%;
  top: 0;
}
.price-tracker.tooltip .price-tracker-content:after,
.price-tracker.tooltip .price-tracker-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.price-tracker.tooltip .price-tracker-content:after {
  border-width: 5px;
  border-color: transparent;
}
.price-tracker.tooltip .price-tracker-content:before {
  border-width: 6px;
  border-color: transparent;
}
.price-tracker.tooltip .price-tracker-content:after,
.price-tracker.tooltip .price-tracker-content:before {
  left: 100%;
}
.price-tracker.tooltip .price-tracker-content:after {
  border-left-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.price-tracker.tooltip .price-tracker-content:before {
  border-left-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.price-tracker.tooltip .tooltip-toggle {
  cursor: help;
}
.price-tracker.tooltip .tooltip-toggle:hover + .price-tracker-content,
.price-tracker.tooltip .tooltip-toggle:focus + .price-tracker-content,
.price-tracker.tooltip:hover .price-tracker-content {
  display: block;
}
.price-tracker .price-wrapper:after {
  content: ' ' attr(data-label);
}
.price-tracker .price-wrapper .price {
  font-weight: 700;
  padding-left: 1rem;
}
.price-tracker.list .price-wrapper {
  font-size: 1rem;
}
.price-tracker.list .price-wrapper:after {
  font-size: 1rem;
}
.price-tracker.list .price-wrapper .price {
  font-size: 1.1rem;
}
.price-tracker:not(.list) {
  text-align: right;
}
.price-tracker:not(.list) .price-wrapper:after {
  font-size: 1.4rem;
}
.price-tracker:not(.list) .price-wrapper .price {
  font-size: 1.6rem;
}
.minicart-wrapper .price-tracker.tooltip .price-tracker-content,
.cart .price-tracker.tooltip .price-tracker-content {
  top: 100%;
}
.minicart-wrapper .price-tracker.tooltip .price-tracker-content .pt-price,
.cart .price-tracker.tooltip .price-tracker-content .pt-price,
.minicart-wrapper .price-tracker.tooltip .price-tracker-content .old-price,
.cart .price-tracker.tooltip .price-tracker-content .old-price {
  display: block;
}
.minicart-wrapper .price-tracker .price-wrapper .price,
.cart .price-tracker .price-wrapper .price {
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 3px;
}
.minicart-items-wrapper .price-tracker.tooltip {
  text-align: left;
  display: block;
  float: none;
}
.minicart-items-wrapper .price-tracker.tooltip .price-tracker-content {
  right: 0;
}
.cart .price-tracker.tooltip .price-tracker-content {
  right: -100%;
}
.cart .field-tooltip {
  top: -8px;
}
/** Mobile **/
/** Desktop **/
.idea07-breadcrumbs .main-item {
  position: relative;
  cursor: pointer;
}
.idea07-breadcrumbs .main-item:hover .dropdown-menu {
  display: block;
  z-index: 9999;
}
.idea07-breadcrumbs .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  width: 130px;
  font-size: 13px;
}
.idea07-breadcrumbs .dropdown-menu .breadcrumbs-links {
  background: #fff;
  padding: 10px;
  list-style-type: none;
}
/*
    Created on : 2019-10-18
    Author     : Idea07
*/
.gotop {
  background-color: transparent;
  position: absolute;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aeb3bf;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .gotop {
    top: -20%;
  }
}
.gotop__arrow {
  border: solid #aeb3bf;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(225deg);
  margin-top: 3px;
}
.price-box.price-final_price {
  display: inline-block;
}
.etykieta-energetyczna {
  display: inline-flex;
  line-height: 25px;
  height: 25px;
  position: relative;
  top: -1px;
  color: #fff !important;
  font-weight: 800;
  margin-left: 10px;
  font-size: 16px;
  padding-left: 10px;
}
.etykieta-energetyczna:hover {
  text-decoration: unset;
}
.etykieta-energetyczna:after {
  content: ' ';
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  background: #fff;
  z-index: 3;
  display: inline-flex;
  margin-left: 16px;
}
.etykieta-energetyczna-lista > a {
  margin-right: 56px;
  margin-bottom: 5px;
}
.etykieta-energetyczna-A2 {
  background: #36a44f;
}
.etykieta-energetyczna-A2:after {
  border-left: 11.5px solid #36a44f;
}
.etykieta-energetyczna-A1 {
  background: #4eb747;
}
.etykieta-energetyczna-A1:after {
  border-left: 11.5px solid #4eb747;
}
.etykieta-energetyczna-A1 {
  background: #4eb747;
}
.etykieta-energetyczna-A1:after {
  border-left: 11.5px solid #4eb747;
}
.etykieta-energetyczna-A {
  background: #bed52e;
}
.etykieta-energetyczna-A:after {
  border-left: 11.5px solid #bed52e;
}
.etykieta-energetyczna-B {
  background: #fef004;
}
.etykieta-energetyczna-B:after {
  border-left: 11.5px solid #fef004;
}
.etykieta-energetyczna-C {
  background: #fab814;
}
.etykieta-energetyczna-C:after {
  border-left: 11.5px solid #fab814;
}
.etykieta-energetyczna-D {
  background: #f26f20;
}
.etykieta-energetyczna-D:after {
  border-left: 11.5px solid #f26f20;
}
.etykieta-energetyczna-E {
  background: #ec1c22;
}
.etykieta-energetyczna-E:after {
  border-left: 11.5px solid #ec1c22;
}
.products-grid > .product-items .price-box.price-final_price {
  flex-direction: column !important;
  height: unset !important;
}
.products-grid > .product-items .price-box.price-final_price .old-price {
  order: 1 !important;
  line-height: 10px !important;
  height: unset !important;
}
.products-grid > .product-items .price-box.price-final_price .old-price .price-container {
  line-height: 10px !important;
}
.products-grid > .product-items .actions-primary > form {
  display: flex;
  flex-direction: column;
}
.products-grid > .product-items .add-to-cart-right {
  margin-left: auto !important;
}
.products-grid > .product-items .add-to-cart-right .etykieta-energetyczna {
  float: left;
  margin: 0;
  margin-bottom: 3px;
}
.products-grid > .product-items .add-to-cart-right button,
.products-grid > .product-items .add-to-cart-right .checkout-cart-index .page-main .action,
.products-grid > .product-items .add-to-cart-right .methods-shipping .actions-toolbar .back .primary,
.products-grid > .product-items .add-to-cart-right .block-authentication .actions-toolbar > .primary .action,
.products-grid > .product-items .add-to-cart-right .modal-footer .action,
.products-grid > .product-items .add-to-cart-right .modal-footer button,
.products-grid > .product-items .add-to-cart-right .modal-footer .checkout-cart-index .page-main .action,
.products-grid > .product-items .add-to-cart-right .modal-footer .methods-shipping .actions-toolbar .back .primary,
.products-grid > .product-items .add-to-cart-right .modal-footer .block-authentication .actions-toolbar > .primary .action {
  float: left;
}
@media (max-width: 1024px) {
  .products-grid > .product-items .add-to-cart-right {
    margin: 0 !important;
  }
}
.products-grid > .product-items .price-box.price-final_price .old-price {
  margin: 0;
}
.products-grid > .product-items .price-box.price-final_price .special-price {
  margin-top: 7px;
}
.search-autocomplete {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete dl {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete dl dt {
  border-top: 1px solid #e5e5e5;
  cursor: default;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dt:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  border-bottom: 0;
}
.search-autocomplete dl dt:first-child {
  border-top: none;
}
.search-autocomplete dl dt:hover,
.search-autocomplete dl dt.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dd:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete dl dd:first-child {
  border-top: none;
}
.search-autocomplete dl dd:hover,
.search-autocomplete dl dd.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.search-autocomplete dl dd .clear {
  clear: both;
}
.block.newsletter {
  margin: 0;
  background: #F9F7F4;
}
.block.newsletter .newsletter-wrapper {
  position: relative;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 40px;
}
.block.newsletter .newsletter-wrapper:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50px);
  top: -25px;
  height: 50px;
  width: 1px;
  border-right: 1px solid black;
}
.block.newsletter .text {
  color: #676767;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 25px;
}
.block.newsletter .form.subscribe {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 560px;
}
.block.newsletter .fieldset {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
  width: 100%;
}
.block.newsletter input {
  padding-left: 15px;
  color: #676767;
  min-height: 46px;
}
.block.newsletter .title {
  margin: 0;
}
.block.newsletter .title strong {
  font-size: 4.1rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-top: 0;
  display: block;
  letter-spacing: -0.5px;
}
.block.newsletter .label {
  display: none;
}
.block.newsletter .actions {
  width: auto;
  margin-top: 25px;
}
.block.newsletter .actions .subscribe {
  min-height: 46px;
  width: auto;
  min-width: 145px;
  letter-spacing: 2.1px;
  padding: 0 15px;
}
.block.newsletter .actions .subscribe:after {
  margin: 0px 4px 0 14px;
}
.search-autocomplete .product-item .price-box.omnibus {
  font-size: 12px;
}
.search-autocomplete .product-item .price-box.omnibus .price {
  white-space: normal;
  font-size: 12px;
  color: #62656d;
  font-weight: normal;
  line-height: normal;
}
.search-autocomplete .product-item .price-box.omnibus > .price > .price {
  color: #62656d;
  font-weight: 600;
  text-decoration: line-through;
}
.price-tracker .price-wrapper .price {
  padding-left: 0 !important;
}
@media only screen and (max-width: 640px) {
  .price-tracker.list .price-tracker-content {
    text-align: left !important;
    font-size: 10px !important;
  }
  .price-tracker.list .price-wrapper .price {
    font-size: 10px !important;
  }
}
.productGallery .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 40px !important;
  left: 15px;
  transform: translate(0%, -50%);
}
.productGallery .owl-next {
  position: absolute;
  top: 50%;
  font-size: 40px !important;
  right: 15px;
  transform: translate(0%, -50%);
}
.productGallery.gallery-will-change {
  min-height: 350px;
}
.image-gallery.thumbnails.owl-dots {
  margin-top: 15px;
  margin-bottom: 50px;
}
.image-gallery.thumbnails.owl-dots .owl-dot {
  padding: 0px;
  border: 1px solid #eee;
  margin-right: 15px;
  line-height: 0px !important;
}
.image-gallery.thumbnails.owl-dots .owl-dot.active {
  padding: 0px;
  border: 1px solid #ccc;
}
.image-gallery.thumbnails.owl-dots .owl-dot img {
  max-height: 130px;
}
.image-gallery.thumbnails.owl-dots button,
.image-gallery.thumbnails.owl-dots .checkout-cart-index .page-main .action,
.image-gallery.thumbnails.owl-dots .methods-shipping .actions-toolbar .back .primary,
.image-gallery.thumbnails.owl-dots .block-authentication .actions-toolbar > .primary .action,
.image-gallery.thumbnails.owl-dots .modal-footer .action,
.image-gallery.thumbnails.owl-dots .modal-footer button,
.image-gallery.thumbnails.owl-dots .modal-footer .checkout-cart-index .page-main .action,
.image-gallery.thumbnails.owl-dots .modal-footer .methods-shipping .actions-toolbar .back .primary,
.image-gallery.thumbnails.owl-dots .modal-footer .block-authentication .actions-toolbar > .primary .action {
  width: 100%;
  background: transparent;
}
.image-gallery.thumbnails.owl-dots:hover {
  background: white;
}
.owl-gallery-container::after {
  content: '';
  display: table;
  clear: both;
}
.owl-gallery-container.thumb_right .productGallery {
  width: 80%;
  display: inline-block;
  float: left;
}
.owl-gallery-container.thumb_right .thumbnails {
  width: 19%;
  display: inline-block;
  float: right;
  margin-top: 0;
}
.owl-gallery-container.thumb_right .thumbnails .owl-dot {
  margin-left: 15px;
  margin-right: 0;
  margin-bottom: 15px;
}
.owl-gallery-container.thumb_left .productGallery {
  width: 80%;
  display: inline-block;
  float: right;
}
.owl-gallery-container.thumb_left .thumbnails {
  width: 19%;
  display: inline-block;
  float: left;
  margin-top: 0px;
}
.owl-gallery-container.thumb_left .thumbnails .owl-dot {
  margin-left: 0px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.fullscreen-gallery {
  display: none;
}
.fullscreen-trigger {
  cursor: pointer;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  color: #000;
}
.owl-nav .owl-prev svg,
.owl-nav .owl-next svg {
  display: block;
}
.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:active {
  background-color: transparent !important;
  color: #000 !important;
  box-shadow: none;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.related-products {
  margin-top: 20px;
}
.related-products__items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.related-products__item {
  width: 99px;
  height: 99px;
  border: 1px solid #e9e9e9;
  margin: 0 3px 3px;
  transition: all .5s ease;
  position: relative;
  overflow: hidden;
}
.related-products__item:hover,
.related-products__item:focus,
.related-products__item:active {
  border: 1px solid black;
}
.related-products__item img {
  position: absolute;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-height: none;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block.related .block-title.title {
  padding: 0 15px 25px;
}
.block.related .block-related-heading {
  font-size: 24px;
  font-weight: 700;
}
.block.related .block-content a.product-item-link {
  font-weight: 600;
  font-size: 15px;
}
.block.related .block-content .price-box {
  justify-content: center;
}
.block.related .block-content .actions-primary {
  display: none;
}
/* BLOK Z MINIATURAMI */
.related-no-slider {
  width: 56.6%;
  padding-left: 11%;
}
@media (max-width: 768px) {
  .related-no-slider {
    width: 100%;
    padding-left: 0;
    order: 2 !important;
  }
}
.related-no-slider .block-title.title {
  display: none;
}
.related-no-slider .block-actions {
  display: none;
}
.related-no-slider .product.details.product-item-details {
  display: none;
}
.related-no-slider .products-grid .items {
  justify-content: center;
}
@media (max-width: 768px) {
  .related-no-slider .products-grid .items {
    flex-wrap: unset;
  }
}
.related-no-slider .products-grid .items .product-item {
  margin: 5px;
}
.related-no-slider .products-grid .items .product-item .product-image-photo {
  width: 75px;
  height: auto !important;
  object-fit: contain !important;
}
@media (max-width: 768px) {
  .title-sku-wrapper {
    order: 3 !important;
  }
}
/* BLOK SLIDER */
.related-slider .block-title.title {
  padding: 25px 15px 25px !important;
}
.related-slider .block-actions {
  display: none;
}
.related-slider .product-photo-wrapper .photo img {
  height: auto !important;
  object-fit: cover !important;
}
@media (max-width: 768px) {
  .related-slider .product-photo-wrapper .photo img {
    width: 90% !important;
  }
}
@media (max-width: 768px) {
  .related-slider .product-item-link {
    font-weight: 600;
    font-size: 12px;
    padding: 0 10px;
  }
  .related-slider .product-item .price-box .price {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .related-slider .slick-slide {
    margin: 0 15px;
    max-width: unset !important;
  }
}
.field.qty {
  position: relative;
}
.field.qty .decreaseQty {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: transparent;
  border: 0px;
  width: 10px !important;
  height: 50%;
}
.field.qty .decreaseQty:after {
  content: "";
  position: absolute;
  width: 0;
  margin: auto;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #a1a1a1 transparent transparent transparent;
}
.field.qty .increaseQty {
  position: absolute;
  right: 0px;
  top: 0px;
  background: transparent;
  border: 0px;
  width: 10px !important;
  height: 50%;
}
.field.qty .increaseQty:after {
  content: "";
  position: absolute;
  width: 0;
  margin: auto;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #a1a1a1 transparent;
}
.switch-field {
  display: flex;
}
.switch-field .switch {
  width: 100%;
  max-width: 50%;
  flex: 0 0 50%;
}
.checkout-index-index .billing-address-form .fieldset .field[name="custom_attributes.private_business"],
.form-shipping-address .fieldset .field[name="custom_attributes.private_business"] {
  width: 100%;
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
}
.checkout-index-index .billing-address-form .field[name="shippingAddress.company"],
.form-shipping-address .field[name="shippingAddress.company"],
.checkout-index-index .billing-address-form .field[name="shippingAddress.vat_id"],
.form-shipping-address .field[name="shippingAddress.vat_id"],
.checkout-index-index .billing-address-form .field[name="billingAddressdialcom_przelewy.company"],
.form-shipping-address .field[name="billingAddressdialcom_przelewy.company"],
.checkout-index-index .billing-address-form .field[name="billingAddressdialcom_przelewy.vat_id"],
.form-shipping-address .field[name="billingAddressdialcom_przelewy.vat_id"],
.checkout-index-index .billing-address-form .field[name="billingAddressbanktransfer.company"],
.form-shipping-address .field[name="billingAddressbanktransfer.company"],
.checkout-index-index .billing-address-form .field[name="billingAddressbanktransfer.vat_id"],
.form-shipping-address .field[name="billingAddressbanktransfer.vat_id"],
.checkout-index-index .billing-address-form .field[name="billingAddresspayu_gateway.company"],
.form-shipping-address .field[name="billingAddresspayu_gateway.company"],
.checkout-index-index .billing-address-form .field[name="billingAddresspayu_gateway.vat_id"],
.form-shipping-address .field[name="billingAddresspayu_gateway.vat_id"],
.checkout-index-index .billing-address-form .field[name="billingAddresscashondelivery.company"],
.form-shipping-address .field[name="billingAddresscashondelivery.company"],
.checkout-index-index .billing-address-form .field[name="billingAddresscashondelivery.vat_id"],
.form-shipping-address .field[name="billingAddresscashondelivery.vat_id"] {
  display: none;
}
.checkout-index-index .billing-address-form .field[name="shippingAddress.company"] .label,
.form-shipping-address .field[name="shippingAddress.company"] .label,
.checkout-index-index .billing-address-form .field[name="shippingAddress.vat_id"] .label,
.form-shipping-address .field[name="shippingAddress.vat_id"] .label,
.checkout-index-index .billing-address-form .field[name="billingAddressdialcom_przelewy.company"] .label,
.form-shipping-address .field[name="billingAddressdialcom_przelewy.company"] .label,
.checkout-index-index .billing-address-form .field[name="billingAddressdialcom_przelewy.vat_id"] .label,
.form-shipping-address .field[name="billingAddressdialcom_przelewy.vat_id"] .label,
.checkout-index-index .billing-address-form .field[name="billingAddressbanktransfer.company"] .label,
.form-shipping-address .field[name="billingAddressbanktransfer.company"] .label,
.checkout-index-index .billing-address-form .field[name="billingAddressbanktransfer.vat_id"] .label,
.form-shipping-address .field[name="billingAddressbanktransfer.vat_id"] .label,
.checkout-index-index .billing-address-form .field[name="billingAddresspayu_gateway.company"] .label,
.form-shipping-address .field[name="billingAddresspayu_gateway.company"] .label,
.checkout-index-index .billing-address-form .field[name="billingAddresspayu_gateway.vat_id"] .label,
.form-shipping-address .field[name="billingAddresspayu_gateway.vat_id"] .label,
.checkout-index-index .billing-address-form .field[name="billingAddresscashondelivery.company"] .label,
.form-shipping-address .field[name="billingAddresscashondelivery.company"] .label,
.checkout-index-index .billing-address-form .field[name="billingAddresscashondelivery.vat_id"] .label,
.form-shipping-address .field[name="billingAddresscashondelivery.vat_id"] .label {
  position: relative;
}
.checkout-index-index .billing-address-form .field[name="shippingAddress.company"] .label:after,
.form-shipping-address .field[name="shippingAddress.company"] .label:after,
.checkout-index-index .billing-address-form .field[name="shippingAddress.vat_id"] .label:after,
.form-shipping-address .field[name="shippingAddress.vat_id"] .label:after,
.checkout-index-index .billing-address-form .field[name="billingAddressdialcom_przelewy.company"] .label:after,
.form-shipping-address .field[name="billingAddressdialcom_przelewy.company"] .label:after,
.checkout-index-index .billing-address-form .field[name="billingAddressdialcom_przelewy.vat_id"] .label:after,
.form-shipping-address .field[name="billingAddressdialcom_przelewy.vat_id"] .label:after,
.checkout-index-index .billing-address-form .field[name="billingAddressbanktransfer.company"] .label:after,
.form-shipping-address .field[name="billingAddressbanktransfer.company"] .label:after,
.checkout-index-index .billing-address-form .field[name="billingAddressbanktransfer.vat_id"] .label:after,
.form-shipping-address .field[name="billingAddressbanktransfer.vat_id"] .label:after,
.checkout-index-index .billing-address-form .field[name="billingAddresspayu_gateway.company"] .label:after,
.form-shipping-address .field[name="billingAddresspayu_gateway.company"] .label:after,
.checkout-index-index .billing-address-form .field[name="billingAddresspayu_gateway.vat_id"] .label:after,
.form-shipping-address .field[name="billingAddresspayu_gateway.vat_id"] .label:after,
.checkout-index-index .billing-address-form .field[name="billingAddresscashondelivery.company"] .label:after,
.form-shipping-address .field[name="billingAddresscashondelivery.company"] .label:after,
.checkout-index-index .billing-address-form .field[name="billingAddresscashondelivery.vat_id"] .label:after,
.form-shipping-address .field[name="billingAddresscashondelivery.vat_id"] .label:after {
  content: '*';
  color: #1f1311;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
  position: absolute;
  right: -7px;
  top: 0;
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/*
    Created on : 2019-10-18
    Author     : Idea07
*/
/*------------------------------------*\
  #FLEX MIXIN
\*------------------------------------*/
.companies {
  padding: 41px 0 75px;
}
.companies__header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  padding-bottom: 2rem;
}
.companies__header h3 {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 2rem;
  margin-bottom: 0;
  font-weight: 400;
}
.companies__header h3::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #666;
  font-size: 1.5rem;
  padding: 0 1rem;
}
.companies__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .companies__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.companies .slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: -3%;
  background-repeat: no-repeat !important;
}
.companies .slick-prev:before {
  display: none;
}
.companies .slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: -3%;
  background-repeat: no-repeat !important;
}
.companies .slick-next:before {
  display: none;
}
.companies__slider {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
.companies__slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.companies__slide {
  display: inline-block;
}
.companies__slide img {
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}
.companies__slide img:hover {
  transform: scale(1.3);
}
.companies .slick-slide {
  max-width: none;
  margin: 0;
  padding: 4rem 2rem;
}
.brands-view-index .breadcrumbs {
  padding: 0;
  margin: 29px 0 28px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.brands-view-index .page-title-wrapper {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.brands-view-index .columns {
  z-index: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.brands-view-index .columns .column.main {
  float: none;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.brands-view-index .toolbar-products {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  display: none;
}
.brands-view-index .products-grid {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.brands-view-index .products-grid .items {
  margin: 0 -15px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 570px;
}
.brands-view-index .products-grid .items .item {
  -webkit-flex: 1 0 calc(50% - 30px);
  -ms-flex: 1 0 calc(50% - 30px);
  flex: 1 0 calc(50% - 30px);
  width: calc(50% - 30px);
  margin-bottom: 20px;
  max-width: 255px;
}
.brands-view-index .products-grid .items .item:nth-last-child(1):nth-child(odd) {
  margin-right: calc(50% + 45px);
}
.brands-view-index .products-grid + .toolbar-products {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
  display: block;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search,
.mpblog-search .checkout-cart-index .page-main .action.action.search,
.mpblog-search .methods-shipping .actions-toolbar .back .primary.action.search,
.mpblog-search .block-authentication .actions-toolbar > .primary .action.action.search,
.mpblog-search .modal-footer .action.action.search,
.mpblog-search .modal-footer button.action.search,
.mpblog-search .modal-footer .checkout-cart-index .page-main .action.action.search,
.mpblog-search .modal-footer .methods-shipping .actions-toolbar .back .primary.action.search,
.mpblog-search .modal-footer .block-authentication .actions-toolbar > .primary .action.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before,
.mpblog-search .checkout-cart-index .page-main .action.action.search :before,
.mpblog-search .methods-shipping .actions-toolbar .back .primary.action.search :before,
.mpblog-search .block-authentication .actions-toolbar > .primary .action.action.search :before,
.mpblog-search .modal-footer .action.action.search :before,
.mpblog-search .modal-footer button.action.search :before,
.mpblog-search .modal-footer .checkout-cart-index .page-main .action.action.search :before,
.mpblog-search .modal-footer .methods-shipping .actions-toolbar .back .primary.action.search :before,
.mpblog-search .modal-footer .block-authentication .actions-toolbar > .primary .action.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span,
.mpblog-search .checkout-cart-index .page-main .action.action.search span,
.mpblog-search .methods-shipping .actions-toolbar .back .primary.action.search span,
.mpblog-search .block-authentication .actions-toolbar > .primary .action.action.search span,
.mpblog-search .modal-footer .action.action.search span,
.mpblog-search .modal-footer button.action.search span,
.mpblog-search .modal-footer .checkout-cart-index .page-main .action.action.search span,
.mpblog-search .modal-footer .methods-shipping .actions-toolbar .back .primary.action.search span,
.mpblog-search .modal-footer .block-authentication .actions-toolbar > .primary .action.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
  width: 50%;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
/* mageplaza end blog style */
.faq-collection {
  margin-bottom: 20px;
}
.faq-collection .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0.8em .5em 0.8em 1em;
  font-size: 15px;
  font-weight: bold;
}
.faq-collection .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.faq-collection .ui-slider.ui-state-disabled .ui-slider-handle,
.faq-collection .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.faq-collection .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.faq-collection .ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.faq-collection .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.faq-collection .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.faq-collection .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.faq-collection .faq-accordion .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.faq-collection .faq-accordion .ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.faq-collection .faq-accordion .ui-widget-content a {
  color: #333333;
}
.faq-collection .ui-state-default,
.faq-collection .ui-widget-content .ui-state-default,
.faq-collection .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.faq-collection .ui-state-hover a,
.faq-collection .ui-state-hover a:hover,
.faq-collection .ui-state-hover a:link,
.faq-collection .ui-state-hover a:visited,
.faq-collection .ui-state-focus a,
.faq-collection .ui-state-focus a:hover,
.faq-collection .ui-state-focus a:link,
.faq-collection .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.faq-collection .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.faq-collection .ui-state-active,
.faq-collection .ui-widget-content .ui-state-active,
.faq-collection .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.faq-collection .ui-state-active a,
.faq-collection .ui-state-active a:link,
.faq-collection .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.faq-collection .group-title {
  margin: 25px 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  width: 100%;
  color: #32a082;
  font-weight: bold;
}
.faq-collection .group-title i {
  float: left;
  width: 2.15em;
  border-bottom: 1px solid #b55;
  position: absolute;
  bottom: -1px;
  z-index: 9999;
  border-bottom-color: #198dd3;
}
.faq-collection .faq-groups {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.faq-collection .faq-group {
  display: inline-block;
}
.faq-collection .faq-group-image {
  border: 1px solid #1979C3;
  padding: 20px;
  margin-right: 25px;
}
.faq-collection img.group-image {
  height: 100px;
  width: 100px;
}
.faq-collection .faq-groupname {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 25px 0 0;
}
.faq-collection .faq-group a.group-link:hover {
  color: #ff5501;
  text-decoration: none;
}
.faq-collection .faq-group .faq-group-image:hover {
  border-color: #ff5501;
}
.faq-collection .faq-content .ui-accordion-header:hover {
  background-color: #1979c3;
  color: #ffffff;
}
.faq-collection .faq-group:hover {
  border-color: #ff5501;
}
.faq-collection .faq-collection {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.faq-collection .ui-accordion .ui-state-default:after {
  content: '\e608';
  font-family: 'luma-icons';
  float: right;
}
.faq-collection .ui-accordion .ui-accordion-header-active:after {
  content: '\e622';
  font-family: 'luma-icons';
}
.smile-es-range-slider [data-role=from-label] {
  display: block;
  float: left;
  padding: 0 0 5px;
}
.smile-es-range-slider [data-role=to-label] {
  display: block;
  float: right;
  padding: 0 0 5px;
}
.smile-es-range-slider [data-role=message-box] {
  font-size: 12px;
  flex: 1;
  padding: 6px 0 0;
}
.smile-es-range-slider [data-role=message-box].empty {
  color: #e02b27;
  font-size: 1.2rem;
  padding: 0;
}
.smile-es-range-slider .actions-toolbar {
  display: flex;
  margin: 15px 0;
}
.smile-es-range-slider .ui-slider {
  margin: 5px;
  clear: both;
}
.smile-es-range-slider .ui-slider-handle {
  background: #ff5501;
  padding: 0;
  margin: -3px 0 0 -7px;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}
.filter .filter-content .item {
  margin: 10px 0 0 10px;
}
.filter .block-subtitle {
  border-bottom: none;
  font-weight: 700;
}
.filter .field.search input[type="text"] {
  font-size: 12px;
}
.filter .actions {
  text-align: right;
  margin: 10px 0 0;
}
.filter .actions div.secondary {
  display: inline-block;
}
.filter .actions div.secondary a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.filter .actions div.secondary a:hover {
  background: transparent;
}
.filter .actions div.secondary a.show-more span:after {
  content: " +";
}
.filter .actions div.secondary a.show-less span:after {
  content: "-";
}
.filter .filter-options dt.filter-options-title[aria-expanded="true"]:after {
  content: '\e621';
}
.filter .no-results-message p {
  margin: 9px 10px 0;
  background-color: #FFEEEE;
  padding: 5px;
  color: #AA0000;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
  float: left;
  padding: 0 5px;
  width: 55px;
}
.smile-elasticsuite-autocomplete-result .product-shop {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  white-space: normal;
  width: 60%;
}
.smile-elasticsuite-autocomplete-result .product-item .price-box {
  margin: 5px 0;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb {
  font-style: italic;
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: #929292;
}
.smile-elasticsuite-autocomplete-result .product-attribute-label {
  text-transform: uppercase;
  vertical-align: super;
  font-size: 10px;
  color: #777;
}
.smile-elasticsuite-autocomplete-result .price-box span.old-price {
  display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled.cms-index-index .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.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;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  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/Idea07/client-customization/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;
}
.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 {
  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;
}
.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: #4aa28f;
  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 {
  color: #000000;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #000000;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.checkout-cart-index .informations {
  margin-top: auto;
}
.checkout-cart-index .nav-toggle {
  display: none;
}
.checkout-cart-index .header.content {
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-justify-content: center;
  justify-content: center;
}
.checkout-cart-index .page-main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
}
.checkout-cart-index .page.messages {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.checkout-cart-index .page-title-wrapper {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.checkout-cart-index .columns {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.checkout-cart-index .continue-wrapper {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.checkout-cart-index .page-main .action {
  border: 1px solid #000000;
  border-radius: 0;
  background: transparent;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.9px;
  padding: 2px 19px 0 8px;
}
.checkout-cart-index .page-main .action:hover,
.checkout-cart-index .page-main .action:focus,
.checkout-cart-index .page-main .action:active {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
.checkout-cart-index .page-main .action.continue {
  display: inline-block;
  text-decoration: none;
}
.checkout-cart-index .page-main .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.6rem;
  line-height: 1;
  color: #9a9a9a;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-cart-index .page-main .action.continue:before {
  margin-right: 5px;
}
.checkout-cart-index .page-main .action.clear,
.checkout-cart-index .page-main .action.update {
  padding: 0;
  border: 0;
  margin: 0;
}
.checkout-cart-index .page-main .action.clear:hover,
.checkout-cart-index .page-main .action.update:hover,
.checkout-cart-index .page-main .action.clear:focus,
.checkout-cart-index .page-main .action.update:focus,
.checkout-cart-index .page-main .action.clear:active,
.checkout-cart-index .page-main .action.update:active {
  background-color: transparent;
  border: 0;
  color: #000000;
}
.checkout-cart-index .page-title-wrapper {
  margin-top: 21px;
}
.checkout-cart-index .page-title-wrapper .page-title {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  position: relative;
  padding-bottom: 10px;
}
.checkout-cart-index .page-title-wrapper .page-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #d9d9d9;
  width: 50px;
}
.checkout-cart-index .action-delete {
  display: inline-block;
}
.checkout-cart-index .action-delete:after {
  content: '';
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/bin.svg") no-repeat center center;
  background-size: 19px 15px;
  height: 19px;
  width: 15px;
  display: block;
  cursor: pointer;
}
.checkout-cart-index .cart.actions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-box-orient: row-reverse;
  -ms-box-orient: row-reverse;
  -webkit-box-orient: row-reverse;
  box-orient: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.checkout-cart-index .cart.actions .action {
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0px;
  position: relative;
  padding-left: 23px;
}
.checkout-cart-index .cart.actions .action.clear {
  margin-left: 41px;
}
.checkout-cart-index .cart.actions .action.clear:before {
  content: '\00d7';
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  padding-right: 0;
  display: block;
  line-height: 11px;
}
.checkout-cart-index .cart.actions .action.update {
  margin-left: 0;
  padding-left: 0;
}
.checkout-cart-index .cart.actions .action.update:before {
  font-size: 39px;
  margin-right: -5px;
}
.checkout-cart-index .cart.table-wrapper {
  margin-bottom: 12px;
}
.checkout-cart-index .cart.table-wrapper .cart-price .price {
  font-weight: 400;
  font-size: 1.4rem;
}
.checkout-cart-index .cart.table-wrapper thead {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .item-info {
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.continue-wrapper {
  margin-bottom: 10px;
}
.cart-empty {
  font-size: 1.4rem;
}
.cart-empty a {
  font-weight: 700;
  text-decoration: underline;
}
.block.discount {
  margin: 41px 0;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.block.discount .title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 10px;
}
.block.discount .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #d9d9d9;
  width: 50px;
}
.block.discount .coupon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 21px;
}
.block.discount .coupon .label {
  display: none !important;
}
.block.discount .coupon .field {
  margin: 0 0 10px 0;
  width: 100%;
}
.block.discount .coupon .field .control {
  width: 100%;
  float: none;
}
.block.discount .coupon .field .control input {
  letter-spacing: 1.8px;
  padding: 0 19px;
  text-align: center;
}
.block.discount .coupon .actions-toolbar {
  margin: 0;
  width: 100%;
}
.block.discount .coupon .actions-toolbar .action {
  height: 36px;
  padding: 0 20px;
  letter-spacing: 2.5px;
  width: 100%;
}
.block.discount .coupon .actions-toolbar .action.cancel {
  margin-right: 0;
}
.cart-summary {
  position: relative;
  width: 100%;
  padding: 0;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.cart-summary > .title {
  display: block;
  background-color: #f5f6fa;
  padding: 20px 20px 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.cart-summary .block.shipping {
  display: none;
}
.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 {
  background-color: #f5f6fa;
}
.cart-totals .table-wrapper {
  overflow: inherit;
  font-size: 1.4rem;
  padding: 0 20px;
  margin: 0;
  letter-spacing: -0.3px;
}
.cart-totals .table-wrapper table > tbody > tr > th,
.cart-totals .table-wrapper table > tbody > tr > td {
  padding: 5px 0;
}
.cart-totals .table-wrapper .totals.shipping {
  border-bottom: 2px solid #d9d9d9;
}
.cart-totals .table-wrapper .totals.shipping th {
  padding-bottom: 30px;
}
.cart-totals .table-wrapper .totals.grand th,
.cart-totals .table-wrapper .totals.grand td {
  vertical-align: baseline;
}
.cart-totals .table-wrapper .totals.grand th strong,
.cart-totals .table-wrapper .totals.grand td strong {
  font-weight: 400;
}
.cart-totals .table-wrapper .totals.grand td {
  font-size: 2.4rem;
  padding-top: 28px;
  padding-bottom: 17px;
}
.cart-totals .table-wrapper th {
  font-weight: 400;
}
.cart-totals .table-wrapper td {
  font-weight: 700;
  text-align: right;
  letter-spacing: 0px;
}
.cart.table-wrapper thead .col {
  background-color: #f5f6fa;
  font-weight: 400;
  padding: 4px 10px 5px;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #9a9a9a;
}
.cart.table-wrapper thead .col span {
  font-family: 'Open Sans', sans-serif;
}
.cart.table-wrapper thead .col.qty {
  text-align: center;
}
.cart.table-wrapper thead .col.actions {
  color: #f5f6fa;
  width: 1px;
  overflow: hidden;
}
.cart.table-wrapper .col.qty .input-text {
  width: 50px;
  height: 30px;
  text-align: center;
  padding: 0 10px;
  font-size: 1.4rem;
  margin: 0 10px;
  border: 1px solid #000000;
}
.cart.table-wrapper .col.qty .change-value {
  cursor: pointer;
  font-size: 1.6rem;
  border: 1px solid #000000;
  background-color: #ffffff;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 11px;
  text-align: center;
}
.cart.table-wrapper .col.qty .change-value:hover,
.cart.table-wrapper .col.qty .change-value:focus,
.cart.table-wrapper .col.qty .change-value:active {
  background-color: #000000;
  color: #ffffff;
}
.cart.table-wrapper .col.qty label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cart.table-wrapper .col.qty .label {
  display: none;
}
.cart.table-wrapper .col.subtotal .price {
  font-weight: 700;
}
.cart.table-wrapper .col.actions {
  padding: 0px 14px;
  text-align: center;
  position: relative;
}
.cart.table-wrapper .col.actions .actions-toolbar {
  margin: 0;
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 75px;
  position: relative;
  padding: 8px 0 0;
}
.cart.table-wrapper .item .col.item .product-item-photo {
  min-width: 64px;
}
.cart.table-wrapper .product-item-photo {
  display: inline-block;
  max-width: 60px;
  padding: 0;
  position: static;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
  text-align: left;
  margin-left: 10px;
  padding-top: 0;
}
.cart.table-wrapper .product-item-name {
  letter-spacing: 0.1px;
  font-size: 1.4rem;
  margin-bottom: 2px;
  display: block;
}
.cart.table-wrapper .product-item-sku {
  font-size: 1.3rem;
  margin-bottom: 8px;
  display: inline-block;
  color: #4aa28f;
}
.cart.table-wrapper .product-image-photo {
  max-width: 60px;
}
.cart.table-wrapper .action-towishlist {
  display: none;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #4aa28f;
  font-weight: 700;
}
.cart.table-wrapper .item-options dt {
  margin: 0 2px 5px 0;
}
.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 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cart-container .form-cart {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.cart-container .checkout-methods-items {
  margin-top: 31px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
  padding: 9px;
  letter-spacing: 2.7px;
}
.cart-container .checkout-methods-items .action.primary:hover,
.cart-container .checkout-methods-items .action.primary:focus,
.cart-container .checkout-methods-items .action.primary:active {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.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;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
@media screen and (min-width: 1024px) {
  .checkout-index-index .billing-address-form .fieldset .field {
    width: calc(49%);
  }
}
.minicart-content-wrapper {
  height: 100%;
}
.block-minicart .block-content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.block-minicart .items-total {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 10px;
}
.block-minicart .items-total:after {
  content: '';
  height: 2px;
  width: 50px;
  background: #4aa28f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-minicart .items-total .label {
  margin-right: 3px;
}
.block-minicart .subtotal {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 35px;
}
.block-minicart .subtotal .label {
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
}
.block-minicart .subtotal .label:before {
  content: '';
  height: 2px;
  width: 50px;
  background: #4aa28f;
  position: absolute;
  left: 0;
  top: -10px;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content .actions .primary {
  margin-bottom: 10px;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:after {
  color: inherit;
}
.minicart-wrapper .action.showcart:active:after {
  color: inherit;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:after {
  color: inherit;
}
.minicart-wrapper .action.showcart.active:active:after {
  color: inherit;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .action.showcart {
  display: block;
}
.minicart-wrapper .action.showcart.active {
  display: block;
}
.minicart-wrapper .action.showcart.active ~ .ui-dialog .block-minicart {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.minicart-wrapper .action.showcart.active:after,
.minicart-wrapper .action.showcart:after {
  display: none;
}
.minicart-wrapper .action.showcart:before {
  content: "\e910";
  font-family: "icomoon" !important;
  display: block;
  font-size: 2.2rem;
  padding-top: 5px;
  padding-left: 2px;
  color: #aeb3bf;
}
.minicart-wrapper .ui-dialog {
  display: block !important;
}
.minicart-wrapper .block-minicart {
  padding: 30px 20px 30px 30px;
  max-width: 95vw;
  border: 0;
  margin: 0;
  width: 355px;
  position: fixed;
  right: 0;
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%);
  top: 0;
  bottom: 0;
  left: auto;
  min-width: 0;
  -moz-transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  z-index: 50;
}
.minicart-wrapper .block-minicart:after,
.minicart-wrapper .block-minicart:before {
  display: none;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart li:hover,
.minicart-wrapper .block-minicart li:focus,
.minicart-wrapper .block-minicart li:active {
  background: transparent;
  cursor: default;
}
.minicart-wrapper .product {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  width: 100%;
}
.minicart-wrapper .product .actions {
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .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;
  height: 40px;
  position: absolute;
  right: -13px;
  top: -13px;
  width: 40px;
  z-index: 1;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.back {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
  height: 30px;
  border: 1px solid #9a9a9a;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 9px;
  line-height: 1.2;
  cursor: pointer;
  padding: 0 25px 0 20px;
}
.minicart-wrapper .action.viewcart {
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #4aa28f;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 1.83px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 25px;
}
.minicart-wrapper .action.viewcart:after {
  content: '';
  background: url('../../frontend/Idea07/client-customization/pl_PL//images/icons/viewcart.svg') no-repeat center center;
  height: 16px;
  width: 16px;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  position: relative;
}
.minicart-wrapper .action.showcart .text {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #4aa28f;
  color: #ffffff;
  height: 19px;
  line-height: 19px;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  min-width: 19px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: normal;
  font-size: 12px;
  position: absolute;
  top: -6px;
  right: -9px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 19px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  overflow-x: auto;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #4aa28f;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 10px;
}
.minicart-items .product.options {
  display: none;
}
.minicart-items .product-item-details {
  position: relative;
  padding: 0 20px 0 16px;
  width: 100%;
  text-align: left;
}
.minicart-items .product-item-details .price {
  font-weight: 400;
  font-size: 1.4rem;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.minicart-items .product-item-details .details-qty .label {
  line-height: 28px;
  margin-right: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
  height: 28px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
  height: 28px;
  line-height: 12px;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.delete {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.minicart-items .action.delete:after {
  content: '';
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/bin.svg") no-repeat center center;
  background-size: 15px 14px;
  height: 15px;
  width: 14px;
  display: block;
  cursor: pointer;
}
.checkout-index-index .header.content {
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-justify-content: center;
  justify-content: center;
}
.checkout-container {
  margin: 0 0 0;
}
.opc-wrapper {
  margin: 0 0 0;
}
.opc-wrapper .step-title {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 3px;
  letter-spacing: 1.3px;
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 30px;
}
.opc-wrapper .step-title:after {
  content: '';
  height: 2px;
  width: 50px;
  background-color: #f5f6fa;
  position: absolute;
  bottom: 0;
  left: 0;
}
.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 .page-title-wrapper {
  margin-top: 30px;
}
.checkout-onepage-success .print {
  display: none;
}
.checkout-onepage-success .checkout-success,
.checkout-onepage-success #registration {
  font-size: 1.4rem;
}
.checkout-onepage-success .checkout-success .action.primary,
.checkout-onepage-success #registration .action.primary {
  width: 100%;
  border-radius: 0;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 0 20px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 32px;
  text-transform: uppercase;
}
.checkout-onepage-success .checkout-success .action.primary:hover,
.checkout-onepage-success #registration .action.primary:hover,
.checkout-onepage-success .checkout-success .action.primary:focus,
.checkout-onepage-success #registration .action.primary:focus,
.checkout-onepage-success .checkout-success .action.primary:active,
.checkout-onepage-success #registration .action.primary:active {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}
.checkout-onepage-success .actions-toolbar {
  margin: 20px 0;
}
.opc-estimated-wrapper {
  margin: 0 0 20px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after {
  display: none;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 65px);
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: inline-block;
  margin: 0 10px 0 0;
}
.opc-estimated-wrapper .estimated-block .estimated-label:after {
  content: ':';
  display: inline-block;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart {
  border: 1px solid #000000;
  border-radius: 0;
  background-color: #f5f6fa;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover,
.opc-estimated-wrapper .minicart-wrapper .action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper .action.showcart:active {
  background-color: #f5f6fa;
  box-shadow: none;
}
.opc-progress-bar {
  counter-reset: i;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 40px 5px 35px;
}
.opc-progress-bar-item {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 49.5%;
}
.opc-progress-bar-item:before {
  background: #f5f6fa;
  top: 13.5px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 0 0 0 0;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 0 0 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  width: 100%;
  word-wrap: break-word;
  padding-top: 37px;
  color: #f5f6fa;
  font-weight: 300;
  font-size: 1.8rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #b2b2b2;
}
.opc-progress-bar-item > span:after {
  background: #f5f6fa;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  content: counter(i);
  counter-increment: i;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  color: #b2b2b2;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.opc-progress-bar-item._active:before {
  background: #a7a7a7;
}
.opc-progress-bar-item._active > span {
  color: #000000;
}
.opc-progress-bar-item._active > span:after {
  background: #a7a7a7;
  color: #ffffff;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete:before {
  background-color: #4aa28f;
}
.opc-progress-bar-item._complete > span {
  color: #4aa28f;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
  background-color: #4aa28f;
  color: #ffffff;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 20px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 0;
  width: calc(100% - 39px);
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 4px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #000000;
}
.field-tooltip .label {
  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 {
  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: 20px;
  line-height: inherit;
  color: #000000;
  content: '\e623';
  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: #000000;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._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: #000000;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 820px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 0;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.checkout-index-index .informations {
  margin-top: auto;
}
.checkout-index-index .column:not(.sidebar-main) form .actions-toolbar {
  margin-left: 0;
}
.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: 1.1rem;
  margin-top: 9px;
  color: #000000;
  opacity: 0.5;
  letter-spacing: -0.6px;
}
.opc-wrapper .form-login .fieldset .note:before,
.opc-wrapper .form-shipping-address .fieldset .note:before {
  display: none;
}
.opc-wrapper .form-login .field {
  margin-bottom: 20px;
}
.opc-wrapper .form-login .field .label {
  padding: 0 0 9px;
  text-align: left;
  font-size: 1.2rem;
  display: inline-block;
  font-weight: 400;
}
.opc-wrapper .form-login .actions-toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.opc-wrapper .form-login .actions-toolbar:after,
.opc-wrapper .form-login .actions-toolbar:before {
  display: none;
}
.opc-wrapper .form-login .actions-toolbar .primary {
  margin-bottom: 0;
}
.opc-wrapper .form-login .actions-toolbar .action.login {
  border-radius: 0;
}
.opc-wrapper .form-login .actions-toolbar .action.login:hover,
.opc-wrapper .form-login .actions-toolbar .action.login:focus,
.opc-wrapper .form-login .actions-toolbar .action.login:active {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}
.opc-wrapper .form-login .actions-toolbar .remind {
  margin-top: 0;
  font-size: 1.2rem;
}
.opc-wrapper .shipping-address-items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.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: #4aa28f;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #4aa28f;
  color: #ffffff;
  content: '\e610';
  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 .action-show-popup {
  margin: 0 0 20px;
  display: block;
  border-radius: 0;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.opc-wrapper .action-show-popup:hover,
.opc-wrapper .action-show-popup:focus,
.opc-wrapper .action-show-popup:active {
  background-color: #ffffff;
  color: #000000;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  margin: 20px 0 0 auto;
  display: block;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.opc-wrapper .action-select-shipping-item:hover,
.opc-wrapper .action-select-shipping-item:focus,
.opc-wrapper .action-select-shipping-item:active {
  background-color: #000000;
  color: #ffffff;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.form-shipping-address .field,
.billing-address-form .field {
  margin: 0 0 20px;
  box-sizing: border-box;
}
.form-shipping-address .field.required:not(.choice) > .label,
.billing-address-form .field.required:not(.choice) > .label,
.form-shipping-address .field._required:not(.choice) > .label,
.billing-address-form .field._required:not(.choice) > .label {
  position: relative;
}
.form-shipping-address .field.required:not(.choice) > .label:after,
.billing-address-form .field.required:not(.choice) > .label:after,
.form-shipping-address .field._required:not(.choice) > .label:after,
.billing-address-form .field._required:not(.choice) > .label:after {
  content: '*';
  color: #000000;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
  position: absolute;
  right: -7px;
  top: 0;
}
.form-shipping-address .field > .label,
.billing-address-form .field > .label {
  margin: 0;
}
.form-shipping-address .field:before,
.billing-address-form .field:before,
.form-shipping-address .field:after,
.billing-address-form .field:after {
  content: '';
  display: table;
}
.form-shipping-address .field:after,
.billing-address-form .field:after {
  clear: both;
}
.form-shipping-address .field.choice:before,
.billing-address-form .field.choice:before,
.form-shipping-address .field.no-label:before,
.billing-address-form .field.no-label:before {
  display: none;
}
.form-shipping-address .field .description,
.billing-address-form .field .description {
  padding: 0 0 9px;
  text-align: left;
  width: 0;
  box-sizing: border-box;
  float: left;
}
.form-shipping-address .field:not(.choice) > .label,
.billing-address-form .field:not(.choice) > .label {
  padding: 0 0 9px;
  text-align: left;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.2rem;
}
.form-shipping-address .field:not(.choice) > .control,
.billing-address-form .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.form-shipping-address .field:not(.choice) > .label,
.billing-address-form .field:not(.choice) > .label {
  font-weight: 400;
}
.form-shipping-address .field.street,
.billing-address-form .field.street {
  margin-bottom: 0;
}
.form-shipping-address .field.street > .label,
.billing-address-form .field.street > .label {
  display: none;
}
.form-shipping-address .field .label,
.billing-address-form .field .label {
  display: inline-block;
}
.checkout-shipping-method {
  margin-top: 59px;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .step-content {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar {
  margin-top: 33px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.methods-shipping .actions-toolbar:after,
.methods-shipping .actions-toolbar:before {
  display: none;
}
.methods-shipping .actions-toolbar .primary {
  width: 100%;
}
.methods-shipping .actions-toolbar .back {
  width: 100%;
}
.methods-shipping .actions-toolbar .back .primary {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #000000;
  border-radius: 0;
  background: transparent;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.9px;
  padding: 2px 19px 0 8px;
}
.methods-shipping .actions-toolbar .back .primary:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.6rem;
  line-height: 1;
  color: #9a9a9a;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.methods-shipping .actions-toolbar .back .primary:hover,
.methods-shipping .actions-toolbar .back .primary:focus,
.methods-shipping .actions-toolbar .back .primary:active {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
.methods-shipping .actions-toolbar .back .primary:before {
  margin-right: 5px;
}
.methods-shipping .actions-toolbar .continue {
  width: 100%;
}
.methods-shipping .actions-toolbar .continue.primary {
  margin: 0;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  height: 42px;
  font-size: 1.1rem;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 1.9px;
  font-weight: 600;
}
.methods-shipping .actions-toolbar .continue.primary:hover,
.methods-shipping .actions-toolbar .continue.primary:focus,
.methods-shipping .actions-toolbar .continue.primary:active {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  outline: none;
  box-shadow: none;
}
.table-checkout-shipping-method {
  width: 100%;
  margin-top: 30px;
}
.table-checkout-shipping-method thead {
  background-color: #f5f6fa;
}
.table-checkout-shipping-method thead th {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #b2b2b2;
}
.table-checkout-shipping-method thead th:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 0;
  overflow: hidden;
}
.table-checkout-shipping-method tbody tr:first-of-type td {
  padding-top: 26px;
}
.table-checkout-shipping-method tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
  vertical-align: middle;
  font-size: 1.4rem;
  padding: 8px 10px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 0;
}
.table-checkout-shipping-method tbody td:first-child label {
  padding: 0 !important;
}
.table-checkout-shipping-method tbody td.col-price {
  padding-left: 30px;
}
.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;
}
.payment-method-second-col.billing-address-form .fieldset .field {
  width: 85% !important;
}
.form-shipping-address .fieldset .field {
  width: 47% !important;
}
@media (max-width: 760px) {
  .form-shipping-address .fieldset .field {
    width: 100% !important;
  }
}
@media (max-width: 760px) {
  .checkout-index-index .field.street .control .field {
    width: 100% !important;
  }
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: inherit;
  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;
}
.opc-sidebar.modal-custom .modal-inner-wrap {
  background-color: #f5f6fa;
}
.opc-sidebar.modal-custom .action-close {
  margin: 10px;
}
.opc-block-shipping-information {
  padding: 29px 20px;
}
.opc-block-shipping-information .shipping-information-title {
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 10px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.opc-block-shipping-information .shipping-information-title:after {
  content: '';
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f5f6fa;
}
.opc-block-shipping-information .shipping-information-content {
  margin-top: 24px;
  line-height: 1.8;
  font-size: 1.6rem;
  letter-spacing: -0.1px;
  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: #f5f6fa;
  padding: 17px 20px;
  margin: 0 0 10px;
}
.opc-block-summary > .title {
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-bottom: 11px;
}
.opc-block-summary .table-totals {
  overflow: inherit;
  font-size: 1.4rem;
  padding: 0 20px;
  margin: 0;
  letter-spacing: -0.3px;
}
.opc-block-summary .table-totals > tbody > tr > th,
.opc-block-summary .table-totals > tbody > tr > td {
  padding: 5px 0;
}
.opc-block-summary .table-totals .totals.shipping {
  border-bottom: 2px solid #d9d9d9;
}
.opc-block-summary .table-totals .totals.shipping th {
  padding-bottom: 30px;
}
.opc-block-summary .table-totals .totals.grand th,
.opc-block-summary .table-totals .totals.grand td {
  vertical-align: baseline;
}
.opc-block-summary .table-totals .totals.grand th strong,
.opc-block-summary .table-totals .totals.grand td strong {
  font-weight: 400;
}
.opc-block-summary .table-totals .totals.grand td {
  font-size: 2.4rem;
  padding-top: 28px;
  padding-bottom: 17px;
}
.opc-block-summary .table-totals th {
  font-weight: 400;
}
.opc-block-summary .table-totals td {
  font-weight: 700;
  text-align: right;
  letter-spacing: 0px;
}
.opc-block-summary .mark .value {
  color: #000000;
  display: inline;
}
.opc-block-summary .mark .value:before {
  content: '- ';
  display: inline;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.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 {
  padding: 17px 0 6px 0;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.opc-block-summary .items-in-cart .product .item-options {
  margin-bottom: 0;
  color: #4aa28f;
  font-weight: 700;
  margin-top: 9px;
}
.opc-block-summary .items-in-cart .product .item-options .label {
  text-transform: uppercase;
  margin-right: 3px;
}
.opc-block-summary .items-in-cart .product .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dt {
  margin-bottom: 0;
}
.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: 0 0 12px;
}
.column.main .opc-block-summary .product-item:not(:first-child) {
  border-top: 0;
}
.opc-block-summary .product-item-details {
  padding-left: 17px;
  position: relative;
  padding-top: 19px;
  padding-right: 0;
  width: calc(100% - 64px);
}
.opc-block-summary .product-item-name {
  letter-spacing: -0.3px;
  font-weight: 600;
  margin-bottom: 3px;
}
.opc-block-summary .product-item-sku-block {
  text-align: left;
}
.opc-block-summary .product-item-sku {
  font-size: 1.2rem;
  color: #4aa28f;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.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;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-dropdown .action-close {
  margin: 23px 15px;
}
.authentication-dropdown .action-close:before {
  font-size: 4rem;
}
.authentication-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.action-auth-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #000000;
  color: #000000;
  background-color: #f5f6fa;
  height: 36px;
  width: auto;
  padding: 0 20px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.8px;
}
.action-auth-toggle:before {
  content: '';
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/account.svg") no-repeat center center;
  background-size: 14px 16px;
  height: 16px;
  width: 14px;
  display: block;
  margin-right: 12px;
  margin-left: 0px;
}
.action-auth-toggle:hover,
.action-auth-toggle:focus,
.action-auth-toggle:active {
  border: 1px solid #000000;
  background-color: #f5f6fa;
}
.block-authentication .block-title {
  font-size: 2rem;
  text-transform: uppercase;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.block-authentication .actions-toolbar > .primary {
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.block-authentication .actions-toolbar > .primary .action {
  margin-right: 0;
  border: 1px solid #000000;
  border-radius: 0;
  background: transparent;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.9px;
  padding: 0 15px;
  height: 36px;
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.block-authentication .actions-toolbar > .primary .action:hover,
.block-authentication .actions-toolbar > .primary .action:focus,
.block-authentication .actions-toolbar > .primary .action:active {
  box-shadow: none;
  background-color: #000000;
  color: #ffffff;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
  margin-top: 20px;
}
.block-authentication .actions-toolbar > .secondary .action {
  font-size: 1.2rem;
  color: #000000;
  margin: 0;
}
.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: #ffffff;
  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 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 10px;
}
.checkout-payment-method .checkout-agreement.field label span {
  position: relative;
  opacity: 0.5;
  padding-left: 7px;
}
.checkout-payment-method .checkout-agreement.field label button,
.checkout-payment-method .checkout-agreement.field label .checkout-cart-index .page-main .action,
.checkout-payment-method .checkout-agreement.field label .methods-shipping .actions-toolbar .back .primary,
.checkout-payment-method .checkout-agreement.field label .block-authentication .actions-toolbar > .primary .action,
.checkout-payment-method .checkout-agreement.field label .modal-footer .action,
.checkout-payment-method .checkout-agreement.field label .modal-footer button,
.checkout-payment-method .checkout-agreement.field label .modal-footer .checkout-cart-index .page-main .action,
.checkout-payment-method .checkout-agreement.field label .modal-footer .methods-shipping .actions-toolbar .back .primary,
.checkout-payment-method .checkout-agreement.field label .modal-footer .block-authentication .actions-toolbar > .primary .action {
  text-align: left;
  width: auto;
}
.checkout-payment-method .checkout-agreement.field.choice.required label {
  display: inline-block;
}
.checkout-payment-method .checkout-agreement.field.choice.required label span:before {
  content: '*';
  position: absolute;
  left: -1px;
  top: -3px;
  font-size: 1.6rem;
}
.checkout-payment-method .action.back,
.checkout-payment-method .action-edit-address {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #000000;
  border-radius: 0;
  background: transparent;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.9px;
  padding: 2px 19px 0 8px;
}
.checkout-payment-method .action.back:before,
.checkout-payment-method .action-edit-address:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.6rem;
  line-height: 1;
  color: #9a9a9a;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .action.back:hover,
.checkout-payment-method .action-edit-address:hover,
.checkout-payment-method .action.back:focus,
.checkout-payment-method .action-edit-address:focus,
.checkout-payment-method .action.back:active,
.checkout-payment-method .action-edit-address:active {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
.checkout-payment-method .action.back:before,
.checkout-payment-method .action-edit-address:before {
  margin-right: 5px;
}
.checkout-payment-method .action-edit-address {
  margin-top: 10px;
  height: 30px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 3px 15px;
}
.checkout-payment-method .action-edit-address:before {
  display: none;
}
.checkout-payment-method .payment-method {
  /*            &.blue-payment {
                .payment-method-title {
                    .label {
                        span {
                            &:before {
                                display: none;
                            }
                        }
                    }
                }
            }*/
}
.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: 2px solid #f5f6fa;
}
.checkout-payment-method .payment-method .actions-toolbar {
  margin-top: 31px;
}
.checkout-payment-method .payment-method .actions-toolbar .primary {
  text-align: right;
}
.checkout-payment-method .payment-method .actions-toolbar .action {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 10px;
  width: 100%;
  height: 42px;
  letter-spacing: 1.8px;
  margin: 0;
  font-weight: 700;
}
.checkout-payment-method .payment-method .actions-toolbar .action:hover,
.checkout-payment-method .payment-method .actions-toolbar .action:focus,
.checkout-payment-method .payment-method .actions-toolbar .action:active {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.checkout-payment-method .payment-method .actions-toolbar .action.action-update,
.checkout-payment-method .payment-method .actions-toolbar .action.action-cancel {
  width: auto;
  float: none;
  display: inline-block;
}
.checkout-payment-method .payment-method .actions-toolbar .action.action-update {
  margin-right: 15px;
}
.checkout-payment-method .payment-method .payu-agreement__wrapper {
  transition: max-height 1s ease-in-out;
  overflow-y: hidden;
  position: relative;
  max-height: 300px;
}
.checkout-payment-method .payment-method .payu-agreement__wrapper > p {
  cursor: pointer;
}
.checkout-payment-method .payment-method .payu-agreement__wrapper.i_unfold {
  padding-bottom: 15px;
}
.checkout-payment-method .payment-method .payu-agreement__wrapper:not(.i_unfold) {
  max-height: 115px;
}
.checkout-payment-method .payment-method .payu-agreement__wrapper:not(.i_unfold):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 80%);
}
.checkout-payment-method .payment-method-title {
  padding: 12px 0 10px;
  margin: 0;
}
.checkout-payment-method .payment-method-title.choice input + .label {
  padding: 10px 0 10px 39px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.checkout-payment-method .payment-method-title.choice input + .label:before,
.checkout-payment-method .payment-method-title.choice input + .label:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-payment-method .payment-method-title .label span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.checkout-payment-method .payment-method-title .label span:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 47px;
  vertical-align: middle;
  margin-right: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../frontend/Idea07/client-customization/pl_PL/images/payment.jpg');
}
.checkout-payment-method .payment-method-title .label[for="paypal_express"] span::before {
  background-image: url('../../frontend/Idea07/client-customization/pl_PL/images/paypal.jpg');
}
.checkout-payment-method .payment-method-title .label[for="orba_payupl"] span::before {
  background-image: url('../../frontend/Idea07/client-customization/pl_PL/images/payu.jpg');
}
.checkout-payment-method .payment-method-title .label[for="bluepayment"] span::before {
  background-image: url('../../frontend/Idea07/client-customization/pl_PL/images/bluemedia.jpg');
}
.checkout-payment-method .payment-method-title .label[for="payu_gateway"] span::before {
  background-image: url('../../frontend/Idea07/client-customization/pl_PL/images/payu.jpg');
}
.checkout-payment-method .payment-method-title .label[for="paypal_express"] a {
  display: none;
}
.checkout-payment-method .payment-method-title .label[for="paypal_express"] img {
  display: none;
}
.checkout-payment-method .payment-method-title .label[for="bluepayment"] img {
  display: none;
}
.checkout-payment-method .payment-method-title .label[for="payu_gateway"] img {
  display: none;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 46px;
  height: 47px;
  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: 4px 0 20px 42px;
}
.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: none;
}
.checkout-payment-method .field-select-billing {
  margin-bottom: 20px;
}
.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 {
  margin-bottom: 24px;
  line-height: 1.8;
  font-size: 1.6rem;
  letter-spacing: -0.1px;
}
.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;
}
.tig_buckaroo_creditcards .tig_buckaroo_image_title:after,
.tig_buckaroo_creditcard .tig_buckaroo_image_title:after,
.tig_buckaroo_paypal .tig_buckaroo_image_title:after {
  background: unset;
  margin-top: unset;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.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: 2px solid #f5f6fa;
  padding: 12px 0 10px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: inherit;
  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: #111111;
  content: '\e622';
  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: #000000;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #111111;
}
.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 {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .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 {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .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 .captcha .input-text,
.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;
}
.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;
}
.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;
}
.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: #666666;
  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;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  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: '\e621';
}
.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: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #000000;
  cursor: pointer;
  font-family: 'Open Sans', 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: '\e622';
  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: #000000;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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: '\e622';
  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: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.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;
}
.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: '\e629';
  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 #333333;
  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;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.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: '\e61c';
  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;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  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;
  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: '\e616';
  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 {
  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-fallback-price {
  display: none;
}
.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,
.checkout-cart-index .page-main .action.map-show-info,
.methods-shipping .actions-toolbar .back .primary.map-show-info,
.block-authentication .actions-toolbar > .primary .action.map-show-info,
.modal-footer .action.map-show-info,
.modal-footer button.map-show-info,
.modal-footer .checkout-cart-index .page-main .action.map-show-info,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.checkout-cart-index .page-main .action.map-show-info:focus,
.checkout-cart-index .page-main .action.map-show-info:active,
.methods-shipping .actions-toolbar .back .primary.map-show-info:focus,
.methods-shipping .actions-toolbar .back .primary.map-show-info:active,
.block-authentication .actions-toolbar > .primary .action.map-show-info:focus,
.block-authentication .actions-toolbar > .primary .action.map-show-info:active,
.modal-footer .action.map-show-info:focus,
.modal-footer .action.map-show-info:active,
.modal-footer button.map-show-info:focus,
.modal-footer button.map-show-info:active,
.modal-footer .checkout-cart-index .page-main .action.map-show-info:focus,
.modal-footer .checkout-cart-index .page-main .action.map-show-info:active,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info:focus,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info:active,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info:focus,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.checkout-cart-index .page-main .action.map-show-info:hover,
.methods-shipping .actions-toolbar .back .primary.map-show-info:hover,
.block-authentication .actions-toolbar > .primary .action.map-show-info:hover,
.modal-footer .action.map-show-info:hover,
.modal-footer button.map-show-info:hover,
.modal-footer .checkout-cart-index .page-main .action.map-show-info:hover,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info:hover,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.checkout-cart-index .page-main .action.map-show-info.disabled,
.checkout-cart-index .page-main .action.map-show-info[disabled],
fieldset[disabled] .checkout-cart-index .page-main .action.map-show-info,
.methods-shipping .actions-toolbar .back .primary.map-show-info.disabled,
.methods-shipping .actions-toolbar .back .primary.map-show-info[disabled],
fieldset[disabled] .methods-shipping .actions-toolbar .back .primary.map-show-info,
.block-authentication .actions-toolbar > .primary .action.map-show-info.disabled,
.block-authentication .actions-toolbar > .primary .action.map-show-info[disabled],
fieldset[disabled] .block-authentication .actions-toolbar > .primary .action.map-show-info,
.modal-footer .action.map-show-info.disabled,
.modal-footer .action.map-show-info[disabled],
fieldset[disabled] .modal-footer .action.map-show-info,
.modal-footer button.map-show-info.disabled,
.modal-footer button.map-show-info[disabled],
fieldset[disabled] .modal-footer button.map-show-info,
.modal-footer .checkout-cart-index .page-main .action.map-show-info.disabled,
.modal-footer .checkout-cart-index .page-main .action.map-show-info[disabled],
fieldset[disabled] .modal-footer .checkout-cart-index .page-main .action.map-show-info,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info.disabled,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info[disabled],
fieldset[disabled] .modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info.disabled,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info[disabled],
fieldset[disabled] .modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.checkout-cart-index .page-main .action.map-show-info:visited,
.methods-shipping .actions-toolbar .back .primary.map-show-info:visited,
.block-authentication .actions-toolbar > .primary .action.map-show-info:visited,
.modal-footer .action.map-show-info:visited,
.modal-footer button.map-show-info:visited,
.modal-footer .checkout-cart-index .page-main .action.map-show-info:visited,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info:visited,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info:visited {
  color: inherit;
  text-decoration: none;
}
button.map-show-info:hover,
.checkout-cart-index .page-main .action.map-show-info:hover,
.methods-shipping .actions-toolbar .back .primary.map-show-info:hover,
.block-authentication .actions-toolbar > .primary .action.map-show-info:hover,
.modal-footer .action.map-show-info:hover,
.modal-footer button.map-show-info:hover,
.modal-footer .checkout-cart-index .page-main .action.map-show-info:hover,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info:hover,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info:hover {
  color: inherit;
  text-decoration: underline;
}
button.map-show-info:active,
.checkout-cart-index .page-main .action.map-show-info:active,
.methods-shipping .actions-toolbar .back .primary.map-show-info:active,
.block-authentication .actions-toolbar > .primary .action.map-show-info:active,
.modal-footer .action.map-show-info:active,
.modal-footer button.map-show-info:active,
.modal-footer .checkout-cart-index .page-main .action.map-show-info:active,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info:active,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info:active {
  color: inherit;
  text-decoration: underline;
}
button.map-show-info:hover,
.checkout-cart-index .page-main .action.map-show-info:hover,
.methods-shipping .actions-toolbar .back .primary.map-show-info:hover,
.block-authentication .actions-toolbar > .primary .action.map-show-info:hover,
.modal-footer .action.map-show-info:hover,
.modal-footer button.map-show-info:hover,
.modal-footer .checkout-cart-index .page-main .action.map-show-info:hover,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info:hover,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info:hover {
  color: inherit;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.checkout-cart-index .page-main .action.map-show-info:hover,
.checkout-cart-index .page-main .action.map-show-info:active,
.checkout-cart-index .page-main .action.map-show-info:focus,
.methods-shipping .actions-toolbar .back .primary.map-show-info:hover,
.methods-shipping .actions-toolbar .back .primary.map-show-info:active,
.methods-shipping .actions-toolbar .back .primary.map-show-info:focus,
.block-authentication .actions-toolbar > .primary .action.map-show-info:hover,
.block-authentication .actions-toolbar > .primary .action.map-show-info:active,
.block-authentication .actions-toolbar > .primary .action.map-show-info:focus,
.modal-footer .action.map-show-info:hover,
.modal-footer .action.map-show-info:active,
.modal-footer .action.map-show-info:focus,
.modal-footer button.map-show-info:hover,
.modal-footer button.map-show-info:active,
.modal-footer button.map-show-info:focus,
.modal-footer .checkout-cart-index .page-main .action.map-show-info:hover,
.modal-footer .checkout-cart-index .page-main .action.map-show-info:active,
.modal-footer .checkout-cart-index .page-main .action.map-show-info:focus,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info:hover,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info:active,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info:focus,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info:hover,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info:active,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.checkout-cart-index .page-main .action.map-show-info.disabled,
.checkout-cart-index .page-main .action.map-show-info[disabled],
fieldset[disabled] .checkout-cart-index .page-main .action.map-show-info,
.methods-shipping .actions-toolbar .back .primary.map-show-info.disabled,
.methods-shipping .actions-toolbar .back .primary.map-show-info[disabled],
fieldset[disabled] .methods-shipping .actions-toolbar .back .primary.map-show-info,
.block-authentication .actions-toolbar > .primary .action.map-show-info.disabled,
.block-authentication .actions-toolbar > .primary .action.map-show-info[disabled],
fieldset[disabled] .block-authentication .actions-toolbar > .primary .action.map-show-info,
.modal-footer .action.map-show-info.disabled,
.modal-footer .action.map-show-info[disabled],
fieldset[disabled] .modal-footer .action.map-show-info,
.modal-footer button.map-show-info.disabled,
.modal-footer button.map-show-info[disabled],
fieldset[disabled] .modal-footer button.map-show-info,
.modal-footer .checkout-cart-index .page-main .action.map-show-info.disabled,
.modal-footer .checkout-cart-index .page-main .action.map-show-info[disabled],
fieldset[disabled] .modal-footer .checkout-cart-index .page-main .action.map-show-info,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info.disabled,
.modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info[disabled],
fieldset[disabled] .modal-footer .methods-shipping .actions-toolbar .back .primary.map-show-info,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info.disabled,
.modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info[disabled],
fieldset[disabled] .modal-footer .block-authentication .actions-toolbar > .primary .action.map-show-info {
  color: inherit;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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 .checkout-cart-index .page-main .action.action.split,
.wishlist.split.button .methods-shipping .actions-toolbar .back .primary.action.split,
.wishlist.split.button .block-authentication .actions-toolbar > .primary .action.action.split,
.wishlist.split.button .modal-footer .action.action.split,
.wishlist.split.button .modal-footer button.action.split,
.wishlist.split.button .modal-footer .checkout-cart-index .page-main .action.action.split,
.wishlist.split.button .modal-footer .methods-shipping .actions-toolbar .back .primary.action.split,
.wishlist.split.button .modal-footer .block-authentication .actions-toolbar > .primary .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .checkout-cart-index .page-main .action + .action.toggle,
.wishlist.split.button .methods-shipping .actions-toolbar .back .primary + .action.toggle,
.wishlist.split.button .block-authentication .actions-toolbar > .primary .action + .action.toggle,
.wishlist.split.button .modal-footer .action + .action.toggle,
.wishlist.split.button .modal-footer button + .action.toggle,
.wishlist.split.button .modal-footer .checkout-cart-index .page-main .action + .action.toggle,
.wishlist.split.button .modal-footer .methods-shipping .actions-toolbar .back .primary + .action.toggle,
.wishlist.split.button .modal-footer .block-authentication .actions-toolbar > .primary .action + .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: #4a4a4a;
  content: '\e622';
  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: #000000;
}
.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: #4a4a4a;
  content: '\e621';
  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: #000000;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  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 #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb 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 > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #000000;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #969696;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.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: #ffffff;
  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;
  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: '\e616';
  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 {
  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: #000000;
  z-index: 899;
  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: #4a4a4a;
  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 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.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;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #000000;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.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: #737373;
}
.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.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.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;
}
.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;
}
.fotorama-video-container:after {
  background: url(../../frontend/Idea07/client-customization/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: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Idea07/client-customization/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%;
  }
}
.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;
}
.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;
}
.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: '\e61d';
  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;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: inherit;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: inherit;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: inherit;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover {
  color: inherit;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: inherit;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: inherit;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: inherit;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: inherit;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover {
  color: inherit;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: inherit;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2016-12-07, 16:07:23
    Author     : krzysztof
*/
.blik-modal .modal-inner-wrap {
  width: 400px !important;
  text-align: center;
  padding-bottom: 20px;
}
.blik-modal .modal-inner-wrap div.loader {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding-left: 40px;
  z-index: 2;
  background: url("https://magento2.bm.devmouse.pl/static/version1541352738/frontend/Magento/luma/pl_PL/images/loader-2.gif") no-repeat 50% 50%;
  background-size: 200px;
  margin: 0 auto 20px auto;
}
.payment-method-empty-gateway {
  font-size: 1.2rem;
}
.blue-payment__blik hr {
  margin-bottom: 0;
}
.blue-payment__blik .blik-logo {
  max-height: 80px;
  float: left;
}
.blue-payment__blik .blik-code {
  float: left;
  margin-top: 24px;
  width: 200px;
}
.blue-payment__blik .blik-error {
  clear: both;
  margin-top: 0;
  top: -20px;
  left: 80px;
  display: block;
  position: relative;
}
.separated-payments-wrapper:not(:first-child) .blue-payment__card .payment-method-title {
  border-top: 1px solid #cccccc !important;
}
.separated-payments-wrapper:not(:first-child) .blue-payment__blik .payment-method-title {
  border-top: 1px solid #cccccc !important;
}
.blue-payment .payment-method-note {
  font-size: 14px;
}
.blue-payment .payment-icon {
  max-width: 100px;
}
.blue-payment .bluepayment-options-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: transparent;
}
.blue-payment .bluepayment-options-list .payment-option {
  float: left;
  width: 50%;
  height: 90px;
  position: relative;
  border: 1px solid #e6e6e6;
  margin: -1px 0 0 -1px;
  box-sizing: border-box;
}
.blue-payment .bluepayment-options-list .payment-option._active {
  border: 1px solid #000;
  z-index: 1;
}
.blue-payment .bluepayment-options-list .payment-logo {
  max-height: 70px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -5px;
  left: 10px;
}
.blue-payment .bluepayment-options-list input.radio {
  height: 13px;
  margin: 0;
  position: absolute;
  top: calc(50% - 6px);
  left: 30px;
}
.blue-payment .bluepayment-options-list input.radio:active,
.blue-payment .bluepayment-options-list input.radio:focus,
.blue-payment .bluepayment-options-list input.radio:hover,
.blue-payment .bluepayment-options-list input.radio.active {
  outline: 0;
  box-shadow: none;
}
.blue-payment .bluepayment-options-list label {
  margin-left: 5px;
}
.blue-payment .bluepayment-options-list label:before {
  top: 50%;
  transform: translateY(-50%);
}
.blue-payment .bluepayment-options-list label:after {
  top: 50%;
  transform: translateY(-50%);
}
.blue-payment .bluepayment-options-list span {
  display: block;
}
.blue-payment .bluepayment-options-list span.details {
  left: 120px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  padding-right: 10px;
}
.blue-payment .bluepayment-options-list span.title {
  font-size: 14px;
}
.blue-payment .actions-toolbar .primary button,
.blue-payment .actions-toolbar .primary .checkout-cart-index .page-main .action,
.blue-payment .actions-toolbar .primary .methods-shipping .actions-toolbar .back .primary,
.blue-payment .actions-toolbar .primary .block-authentication .actions-toolbar > .primary .action,
.blue-payment .actions-toolbar .primary .modal-footer .action,
.blue-payment .actions-toolbar .primary .modal-footer button,
.blue-payment .actions-toolbar .primary .modal-footer .checkout-cart-index .page-main .action,
.blue-payment .actions-toolbar .primary .modal-footer .methods-shipping .actions-toolbar .back .primary,
.blue-payment .actions-toolbar .primary .modal-footer .block-authentication .actions-toolbar > .primary .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.homepage-slider {
  margin-bottom: 3rem;
  position: relative;
  min-height: 430px;
}
.homepage-slider__wrapper {
  position: relative;
}
.homepage-slider ul {
  list-style: none;
  padding: 0;
}
.homepage-slider .slick-slide {
  max-width: none;
  margin: 0;
}
.homepage-slider__item {
  height: 544px;
  position: relative;
  overflow: hidden;
}
.homepage-slider__item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: auto;
  object-fit: cover;
}
.homepage-slider__details {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  z-index: 10;
  color: #ffffff;
}
@media (max-width: 767px) {
  .homepage-slider__details {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.homepage-slider__details .go-to {
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-height: 36px;
  font-size: 11px;
  letter-spacing: 2px;
  color: #ffffff;
  background: #000000;
  border: 1px solid;
  border-color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
  padding: 0 20px;
  min-width: 190px;
  box-shadow: none;
  width: 190px;
  padding-right: 18px;
}
.homepage-slider__details .go-to:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.homepage-slider__details .go-to:after,
.homepage-slider__details .go-to:before {
  font-weight: 600;
}
.homepage-slider__details .go-to:after {
  content: true;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  margin: 0;
}
.homepage-slider__details .go-to:hover,
.homepage-slider__details .go-to:focus,
.homepage-slider__details .go-to:active {
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  background: #ffffff;
  border: 1px solid;
  border-color: #000000;
  box-shadow: none;
}
.homepage-slider__details .go-to:hover:after,
.homepage-slider__details .go-to:focus:after,
.homepage-slider__details .go-to:active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1;
  color: #000000;
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.homepage-slider__details .go-to:hover:after,
.homepage-slider__details .go-to:focus:after,
.homepage-slider__details .go-to:active:after,
.homepage-slider__details .go-to:hover:before,
.homepage-slider__details .go-to:focus:before,
.homepage-slider__details .go-to:active:before {
  font-weight: 600;
}
.homepage-slider__details .go-to:hover:after,
.homepage-slider__details .go-to:focus:after,
.homepage-slider__details .go-to:active:after {
  content: true;
}
.homepage-slider .slider-number {
  position: absolute;
  right: 18px;
  top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.2;
  color: #ffffff;
  z-index: 10;
}
.homepage-slider .slider-number .active {
  font-size: 4rem;
  margin-right: 4px;
}
.homepage-slider .slider-number .from {
  opacity: 0.5;
  font-size: 2.4rem;
}
.homepage-slider__category {
  font-size: 1rem;
  letter-spacing: 2.7px;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 540px;
  margin-bottom: 12px;
}
.homepage-slider__title {
  font-size: 4.7rem;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 540px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-top: 0px;
}
.homepage-slider__description {
  display: none;
}
.homepage-slider__thumbs.slick-slider.slick-initialized {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.homepage-slider .slick-dots {
  position: absolute;
  bottom: 21px;
}
/**
* Copyright © Idea07, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
.delivery-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  background-color: #4aa28f;
  height: 36px;
}
.delivery-banner__text {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.1rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.delivery-banner__text:before {
  content: '';
  background: url('../../frontend/Idea07/client-customization/pl_PL//images/icons/bag-delivery.svg') no-repeat center center;
  height: 16px;
  width: 16px;
  background-size: 15px;
  margin-right: 12px;
}
.delivery-banner__close {
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  cursor: pointer;
}
.delivery-banner__close:before,
.delivery-banner__close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 11px;
  width: 1px;
  background-color: #ffffff;
}
.delivery-banner__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.delivery-banner__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.informations {
  background-color: #f9f7f4;
  padding: 80px 0 35px;
}
.informations__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .informations__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.informations__box {
  text-align: center;
  padding: 0 3.6%;
  max-width: 280px;
  margin-bottom: 19px;
}
.informations__icon {
  height: 60px;
  margin-bottom: 52px;
}
.informations__icon img {
  margin: 0 auto;
}
.informations__title {
  color: #000000;
  letter-spacing: 1.86px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.informations__text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.informations .slick-slide {
  text-align: center;
  max-width: none;
  margin: 0;
}
.special-offer {
  padding: 83px 15px 30px;
}
.special-offer .content-section {
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear;
  pointer-events: none;
}
.special-offer .content-section.active {
  display: block;
  height: auto;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.special-offer .action.show-all {
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-height: 36px;
  font-size: 11px;
  letter-spacing: 2px;
  color: #000000;
  background: #ffffff;
  border: 1px solid;
  border-color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
  padding: 0 20px;
  min-width: 190px;
  box-shadow: none;
  width: 278px;
  margin: 0 auto 30px;
}
.special-offer .action.show-all:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1;
  color: #4aa28f;
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.special-offer .action.show-all:after,
.special-offer .action.show-all:before {
  font-weight: 600;
}
.special-offer .action.show-all:after {
  content: true;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  margin: 0;
}
.special-offer .action.show-all:hover,
.special-offer .action.show-all:focus,
.special-offer .action.show-all:active {
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background: #000000;
  border: 1px solid;
  border-color: #000000;
  box-shadow: none;
}
.special-offer .action.show-all:hover:after,
.special-offer .action.show-all:focus:after,
.special-offer .action.show-all:active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.special-offer .action.show-all:hover:after,
.special-offer .action.show-all:focus:after,
.special-offer .action.show-all:active:after,
.special-offer .action.show-all:hover:before,
.special-offer .action.show-all:focus:before,
.special-offer .action.show-all:active:before {
  font-weight: 600;
}
.special-offer .action.show-all:hover:after,
.special-offer .action.show-all:focus:after,
.special-offer .action.show-all:active:after {
  content: true;
}
.special-offer__header {
  text-align: center;
}
.special-offer__title {
  font-size: 2.8rem;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .special-offer__title {
    font-size: 3.5rem;
    margin: 0 0 14px;
  }
}
.special-offer__desc {
  color: #676767;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0 20px;
  margin-bottom: 24px;
}
.special-offer .product-carousel {
  margin-bottom: 30px;
}
.special-offer .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 435px;
  margin: 0 auto 40px;
}
.special-offer .menu a {
  margin: 0 4px;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  padding: 16px 8px 12px;
  position: relative;
}
.special-offer .menu a:hover,
.special-offer .menu a:focus,
.special-offer .menu a:active {
  text-decoration: none;
}
.special-offer .menu a:hover:after,
.special-offer .menu a:focus:after,
.special-offer .menu a:active:after {
  width: 100%;
  background-color: #4aa28f;
}
.special-offer .menu a:after {
  content: '';
  height: 1px;
  width: 0;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: width 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
}
.special-offer .menu a.active:after {
  background-color: #4aa28f;
  width: 100%;
}
.special-offer__content {
  padding: 0;
  margin: 0 auto;
}
.special-offer .product-image-container {
  width: 100%;
  max-width: none;
}
.special-offer .product-image-container img {
  max-width: none;
  width: 100%;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.instagram-widget {
  margin-top: 60px;
  padding: 60px 0;
  border-top: 1px solid #f5f5f5;
}
.instagram-widget__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .instagram-widget__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.instagram-widget__title {
  font-size: 2.8rem;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-align: center;
}
@media (min-width: 768px) {
  .instagram-widget__title {
    font-size: 3.5rem;
    margin: 0 0 14px;
  }
}
.instagram-widget__content {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.instagram-widget__image {
  padding-left: 0px;
  padding-right: 0px;
}
.instagram-widget__image img {
  border: 1px solid #f5f5f5;
  padding: 8px;
  border-radius: 2px;
  background: #fff;
  width: 100%;
  height: auto;
  position: relative;
}
.instagram-widget__image img.lg {
  width: 120%;
  max-width: none;
}
.instagram-widget__image:nth-child(2) img {
  margin: 30% -10%;
  z-index: 10;
}
.instagram-widget__image:nth-child(4) img {
  margin: 30% -7%;
}
.instagram-widget__image:nth-child(5) img {
  margin: -15% -10%;
  z-index: 10;
}
.instagram-widget__image:nth-child(6) img {
  margin-top: 30%;
}
.instagram-widget__image:nth-last-of-type(-n+2) {
  display: none;
}
.wk-oosn-emailBox {
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
#wk-oosn-button {
  font-size: 12px;
  height: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
  background-color: #ffffff;
  text-transform: uppercase;
  width: 100%;
}
#wk-oosn-button:hover,
#wk-oosn-button:active,
#wk-oosn-button:focus {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}
.wk-oosn-notificationcontainer {
  margin-top: 10px;
  z-index: 0;
}
#loader {
  display: none;
  float: right;
  margin: 20px 0 0 50px;
  width: 30px;
  height: 10px;
  position: absolute;
}
.wk-loading-mask {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.wk-loading-mask-outer {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.wk-loader {
  background: url("../../frontend/Idea07/client-customization/pl_PL/images/ajax-loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 32px;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 32px;
}
.wk-display-none {
  display: none;
}
#wk-oosn-warning {
  color: #4aa28f;
  display: none;
  font-size: 12px;
  margin-top: 20px;
  float: right;
}
#wk-oosn-email-warning {
  color: #4aa28f;
}
.wk-oosn-error {
  color: #4aa28f;
}
.swatch-option.disabled {
  cursor: pointer !important;
}
.wk-modal-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.wk-container .field {
  margin: 0 0 20px;
  box-sizing: border-box;
}
.wk-container .field.required:not(.choice) > .label,
.wk-container .field._required:not(.choice) > .label {
  position: relative;
}
.wk-container .field.required:not(.choice) > .label:after,
.wk-container .field._required:not(.choice) > .label:after {
  content: '*';
  color: #000000;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
  position: absolute;
  right: -7px;
  top: 0;
}
.wk-container .field > .label {
  margin: 0;
}
.wk-container .field:before,
.wk-container .field:after {
  content: '';
  display: table;
}
.wk-container .field:after {
  clear: both;
}
.wk-container .field.choice:before,
.wk-container .field.no-label:before {
  display: none;
}
.wk-container .field .description {
  padding: 0 0 9px;
  text-align: left;
  width: 0;
  box-sizing: border-box;
  float: left;
}
.wk-container .field:not(.choice) > .label {
  padding: 0 0 9px;
  text-align: left;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.2rem;
}
.wk-container .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.wk-container .actions-toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wk-modal-product-image {
  text-align: center;
}
.wk-modal-product-name {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.cms-page-view .content.track {
  margin-bottom: 40px;
}
.cms-page-view .content.track fieldset {
  border: 0;
  padding: 0;
}
.cms-page-view .content.track p {
  text-transform: uppercase;
}
.cms-page-view .content.track button,
.cms-page-view .content.track .checkout-cart-index .page-main .action,
.cms-page-view .content.track .methods-shipping .actions-toolbar .back .primary,
.cms-page-view .content.track .block-authentication .actions-toolbar > .primary .action,
.cms-page-view .content.track .modal-footer .action,
.cms-page-view .content.track .modal-footer button,
.cms-page-view .content.track .modal-footer .checkout-cart-index .page-main .action,
.cms-page-view .content.track .modal-footer .methods-shipping .actions-toolbar .back .primary,
.cms-page-view .content.track .modal-footer .block-authentication .actions-toolbar > .primary .action {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.cms-page-view .content.track button:hover,
.cms-page-view .content.track button:focus,
.cms-page-view .content.track button:active,
.cms-page-view .content.track .checkout-cart-index .page-main .action:hover,
.cms-page-view .content.track .checkout-cart-index .page-main .action:focus,
.cms-page-view .content.track .checkout-cart-index .page-main .action:active,
.cms-page-view .content.track .methods-shipping .actions-toolbar .back .primary:hover,
.cms-page-view .content.track .methods-shipping .actions-toolbar .back .primary:focus,
.cms-page-view .content.track .methods-shipping .actions-toolbar .back .primary:active,
.cms-page-view .content.track .block-authentication .actions-toolbar > .primary .action:hover,
.cms-page-view .content.track .block-authentication .actions-toolbar > .primary .action:focus,
.cms-page-view .content.track .block-authentication .actions-toolbar > .primary .action:active,
.cms-page-view .content.track .modal-footer .action:hover,
.cms-page-view .content.track .modal-footer .action:focus,
.cms-page-view .content.track .modal-footer .action:active,
.cms-page-view .content.track .modal-footer button:hover,
.cms-page-view .content.track .modal-footer button:focus,
.cms-page-view .content.track .modal-footer button:active,
.cms-page-view .content.track .modal-footer .checkout-cart-index .page-main .action:hover,
.cms-page-view .content.track .modal-footer .checkout-cart-index .page-main .action:focus,
.cms-page-view .content.track .modal-footer .checkout-cart-index .page-main .action:active,
.cms-page-view .content.track .modal-footer .methods-shipping .actions-toolbar .back .primary:hover,
.cms-page-view .content.track .modal-footer .methods-shipping .actions-toolbar .back .primary:focus,
.cms-page-view .content.track .modal-footer .methods-shipping .actions-toolbar .back .primary:active,
.cms-page-view .content.track .modal-footer .block-authentication .actions-toolbar > .primary .action:hover,
.cms-page-view .content.track .modal-footer .block-authentication .actions-toolbar > .primary .action:focus,
.cms-page-view .content.track .modal-footer .block-authentication .actions-toolbar > .primary .action:active {
  background-color: #000000;
  color: #ffffff;
}
.cms-page-view .content.track .field {
  margin: 0 0 20px;
  box-sizing: border-box;
}
.cms-page-view .content.track .field.required:not(.choice) > .label,
.cms-page-view .content.track .field._required:not(.choice) > .label {
  position: relative;
}
.cms-page-view .content.track .field.required:not(.choice) > .label:after,
.cms-page-view .content.track .field._required:not(.choice) > .label:after {
  content: '*';
  color: #000000;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
  position: absolute;
  right: -7px;
  top: 0;
}
.cms-page-view .content.track .field > .label {
  margin: 0;
}
.cms-page-view .content.track .field:before,
.cms-page-view .content.track .field:after {
  content: '';
  display: table;
}
.cms-page-view .content.track .field:after {
  clear: both;
}
.cms-page-view .content.track .field.choice:before,
.cms-page-view .content.track .field.no-label:before {
  display: none;
}
.cms-page-view .content.track .field .description {
  padding: 0 0 9px;
  text-align: left;
  width: 0;
  box-sizing: border-box;
  float: left;
}
.cms-page-view .content.track .field:not(.choice) > .label {
  padding: 0 0 9px;
  text-align: left;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.2rem;
}
.cms-page-view .content.track .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.bestsellers {
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
}
.bestsellers__bg-text {
  display: none;
}
.bestsellers__content {
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.bestsellers .block-content {
  margin: 0 auto;
}
.bestsellers__link {
  margin-top: 30px;
}
.bestsellers__link .check-all {
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-height: 36px;
  font-size: 11px;
  letter-spacing: 2px;
  color: #000000;
  background: #ffffff;
  border: 1px solid;
  border-color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
  padding: 0 20px;
  min-width: 190px;
  box-shadow: none;
  width: 254px;
  margin: 0 auto;
}
.bestsellers__link .check-all:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1;
  color: #4aa28f;
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bestsellers__link .check-all:after,
.bestsellers__link .check-all:before {
  font-weight: 600;
}
.bestsellers__link .check-all:after {
  content: true;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  margin: 0;
}
.bestsellers__link .check-all:hover,
.bestsellers__link .check-all:focus,
.bestsellers__link .check-all:active {
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background: #000000;
  border: 1px solid;
  border-color: #000000;
  box-shadow: none;
}
.bestsellers__link .check-all:hover:after,
.bestsellers__link .check-all:focus:after,
.bestsellers__link .check-all:active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bestsellers__link .check-all:hover:after,
.bestsellers__link .check-all:focus:after,
.bestsellers__link .check-all:active:after,
.bestsellers__link .check-all:hover:before,
.bestsellers__link .check-all:focus:before,
.bestsellers__link .check-all:active:before {
  font-weight: 600;
}
.bestsellers__link .check-all:hover:after,
.bestsellers__link .check-all:focus:after,
.bestsellers__link .check-all:active:after {
  content: true;
}
.bestsellers__header {
  text-align: center;
  margin-bottom: 37px;
}
.bestsellers__title {
  font-size: 2.8rem;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .bestsellers__title {
    font-size: 3.5rem;
    margin: 0 0 14px;
  }
}
.bestsellers__desc {
  color: #676767;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
}
.bestsellers .product-item-details {
  padding-top: 26px;
}
.bestsellers .product-item-category {
  color: #4aa28f;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 16px;
}
.bestsellers .product-item-name {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.6px;
}
.bestsellers .product-item .price-box .price {
  font-size: 1.3rem;
}
.bestsellers .product-item .price-box .price-label {
  font-size: 1.2rem;
}
.bestsellers .product-item .price-box .old-price .price {
  font-size: 1.2rem;
  color: #adafbc;
}
.bestsellers .product-item-photo {
  position: relative;
  display: block;
  height: 443px;
  overflow: hidden;
}
.bestsellers .product-item-photo img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  max-height: none;
}
.bestsellers .slick-slider-container {
  max-width: none;
}
.bestsellers .slick-slide {
  max-width: none;
}
.bestsellers .product-image-container {
  max-width: none;
  width: 100%;
}
.bestsellers .product-image-container img {
  max-width: none;
  width: 100%;
}
.bestsellers .slick-prev,
.bestsellers .slick-next {
  top: calc(50% - 53px);
}
.bestsellers .slick-next {
  right: 10px;
}
.bestsellers .slick-prev {
  left: 10px;
}
.product-items {
  list-style: none;
  padding: 0;
}
.product-hover-details {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 10px 10px;
  -moz-transition: opacity 0.3s ease-in-out, bottom 0.4s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, bottom 0.4s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, bottom 0.4s ease-in-out;
  z-index: 50;
  bottom: 100%;
}
.product-hover-details .swatch-attribute-options {
  margin: 0 0 10px;
}
.product-item {
  position: relative;
}
.product-item:hover .product-hover-details,
.product-item:focus .product-hover-details,
.product-item:active .product-hover-details {
  opacity: 1;
  bottom: 100%;
  pointer-events: auto;
}
.product-item:hover .product-photo-wrapper .photo-image-hover,
.product-item:focus .product-photo-wrapper .photo-image-hover,
.product-item:active .product-photo-wrapper .photo-image-hover {
  opacity: 1;
  z-index: 2;
}
.product-item-details {
  padding-top: 12px;
  position: relative;
  text-align: center;
}
.product-item .stock {
  font-size: 1.1rem;
  text-transform: uppercase;
  text-align: center;
}
.product-item .stock.unavailable {
  color: #4aa28f;
}
.product-item .stock.available {
  color: #4aa28f;
}
.product-item-name {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
  margin: 0 0 5px;
  letter-spacing: 0.3px;
}
.product-item-link {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 2.4em;
}
.product-item-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-item-actions .actions-secondary {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .checkout-cart-index .page-main .action.action,
.product-item-actions .actions-secondary > .methods-shipping .actions-toolbar .back .primary.action,
.product-item-actions .actions-secondary > .block-authentication .actions-toolbar > .primary .action.action,
.product-item-actions .actions-secondary > .modal-footer .action.action,
.product-item-actions .actions-secondary > .modal-footer button.action,
.product-item-actions .actions-secondary > .modal-footer .checkout-cart-index .page-main .action.action,
.product-item-actions .actions-secondary > .modal-footer .methods-shipping .actions-toolbar .back .primary.action,
.product-item-actions .actions-secondary > .modal-footer .block-authentication .actions-toolbar > .primary .action.action {
  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;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .checkout-cart-index .page-main .action.action:focus,
.product-item-actions .actions-secondary > .checkout-cart-index .page-main .action.action:active,
.product-item-actions .actions-secondary > .methods-shipping .actions-toolbar .back .primary.action:focus,
.product-item-actions .actions-secondary > .methods-shipping .actions-toolbar .back .primary.action:active,
.product-item-actions .actions-secondary > .block-authentication .actions-toolbar > .primary .action.action:focus,
.product-item-actions .actions-secondary > .block-authentication .actions-toolbar > .primary .action.action:active,
.product-item-actions .actions-secondary > .modal-footer .action.action:focus,
.product-item-actions .actions-secondary > .modal-footer .action.action:active,
.product-item-actions .actions-secondary > .modal-footer button.action:focus,
.product-item-actions .actions-secondary > .modal-footer button.action:active,
.product-item-actions .actions-secondary > .modal-footer .checkout-cart-index .page-main .action.action:focus,
.product-item-actions .actions-secondary > .modal-footer .checkout-cart-index .page-main .action.action:active,
.product-item-actions .actions-secondary > .modal-footer .methods-shipping .actions-toolbar .back .primary.action:focus,
.product-item-actions .actions-secondary > .modal-footer .methods-shipping .actions-toolbar .back .primary.action:active,
.product-item-actions .actions-secondary > .modal-footer .block-authentication .actions-toolbar > .primary .action.action:focus,
.product-item-actions .actions-secondary > .modal-footer .block-authentication .actions-toolbar > .primary .action.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .checkout-cart-index .page-main .action.action:hover,
.product-item-actions .actions-secondary > .methods-shipping .actions-toolbar .back .primary.action:hover,
.product-item-actions .actions-secondary > .block-authentication .actions-toolbar > .primary .action.action:hover,
.product-item-actions .actions-secondary > .modal-footer .action.action:hover,
.product-item-actions .actions-secondary > .modal-footer button.action:hover,
.product-item-actions .actions-secondary > .modal-footer .checkout-cart-index .page-main .action.action:hover,
.product-item-actions .actions-secondary > .modal-footer .methods-shipping .actions-toolbar .back .primary.action:hover,
.product-item-actions .actions-secondary > .modal-footer .block-authentication .actions-toolbar > .primary .action.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .checkout-cart-index .page-main .action.action.disabled,
.product-item-actions .actions-secondary > .checkout-cart-index .page-main .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .checkout-cart-index .page-main .action.action,
.product-item-actions .actions-secondary > .methods-shipping .actions-toolbar .back .primary.action.disabled,
.product-item-actions .actions-secondary > .methods-shipping .actions-toolbar .back .primary.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .methods-shipping .actions-toolbar .back .primary.action,
.product-item-actions .actions-secondary > .block-authentication .actions-toolbar > .primary .action.action.disabled,
.product-item-actions .actions-secondary > .block-authentication .actions-toolbar > .primary .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .block-authentication .actions-toolbar > .primary .action.action,
.product-item-actions .actions-secondary > .modal-footer .action.action.disabled,
.product-item-actions .actions-secondary > .modal-footer .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .modal-footer .action.action,
.product-item-actions .actions-secondary > .modal-footer button.action.disabled,
.product-item-actions .actions-secondary > .modal-footer button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .modal-footer button.action,
.product-item-actions .actions-secondary > .modal-footer .checkout-cart-index .page-main .action.action.disabled,
.product-item-actions .actions-secondary > .modal-footer .checkout-cart-index .page-main .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .modal-footer .checkout-cart-index .page-main .action.action,
.product-item-actions .actions-secondary > .modal-footer .methods-shipping .actions-toolbar .back .primary.action.disabled,
.product-item-actions .actions-secondary > .modal-footer .methods-shipping .actions-toolbar .back .primary.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .modal-footer .methods-shipping .actions-toolbar .back .primary.action,
.product-item-actions .actions-secondary > .modal-footer .block-authentication .actions-toolbar > .primary .action.action.disabled,
.product-item-actions .actions-secondary > .modal-footer .block-authentication .actions-toolbar > .primary .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .modal-footer .block-authentication .actions-toolbar > .primary .action.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  border: 1px solid #9a9a9a;
  height: 36px;
  width: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #ffffff;
}
.product-item-actions .actions-secondary > .action span {
  display: none;
}
.product-item-actions .actions-secondary > .action.towishlist:after {
  content: '';
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/heart.svg") no-repeat center center;
  background-size: 15px 13px;
  width: 15px;
  height: 13px;
  display: block;
}
.product-item-actions .actions-secondary > .action.tocompare {
  display: none;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.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;
}
.product-item .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
}
.product-item .price-box .price {
  font-size: 1.1rem;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.product-item .price-box .price-label {
  display: none;
  font-size: 1rem;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .normal-price .price-label {
  display: inline-block;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price {
  display: inline-block;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 5px;
}
.product-item .special-price .price {
  color: #4aa28f;
}
.product-item .old-price {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.product-item .old-price .price {
  font-size: 1rem;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
  display: none !important;
}
.product-item .minimal-price-link .price-label {
  color: inherit;
  font-size: 1.2rem;
}
.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 .tocompare:before {
  content: '\e61f';
}
.product-item .actions-primary {
  width: calc(100% - 55px);
}
.product-item .tocart {
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-height: 36px;
  font-size: 11px;
  letter-spacing: 2px;
  color: #ffffff;
  background: #000000;
  border: 1px solid;
  border-color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
  padding: 0 20px;
  min-width: 190px;
  box-shadow: none;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  padding: 0 10px;
  white-space: unset;
}
.product-item .tocart:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item .tocart:after,
.product-item .tocart:before {
  font-weight: 600;
}
.product-item .tocart:after {
  content: none;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  margin: 0;
}
.product-item .tocart:hover,
.product-item .tocart:focus,
.product-item .tocart:active {
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background: #000000;
  border: 1px solid;
  border-color: #000000;
  box-shadow: none;
}
.product-item .tocart:hover:after,
.product-item .tocart:focus:after,
.product-item .tocart:active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item .tocart:hover:after,
.product-item .tocart:focus:after,
.product-item .tocart:active:after,
.product-item .tocart:hover:before,
.product-item .tocart:focus:before,
.product-item .tocart:active:before {
  font-weight: 600;
}
.product-item .tocart:hover:after,
.product-item .tocart:focus:after,
.product-item .tocart:active:after {
  content: none;
}
.product-photo-wrapper {
  position: relative;
}
.product-photo-wrapper .photo img {
  display: block;
}
.product-photo-wrapper .product-image-container {
  display: block;
}
.product-photo-wrapper .product-item-photo {
  position: relative;
  display: block;
  z-index: 1;
}
.product-photo-wrapper .photo-image-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  max-width: 100%;
  max-height: 100%;
}
.price-container .price {
  font-size: 1.4rem;
}
.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: 1.1rem;
}
.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-grid .items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.products-grid .items .product-item {
  margin: 0 15px;
}
.product-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  background-color: #4aa28f;
  color: white;
  padding: 5px 10px;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: none;
}
.sorter-wrapper {
  display: inline-block;
}
.toolbar-products {
  margin-bottom: 30px;
  padding: 0;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar .pager-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-orient: row-reverse;
  -ms-box-orient: row-reverse;
  -webkit-box-orient: row-reverse;
  box-orient: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
}
.products.wrapper ~ .toolbar .limiter-custom {
  display: block;
}
.products.wrapper ~ .toolbar .pages {
  display: block;
}
.sorter {
  position: relative;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  display: none;
}
.sorter .current-item {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #9a9a9a;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 1.83px;
  text-transform: uppercase;
  padding: 5px 40px 5px 20px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-width: 256px;
  min-height: 36px;
}
.sorter .current-item:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 1;
  color: #676767;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter .current-item:after,
.sorter .current-item:before {
  font-weight: 600;
}
.sorter .current-item .sorter-label {
  color: #000000;
}
.sorter .current-item .current {
  color: #676767;
  margin: 0 0 0 5px;
}
.sorter .current-item:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.sorter .current-item.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 22px;
  top: 48%;
}
.sorter .current-item.active + .dropdown-items {
  max-height: 400px;
}
.sorter .current-item + .dropdown-items {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  border: 1px solid #9a9a9a;
  border-top: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 10;
  -moz-transition: max-height 0.3s ease-in-out;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  padding: 0 20px;
}
.sorter .current-item + .dropdown-items a {
  border-bottom: 1px solid #4aa28f;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 1.83px;
  color: #676767;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sorter .current-item + .dropdown-items a:hover,
.sorter .current-item + .dropdown-items a:focus,
.sorter .current-item + .dropdown-items a:active {
  text-decoration: none;
}
.sorter .current-item + .dropdown-items a:first-of-type {
  margin-top: 5px;
}
.sorter .current-item + .dropdown-items a:last-of-type {
  border-bottom: 0;
  margin-bottom: 5px;
}
.modes {
  display: none;
}
.pager-container .limiter-custom {
  display: none;
  position: relative;
}
.pager-container .limiter-custom .item-label {
  color: #000000;
  font-weight: 700;
}
.pager-container .limiter-custom .current-item {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #9a9a9a;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 1.83px;
  text-transform: uppercase;
  padding: 5px 40px 5px 20px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 36px;
}
.pager-container .limiter-custom .current-item:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 1;
  color: #676767;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pager-container .limiter-custom .current-item:after,
.pager-container .limiter-custom .current-item:before {
  font-weight: 600;
}
.pager-container .limiter-custom .current-item .sorter-label {
  color: #000000;
}
.pager-container .limiter-custom .current-item .current {
  color: #676767;
  margin: 0 0 0 5px;
}
.pager-container .limiter-custom .current-item:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.pager-container .limiter-custom .current-item[aria-selected=true]:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 22px;
  top: 48%;
}
.pager-container .limiter-custom .current-item[aria-selected=true] + .dropdown-items {
  max-height: 400px;
}
.pager-container .limiter-custom .current-item + .dropdown-items {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  border: 1px solid #9a9a9a;
  border-top: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 10;
  -moz-transition: max-height 0.3s ease-in-out;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  padding: 0 20px;
}
.pager-container .limiter-custom .current-item + .dropdown-items a {
  border-bottom: 1px solid #4aa28f;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 1.83px;
  color: #676767;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pager-container .limiter-custom .current-item + .dropdown-items a:hover,
.pager-container .limiter-custom .current-item + .dropdown-items a:focus,
.pager-container .limiter-custom .current-item + .dropdown-items a:active {
  text-decoration: none;
}
.pager-container .limiter-custom .current-item + .dropdown-items a:first-of-type {
  margin-top: 5px;
}
.pager-container .limiter-custom .current-item + .dropdown-items a:last-of-type {
  border-bottom: 0;
  margin-bottom: 5px;
}
.page-products .breadcrumbs {
  padding: 0;
  margin: 29px 0 28px;
}
.page-products .columns {
  z-index: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-products .columns .column.main {
  float: none;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.page-products .toolbar-products {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-products .products-grid {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-products .products-grid .items {
  margin: 0 -15px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 570px;
}
.page-products .products-grid .items .item {
  -webkit-flex: 1 0 calc(50% - 30px);
  -ms-flex: 1 0 calc(50% - 30px);
  flex: 1 0 calc(50% - 30px);
  width: calc(50% - 30px);
  margin-bottom: 20px;
  max-width: 255px;
}
.page-products .products-grid .items .item:nth-last-child(1):nth-child(odd) {
  margin-right: calc(50% + 45px);
}
.page-products .products-grid + .toolbar-products {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
  display: block;
}
.filters-mobile {
  margin-bottom: 28px;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.filters-mobile .show-filter {
  border: 1px solid #9a9a9a;
  text-transform: uppercase;
  height: 36px;
  padding: 7px 19px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1.9px;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 170px;
}
.filters-mobile .show-filter:after {
  content: '';
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/dropdown.svg") no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-bottom: 4px;
}
.filters-mobile .show-filter:hover {
  text-decoration: none;
}
.catalog-product-view .columns {
  margin-bottom: 40px;
}
.catalog-product-view .breadcrumbs {
  display: none;
}
.catalog-product-view .action-skip-wrapper {
  display: none;
}
.catalog-product-view .column.main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.catalog-product-view .page-title-wrapper {
  margin-top: 31px;
  margin-bottom: 0;
}
.catalog-product-view .swatch-opt {
  margin-bottom: 0;
}
.catalog-product-view .swatch-opt .swatch-attribute-label {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.catalog-product-view .swatch-opt .swatch-attribute-selected-option {
  display: none;
}
.catalog-product-view .swatch-opt .swatch-attribute-options {
  margin: 9px 0 0;
}
.catalog-product-view .swatch-opt .swatch-option {
  margin: 0 10px 10px 0;
}
.title-sku-wrapper {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-bottom: 27px;
}
.title-sku-wrapper .product.attribute.sku {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #4aa28f;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 28px;
  font-size: 1.2rem;
  letter-spacing: 0.7px;
  line-height: 1.2;
}
.title-sku-wrapper .product.attribute.sku .type {
  margin-right: 3px;
  font-weight: 400;
}
.title-sku-wrapper .product.attribute.sku .type:after {
  content: ':';
  display: inline-block;
}
.title-sku-wrapper .price-box {
  margin-top: 28px;
}
.title-sku-wrapper .price-box .price-label {
  display: none;
}
.title-sku-wrapper .price-box .price {
  font-size: 2.4rem;
}
.title-sku-wrapper .price-box .special-price {
  margin-right: 10px;
}
.title-sku-wrapper .price-box .special-price .price {
  color: #4aa28f;
}
.product.media {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #4a4a4a;
  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;
}
.additional-attributes-wrapper {
  margin-bottom: 0;
  margin-top: 38px;
}
.additional-attributes-wrapper .label {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  position: relative;
  padding: 0 0 12px;
  display: block;
}
.additional-attributes-wrapper .label:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #4aa28f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.additional-attributes-wrapper .additional-attributes {
  margin-top: 19px;
}
.additional-attributes-wrapper .additional-attributes tbody tr th {
  padding-right: 10px;
  display: inline-block;
  color: #000000;
  font-weight: 300;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  opacity: 0.5;
  width: 51%;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: middle;
}
.additional-attributes-wrapper .additional-attributes tbody tr th:after {
  display: none;
}
.additional-attributes-wrapper .additional-attributes tbody tr td {
  margin-bottom: 8px;
  padding: 0;
  font-size: 1.2rem;
}
.additional-attributes-wrapper .additional-attributes tbody tr td:before {
  font-family: 'Open Sans', sans-serif;
  opacity: 0.5;
  width: 51%;
}
.attribute.description {
  padding-top: 50px;
  padding-bottom: 50px;
}
.attribute.description .type {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 12px;
  display: block;
}
.attribute.description .type:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #4aa28f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.attribute.description .value {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 19px;
}
.product-info-main {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .action.updated {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.1rem;
  letter-spacing: 0.2px;
}
.product-info-main .action.updated:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 1;
  color: #000000;
  content: '\f128';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .action.updated:after,
.product-info-main .action.updated:before {
  font-weight: 600;
}
.product-info-main .action.updated:before {
  border: 1px solid #000000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1rem;
}
.product-info-main .action.updated.hidden {
  display: none;
}
.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-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset {
  margin-bottom: 0;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #000000;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-options-bottom {
  margin-top: 16px;
  max-width: 345px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.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-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .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-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-right: 41px;
}
@media screen and (max-width: 640px) {
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    margin-right: 0;
  }
}
.product-info-main .box-tocart .fieldset,
.product-options-bottom .box-tocart .fieldset {
  margin: 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  display: none;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  border: 0;
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 20px;
  border-radius: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 42px;
  letter-spacing: 2px;
  width: 100%;
}
.product-info-main .box-tocart .action.tocart:after,
.product-options-bottom .box-tocart .action.tocart:after {
  content: '';
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/add-to-cart.svg") no-repeat center center;
  background-size: 16px 20px;
  height: 21px;
  width: 16px;
  display: block;
  margin-left: 5px;
  margin-right: 4px;
}
.product-info-main .product-social-links,
.product-options-bottom .product-social-links {
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 3px;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 0;
}
.product-info-main .product-addto-links .towishlist,
.product-options-bottom .product-addto-links .towishlist {
  border: 1px solid #9a9a9a;
  height: 42px;
  width: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #ffffff;
}
.product-info-main .product-addto-links .towishlist:after,
.product-options-bottom .product-addto-links .towishlist:after {
  content: '';
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/heart.svg") no-repeat center center;
  background-size: 15px 13px;
  width: 15px;
  height: 13px;
  display: block;
}
.product-info-main .product-addto-links .towishlist span,
.product-options-bottom .product-addto-links .towishlist span {
  display: none;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  display: none;
}
.prices-tier {
  background: #ffffff;
  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.42857143;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: inherit;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: inherit;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: inherit;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover {
  color: inherit;
}
.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: inherit;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.block.upsell {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  padding-top: 45px;
}
.block.upsell .title {
  margin-bottom: 27px;
}
.block.upsell .title strong {
  font-size: 2.4rem;
}
.block.upsell .products {
  max-width: 572px;
  margin: 0 auto;
}
.block.upsell .products .items {
  margin: 0 -15px;
}
.block.upsell .products .items .item {
  margin-bottom: 20px;
  max-width: calc(50% - 30px);
  -webkit-flex: 1 0 calc(50% - 30px);
  -ms-flex: 1 0 calc(50% - 30px);
  flex: 1 0 calc(50% - 30px);
  width: 100%;
}
.review-control-vote label:before {
  opacity: 1;
}
.review-control-vote label span {
  display: inline-block;
  opacity: 1;
  width: auto;
  height: auto;
  font-size: 14px;
  color: #000;
  position: relative;
  top: -3px;
}
.review-control-vote:before {
  display: none;
}
.review-control-vote label:hover ~ label:before {
  opacity: 1;
}
.product-reviews-summary .rating-summary {
  left: 0px;
}
.product-reviews-summary {
  margin-bottom: 20px;
}
.product-reviews-summary .action.add {
  display: none;
}
.old-price .price,
.old.price .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 {
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
.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: #4a4a4a;
  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 {
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  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: #ffffff;
  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;
}
.page-product-bundle .title-sku-wrapper .price-box .price-label {
  display: inline-block;
}
.page-product-bundle .bundle-actions {
  display: none;
}
.page-product-bundle .action.back.customization {
  display: none;
}
.page-product-bundle .product.bundle.option {
  margin-bottom: 15px;
}
.page-product-bundle .product-social-links {
  display: none;
}
.block-search {
  margin-bottom: 0;
  margin-right: 26px;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label:before {
  content: "\e123";
  font-family: "icomoon" !important;
  display: block;
  font-size: 2.2rem;
  padding-top: 9px;
  padding-left: 2px;
  color: #aeb3bf;
  cursor: pointer;
}
.block-search .label span {
  display: none;
}
.block-search .label.active + .control input {
  pointer-events: auto;
  opacity: 1;
}
.block-search .action.search {
  display: none;
}
.block-search .control input {
  left: 0;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  border: 1px solid #e5e6eb;
  border-radius: 5px;
  top: -5px;
  opacity: 0;
  width: auto;
  padding-left: 40px;
}
@media screen and (max-width: 820px) {
  .block-search .control input {
    top: 100%;
    width: 100%;
    padding-left: 15px;
  }
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -5px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: calc(161%);
}
@media screen and (max-width: 820px) {
  .search-autocomplete {
    left: 0;
    right: 0;
    top: 130%;
  }
}
.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: 10px 40px 10px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border: 1px solid #c2c2c2;
  border-top: 0;
  background: #ffffff;
}
.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: #999999;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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: ' \2013 ';
  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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .page-title-wrapper {
  margin-top: 35px;
}
.contact-index-index .form.contact .fieldset {
  margin-bottom: 0;
}
.contact-index-index .form.contact .field {
  margin: 0 0 20px;
  box-sizing: border-box;
}
.contact-index-index .form.contact .field.required:not(.choice) > .label,
.contact-index-index .form.contact .field._required:not(.choice) > .label {
  position: relative;
}
.contact-index-index .form.contact .field.required:not(.choice) > .label:after,
.contact-index-index .form.contact .field._required:not(.choice) > .label:after {
  content: '*';
  color: #000000;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
  position: absolute;
  right: -7px;
  top: 0;
}
.contact-index-index .form.contact .field > .label {
  margin: 0;
}
.contact-index-index .form.contact .field:before,
.contact-index-index .form.contact .field:after {
  content: '';
  display: table;
}
.contact-index-index .form.contact .field:after {
  clear: both;
}
.contact-index-index .form.contact .field.choice:before,
.contact-index-index .form.contact .field.no-label:before {
  display: none;
}
.contact-index-index .form.contact .field .description {
  padding: 0 0 9px;
  text-align: left;
  width: 0;
  box-sizing: border-box;
  float: left;
}
.contact-index-index .form.contact .field:not(.choice) > .label {
  padding: 0 0 9px;
  text-align: left;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.2rem;
}
.contact-index-index .form.contact .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.contact-index-index .form.contact .legend {
  margin-bottom: 10px;
}
.contact-index-index .form.contact .note {
  font-size: 1.2rem;
}
.contact-index-index .form.contact .action {
  font-size: 1.2rem;
  text-transform: uppercase;
  width: 100%;
}
.contact-index-index .form.contact .action:hover,
.contact-index-index .form.contact .action:focus,
.contact-index-index .form.contact .action:active {
  border: 1px solid #000000;
}
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-createpassword .page-title-wrapper,
.customer-account-confirmation .page-title-wrapper {
  margin-top: 30px;
}
.customer-account-login .fieldset,
.customer-account-create .fieldset,
.customer-account-forgotpassword .fieldset,
.customer-account-createpassword .fieldset,
.customer-account-confirmation .fieldset {
  margin-bottom: 20px;
}
.customer-account-login .fieldset .field,
.customer-account-create .fieldset .field,
.customer-account-forgotpassword .fieldset .field,
.customer-account-createpassword .fieldset .field,
.customer-account-confirmation .fieldset .field {
  margin: 0 0 20px;
  box-sizing: border-box;
}
.customer-account-login .fieldset .field > .label,
.customer-account-create .fieldset .field > .label,
.customer-account-forgotpassword .fieldset .field > .label,
.customer-account-createpassword .fieldset .field > .label,
.customer-account-confirmation .fieldset .field > .label {
  margin: 0;
}
.customer-account-login .fieldset .field:before,
.customer-account-create .fieldset .field:before,
.customer-account-forgotpassword .fieldset .field:before,
.customer-account-createpassword .fieldset .field:before,
.customer-account-confirmation .fieldset .field:before,
.customer-account-login .fieldset .field:after,
.customer-account-create .fieldset .field:after,
.customer-account-forgotpassword .fieldset .field:after,
.customer-account-createpassword .fieldset .field:after,
.customer-account-confirmation .fieldset .field:after {
  content: '';
  display: table;
}
.customer-account-login .fieldset .field:after,
.customer-account-create .fieldset .field:after,
.customer-account-forgotpassword .fieldset .field:after,
.customer-account-createpassword .fieldset .field:after,
.customer-account-confirmation .fieldset .field:after {
  clear: both;
}
.customer-account-login .fieldset .field.choice:before,
.customer-account-create .fieldset .field.choice:before,
.customer-account-forgotpassword .fieldset .field.choice:before,
.customer-account-createpassword .fieldset .field.choice:before,
.customer-account-confirmation .fieldset .field.choice:before,
.customer-account-login .fieldset .field.no-label:before,
.customer-account-create .fieldset .field.no-label:before,
.customer-account-forgotpassword .fieldset .field.no-label:before,
.customer-account-createpassword .fieldset .field.no-label:before,
.customer-account-confirmation .fieldset .field.no-label:before {
  display: none;
}
.customer-account-login .fieldset .field .description,
.customer-account-create .fieldset .field .description,
.customer-account-forgotpassword .fieldset .field .description,
.customer-account-createpassword .fieldset .field .description,
.customer-account-confirmation .fieldset .field .description {
  padding: 0 0 9px;
  text-align: left;
  width: 0;
  box-sizing: border-box;
  float: left;
}
.customer-account-login .fieldset .field:not(.choice) > .label,
.customer-account-create .fieldset .field:not(.choice) > .label,
.customer-account-forgotpassword .fieldset .field:not(.choice) > .label,
.customer-account-createpassword .fieldset .field:not(.choice) > .label,
.customer-account-confirmation .fieldset .field:not(.choice) > .label {
  padding: 0 0 9px;
  text-align: left;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.2rem;
}
.customer-account-login .fieldset .field:not(.choice) > .control,
.customer-account-create .fieldset .field:not(.choice) > .control,
.customer-account-forgotpassword .fieldset .field:not(.choice) > .control,
.customer-account-createpassword .fieldset .field:not(.choice) > .control,
.customer-account-confirmation .fieldset .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.customer-account-login .field.note,
.customer-account-create .field.note,
.customer-account-forgotpassword .field.note,
.customer-account-createpassword .field.note,
.customer-account-confirmation .field.note {
  font-size: 1.2rem;
}
.customer-account-login .actions-toolbar,
.customer-account-create .actions-toolbar,
.customer-account-forgotpassword .actions-toolbar,
.customer-account-createpassword .actions-toolbar,
.customer-account-confirmation .actions-toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.customer-account-login .actions-toolbar:after,
.customer-account-create .actions-toolbar:after,
.customer-account-forgotpassword .actions-toolbar:after,
.customer-account-createpassword .actions-toolbar:after,
.customer-account-confirmation .actions-toolbar:after,
.customer-account-login .actions-toolbar:before,
.customer-account-create .actions-toolbar:before,
.customer-account-forgotpassword .actions-toolbar:before,
.customer-account-createpassword .actions-toolbar:before,
.customer-account-confirmation .actions-toolbar:before {
  display: none;
}
.customer-account-login .actions-toolbar .primary,
.customer-account-create .actions-toolbar .primary,
.customer-account-forgotpassword .actions-toolbar .primary,
.customer-account-createpassword .actions-toolbar .primary,
.customer-account-confirmation .actions-toolbar .primary {
  margin-bottom: 0;
}
.customer-account-login .actions-toolbar .primary .action,
.customer-account-create .actions-toolbar .primary .action,
.customer-account-forgotpassword .actions-toolbar .primary .action,
.customer-account-createpassword .actions-toolbar .primary .action,
.customer-account-confirmation .actions-toolbar .primary .action {
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 0 15px;
  height: 32px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.customer-account-login .actions-toolbar .primary .action span,
.customer-account-create .actions-toolbar .primary .action span,
.customer-account-forgotpassword .actions-toolbar .primary .action span,
.customer-account-createpassword .actions-toolbar .primary .action span,
.customer-account-confirmation .actions-toolbar .primary .action span {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.customer-account-login .actions-toolbar .primary .action:hover,
.customer-account-create .actions-toolbar .primary .action:hover,
.customer-account-forgotpassword .actions-toolbar .primary .action:hover,
.customer-account-createpassword .actions-toolbar .primary .action:hover,
.customer-account-confirmation .actions-toolbar .primary .action:hover,
.customer-account-login .actions-toolbar .primary .action:focus,
.customer-account-create .actions-toolbar .primary .action:focus,
.customer-account-forgotpassword .actions-toolbar .primary .action:focus,
.customer-account-createpassword .actions-toolbar .primary .action:focus,
.customer-account-confirmation .actions-toolbar .primary .action:focus,
.customer-account-login .actions-toolbar .primary .action:active,
.customer-account-create .actions-toolbar .primary .action:active,
.customer-account-forgotpassword .actions-toolbar .primary .action:active,
.customer-account-createpassword .actions-toolbar .primary .action:active,
.customer-account-confirmation .actions-toolbar .primary .action:active {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}
.customer-account-login .actions-toolbar .secondary .action,
.customer-account-create .actions-toolbar .secondary .action,
.customer-account-forgotpassword .actions-toolbar .secondary .action,
.customer-account-createpassword .actions-toolbar .secondary .action,
.customer-account-confirmation .actions-toolbar .secondary .action {
  margin: 0;
  font-size: 1.2rem;
  text-decoration: underline;
}
.customer-account-logoutsuccess .page-title-wrapper {
  margin-top: 30px;
  text-align: center;
}
.customer-account-logoutsuccess .column.main {
  text-align: center;
}
.customer-account-logoutsuccess .column.main p {
  font-size: 1.4rem;
}
.login-container .block-new-customer .block-content {
  font-size: 1.2rem;
}
.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: #000000;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 15px;
  color: #4aa28f;
}
.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%;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  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;
  margin-bottom: 10px;
}
.control.captcha-image .action {
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 0 15px;
  height: 32px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
}
.control.captcha-image .action span {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.control.captcha-image .action:hover,
.control.captcha-image .action:focus,
.control.captcha-image .action:active {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.account .page-wrapper .page-main {
  padding-top: 0;
}
.account .page-title-wrapper {
  margin-top: 30px;
}
.account .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}
.account .column.main {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .block {
  margin-bottom: 20px;
}
.account .column.main .block-title {
  font-size: 2rem;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.account .column.main .block-title strong {
  margin-right: 15px;
}
.account .column.main .block-title .action {
  font-size: 1.2rem;
  text-decoration: underline;
  margin: 0;
}
.account .column.main .block-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.account .column.main .table-wrapper {
  width: 100%;
}
.account .column.main .table-wrapper thead {
  background-color: #f5f6fa;
}
.account .column.main .table-wrapper thead th {
  color: #a7a7a7;
  border-bottom: 0;
  font-size: 1.2rem;
  vertical-align: middle;
}
.account .column.main .table-wrapper tbody td {
  font-size: 1.2rem;
  vertical-align: middle;
}
.account .column.main .table-wrapper tbody td .name {
  margin-bottom: 0;
}
.account .column.main .table-wrapper tbody td a {
  font-weight: 600;
  text-decoration: underline;
}
.account .column.main .table-wrapper tfoot {
  font-size: 1.2rem;
}
.account .column.main .table-wrapper tfoot .grand_total {
  font-size: 1.8rem;
}
.account .column.main .table-wrapper .action {
  margin-right: 15px;
}
.account .column.main .table-wrapper .action:last-child {
  margin-right: 0;
}
.account .column.main form .field:not(.choice) {
  margin: 0 0 20px;
  box-sizing: border-box;
}
.account .column.main form .field:not(.choice).required:not(.choice) > .label,
.account .column.main form .field:not(.choice)._required:not(.choice) > .label {
  position: relative;
}
.account .column.main form .field:not(.choice).required:not(.choice) > .label:after,
.account .column.main form .field:not(.choice)._required:not(.choice) > .label:after {
  content: '*';
  color: #000000;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
  position: absolute;
  right: -7px;
  top: 0;
}
.account .column.main form .field:not(.choice) > .label {
  margin: 0;
}
.account .column.main form .field:not(.choice):before,
.account .column.main form .field:not(.choice):after {
  content: '';
  display: table;
}
.account .column.main form .field:not(.choice):after {
  clear: both;
}
.account .column.main form .field:not(.choice).choice:before,
.account .column.main form .field:not(.choice).no-label:before {
  display: none;
}
.account .column.main form .field:not(.choice) .description {
  padding: 0 0 9px;
  text-align: left;
  width: 0;
  box-sizing: border-box;
  float: left;
}
.account .column.main form .field:not(.choice):not(.choice) > .label {
  padding: 0 0 9px;
  text-align: left;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.2rem;
}
.account .column.main form .field:not(.choice):not(.choice) > .control {
  width: 100%;
  float: left;
}
.account .column.main form .field.choice {
  margin: 5px 0;
}
.account .column.main form .field.choice .label {
  display: inline-block;
}
.account .column.main form .field.street {
  margin-bottom: 0;
}
.account .column.main form .field.street > .label {
  display: none;
}
.account .column.main form .field.street .field .label {
  display: inline-block;
}
.account .sidebar.sidebar-main {
  padding: 0;
  margin-bottom: 30px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.account .box {
  border-bottom: 1px solid #f5f6fa;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.account .box .box-title {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 600;
  display: inline-block;
}
.account .box .box-content {
  line-height: 1.8;
  font-size: 1.2rem;
}
.account .box .box-actions {
  margin-top: 10px;
}
.account .box .box-actions a {
  font-size: 1.2rem;
  text-decoration: underline;
  font-weight: 700;
}
.account .box .box-actions a:first-of-type {
  margin-right: 10px;
}
.account .action.print,
.account .action.track {
  display: none;
}
.account .actions-toolbar {
  margin: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.account .actions-toolbar:after,
.account .actions-toolbar:before {
  display: none;
}
.account .actions-toolbar .primary {
  float: none;
}
.account .actions-toolbar .primary .action.primary {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.account .actions-toolbar .primary .action.primary:hover,
.account .actions-toolbar .primary .action.primary:focus,
.account .actions-toolbar .primary .action.primary:active {
  border: 1px solid #000000;
}
.account .actions-toolbar .secondary {
  float: none;
}
.account .actions-toolbar .secondary .action {
  text-decoration: underline;
  font-size: 1.2rem;
  margin: 5px 0;
}
.account .actions-toolbar .actions .print {
  display: none;
}
.account .actions-toolbar .actions .order {
  font-size: 1.4rem;
  text-decoration: underline;
}
.account .toolbar {
  width: 100%;
}
.account .toolbar .pager-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.account .toolbar .pager-container:before,
.account .toolbar .pager-container:after {
  display: none;
}
.account .toolbar .pager-container .limiter-custom {
  display: inline-block;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.account .toolbar .pager-container .pages {
  display: inline-block;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-bottom: 0;
}
.account .toolbar.wishlist-toolbar {
  display: none;
}
.account .toolbar.wishlist-toolbar .toolbar-amount {
  display: none;
}
.account .order-status,
.account .order-date {
  font-size: 1.2rem;
}
.account .form-wishlist-items ~ .wishlist-toolbar {
  display: block;
}
.account-nav .title {
  display: none;
}
.account-nav .content {
  background: transparent;
  padding: 0;
}
.account-nav .item {
  margin: 2px 0;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  color: #000000;
  display: inline-block;
  padding: 5px 0;
  position: relative;
}
.account-nav .item a:after,
.account-nav .item > strong:after {
  content: '';
  background-color: #4aa28f;
  height: 2px;
  width: 0;
  display: inline-block;
  -moz-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
.account-nav .item a:hover,
.account-nav .item > strong:hover,
.account-nav .item a:focus,
.account-nav .item > strong:focus,
.account-nav .item a:active,
.account-nav .item > strong:active {
  border-bottom: 0;
  text-decoration: none;
}
.account-nav .item a:hover:after,
.account-nav .item > strong:hover:after,
.account-nav .item a:focus:after,
.account-nav .item > strong:focus:after,
.account-nav .item a:active:after,
.account-nav .item > strong:active:after {
  width: 100%;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  font-weight: 700;
}
.account-nav .item.current a:after,
.account-nav .item.current strong:after {
  width: 100%;
}
.block.newsletter {
  margin: 0;
  background: #f9f7f4;
}
.block.newsletter .newsletter-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .block.newsletter .newsletter-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.block.newsletter .newsletter-wrapper:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -25px;
  height: 50px;
  width: 1px;
  border-right: 1px solid black;
}
.block.newsletter .text {
  color: #676767;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 25px;
}
.block.newsletter .form.subscribe {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 560px;
}
.block.newsletter .fieldset {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
  width: 100%;
}
.block.newsletter input {
  padding-left: 15px;
  color: #676767;
  min-height: 46px;
}
.block.newsletter input::-webkit-input-placeholder {
  color: #676767;
  text-transform: none;
}
.block.newsletter input:-ms-input-placeholder {
  color: #676767;
  text-transform: none;
}
.block.newsletter input::placeholder {
  color: #676767;
  text-transform: none;
}
.block.newsletter .title {
  margin: 0;
}
.block.newsletter .title strong {
  font-size: 4.1rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-top: 0;
  display: block;
  letter-spacing: -0.5px;
}
.block.newsletter .label {
  display: none;
}
.block.newsletter .actions {
  width: auto;
  margin-top: 25px;
}
.block.newsletter .actions .subscribe {
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-height: 36px;
  font-size: 11px;
  letter-spacing: 2px;
  color: #ffffff;
  background: #d9cfce;
  border: 1px solid;
  border-color: #d9cfce;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
  padding: 0 20px;
  min-width: 190px;
  box-shadow: none;
  min-height: 46px;
  width: auto;
  min-width: 145px;
  letter-spacing: 2.1px;
  padding: 0 15px;
}
.block.newsletter .actions .subscribe:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .actions .subscribe:after,
.block.newsletter .actions .subscribe:before {
  font-weight: 600;
}
.block.newsletter .actions .subscribe:after {
  content: true;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  margin: 0;
}
.block.newsletter .actions .subscribe:hover,
.block.newsletter .actions .subscribe:focus,
.block.newsletter .actions .subscribe:active {
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background: #ddd5d4;
  border: 1px solid;
  border-color: #ddd5d4;
  box-shadow: none;
}
.block.newsletter .actions .subscribe:hover:after,
.block.newsletter .actions .subscribe:focus:after,
.block.newsletter .actions .subscribe:active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .actions .subscribe:hover:after,
.block.newsletter .actions .subscribe:focus:after,
.block.newsletter .actions .subscribe:active:after,
.block.newsletter .actions .subscribe:hover:before,
.block.newsletter .actions .subscribe:focus:before,
.block.newsletter .actions .subscribe:active:before {
  font-weight: 600;
}
.block.newsletter .actions .subscribe:hover:after,
.block.newsletter .actions .subscribe:focus:after,
.block.newsletter .actions .subscribe:active:after {
  content: true;
}
.block.newsletter .actions .subscribe:after {
  margin: 0px 4px 0 14px;
}
.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: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: '\e605' '\e605' '\e605' '\e605' '\e605';
  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"]:hover + 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: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.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;
}
.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: #000000;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #000000;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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;
}
.order-links {
  border-bottom: 1px solid #f5f6fa;
  margin-bottom: 10px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.order-links .item {
  display: inline-block;
  font-size: 1.5rem;
}
.order-links .item strong {
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
.order-links .item a {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
.order-links .item a:hover,
.order-links .item a:focus,
.order-links .item a:active {
  text-decoration: none;
}
.order-links .item a:hover:after,
.order-links .item a:focus:after,
.order-links .item a:active:after {
  width: 100%;
}
.order-links .item a:after {
  content: '';
  background-color: #4aa28f;
  height: 2px;
  width: 0;
  display: inline-block;
  -moz-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
.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;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #000000;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.swatch-option {
  border: 1px solid #9a9a9a;
  cursor: pointer;
  height: 30px;
  width: 40px;
  margin: 0 6px 10px;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.swatch-option.text {
  background: #ffffff;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.swatch-option.text.selected {
  background-color: #4aa28f !important;
}
.swatch-option.selected {
  outline: 1px solid #4aa28f;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  outline: 1px solid #4aa28f;
  background-color: #4aa28f;
}
.swatch-option.image,
.swatch-option.color {
  height: 24px;
  width: 24px;
  padding: 0;
  min-width: 0;
  overflow: visible;
}
.swatch-option.image:before,
.swatch-option.color:before {
  content: '';
  height: 2px;
  width: 100%;
  background: #4aa28f;
  -moz-transition: opacity 0.4s ease-in-out, bottom 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out, bottom 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, bottom 0.4s ease-in-out;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
}
.swatch-option.image:hover,
.swatch-option.color:hover,
.swatch-option.image:focus,
.swatch-option.color:focus,
.swatch-option.image:active,
.swatch-option.color:active {
  border: 1px solid #9a9a9a;
  outline: none;
}
.swatch-option.image:hover:before,
.swatch-option.color:hover:before,
.swatch-option.image:focus:before,
.swatch-option.color:focus:before,
.swatch-option.image:active:before,
.swatch-option.color:active:before {
  bottom: -8px;
  opacity: 1;
}
.swatch-option.image.selected,
.swatch-option.color.selected {
  outline: none;
  border: 1px solid #9a9a9a;
  margin-left: 0px;
}
.swatch-option.image.selected:before,
.swatch-option.color.selected:before {
  bottom: -8px;
  opacity: 1;
}
.swatch-option.disabled {
  cursor: default;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-loading {
  content: url('../../frontend/Idea07/client-customization/pl_PL/images/loader-2.gif');
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:hover,
.swatch-option-link-layered:focus,
.swatch-option-link-layered:active {
  text-decoration: none;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  z-index: 1;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.greet.welcome {
  display: none;
}
.page-header {
  position: relative;
  margin-bottom: 0;
}
.header.content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 31px;
  padding-bottom: 29px;
  position: relative;
}
.header.links {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header.links li {
  margin-bottom: 0;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.header.links li a:before {
  content: "\e912";
  font-family: "icomoon" !important;
  display: block;
  font-size: 2.2rem;
  color: #aeb3bf;
}
.header.links li.wishlist {
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.header.links li.wishlist .counter {
  display: none;
}
.header.links li.wishlist a:before {
  content: "\e911";
  font-family: "icomoon" !important;
  display: block;
  font-size: 2rem;
  padding: 0 10px;
  color: #aeb3bf;
}
.header.links li.authorization-link {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 10px;
}
.header.links li.authorization-link a:before {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/logout.png") no-repeat center center;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.logo-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.links-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-right: 48px;
}
.logo {
  position: relative;
  z-index: 5;
  margin: 0;
}
.logo img {
  display: block;
}
.page-main {
  margin-bottom: auto;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 10px 0;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #000000;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: inherit;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: inherit;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: inherit;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 10px 0;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: inherit;
}
.message.global.demo a:hover {
  color: inherit;
}
.message.global.demo a:active {
  color: inherit;
}
.widget {
  clear: both;
}
.page-header .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.cms-index-index .page-main {
  padding: 0;
}
.customer-address-form #street_1 {
  margin-bottom: 20px;
}
.copyright-container .copyright-wrapper {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.wishlist-index-index .products-grid .products .product-item {
  margin-bottom: 20px;
}
.wishlist-index-index .product-image-photo {
  height: 120px;
}
.wishlist-index-index .product-reviews-summary {
  display: none;
}
.wishlist-index-index .products .field {
  margin: 0 0 20px;
  box-sizing: border-box;
}
.wishlist-index-index .products .field.required:not(.choice) > .label,
.wishlist-index-index .products .field._required:not(.choice) > .label {
  position: relative;
}
.wishlist-index-index .products .field.required:not(.choice) > .label:after,
.wishlist-index-index .products .field._required:not(.choice) > .label:after {
  content: '*';
  color: #000000;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
  position: absolute;
  right: -7px;
  top: 0;
}
.wishlist-index-index .products .field > .label {
  margin: 0;
}
.wishlist-index-index .products .field:before,
.wishlist-index-index .products .field:after {
  content: '';
  display: table;
}
.wishlist-index-index .products .field:after {
  clear: both;
}
.wishlist-index-index .products .field.choice:before,
.wishlist-index-index .products .field.no-label:before {
  display: none;
}
.wishlist-index-index .products .field .description {
  padding: 0 0 9px;
  text-align: left;
  width: 0;
  box-sizing: border-box;
  float: left;
}
.wishlist-index-index .products .field:not(.choice) > .label {
  padding: 0 0 9px;
  text-align: left;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.2rem;
}
.wishlist-index-index .products .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.wishlist-index-index .products .field .label {
  display: inline-block;
}
.wishlist-index-index .products + .actions-toolbar .primary .action {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.2rem;
  height: 36px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.wishlist-index-index .products + .actions-toolbar .primary .action:hover,
.wishlist-index-index .products + .actions-toolbar .primary .action:focus,
.wishlist-index-index .products + .actions-toolbar .primary .action:active {
  background-color: #000000;
  color: #ffffff;
}
.wishlist-index-index .products + .actions-toolbar .secondary .action {
  font-size: 1.2rem;
}
.wishlist-index-index .box-tocart .fieldset {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.wishlist-index-index .box-tocart .fieldset .qty {
  width: 100%;
}
.wishlist-index-index .box-tocart .fieldset .product-item-actions {
  width: 100%;
}
.wishlist-index-index .box-tocart .fieldset .product-item-actions .actions-primary {
  width: 100%;
}
.wishlist-index-index .box-tocart ~ .product-item-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.wishlist-index-index .box-tocart ~ .product-item-actions .action {
  font-size: 1.2rem;
  color: #000000;
  text-decoration: underline;
}
.ec-gtm-cookie-directive {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}
.ec-gtm-cookie-directive > div {
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 20px;
  color: #000;
  max-width: 300px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
}
.ec-gtm-cookie-directive > div > div {
  float: left;
  min-width: 300px;
}
.ec-gtm-cookie-directive > div > div > div:before,
.ec-gtm-cookie-directive > div > div > div:after {
  content: " ";
  display: table;
}
.ec-gtm-cookie-directive > div > div > div:after {
  clear: both;
}
.ec-gtm-cookie-directive > div > div > div p {
  display: block;
  padding: 5px;
  margin: 0px;
}
.ec-gtm-cookie-directive > div > div > div a {
  cursor: pointer;
  color: #8e8e8e;
}
.ec-gtm-cookie-directive > div > div > div a.action {
  display: block;
  text-align: left;
  padding: 5px;
  float: left;
}
.ec-gtm-cookie-directive > div > div > div a.action.accept {
  color: #8bc53f;
  font-weight: bold;
}
.ec-gtm-cookie-directive > div > div > div a.action.accept-all {
  color: #8bc53f;
  font-weight: bold;
}
.ec-gtm-cookie-directive-segments {
  background: #f7f7f7;
  margin: 10px -20px 10px -20px;
  padding: 10px 25px 10px 25px;
}
.ec-gtm-cookie-directive-segments > div {
  padding: 5px 0px 5px 0px;
}
.ec-gtm-cookie-directive-segments > div input[type="checkbox"] {
  display: none;
}
.ec-gtm-cookie-directive-segments > div input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ec-gtm-cookie-directive-segments > div input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.ec-gtm-cookie-directive-segments > div input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ec-gtm-cookie-directive small {
  display: block;
  padding: 10px 20px 10px 35px;
}
.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note-toggle {
  display: block;
  margin: 5px 0px 5px 35px;
  color: #8bc53f;
  font-size: 12px;
  cursor: pointer;
}
.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note {
  display: none;
}
main .ec-gtm-cookie-directive {
  position: relative;
}
main .ec-gtm-cookie-directive > div {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  padding: 0px;
}
main .ec-gtm-cookie-directive-segments {
  margin: 10px 0px 20px 0px;
  background: none;
  padding: 0px;
}
@media (min-width: 1200px) {
  .ec-gtm-cookie-directive > div {
    max-width: 600px;
  }
  .ec-gtm-cookie-directive > div > div {
    min-width: 500px;
  }
  main .ec-gtm-cookie-directive {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .ec-gtm-cookie-directive > div > div {
    float: left;
    min-width: 200px;
  }
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category  BSS
 * @package   Bss_ProductStockAlert
 * @author    Extension Team
 * @copyright Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license   http://bsscommerce.com/Bss-Commerce-License.txt
 */
.stockalert .title {
  margin-bottom: 10px;
  cursor: pointer;
  display: none !important;
}
.bss_productstockaler .field {
  float: left;
  width: 58%;
  margin-right: 10px;
}
.bss_productstockaler .field .control {
  width: 100% !important;
}
.bss_productstockaler .field .control input.stockalert_email {
  margin: 0 !important;
  height: 40px !important;
}
.bss_productstockaler .padding button.action.primary,
.bss_productstockaler .padding .checkout-cart-index .page-main .action.action.primary,
.bss_productstockaler .padding .methods-shipping .actions-toolbar .back .primary.action.primary,
.bss_productstockaler .padding .block-authentication .actions-toolbar > .primary .action.action.primary,
.bss_productstockaler .padding .modal-footer .action.action.primary,
.bss_productstockaler .padding .modal-footer button.action.primary,
.bss_productstockaler .padding .modal-footer .checkout-cart-index .page-main .action.action.primary,
.bss_productstockaler .padding .modal-footer .methods-shipping .actions-toolbar .back .primary.action.primary,
.bss_productstockaler .padding .modal-footer .block-authentication .actions-toolbar > .primary .action.action.primary {
  padding: 7px 20px;
}
.bss_productstockaler button.action.primary,
.bss_productstockaler .checkout-cart-index .page-main .action.action.primary,
.bss_productstockaler .methods-shipping .actions-toolbar .back .primary.action.primary,
.bss_productstockaler .block-authentication .actions-toolbar > .primary .action.action.primary,
.bss_productstockaler .modal-footer .action.action.primary,
.bss_productstockaler .modal-footer button.action.primary,
.bss_productstockaler .modal-footer .checkout-cart-index .page-main .action.action.primary,
.bss_productstockaler .modal-footer .methods-shipping .actions-toolbar .back .primary.action.primary,
.bss_productstockaler .modal-footer .block-authentication .actions-toolbar > .primary .action.action.primary {
  background: #fff !important;
  border: 1px solid #000000;
  padding: 1rem;
  margin: 0;
  height: 40px !important;
}
.bss_productstockaler button.action.primary span,
.bss_productstockaler .checkout-cart-index .page-main .action.action.primary span,
.bss_productstockaler .methods-shipping .actions-toolbar .back .primary.action.primary span,
.bss_productstockaler .block-authentication .actions-toolbar > .primary .action.action.primary span,
.bss_productstockaler .modal-footer .action.action.primary span,
.bss_productstockaler .modal-footer button.action.primary span,
.bss_productstockaler .modal-footer .checkout-cart-index .page-main .action.action.primary span,
.bss_productstockaler .modal-footer .methods-shipping .actions-toolbar .back .primary.action.primary span,
.bss_productstockaler .modal-footer .block-authentication .actions-toolbar > .primary .action.action.primary span {
  color: #19223d !important;
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: 12px !important;
}
.productstockalert-index-index .bss-stock-list .product-image-container {
  float: left;
  margin-right: 50px;
}
.productstockalert-index-index .bss-stock-list .product-item-details {
  float: left;
}
.product_alert_notify {
  margin-top: 5px;
}
.products-grid .product-item-details .product-item-actions {
  margin: 0 0 10px;
}
.products-grid .product-item-info .notify_me_bss {
  display: none;
  margin-bottom: 10px;
}
.products.wrapper ~ .toolbar.bss-stock-index .toolbar-amount {
  display: block;
}
.stockalert .field-recaptcha > div,
#stockalert-form .field-recaptcha > div {
  width: 100%;
  float: left;
  padding: 5px 0;
}
@media only screen and (max-width: 392px) {
  .bss_productstockaler button.action.primary,
  .bss_productstockaler .checkout-cart-index .page-main .action.action.primary,
  .bss_productstockaler .methods-shipping .actions-toolbar .back .primary.action.primary,
  .bss_productstockaler .block-authentication .actions-toolbar > .primary .action.action.primary,
  .bss_productstockaler .modal-footer .action.action.primary,
  .bss_productstockaler .modal-footer button.action.primary,
  .bss_productstockaler .modal-footer .checkout-cart-index .page-main .action.action.primary,
  .bss_productstockaler .modal-footer .methods-shipping .actions-toolbar .back .primary.action.primary,
  .bss_productstockaler .modal-footer .block-authentication .actions-toolbar > .primary .action.action.primary {
    margin-top: 10px !important;
  }
}
.block.filter {
  margin-bottom: 40px;
  position: fixed;
  top: 0;
  left: -200vw;
  -moz-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  z-index: 20;
  background: #ffffff;
  width: 100%;
  height: 100vh;
  padding: 28px 15px 15px;
  transition: .3s;
}
.block.filter .filter-title {
  background: #f9f9f9;
  display: block;
  padding: 15px;
  position: relative;
}
.block.filter .filter-title strong {
  font-size: 20px;
}
.block.filter .filter-title .close-filters {
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
}
.block.filter .filter-title .close-filters:before,
.block.filter .filter-title .close-filters:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 31px;
  width: 1px;
  background-color: #111111;
}
.block.filter .filter-title .close-filters:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.block.filter .filter-title .close-filters:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.block.filter.active {
  left: 0;
}
.filter-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #4aa28f;
  background: #f9f9f9;
  margin-top: 26px;
  padding-top: 31px;
  max-height: 100%;
  padding-bottom: 60px;
}
.block-subtitle {
  display: none;
}
.filter-content .filter-current {
  margin-left: 0;
  padding: 0 15px 15px;
}
.filter-content .filter-current__items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-content .filter-current .item {
  position: relative;
  background: #b9b9b9;
  border-radius: 10px;
  margin: 0 5px 5px 0;
  padding: 6px 20px 6px 10px;
}
.filter-content .filter-current .block-subtitle {
  display: none;
}
.filter-content .filter-current .filter-value {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}
.filter-content .filter-current .remove {
  position: absolute;
  right: 5px;
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filter-content .filter-current .remove:before,
.filter-content .filter-current .remove:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 10px;
  width: 1px;
  background-color: #fff;
}
.filter-content .filter-current .remove:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.filter-content .filter-current .remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.filter-content .filter-current .remove span {
  display: none;
}
.filter-content .filter-current .filter-label {
  display: none;
}
.filter-content .filter-current + .filter-actions {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: underline;
  text-align: center;
}
.filter-content .filter-current + .filter-actions a {
  position: relative;
  border: 1px solid #000;
  padding: 5px 10px;
  transition: .3s;
}
.filter-content .filter-current + .filter-actions a:hover {
  background: #000;
  color: #fff;
}
.filter-content .filter-current + .filter-actions a::before,
.filter-content .filter-current + .filter-actions a::after {
  content: none;
}
.filter-options {
  text-align: center;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding-bottom: 15px;
  overflow: auto;
  max-width: 400px;
  margin: 0 auto;
}
.filter-options .filter-options-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  pointer-events: none;
}
.filter-options .filter-options-item .filter-options-content {
  padding-bottom: 30px;
  border-bottom: 1px solid #a4a1a1;
  margin: 0;
  padding: 25px 0;
}
.filter-options .filter-options-item .filter-options-content .item {
  margin: 3px 20px;
  font-size: 1.4rem;
  line-height: 2.3;
  font-family: 'Open Sans', sans-serif;
}
.filter-options .filter-options-item .filter-options-content .item label span {
  display: inline-block;
  font-size: 1.35rem;
}
.filter-options .filter-options-item .filter-options-content .item label span.count {
  display: none;
}
.filter-options .filter-options-item .filter-options-content .item label span:first-letter {
  text-transform: uppercase;
}
.filter-options .filter-options-item .filter-options-content .item a:hover,
.filter-options .filter-options-item .filter-options-content .item a:focus,
.filter-options .filter-options-item .filter-options-content .item a:active {
  color: #4aa28f;
  text-decoration: none;
}
.filter-options .filter-options-item .filter-options-content .filter-clear {
  display: none;
}
.filter-options .count {
  display: none;
}
.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;
}
.block.filter {
  margin-bottom: 40px;
  position: fixed;
  top: 0;
  left: -200vw;
  -moz-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  z-index: 20;
  background: #ffffff;
  width: 100%;
  height: 100vh;
  padding: 28px 15px 15px;
}
.block.filter .filter-title {
  display: block;
  position: relative;
}
.block.filter .filter-title strong {
  font-size: 20px;
}
.block.filter .filter-title .close-filters {
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
}
.block.filter .filter-title .close-filters:before,
.block.filter .filter-title .close-filters:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 31px;
  width: 1px;
  background-color: #111111;
}
.block.filter .filter-title .close-filters:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.block.filter .filter-title .close-filters:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.block.filter.active {
  left: 0;
}
.block.filter input[type="checkbox"]:not(.no-style) + label::before {
  border-radius: 4px;
}
.block.filter input[type="checkbox"]:not(.no-style):checked + label::before {
  background: #000;
}
.block.filter input[type="checkbox"]:not(.no-style):checked + label::after {
  border-color: #fff;
}
.block.filter .smile-es-range-slider {
  padding: 0 20px;
}
.filter-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #4aa28f;
  margin-top: 26px;
  padding-top: 31px;
  max-height: 100%;
  padding-bottom: 60px;
}
.block-subtitle {
  display: none;
}
.filter-current {
  text-align: center;
}
.filter-current .items {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.filter-current .item {
  margin-bottom: 5px;
  position: relative;
  padding-right: 30px;
}
.filter-current .block-subtitle {
  display: none;
}
.filter-current .filter-value {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.filter-current .remove {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filter-current .remove:before,
.filter-current .remove:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 14px;
  width: 1px;
  background-color: #fff;
}
.filter-current .remove:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.filter-current .remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.filter-current .remove span {
  display: none;
}
.filter-current .filter-label {
  display: none;
}
.filter-current + .filter-actions {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: underline;
  text-align: center;
}
.filter-current + .filter-actions a {
  position: relative;
  padding-left: 0;
}
.filter-current + .filter-actions a:before,
.filter-current + .filter-actions a:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  height: 12px;
  width: 1px;
  background-color: #111111;
}
.filter-current + .filter-actions a:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.filter-current + .filter-actions a:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.filter-options {
  text-align: center;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding-bottom: 15px;
  overflow: auto;
  max-width: 400px;
  margin: 0 auto;
}
.filter-options .filter-options-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2px;
  pointer-events: none;
}
.filter-options .filter-options-content {
  padding-bottom: 30px;
  border-bottom: 1px solid #4aa28f;
  margin: 0 0 30px;
}
.filter-options .filter-options-content:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.filter-options .filter-options-content .item {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2.3;
  font-family: 'Open Sans', sans-serif;
}
.filter-options .filter-options-content .item a:hover,
.filter-options .filter-options-content .item a:focus,
.filter-options .filter-options-content .item a:active {
  color: #4aa28f;
  text-decoration: none;
}
.filter-options .count,
.filter-options .field.search {
  display: none;
}
.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;
}
.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: '\e61c';
  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;
  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: '\e616';
  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 {
  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;
}
.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: .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: '\e617';
  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: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 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: #000000;
  border: #000000;
  color: #000000;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #000000;
  border: #000000;
  color: #ffffff;
}
.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;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  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 (max-width: 820px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
  }
}
@media only screen and (max-width: 819px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .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;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .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-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: '\e61c';
    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-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: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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 .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .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;
  }
  .nav-open .page-wrapper .nav-toggle {
    right: 17px;
  }
  .page-wrapper .navigation ul li {
    padding: 0 15px;
  }
  .page-wrapper .navigation ul li.level0 {
    padding: 0;
  }
  .page-wrapper .navigation ul li.level0:first-of-type {
    padding-top: 18px;
  }
  .page-wrapper .navigation ul li.level0 > a {
    padding: 17px 35px;
    font-size: 1.8rem;
  }
  .page-wrapper .navigation ul li.level0 > a:after {
    right: 24px;
    padding: 4px;
  }
  .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;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    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: #ffffff;
    color: #000000;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    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);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .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: 1.4rem;
    font-weight: 700;
  }
  .popup_wrapper {
    max-width: 100%;
  }
  #template-age-verification #age_verification_redirect {
    float: none;
    margin: 10px 0px 40px 0;
  }
  #template-age-verification .popup-title {
    font-size: 35px;
  }
  #template-age-verification .popup-title:before {
    display: none;
  }
  #template-age-verification button,
  #template-age-verification .checkout-cart-index .page-main .action,
  #template-age-verification .methods-shipping .actions-toolbar .back .primary,
  #template-age-verification .block-authentication .actions-toolbar > .primary .action,
  #template-age-verification .modal-footer .action,
  #template-age-verification .modal-footer button,
  #template-age-verification .modal-footer .checkout-cart-index .page-main .action,
  #template-age-verification .modal-footer .methods-shipping .actions-toolbar .back .primary,
  #template-age-verification .modal-footer .block-authentication .actions-toolbar > .primary .action {
    width: 250px;
  }
  #template-age-verification #age_verification_redirect {
    max-width: 250px;
  }
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .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 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    padding: 5px 0;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: 5px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
    padding-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cart.table-wrapper .item .col.subtotal {
    padding-bottom: 15px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .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;
  }
  .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: transparent;
    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: 0;
    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;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .product.info.detailed {
    order: 6;
  }
  .block.upsell .products .items .item:nth-of-type(n + 5) {
    display: none !important;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .control.captcha-image .captcha-img {
    display: block;
  }
  .account .account-nav .content .items {
    max-height: 40px;
    position: relative;
    border: 1px solid #4aa28f;
    overflow: hidden;
    text-align: center;
    -moz-transition: max-height 0.3s ease-in-out;
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: column;
    -ms-box-orient: column;
    -webkit-box-orient: column;
    box-orient: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .account .account-nav .content .items .item {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .account .account-nav .content .items .item.current {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    height: 34px;
    padding: 0 40px;
  }
  .account .account-nav .content .items .item.current strong {
    padding: 9px 0;
  }
  .account .account-nav .content .items .item.current strong:after {
    display: none;
  }
  .account .account-nav .content .items .opener {
    position: absolute;
    height: 38px;
    width: 100%;
    left: 0;
  }
  .account .account-nav .content .items .opener:after {
    content: '';
    background: url('../../frontend/Idea07/client-customization/pl_PL//images/icons/dropdown-arrow-left.svg') no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    margin: 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    background-size: 10px;
  }
  .account .account-nav .content.open .items {
    max-height: 300px;
  }
  .account .account-nav .content.open .items .opener:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .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;
  }
  .promotions__box img {
    max-height: 300px;
    object-fit: cover;
    min-width: 100%;
  }
  .header.content {
    padding-bottom: 10px !important;
  }
  .page-wrapper .navigation ul li.level0:first-of-type {
    padding-top: 5px;
  }
  .page-header {
    min-height: unset !important;
  }
  .main .homepage-slider .homepage-slider__imgbig img {
    min-height: 260px;
  }
  .selected-for-you .block-content {
    padding: 15px 0 0 0;
  }
  .selected-for-you .widget.block-products-list:not(.selected_slider) .block-title {
    margin-top: 10px;
  }
  .selected-for-you .widget.block-products-list:not(.selected_slider) .product-items {
    display: flex !important;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .selected-for-you .widget.block-products-list:not(.selected_slider) .product-items .product-item {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px 15px !important;
  }
  .selected-for-you .widget.block-products-list:not(.selected_slider) .product-items .product-item:first-child {
    border-right: 1px solid #e0e0e0;
  }
  .selected-for-you .widget.block-products-list:not(.selected_slider) .product-items .product-item .product-item-photo {
    height: 240px;
  }
  .selected-for-you .widget.block-products-list:not(.selected_slider) .product-items .product-item .tocart {
    padding: 0;
    width: 100%;
  }
  .new_products {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .recommended .widget .recommended-categories-grid {
    padding: 8px 15px 15px;
    gap: 15px 15px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: unset;
  }
  .main .recommended-categories-item,
  .main .blog_recent .post-list-item .post-item-wraper {
    padding: 25px 18px !important;
  }
  .main .recommended-categories-item h3,
  .main .blog_recent .post-list-item .post-item-wraper h3 {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-top: 11px;
  }
  .main .recommended-categories-item a,
  .main .blog_recent .post-list-item .post-item-wraper a {
    height: 32px;
    line-height: 28px;
  }
  .main .recommended-categories-item:nth-child(1),
  .main .blog_recent .post-list-item .post-item-wraper:nth-child(1) {
    grid-area: unset;
  }
  .main .recommended-categories-item:nth-child(2),
  .main .blog_recent .post-list-item .post-item-wraper:nth-child(2) {
    grid-area: unset;
  }
  .main .recommended-categories-item:nth-child(3),
  .main .blog_recent .post-list-item .post-item-wraper:nth-child(3) {
    grid-area: unset;
  }
  .main .recommended-categories-item:nth-child(4),
  .main .blog_recent .post-list-item .post-item-wraper:nth-child(4) {
    grid-area: unset;
  }
  .main .blog_recent .row {
    padding: 8px 15px 0;
    margin: 0 -5px;
  }
  .main .blog_recent .row .post-list-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .main .blog_recent .row .post-list-item .post-item-wraper {
    min-width: 50%;
    height: 100%;
    min-height: 340px;
  }
  main .widget .block-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .page-main .product-list-widget-container .section-title {
    margin-top: 20px;
  }
  .sales .block-content {
    padding: 15px;
  }
  .sales .products-grid .product-items.widget-product-grid,
  .bestsel .products-grid .product-items.widget-product-grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .sales .products-grid .product-items.widget-product-grid .product-item,
  .bestsel .products-grid .product-items.widget-product-grid .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sales .products-grid .product-items.widget-product-grid .product-item .product-item-info,
  .bestsel .products-grid .product-items.widget-product-grid .product-item .product-item-info {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .sales .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo,
  .bestsel .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo {
    flex-grow: 1;
  }
  .sales .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-container,
  .bestsel .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-container {
    height: 100%;
  }
  .sales .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-wrapper,
  .bestsel .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .sales .products-grid .product-items.widget-product-grid .product-item .price-box,
  .bestsel .products-grid .product-items.widget-product-grid .product-item .price-box {
    float: none;
  }
  .sales .products-grid .product-items.widget-product-grid .product-item .tocart,
  .bestsel .products-grid .product-items.widget-product-grid .product-item .tocart {
    width: 100%;
  }
  @supports (aspect-ratio: 16 / 9) {
    .sales .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-photo,
    .bestsel .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-photo {
      aspect-ratio: 1;
    }
  }
  @supports not (aspect-ratio: 16 / 9) {
    .sales .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-container,
    .bestsel .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-container {
      display: block;
      position: relative;
      overflow: hidden;
      height: 0;
      padding-bottom: 100%;
    }
    .sales .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-wrapper,
    .bestsel .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
    .sales .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-photo,
    .bestsel .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-photo {
      max-height: 100%;
      max-width: 100%;
      object-fit: contain;
      margin: 0 auto;
    }
  }
  .page-wrapper .why-us .block-title {
    margin-top: 15px !important;
  }
  .page-wrapper .why-us .whyus {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
  }
  .companies {
    padding: 30px 0 20px;
  }
  .block.newsletter .actions {
    margin: 25px auto 0;
  }
  .footer .footer-links__right_max {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .navigation .parent .level-top {
    position: relative;
    display: block;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 44px;
    top: calc(50% - 4px);
    content: '';
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '';
    top: calc(50% + 4px);
    -webkit-transform: translateY(-50%) rotate(225deg);
    -moz-transform: translateY(-50%) rotate(225deg);
    -ms-transform: translateY(-50%) rotate(225deg);
    -o-transform: translateY(-50%) rotate(225deg);
    transform: translateY(-50%) rotate(225deg);
  }
  .navigation ul {
    padding: 0;
    margin: 0;
    text-align: center;
    position: static !important;
  }
  .navigation ul li {
    margin: 0;
    padding: 0;
  }
  .navigation ul li.level0:first-of-type {
    padding-top: 36px;
  }
  .navigation ul li.level0 > a {
    font-size: 3rem;
    padding: 23px 75px;
    display: block;
  }
  .navigation ul li.level0 .level0.submenu {
    background: #f5f5f5;
    margin: 5px 0;
    padding: 25px 0;
  }
  .navigation ul li.active:not(.level0) a {
    color: #4aa28f;
  }
  .navigation ul li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    padding: 14px 0;
    display: inline-block;
  }
  .navigation ul li a:hover,
  .navigation ul li a:focus,
  .navigation ul li a:active {
    text-decoration: none;
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    left: -200vw;
    overflow: auto;
    position: fixed;
    top: 97px;
    width: 100%;
    z-index: 100;
    height: calc(100% - 22px);
    padding-bottom: 100px;
  }
  .nav-sections div#store.menu {
    order: 2 !important;
  }
  .nav-sections div#store.settings {
    order: 1 !important;
  }
  .nav-sections .navigation {
    padding: 0;
  }
  .nav-sections .switcher {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #4aa28f;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 70px;
  }
  .nav-sections .switcher-label {
    display: none;
  }
  .nav-sections .switcher-options {
    position: relative;
    z-index: 2;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    max-height: 200px;
  }
  .nav-sections .switcher-trigger {
    display: inline-block;
    text-decoration: none;
    height: 26px;
    width: 64px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px 0 10px;
    cursor: pointer;
    position: relative;
    color: #4aa28f;
    border: 1px solid #4aa28f;
    background-color: #4aa28f;
  }
  .nav-sections .switcher-trigger:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 1;
    color: #4aa28f;
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger:after,
  .nav-sections .switcher-trigger:before {
    font-weight: 600;
  }
  .nav-sections .switcher-trigger:after {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
  }
  .nav-sections .switcher-trigger.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .nav-sections .switcher-trigger strong {
    font-weight: 400;
  }
  .nav-sections .switcher-dropdown {
    position: absolute;
    text-align: left;
    padding: 0;
    left: 0;
    bottom: calc(100% - 1px);
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height 0.4s ease-in-out;
    -webkit-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
  }
  .nav-sections .switcher-dropdown li {
    color: #4aa28f;
    border: 1px solid #4aa28f;
    background-color: #4aa28f;
    margin: 0;
    width: 100%;
  }
  .nav-sections .switcher-dropdown li a {
    padding: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 26px;
  }
  .nav-sections .switcher ul {
    margin: 0;
  }
  .nav-sections .nav-section-account {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-top: 1px solid #4aa28f;
    position: unset;
    bottom: unset;
    width: 100%;
    height: 75px;
  }
  .nav-sections .nav-section-account a {
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 2.4px;
  }
  .nav-sections .nav-section-account a:before {
    content: '';
    background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/account.svg") no-repeat center center;
    background-size: 18px 22px;
    height: 22px;
    width: 18px;
    display: block;
    margin-right: 23px;
    margin-left: 4px;
  }
  .nav-sections .nav-sections-items {
    max-height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .banner-removed .nav-sections {
    top: 97px;
    height: calc(100% - 1px);
  }
  .nav-open .nav-toggle {
    right: 43px;
  }
  .nav-open .nav-toggle span {
    top: 8px;
    width: 32px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-open .nav-toggle span:nth-of-type(2) {
    background-color: transparent;
  }
  .nav-open .nav-toggle span:nth-of-type(3) {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-open .nav-sections {
    left: 0;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-title.active {
    display: none;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .nav-sections-item-content:nth-child(2) {
    order: 2 !important;
  }
  .nav-sections-item-content:nth-child(6) {
    order: 1 !important;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
  }
  .blue-payment .bluepayment-options-list .payment-option {
    width: 100%;
  }
  .blue-payment .bluepayment-options-list .payment-option label {
    margin-left: 0;
  }
  .blue-payment .bluepayment-options-list .payment-option.hide-option {
    display: none;
  }
  .blue-payment .bluepayment-options-list .mobile-show-more {
    text-align: center;
    float: left;
    width: 100%;
    padding: 30px 0 0;
  }
  .homepage-slider__arrows {
    display: none;
  }
  .page-wrapper .navigation ul li a {
    text-align: left;
    display: block;
  }
  .navigation .ui-menu-icon {
    position: relative;
    float: right;
    top: 7px;
  }
  .page-wrapper .navigation ul li.level0 > a:after {
    display: none;
  }
  .navigation .ui-menu-icon:after {
    position: absolute;
    right: 20px;
    top: calc(46%);
    content: '';
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .navigation .level1 .ui-menu-icon:after {
    right: 0;
  }
  .navigation ul li.level0 .level0.submenu {
    padding: 25px 30px;
  }
  .nav-sections {
    top: 112px;
  }
  .nav-sections .nav-section-account,
  .nav-sections .switcher {
    height: 55px;
  }
  div[aria-controls="store.links"] {
    display: none !important;
  }
  .page-products .toolbar-products {
    flex-direction: column;
  }
  .page-products .toolbar-products .pager-container {
    margin-bottom: 20px;
  }
  .product.media .product_help,
  .product.media .faq-collection {
    display: none !important;
  }
  .title-sku-wrapper .page-title-wrapper,
  .title-sku-wrapper .product.attribute.sku,
  .title-sku-wrapper .product-reviews-summary {
    display: none !important;
  }
  .product-info-main {
    display: flex;
    flex-direction: column;
  }
  .product-info-main .product-reviews-summary {
    display: block;
  }
  .product-info-main .product-reviews-summary .reviews-actions {
    font-size: 12px;
  }
  .product-info-main .designer-text {
    order: 2;
  }
  .product-info-main .product.attribute.short-description {
    order: 3;
  }
  .product-info-main .additional-attributes-wrapper {
    order: 4;
  }
  .product-info-main .product.attribute.description {
    order: 5;
  }
  .product-info-main .more-product-producent-text {
    order: 6;
  }
  .product-info-main .product-mobile-help {
    order: 7;
  }
  .page-product-short-description {
    display: none !important;
  }
  .catalog-product-view .product.media {
    padding-top: 20px;
    margin-right: 0;
  }
  .catalog-product-view .page-title-wrapper {
    margin-top: 0;
  }
  .product.attribute.short-description .type {
    display: none;
  }
  .product.attribute.short-description .value {
    font-weight: 400;
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
  }
  .product-mobile-title-wrapper .product.attribute.sku {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #4aa28f;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 28px;
    font-size: 1.2rem;
    letter-spacing: 0.7px;
    line-height: 1.2;
  }
  .product-mobile-title-wrapper .product.attribute.sku .type {
    margin-right: 3px;
    font-weight: 400;
  }
  .product-mobile-title-wrapper .product.attribute.sku .type:after {
    content: ':';
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
  }
}
@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;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]: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-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .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[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: 300;
    font-size: 1.2rem;
  }
  .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;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 2px solid #f5f6fa;
  }
  #template-age-verification button#age_verification_no,
  #template-age-verification .checkout-cart-index .page-main .action#age_verification_no,
  #template-age-verification .methods-shipping .actions-toolbar .back .primary#age_verification_no,
  #template-age-verification .block-authentication .actions-toolbar > .primary .action#age_verification_no,
  #template-age-verification .modal-footer .action#age_verification_no,
  #template-age-verification .modal-footer button#age_verification_no,
  #template-age-verification .modal-footer .checkout-cart-index .page-main .action#age_verification_no,
  #template-age-verification .modal-footer .methods-shipping .actions-toolbar .back .primary#age_verification_no,
  #template-age-verification .modal-footer .block-authentication .actions-toolbar > .primary .action#age_verification_no {
    display: block;
    margin: 0 auto;
  }
  #template-age-verification button#age_verification_yes,
  #template-age-verification .checkout-cart-index .page-main .action#age_verification_yes,
  #template-age-verification .methods-shipping .actions-toolbar .back .primary#age_verification_yes,
  #template-age-verification .block-authentication .actions-toolbar > .primary .action#age_verification_yes,
  #template-age-verification .modal-footer .action#age_verification_yes,
  #template-age-verification .modal-footer button#age_verification_yes,
  #template-age-verification .modal-footer .checkout-cart-index .page-main .action#age_verification_yes,
  #template-age-verification .modal-footer .methods-shipping .actions-toolbar .back .primary#age_verification_yes,
  #template-age-verification .modal-footer .block-authentication .actions-toolbar > .primary .action#age_verification_yes {
    margin-bottom: 10px;
    margin: 10px auto;
    display: block;
  }
  #template-newsletter .popup_content > .newsletter:before {
    height: 200px;
  }
  #template-hot-deals {
    max-height: 400px;
    overflow-y: scroll;
  }
  #template-hot-deals .block-products-list .product-item {
    width: 49%;
  }
  #template-hot-deals .block-products-list .block-title {
    margin: 30px 0;
  }
  #template-hot-deals .block-products-list .block-title strong {
    font-size: 20px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    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: '\e616';
    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 {
    pointer-events: none;
    opacity: 0.5;
  }
  .opc-wrapper .form-login {
    margin: 0;
    padding: 0;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    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: '\e606';
    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;
  }
  .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;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .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;
  }
  .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%;
  }
  .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: left;
  }
}
@media only screen and (max-width: 374px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  #template-age-verification button,
  #template-age-verification .checkout-cart-index .page-main .action,
  #template-age-verification .methods-shipping .actions-toolbar .back .primary,
  #template-age-verification .block-authentication .actions-toolbar > .primary .action,
  #template-age-verification .modal-footer .action,
  #template-age-verification .modal-footer button,
  #template-age-verification .modal-footer .checkout-cart-index .page-main .action,
  #template-age-verification .modal-footer .methods-shipping .actions-toolbar .back .primary,
  #template-age-verification .modal-footer .block-authentication .actions-toolbar > .primary .action {
    width: 100%;
  }
  #template-age-verification #age_verification_redirect {
    max-width: 100%;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .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-margin-for-forms-desktop-s {
    margin-left: 0;
  }
  .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;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .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;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: inherit;
    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 {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: inherit;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: inherit;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: inherit;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover {
    color: inherit;
  }
  .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: inherit;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .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%;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 0px;
  }
  .review-ratings {
    display: block;
    float: unset;
  }
  .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.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.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%)/3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.news-carousel,
.knowledge-zone-single,
.knowledge-zone-thumbs {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear;
}
.news-carousel.slick-initialized,
.knowledge-zone-single.slick-initialized,
.knowledge-zone-thumbs.slick-initialized {
  height: auto;
  visibility: visible;
  opacity: 1;
}
/* Arrows */
.slick-prev,
.slick-next {
  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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  line-height: 1;
  top: calc(50% - 33px);
  position: absolute;
  z-index: 5;
}
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  background: none;
  border: none;
}
.slick-prev:hover,
.slick-next:hover {
  background: none;
  border: none;
}
.slick-prev.disabled,
.slick-next.disabled,
.slick-prev[disabled],
.slick-next[disabled],
fieldset[disabled] .slick-prev,
fieldset[disabled] .slick-next {
  pointer-events: none;
  opacity: 0.5;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  box-shadow: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: '';
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/right-arrow.svg") no-repeat center center;
}
.slick-next {
  right: -5px;
}
.slick-next:before {
  transform: rotate(0deg);
}
.slick-prev {
  left: -5px;
}
.slick-prev:before {
  transform: rotate(180deg);
}
/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 20px 0 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li .checkout-cart-index .page-main .action,
.slick-dots li .methods-shipping .actions-toolbar .back .primary,
.slick-dots li .block-authentication .actions-toolbar > .primary .action,
.slick-dots li .modal-footer .action,
.slick-dots li .modal-footer button,
.slick-dots li .modal-footer .checkout-cart-index .page-main .action,
.slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary,
.slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action {
  border: 0;
  background: transparent;
  display: inline-block;
  outline: none;
  height: 8px;
  width: 8px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
  opacity: 0.5;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .checkout-cart-index .page-main .action:hover,
.slick-dots li .checkout-cart-index .page-main .action:focus,
.slick-dots li .methods-shipping .actions-toolbar .back .primary:hover,
.slick-dots li .methods-shipping .actions-toolbar .back .primary:focus,
.slick-dots li .block-authentication .actions-toolbar > .primary .action:hover,
.slick-dots li .block-authentication .actions-toolbar > .primary .action:focus,
.slick-dots li .modal-footer .action:hover,
.slick-dots li .modal-footer .action:focus,
.slick-dots li .modal-footer button:hover,
.slick-dots li .modal-footer button:focus,
.slick-dots li .modal-footer .checkout-cart-index .page-main .action:hover,
.slick-dots li .modal-footer .checkout-cart-index .page-main .action:focus,
.slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary:hover,
.slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary:focus,
.slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action:hover,
.slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .checkout-cart-index .page-main .action:hover:before,
.slick-dots li .checkout-cart-index .page-main .action:focus:before,
.slick-dots li .methods-shipping .actions-toolbar .back .primary:hover:before,
.slick-dots li .methods-shipping .actions-toolbar .back .primary:focus:before,
.slick-dots li .block-authentication .actions-toolbar > .primary .action:hover:before,
.slick-dots li .block-authentication .actions-toolbar > .primary .action:focus:before,
.slick-dots li .modal-footer .action:hover:before,
.slick-dots li .modal-footer .action:focus:before,
.slick-dots li .modal-footer button:hover:before,
.slick-dots li .modal-footer button:focus:before,
.slick-dots li .modal-footer .checkout-cart-index .page-main .action:hover:before,
.slick-dots li .modal-footer .checkout-cart-index .page-main .action:focus:before,
.slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary:hover:before,
.slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary:focus:before,
.slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action:hover:before,
.slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action:focus:before {
  opacity: 1;
}
.slick-dots li button:before,
.slick-dots li .checkout-cart-index .page-main .action:before,
.slick-dots li .methods-shipping .actions-toolbar .back .primary:before,
.slick-dots li .block-authentication .actions-toolbar > .primary .action:before,
.slick-dots li .modal-footer .action:before,
.slick-dots li .modal-footer button:before,
.slick-dots li .modal-footer .checkout-cart-index .page-main .action:before,
.slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary:before,
.slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 8px;
  height: 8px;
  font-size: 6px;
  line-height: 8px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #9a9a9a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .checkout-cart-index .page-main .action,
.slick-dots li.slick-active .methods-shipping .actions-toolbar .back .primary,
.slick-dots li.slick-active .block-authentication .actions-toolbar > .primary .action,
.slick-dots li.slick-active .modal-footer .action,
.slick-dots li.slick-active .modal-footer button,
.slick-dots li.slick-active .modal-footer .checkout-cart-index .page-main .action,
.slick-dots li.slick-active .modal-footer .methods-shipping .actions-toolbar .back .primary,
.slick-dots li.slick-active .modal-footer .block-authentication .actions-toolbar > .primary .action {
  opacity: 1;
}
/* Slick Slide */
.slider-before-init {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
.slider-before-init.slick-initialized {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.slick-slide {
  width: 100%;
  margin: 0;
  max-width: 345px;
}
@media (max-width: 374px) {
  .slick-slide {
    max-width: 290px;
  }
}
.product-carousel .slick-slide .product-item {
  margin: 0;
}
.product-carousel.products-grid .items {
  margin: 0;
}
.slick-slider-container {
  max-width: 345px;
}
@media (max-width: 374px) {
  .slick-slider-container {
    max-width: 290px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .slick-prev {
    left: -40px;
  }
  .slick-next {
    right: -40px;
  }
}
/*------------------------------------*\
  #TRANSFORMATION MIXIN
\*------------------------------------*/
/*------------------------------------*\
  #FLEX MIXIN
\*------------------------------------*/
/*
    Created on : 2019-10-16
    Author     : Idea07
*/
* {
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  color: #000000;
}
@font-face {
  font-family: icomoon;
  src: url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/icomoon.eot');
  src: url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/icomoon.eot?#iefix') format('embedded-opentype'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/icomoon.woff') format('woff'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/icomoon.ttf') format('truetype'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/icomoon.svg#../fonts/idea-font/icomoon') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/arrow.eot');
  src: url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/arrow.eot?#iefix') format('embedded-opentype'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/arrow.woff') format('woff'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/arrow.ttf') format('truetype'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/arrow.svg#../fonts/idea-font/arrow') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/header.eot');
  src: url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/header.eot?#iefix') format('embedded-opentype'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/header.woff') format('woff'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/header.ttf') format('truetype'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/header.svg#../fonts/idea-font/header') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/search.eot');
  src: url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/search.eot?#iefix') format('embedded-opentype'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/search.woff') format('woff'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/search.ttf') format('truetype'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/search.svg#../fonts/idea-font/search') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/komunikaty.eot');
  src: url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/komunikaty.eot?#iefix') format('embedded-opentype'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/komunikaty.woff') format('woff'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/komunikaty.ttf') format('truetype'), url('../../frontend/Idea07/client-customization/pl_PL/fonts/idea-font/komunikaty.svg#../fonts/idea-font/komunikaty') format('svg');
  font-weight: 400;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !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-backet-ico:before {
  content: "\e900";
  color: #4aa28f;
}
.icon-basket:before {
  content: "\e901";
  color: #aeb3bf;
}
.icon-game:before {
  content: "\e902";
  color: #4aa28f;
}
.icon-laptop:before {
  content: "\e903";
  color: #4aa28f;
}
.icon-phone:before {
  content: "\e904";
  color: #4aa28f;
}
.icon-shield:before {
  content: "\e905";
  color: #4aa28f;
}
.icon-tv:before {
  content: "\e906";
  color: #4aa28f;
}
.icon-user:before {
  content: "\e907";
  color: #aeb3bf;
}
.icon-watch:before {
  content: "\e908";
  color: #4aa28f;
}
.icon-arrow-header:before {
  content: "\e909";
}
.icon-basket:before {
  content: "\e910";
  color: #aeb3bf;
}
.icon-heart:before {
  content: "\e911";
  color: #aeb3bf;
}
.icon-user:before {
  content: "\e912";
  color: #aeb3bf;
}
.icon-search:before {
  content: "\e123";
  color: #aeb3bf;
}
ul {
  list-style: none;
}
.float_clear {
  clear: both;
}
.action.close {
  position: relative;
}
.action.close:before,
.action.close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 18px;
  width: 1px;
  background-color: #111111;
}
.action.close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.action.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.block-static-block.widget,
.block-cms-link.widget {
  margin: 0;
}
.page-header {
  padding-top: 0;
  min-height: 115px;
}
.page-header .field.search {
  position: relative;
}
@media screen and (max-width: 820px) {
  .page-header .field.search {
    position: unset;
  }
}
.checkout-onepage-success #maincontent {
  padding-top: 3rem;
}
.wishlist-index-index .box-tocart .fieldset {
  display: block;
}
.sidebar .block filter .filter-options {
  border-bottom: 1px solid #4aa28f;
  margin-bottom: 35px;
}
.sidebar .block filter .filter-current .item {
  margin-bottom: 10px;
}
.fieldset.payment .control .card-types {
  border: 1px solid #000;
  padding: 0.5rem;
  margin: 0.5rem 0;
  transition: all 0.2s ease-in-out;
  background: transparent;
}
.fieldset.payment .control .card-types:hover {
  border: 1px solid #000;
  padding: 0.5rem;
  margin: 0.5rem 0;
  transition: all 0.2s ease-in-out;
  background: #000;
  color: #fff;
}
.brands-view-index .page-title {
  display: none !important;
}
.page-header .panel.wrapper {
  display: none;
  border-bottom: unset;
  text-align: right;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .page-header .panel.wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lang-list-flags {
  width: 23%;
  z-index: 99;
  position: relative;
}
@media (max-width: 767px) {
  .lang-list-flags {
    width: 80%;
  }
}
div#switcher-currency {
  z-index: 98;
}
@media only screen and (max-width: 767px) {
  div#switcher-currency {
    left: 35px;
  }
}
.lang-list-flags a {
  padding: 0 5px;
}
.switcher-currency {
  z-index: 1;
}
.lang-list-flags {
  margin-top: 5px;
  z-index: 100;
  position: relative;
}
.block-search .label:before {
  z-index: 11;
  position: relative;
  padding-left: 5px;
  padding-top: 1px;
}
.block-search .control {
  position: unset;
}
@media screen and (min-width: 820px) {
  .block-search .control input {
    opacity: 1 !important;
    width: auto;
    top: -1px;
  }
}
@media screen and (min-width: 820px) {
  .block-search .search-autocomplete {
    top: calc(110%);
  }
}
.products.wrapper.grid.products-grid {
  position: relative !important;
}
.switcher-currency .switcher-label {
  display: none;
}
.switcher-currency .switcher-trigger {
  display: inline-block;
  text-decoration: none;
  height: 26px;
  width: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px 0 10px;
  cursor: pointer;
  position: relative;
  color: #e5e6eb;
  border: 1px solid #e5e6eb;
  background-color: transparent;
}
.switcher-currency .switcher ul {
  margin: 0;
}
.switcher-currency .switcher-dropdown {
  position: absolute;
  text-align: left;
  padding: 0;
  left: 0;
  top: calc(98%);
  width: auto;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.4s ease-in-out;
  -webkit-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  z-index: 999;
}
.switcher-currency .switcher-dropdown li {
  color: #e5e6eb;
  border: 1px solid #e5e6eb;
  background-color: #ffffff;
  margin: 0;
  width: 100%;
}
.switcher-currency .switcher-dropdown li a {
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 26px;
}
.switcher-currency .switcher-options {
  position: relative;
}
.switcher-currency .switcher-options.active .switcher-dropdown {
  max-height: 200px;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-image-container {
  padding: 1rem 15px !important;
}
.action.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.overflow-hidden {
  overflow: hidden;
}
.modal-content {
  font-size: 1.2rem;
}
.modal-footer .action,
.modal-footer button,
.modal-footer .checkout-cart-index .page-main .action,
.modal-footer .methods-shipping .actions-toolbar .back .primary,
.modal-footer .block-authentication .actions-toolbar > .primary .action {
  border: 1px solid #000000;
  border-radius: 0;
  background: transparent;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.9px;
  padding: 0 15px;
  height: 30px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal-footer .action:hover,
.modal-footer button:hover,
.modal-footer .action:focus,
.modal-footer button:focus,
.modal-footer .action:active,
.modal-footer button:active,
.modal-footer .checkout-cart-index .page-main .action:hover,
.modal-footer .checkout-cart-index .page-main .action:focus,
.modal-footer .checkout-cart-index .page-main .action:active,
.modal-footer .methods-shipping .actions-toolbar .back .primary:hover,
.modal-footer .methods-shipping .actions-toolbar .back .primary:focus,
.modal-footer .methods-shipping .actions-toolbar .back .primary:active,
.modal-footer .block-authentication .actions-toolbar > .primary .action:hover,
.modal-footer .block-authentication .actions-toolbar > .primary .action:focus,
.modal-footer .block-authentication .actions-toolbar > .primary .action:active,
.modal-footer .modal-footer .action:hover,
.modal-footer .modal-footer .action:focus,
.modal-footer .modal-footer .action:active,
.modal-footer .modal-footer button:hover,
.modal-footer .modal-footer button:focus,
.modal-footer .modal-footer button:active,
.modal-footer .modal-footer .checkout-cart-index .page-main .action:hover,
.modal-footer .modal-footer .checkout-cart-index .page-main .action:focus,
.modal-footer .modal-footer .checkout-cart-index .page-main .action:active,
.modal-footer .modal-footer .methods-shipping .actions-toolbar .back .primary:hover,
.modal-footer .modal-footer .methods-shipping .actions-toolbar .back .primary:focus,
.modal-footer .modal-footer .methods-shipping .actions-toolbar .back .primary:active,
.modal-footer .modal-footer .block-authentication .actions-toolbar > .primary .action:hover,
.modal-footer .modal-footer .block-authentication .actions-toolbar > .primary .action:focus,
.modal-footer .modal-footer .block-authentication .actions-toolbar > .primary .action:active {
  box-shadow: none;
  background-color: #000000;
  color: #ffffff;
}
a,
button,
.checkout-cart-index .page-main .action,
.methods-shipping .actions-toolbar .back .primary,
.block-authentication .actions-toolbar > .primary .action,
.modal-footer .action,
.modal-footer button,
.modal-footer .checkout-cart-index .page-main .action,
.modal-footer .methods-shipping .actions-toolbar .back .primary,
.modal-footer .block-authentication .actions-toolbar > .primary .action {
  border-radius: 0;
}
a.action.primary,
button.action.primary,
.checkout-cart-index .page-main .action.action.primary,
.methods-shipping .actions-toolbar .back .primary.action.primary,
.block-authentication .actions-toolbar > .primary .action.action.primary,
.modal-footer .action.action.primary,
.modal-footer button.action.primary,
.modal-footer .checkout-cart-index .page-main .action.action.primary,
.modal-footer .methods-shipping .actions-toolbar .back .primary.action.primary,
.modal-footer .block-authentication .actions-toolbar > .primary .action.action.primary {
  border-radius: 0;
}
.homepage-slider__thumbs {
  display: none;
}
.homepage-slider__item {
  display: flex !important;
}
.homepage-slider__text {
  width: 38%;
}
@media screen and (max-width: 820px) {
  .homepage-slider__text {
    width: 0%;
  }
}
.homepage-slider__imgbig {
  width: 62%;
}
@media screen and (max-width: 820px) {
  .homepage-slider__imgbig {
    width: 100%;
  }
}
.homepage-slider .slick-slide {
  border-bottom: 1px solid #e5e6eb;
}
@media (min-width: 640px) and (max-width: 1600px) {
  .homepage-slider__wrapper,
  .homepage-slider,
  .homepage-slider__item,
  .homepage-slider__items {
    height: 37.5vw;
  }
  .homepage-slider__item .homepage-slider__details {
    top: 13.5vw;
  }
  .homepage-slider__item .homepage-slider__title {
    font-size: 3.75vw;
    margin-bottom: 0;
  }
  .homepage-slider__item .homepage-slider__description {
    padding-top: 6vw;
    font-size: 0.8125vw;
  }
}
@media (min-width: 640px) and (max-width: 1600px) {
  .homepage-slider__item .homepage-slider__description {
    padding-top: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .checkout-cart-index .logo-links-container {
    display: flex !important;
    justify-content: center !important;
  }
}
.header.content {
  display: block;
  padding-bottom: 2px;
}
@media screen and (max-width: 820px) {
  .header.content {
    padding-bottom: 25px;
  }
  .header.content .logo-links-container {
    display: flex !important;
  }
  .header.content .logo-links-container .switcher-currency {
    width: 100%;
    padding-top: 0;
  }
  .header.content .logo-links-container .links-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between !important;
    margin-right: 45px !important;
    width: auto !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    float: unset !important;
  }
  .header.content .logo-links-container .block-search {
    padding-left: 0px;
    width: auto !important;
    margin-right: 15px;
    padding-top: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .header.content .logo-links-container .minicart-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .header.content .logo-links-container .block-search .label:before {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .homepage-slider__arrows {
    left: calc(37.95% - 90px) !important;
  }
}
.logo-links-container {
  width: 100%;
}
.cms-home .page-title-wrapper {
  display: none;
}
.logo-links-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.empty-container {
  width: 30%;
}
@media (max-width: 760px) {
  .empty-container {
    width: 0;
  }
}
.switcher-currency {
  width: 30%;
  padding-top: 25px;
}
.logo-container {
  width: 35%;
  padding-bottom: 0;
}
@media (max-width: 760px) {
  .logo-container {
    width: 70% !important;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.logo-container .logo {
  width: 100%;
}
@media (max-width: 760px) {
  .logo-container .logo {
    width: auto !important;
  }
}
.logo-container .logo img {
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  max-height: none;
}
@media (max-width: 760px) {
  .logo-container .logo img {
    height: auto;
    max-height: none;
  }
}
.discount-coupon-form .coupon label {
  display: none;
}
.catalog-product-view {
  overflow-x: hidden;
}
.fotorama__stage__shaft {
  height: 100%;
}
.links-container {
  width: 35%;
  margin-right: 0;
  padding-bottom: 30px;
  align-items: normal;
  justify-content: flex-end;
  padding-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.filter-current {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .filter-current {
    max-width: 100%;
    width: 100%;
    border-top: 1px solid #4aa28f;
    padding: 10px 0;
  }
}
@media (max-width: 769px) {
  .filter-content {
    border-top: unset;
  }
}
.block-actions.filter-actions {
  max-width: 400px;
  margin: 0 auto;
}
.menutop-container {
  padding: 0.1rem 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.block-search {
  padding-left: 5px;
  width: 200px;
  margin-right: 15px;
  padding-top: 3px;
}
.header.links {
  justify-content: flex-end;
}
.header.links a:hover {
  text-decoration: none;
}
.minicart-wrapper {
  border-left: 1px solid #dfe2e9;
  margin-bottom: 3px;
}
@media screen and (max-width: 820px) {
  .minicart-wrapper {
    border-left: unset;
  }
}
#js-delivery-banner {
  background: #f5f6fa;
  padding: 2.5rem 5%;
  border-top: 1px solid #e5e6eb;
  border-bottom: 1px solid #e5e6eb;
}
#js-delivery-banner .delivery-banner__text {
  color: #8d94a2;
}
#js-delivery-banner .delivery-banner__text:before {
  color: #8d94a2;
}
.product-photo-wrapper .photo img {
  height: 265px;
  margin: 0 auto;
  object-fit: contain;
}
.page-with-filter .page-products .products-grid {
  flex-direction: unset;
}
.products.wrapper.grid.products-grid {
  align-items: normal;
}
.toolbar-products .pager-container {
  display: block;
}
.pager-container .pages .action {
  width: auto !important;
  border: unset;
}
.pages li.item.current span {
  color: #4aa28f;
}
.block.related {
  clear: both;
  order: 5;
}
.block.related .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.block.related .block-title #block-related-heading {
  font-weight: 400;
}
.block.related .block-title #block-related-heading::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.block.related .field.choice.related {
  display: none;
}
.block.related .block-actions {
  display: none;
}
.block.related .product-item-actions .actions-primary {
  margin-top: 30px;
  display: block;
  width: 100%;
  text-align: center;
}
.related .slick-list.draggable {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .related .slick-track {
    display: flex;
  }
  .related .slick-track .slick-slide {
    display: flex;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    max-width: unset;
    float: unset;
    align-items: center;
    margin: 0 1%;
  }
  .related .slick-track .slick-slide .product-item {
    margin: 0;
  }
}
.block.crosssell .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.block.crosssell .block-title #block-crosssell-heading {
  font-weight: 400;
}
.block.crosssell .block-title #block-crosssell-heading::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.block.crosssell .product-photo-wrapper .photo img {
  height: 215px;
  margin: 0 auto;
  object-fit: none;
}
.block.crosssell .price-final_price {
  padding-bottom: 10px;
}
.checkout-cart-index .page-main .action {
  padding: 2px 8px 1px 8px !important;
}
.checkout-cart-index .cart.actions .action.clear:before {
  line-height: 12px;
}
.header.links li.authorization-link a:before {
  font-size: 0;
}
.cms-no .page-wrapper .page-main {
  padding-top: 5rem;
}
.account .page-wrapper .page-main {
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .account .sidebar.sidebar-main {
    padding: 30px 0 0 30px;
  }
  .account .column.main {
    padding-left: 59px;
  }
}
.columns .column.main {
  padding-bottom: 0 !important;
  position: relative;
}
.socials-container {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  top: 0;
  right: 0;
  margin: 0 auto;
  left: 0;
}
.minicart-items .action.delete {
  right: 5px !important;
}
.block.upsell .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.block.upsell .block-title #block-upsell-heading {
  font-weight: 400;
  font-size: 2.3rem;
}
.block.upsell .block-title #block-upsell-heading::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.block.upsell .slider-before-init {
  opacity: 1;
  position: relative;
  flex-wrap: unset;
  display: flex !important;
}
.block.upsell .items .item {
  width: auto !important;
}
.block.upsell .product-item-actions .actions-primary {
  margin-top: 30px;
  display: block;
  width: 100%;
  text-align: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0 !important;
}
/* WEEK OFFERTS */
.week-offerts {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 2rem;
  padding-top: 3rem;
  border-top: 1px solid #e5e6eb;
}
.week-offerts .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 2rem;
}
.week-offerts .block-title ::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.week-offerts .product-items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.week-offerts .product-items .product-item {
  width: 100% !important;
  text-align: center;
}
.week-offerts .product-items .product-item .product-item-info .product-item-photo {
  padding: 2rem;
  border: 1px solid #e5e6eb;
  display: block;
  border-radius: 10px;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  display: none;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 1.8rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0 0.5rem;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  text-decoration: none;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 1.5rem;
  color: #adafbc;
  font-weight: 400;
  padding: 0 0.5rem;
  text-decoration: line-through;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .price-box .special-price .price {
  font-size: 1.8rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0 0.5rem;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .price-box .normal-price {
  font-size: 1.5rem;
  color: #e5e6eb;
  padding: 0 0.5rem;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-transform: uppercase;
  font-weight: 400;
}
.checkout-index-index .field.street {
  width: 100% !important;
}
@media screen and (min-width: 1024px) {
  .checkout-index-index .field.street .control .field {
    width: 29% !important;
  }
}
@media (min-width: 768px) {
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    margin-top: 2px;
  }
}
/* OWL FIX */
.owl-carousel .owl-item img {
  max-width: 100%;
  max-height: 640px;
  margin: 0 auto;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-item img {
    max-height: 300px;
    width: auto !important;
  }
}
/* WEEK OFFERTS */
.content-two-columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 27px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .content-two-columns {
    display: block;
  }
}
.content-two-columns__left {
  width: 32%;
  margin-right: 2.5%;
}
.content-two-columns__left .product-item-details {
  padding: 7px 0 0 !important;
}
@media screen and (max-width: 1024px) {
  .content-two-columns__left {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .content-two-columns__left {
    width: 100%;
  }
}
.content-two-columns__left .product-item-link {
  height: auto;
  margin-bottom: 10px;
}
.content-two-columns__left .pages {
  display: none;
}
.content-two-columns__left .block-title strong {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
}
.content-two-columns__left .block-title strong ::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.content-two-columns__left .block-content {
  border: 1px solid #e5e6eb;
  border-radius: 10px;
  padding: 5rem 2rem 2rem;
  position: relative;
  height: 543px;
}
.content-two-columns__left .product-item .price-box .price {
  font-size: 3.3rem;
  color: #4aa28f;
}
.content-two-columns__left .product-item {
  width: 100% !important;
  text-align: center;
  padding-top: 0.5rem;
  margin-top: 8px;
}
.content-two-columns__left .product-item .product-item-name {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 4px;
  text-align: center;
}
.content-two-columns__left .product-item img {
  transition: all 0.2s ease-in-out;
  height: 315px;
  object-fit: contain;
  margin-bottom: 14px;
}
.content-two-columns__left .product-item .product-item-inner {
  display: none;
}
.content-two-columns__left .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.content-two-columns__left .price-box .price-box .price {
  font-size: 1.7rem;
  color: #e5e6eb;
  padding: 0 0.5rem;
}
.content-two-columns__left .price-box .price-box .normal-price {
  font-size: 1.7rem;
  color: #e5e6eb;
  padding: 0 0.5rem;
}
.content-two-columns__left .price-box .old-price {
  text-decoration: none;
}
.content-two-columns__left .price-box .old-price .price {
  font-size: 1.7rem;
  color: #adafbc;
  padding: 0 0.5rem;
  text-decoration: line-through;
}
.content-two-columns__left .price-box .special-price .price {
  font-size: 2.5rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0 0.5rem;
}
.content-two-columns__left .check-new-banner {
  position: relative;
  padding-top: 6px;
}
.content-two-columns__left .check-new-banner img {
  border-radius: 10px;
  width: 100%;
  height: 265px;
  object-fit: cover;
}
.content-two-columns__left .check-new-banner h1,
.content-two-columns__left .check-new-banner h2,
.content-two-columns__left .check-new-banner h3,
.content-two-columns__left .check-new-banner h4,
.content-two-columns__left .check-new-banner h5,
.content-two-columns__left .check-new-banner h6 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3.1rem;
  position: absolute;
  top: 3.1rem;
  left: 2.5rem;
  font-weight: 400;
  padding-right: 15%;
  line-height: 1.3;
}
.content-two-columns__left .check-new-banner a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: inline-block;
  padding: 1rem 2rem 1rem 3rem;
  border-radius: 5px;
  position: absolute;
  bottom: 3.2rem;
  left: 3rem;
  background: #4aa28f;
}
.content-two-columns__left .check-new-banner a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 1.1rem;
  padding-left: 1.8rem;
}
.content-two-columns__left .check-new-banner a:hover {
  text-decoration: none;
  background: #000000;
}
.content-two-columns__right {
  width: 65%;
}
.content-two-columns__right .product-item-details {
  padding: 10px 0 0 !important;
}
.content-two-columns__right .product-item-link {
  height: auto;
  padding-bottom: 3px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .content-two-columns__right {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .content-two-columns__right {
    width: 100%;
  }
}
.content-two-columns__right .block-title strong {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
}
.content-two-columns__right .block-title strong ::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.content-two-columns__right .product-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4px 1vw;
}
@media screen and (max-width: 1025px) {
  .content-two-columns__right .product-items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 820px) {
  .content-two-columns__right .product-items {
    display: block;
  }
}
.content-two-columns__right .product-items .product-item {
  text-align: center;
  border: 1px solid #e5e6eb;
  border-radius: 10px;
  padding: 2rem;
  list-style: none;
  flex: 0 0 31.5%;
  width: 100% !important;
  margin-left: 1.5% !important;
  margin-right: 1.5% !important;
}
@media screen and (max-width: 1024px) {
  .content-two-columns__right .product-items .product-item {
    flex: 0 0 44%;
    margin-left: 3% !important;
    margin-right: 3% !important;
  }
}
@media screen and (max-width: 820px) {
  .content-two-columns__right .product-items .product-item {
    flex: 0 0 100%;
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
}
.content-two-columns__right .product-items .product-item .product-item-info {
  border: unset;
  border-radius: 10px;
  padding: 10px 2rem;
}
.content-two-columns__right .product-items .product-item .product-item-info .product-item-name {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 0;
  text-align: center;
}
.content-two-columns__right .product-items .product-item .product-item-info .product-item-inner {
  display: none;
}
.content-two-columns__right .product-items .product-item .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.content-two-columns__right .product-items .product-item .price-box .price {
  font-size: 1.8rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0 0.5rem;
}
.content-two-columns__right .product-items .product-item .price-box .old-price {
  text-decoration: none;
}
.content-two-columns__right .product-items .product-item .price-box .old-price .price {
  font-size: 1.5rem;
  color: #adafbc;
  font-weight: 400;
  padding: 0 0.5rem;
  text-decoration: line-through;
}
.content-two-columns__right .product-items .product-item .price-box .special-price .price {
  font-size: 1.8rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0 0.5rem;
}
.content-two-columns__right .product-items .product-item img {
  height: 150px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .content-two-columns__right .product-items .product-item:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .content-two-columns__right .product-items .product-item:nth-child(n+4) {
    display: none;
  }
}
.content-two-columns .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
}
.content-two-columns .block-title ::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
@media screen and (max-width: 820px) {
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 100% !important;
  }
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(6) {
  margin-left: 2rem;
}
.page-layout-1column .products-related {
  position: relative;
}
.page-layout-1column .products-related .swiper-button-prev {
  font-size: 0px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 40%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: -40px;
}
.page-layout-1column .products-related .swiper-button-next {
  font-size: 0px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 40%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: -40px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  display: none !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  display: none !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  display: none;
}
@media (max-width: 1025px) and (min-width: 767px) {
  .header.links li.wishlist {
    margin-right: 10px;
    margin-left: 15px;
  }
  .minicart-wrapper {
    padding-left: 18px;
  }
}
.bestsel {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
}
.bestsel .product-item {
  width: 100% !important;
  text-align: center;
  padding-top: 0.5rem;
}
.bestsel .product-item .product-item-name {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 0rem;
  text-align: left;
  margin-top: 0;
}
.bestsel .product-item .product-item-inner {
  display: none;
}
.bestsel .product-item .price-box .price {
  font-size: 1.8rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0;
}
.bestsel .product-item .price-box .old-price {
  text-decoration: none;
}
.bestsel .product-item .price-box .old-price .price {
  font-size: 1.2rem;
  color: #adafbc;
  font-weight: 400;
  padding: 0;
  text-decoration: line-through;
}
.bestsel .product-item .price-box .special-price .price {
  font-size: 1.8rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0;
}
#mini-cart .product-image-photo {
  width: 100% !important;
  height: auto !important;
}
.opc-block-summary .items-in-cart .product-image-wrapper img {
  width: 100% !important;
  height: auto !important;
}
.opc-block-summary tr.totals-tax-summary {
  display: none;
}
.opc-block-summary .grand.totals span.price {
  font-size: 2.4rem;
}
.minicart-wrapper .block-minicart {
  overflow-y: scroll;
  -webkit-transition: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.block-minicart::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE and Edge */
.block-minicart {
  -ms-overflow-style: none;
}
#switcher-currency-nav {
  display: none;
}
.product-info-main .box-tocart .actions {
  margin-bottom: 20px;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  display: block;
}
.block.block-compare {
  display: none;
}
.block.block-reorder {
  display: none;
}
.block.block-wishlist {
  display: none;
}
.cms-no-route #maincontent {
  padding-top: 3rem;
}
.brands-index-index #maincontent {
  padding-top: 3rem;
}
#empty_cart_button span {
  padding-left: 15px;
}
.product-info-main {
  float: left;
}
.product-info-main .product.alert a {
  border: 1px solid #000000;
  padding: 1rem;
  margin: 0.5rem 0;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.product-info-main .product.alert a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #000000;
}
.product-item .tocart:hover {
  background: #ffffff;
  color: #000000;
}
.product-item-actions .actions-secondary > .action:hover {
  background: #000000;
}
.companies .slick-slide {
  padding: 10px;
  height: 150px;
  border: 1px solid #e5e6eb;
  overflow: hidden;
}
.companies .slick-slide img {
  object-fit: scale-down;
  height: 130px;
  width: 100%;
}
.companies__header h3::after {
  display: none !important;
}
ul.level1.submenu {
  display: none;
}
.product.attribute.overview {
  padding-top: 10px;
  float: right;
  width: 50%;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .product.attribute.overview {
    width: 41.6%;
  }
}
@media (min-width: 1025px) {
  .product.attribute.overview {
    width: 41.4%;
  }
}
@media (max-width: 820px) {
  .product.attribute.overview {
    padding-top: 20px;
    float: unset;
    width: 100%;
    padding-left: 0;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}
.product.attribute.description {
  clear: both;
}
@media (max-width: 820px) {
  .product.attribute.description {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
}
.fotorama {
  max-height: 600px !important;
}
@media (max-width: 1024px) {
  .fotorama {
    max-height: unset !important;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .product.media {
    float: left;
    width: 48%;
    padding-right: 15px;
    padding-top: 30px;
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .product.media {
    width: 100%;
  }
}
.social-box-top {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .social-box-top {
    display: none;
  }
}
.social-box-top .social-box-top__links {
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: -80px;
  background: #fff;
  padding: 20px 4%;
  max-width: none;
  width: auto;
}
.social-box-top .social-box-top__link {
  margin: 0;
  display: inline-block;
  padding: 0 30px;
}
.social-box-top .social-box-top__link span {
  display: none;
}
.social-box-top .social-box-top__link a {
  font-size: 0;
}
.social-box-top .social-box-top__link a:after {
  font-weight: 400;
}
.social-box-top .social-box-top__link a:hover:after,
.social-box-top .social-box-top__link a:focus:after,
.social-box-top .social-box-top__link a:active:after {
  -moz-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
}
.social-box-top .social-box-top__link.facebook a {
  display: inline-block;
  text-decoration: none;
}
.social-box-top .social-box-top__link.facebook a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 1;
  color: #989898;
  content: '\f082';
  font-family: 'Font Awesome 5 Brands';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-box-top .social-box-top__link.facebook a:hover:after {
  color: #7f7f7f;
}
.social-box-top .social-box-top__link.facebook a:active:after {
  color: #7f7f7f;
}
.social-box-top .social-box-top__link.twitter a {
  display: inline-block;
  text-decoration: none;
}
.social-box-top .social-box-top__link.twitter a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 1;
  color: #989898;
  content: '\f099';
  font-family: 'Font Awesome 5 Brands';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-box-top .social-box-top__link.twitter a:hover:after {
  color: #7f7f7f;
}
.social-box-top .social-box-top__link.twitter a:active:after {
  color: #7f7f7f;
}
.social-box-top .social-box-top__link.instagram a {
  display: inline-block;
  text-decoration: none;
}
.social-box-top .social-box-top__link.instagram a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 1;
  color: #989898;
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-box-top .social-box-top__link.instagram a:hover:after {
  color: #7f7f7f;
}
.social-box-top .social-box-top__link.instagram a:active:after {
  color: #7f7f7f;
}
/* owl */
.image-gallery.thumbnails {
  max-height: 706px;
  overflow: hidden;
  overflow-y: auto;
}
.image-gallery.thumbnails::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #4aa28f;
  background-color: transparent;
}
.image-gallery.thumbnails::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.image-gallery.thumbnails::-webkit-scrollbar-thumb {
  background-color: #4aa28f;
}
@media (max-width: 767px) {
  .owl-gallery-container.thumb_left .thumbnails {
    width: 100% !important;
    display: block !important;
    float: left !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .owl-gallery-container.thumb_left .thumbnails .owl-dot {
    width: 30% !important;
  }
}
@media (max-width: 767px) {
  .owl-gallery-container.thumb_left .productGallery {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .owl-gallery-container.thumb_left .thumbnails button,
  .owl-gallery-container.thumb_left .thumbnails .checkout-cart-index .page-main .action,
  .owl-gallery-container.thumb_left .thumbnails .methods-shipping .actions-toolbar .back .primary,
  .owl-gallery-container.thumb_left .thumbnails .block-authentication .actions-toolbar > .primary .action,
  .owl-gallery-container.thumb_left .thumbnails .modal-footer .action,
  .owl-gallery-container.thumb_left .thumbnails .modal-footer button,
  .owl-gallery-container.thumb_left .thumbnails .modal-footer .checkout-cart-index .page-main .action,
  .owl-gallery-container.thumb_left .thumbnails .modal-footer .methods-shipping .actions-toolbar .back .primary,
  .owl-gallery-container.thumb_left .thumbnails .modal-footer .block-authentication .actions-toolbar > .primary .action {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
  }
}
/* messager theme */
.message.error {
  background: rgba(224, 32, 32, 0.2);
  color: #E02020;
  border-radius: 5px;
  line-height: 1em;
  padding-left: 20px;
}
.message.error div {
  display: flex;
  align-items: center;
  text-align: center;
}
.message.error > *:first-child:before {
  color: #E02020;
  content: '\e941';
  font-family: 'icomoon';
  font-size: 28px;
  width: 45px;
  position: unset;
  height: 17px;
  margin-top: -4px;
  overflow: unset;
}
.message.success {
  background: rgba(75, 138, 0, 0.2);
  color: #4B8A09;
  border-radius: 5px;
  line-height: 1em;
  padding-left: 20px;
}
.message.success div {
  display: flex;
  align-items: center;
  text-align: center;
}
.message.success > *:first-child:before {
  color: #4B8A09;
  content: '\e943';
  font-family: 'icomoon';
  font-size: 28px;
  width: 45px;
  position: unset;
  height: 17px;
  margin-top: -4px;
  overflow: unset;
}
.message.info {
  background: rgba(250, 100, 0, 0.2);
  color: #FA6400;
  border-radius: 5px;
  line-height: 1em;
  padding-left: 20px;
}
.message.info div {
  display: flex;
  align-items: center;
  text-align: center;
}
.message.info > *:first-child:before {
  color: #FA6400;
  content: '\e944';
  font-family: 'icomoon';
  font-size: 28px;
  width: 45px;
  position: unset;
  height: 17px;
  margin-top: -4px;
  overflow: unset;
}
.message.notice {
  background: rgba(0, 145, 255, 0.2);
  color: #0091FF;
  border-radius: 5px;
  line-height: 1em;
  padding-left: 20px;
}
.message.notice div {
  display: flex;
  align-items: center;
  text-align: center;
}
.message.notice > *:first-child:before {
  color: #0091FF;
  content: '\e942';
  font-family: 'icomoon';
  font-size: 28px;
  width: 45px;
  position: unset;
  height: 17px;
  margin-top: -4px;
  overflow: unset;
}
.message.error > *:first-child:before {
  top: 21px;
}
.page.messages .message {
  margin: 20px auto;
  width: 100%;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
}
/* cookies */
.message.global.cookie {
  text-align: center;
  background: #f1f1f1;
}
.message.global.cookie .btn-cookie-allow {
  border: 1px solid #000 !important;
  font-weight: 700 !important;
  padding: 7px 15px !important;
  font-size: 1.4rem !important;
}
.message.global.cookie .btn-cookie-allow:hover {
  background: #000;
  border: #000 1px solid;
}
@media screen and (max-width: 1024px) {
  .empty-container {
    display: none;
  }
  .links-container {
    width: 50%;
    float: unset !important;
    margin-right: 45px;
  }
  .logo-links-container {
    justify-content: space-between;
    padding: 0 40px;
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .logo-links-container {
    width: unset;
    justify-content: space-between;
    padding: 0 0;
  }
  .block-search {
    width: auto;
    padding-left: 0;
    margin-right: 0;
  }
}
.checkout-cart-index .grand.totals.incl {
  display: none;
}
.product-options-bottom {
  max-width: unset !important;
}
.product-options-bottom .box-tocart {
  margin-right: unset !important;
}
.product-options-bottom button,
.product-options-bottom .checkout-cart-index .page-main .action,
.product-options-bottom .methods-shipping .actions-toolbar .back .primary,
.product-options-bottom .block-authentication .actions-toolbar > .primary .action,
.product-options-bottom .modal-footer .action,
.product-options-bottom .modal-footer button,
.product-options-bottom .modal-footer .checkout-cart-index .page-main .action,
.product-options-bottom .modal-footer .methods-shipping .actions-toolbar .back .primary,
.product-options-bottom .modal-footer .block-authentication .actions-toolbar > .primary .action {
  width: 100% !important;
}
.message div {
  text-align: left !important;
}
.message div a {
  display: contents;
}
.wishlist-index-index .product-image-photo {
  margin: 50px 0;
}
.wishlist-index-index .product-item-name a {
  text-align: left;
  font-weight: 400;
}
.sidebar .block.filter .filter-options {
  border-bottom: 1px solid #4aa28f;
  margin-bottom: 35px;
  padding-bottom: 0 !important;
}
.sidebar .block.filter .filter-current .item {
  margin-bottom: 10px;
}
input[type="radio"]:not(.no-style) {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: auto;
}
input[type="radio"]:not(.no-style):checked + label:after,
input[type="radio"]:not(.no-style):checked + .label:after,
input[type="radio"]:not(.no-style):checked + span:after {
  content: "";
  background-color: #000000;
}
input[type="radio"]:not(.no-style) + label,
input[type="radio"]:not(.no-style) + .label,
input[type="radio"]:not(.no-style) + span {
  position: relative;
  justify-items: baseline;
  align-items: baseline;
  display: flex;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 0 10px 31px;
  font-size: 1.1rem;
  letter-spacing: 0.3px;
  min-height: 35px;
}
input[type="radio"]:not(.no-style) + label:after,
input[type="radio"]:not(.no-style) + .label:after,
input[type="radio"]:not(.no-style) + span:after,
input[type="radio"]:not(.no-style) + label:before,
input[type="radio"]:not(.no-style) + .label:before,
input[type="radio"]:not(.no-style) + span:before {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 50%;
}
input[type="radio"]:not(.no-style) + label:before,
input[type="radio"]:not(.no-style) + .label:before,
input[type="radio"]:not(.no-style) + span:before {
  height: 20px;
  width: 20px;
  border: 1px solid #000000;
  left: 0;
  top: 6px;
}
input[type="radio"]:not(.no-style) + label:after,
input[type="radio"]:not(.no-style) + .label:after,
input[type="radio"]:not(.no-style) + span:after {
  height: 12px;
  width: 12px;
  left: 5px;
  top: 11px;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  background-color: transparent;
}
input[type="checkbox"]:not(.no-style) {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: auto;
}
input[type="checkbox"]:not(.no-style):checked + label:after,
input[type="checkbox"]:not(.no-style):checked + span:after {
  content: "";
  border-color: #000000;
}
input[type="checkbox"]:not(.no-style) + label,
input[type="checkbox"]:not(.no-style) + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 0 10px 31px;
  font-size: 1.1rem;
  letter-spacing: 0.3px;
}
input[type="checkbox"]:not(.no-style) + label:after,
input[type="checkbox"]:not(.no-style) + span:after,
input[type="checkbox"]:not(.no-style) + label:before,
input[type="checkbox"]:not(.no-style) + span:before {
  position: absolute;
  content: "";
  display: inline-block;
}
input[type="checkbox"]:not(.no-style) + label:before,
input[type="checkbox"]:not(.no-style) + span:before {
  content: '';
  position: absolute;
  border: 1px solid #000000;
  width: 18px;
  height: 18px;
  left: 0;
  top: 6px;
  border-radius: 0px;
  display: block;
}
input[type="checkbox"]:not(.no-style) + label:after,
input[type="checkbox"]:not(.no-style) + span:after {
  content: '' !important;
  margin: 0 !important;
  left: 7px;
  bottom: auto;
  top: 9px;
  width: 4px;
  height: 8px;
  border: solid transparent;
  border-color: transparent;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select,
textarea {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 10px;
  font-size: 1.1rem;
  letter-spacing: 0.3px;
  color: #676767;
  border: 1px solid #9a9a9a;
  background-color: #ffffff;
  height: 36px;
  margin: 0;
  width: 100%;
}
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,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #676767;
  text-transform: uppercase;
}
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,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #676767;
  text-transform: uppercase;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="datetime"]::placeholder,
input[type="email"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #676767;
  text-transform: uppercase;
}
textarea {
  padding: 10px;
  min-height: 100px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url('../../frontend/Idea07/client-customization/pl_PL//images/icons/select-bg.svg') no-repeat 100% 45%;
  background-size: 30px 60px;
  padding-right: 25px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
.breadcrumbs {
  margin-bottom: 28px;
  margin-top: 23px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -0.1px;
}
.breadcrumbs .items .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.breadcrumbs .items .item:after {
  opacity: 0.5;
  margin: 1px 10px 0;
}
.breadcrumbs .items strong {
  opacity: 0.5;
}
.footer {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.social-links {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e5e6eb;
  border-bottom: 1px solid #e5e6eb;
  padding-top: 23px;
  padding-bottom: 23px;
}
.social-links .block-title {
  padding-right: 3%;
  color: #aeb3bf;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 2rem;
}
.social-links .links-box__link {
  padding: 0 3% !important;
  margin: 0 !important;
}
.social-links .links-box__link a::after {
  content: '';
  height: 22px;
  width: 22px;
  display: inline-block;
}
.social-links .links-box__link:hover {
  text-decoration: none;
}
.social-links .facebook-social a::after {
  background: url("../../frontend/Idea07/client-customization/pl_PL/images/icons/facebook-icon.svg") no-repeat center center;
  background-size: 18px 18px;
}
.social-links .instagram-social a::after {
  background: url("../../frontend/Idea07/client-customization/pl_PL/images/icons/instagram-icon.svg") no-repeat center center;
  background-size: 18px 18px;
}
.footer-links {
  color: #a7a7a7;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-orient: row;
  -ms-box-orient: row;
  -webkit-box-orient: row;
  box-orient: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .footer-links {
    display: block;
  }
}
.footer-links__left {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  background: #f5f6fa;
  padding: 2rem 0;
}
@media screen and (max-width: 640px) {
  .footer-links__left {
    width: 100%;
  }
}
.footer-links__left__logo {
  width: 50%;
  padding: 0 10%;
}
.footer-links__left__logo img {
  height: auto;
}
.footer-links__left__contact {
  display: flex;
  width: 50%;
  flex-direction: column;
  padding: 0 10%;
  font-size: 1.1rem;
  line-height: 1.6;
}
.footer-links__left_max {
  max-width: 590px;
  width: 100%;
  padding-left: 10%;
  display: flex;
  justify-content: center;
}
.footer-links__right {
  display: flex;
  width: 50%;
  justify-content: flex-start;
  background: #ffffff;
  padding: 2rem 0;
}
@media screen and (max-width: 640px) {
  .footer-links__right {
    width: 100%;
  }
}
.footer-links__right .footer-links-box {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10%;
}
.footer-links__right_max {
  max-width: 590px;
  width: 100%;
  padding-right: 10%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .footer-links__right_max {
    padding-right: 0%;
    padding-left: 10%;
  }
}
.footer-links .links-box.social-box {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.footer-links .links-box.social-box .links-box__links {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding-right: 23px;
  max-width: 160px;
}
.footer-links .links-box.social-box .links-box__link {
  margin: 0;
  display: inline-block;
}
.footer-links .links-box.social-box .links-box__link span {
  display: none;
}
.footer-links .links-box.social-box .links-box__link a {
  font-size: 0;
}
.footer-links .links-box.social-box .links-box__link a:after {
  font-weight: 400;
}
.footer-links .links-box.social-box .links-box__link a:hover:after,
.footer-links .links-box.social-box .links-box__link a:focus:after,
.footer-links .links-box.social-box .links-box__link a:active:after {
  -moz-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
}
.footer-links .links-box.social-box .links-box__link.facebook a {
  display: inline-block;
  text-decoration: none;
}
.footer-links .links-box.social-box .links-box__link.facebook a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 1;
  color: #989898;
  content: '\f082';
  font-family: 'Font Awesome 5 Brands';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.footer-links .links-box.social-box .links-box__link.facebook a:hover:after {
  color: #7f7f7f;
}
.footer-links .links-box.social-box .links-box__link.facebook a:active:after {
  color: #7f7f7f;
}
.footer-links .links-box.social-box .links-box__link.twitter a {
  display: inline-block;
  text-decoration: none;
}
.footer-links .links-box.social-box .links-box__link.twitter a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 1;
  color: #989898;
  content: '\f099';
  font-family: 'Font Awesome 5 Brands';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.footer-links .links-box.social-box .links-box__link.twitter a:hover:after {
  color: #7f7f7f;
}
.footer-links .links-box.social-box .links-box__link.twitter a:active:after {
  color: #7f7f7f;
}
.footer-links .links-box.social-box .links-box__link.instagram a {
  display: inline-block;
  text-decoration: none;
}
.footer-links .links-box.social-box .links-box__link.instagram a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 1;
  color: #989898;
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.footer-links .links-box.social-box .links-box__link.instagram a:hover:after {
  color: #7f7f7f;
}
.footer-links .links-box.social-box .links-box__link.instagram a:active:after {
  color: #7f7f7f;
}
.footer-links .links-box__logo {
  margin-top: 15px;
  display: block;
  text-align: left;
  max-width: 259px;
  width: 100%;
}
.footer-links .links-box__logo img {
  max-height: 100px;
  height: auto;
}
.footer-links .links-box__title {
  font-size: 1.1rem;
  letter-spacing: 0.6px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  color: #4aa28f;
}
.footer-links .links-box__title.sec-payments {
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
}
.footer-links .links-box__title.sec-payments .links-box__links {
  margin-top: 10px;
}
.footer-links .links-box__links {
  padding: 0;
  margin: 0;
}
.footer-links .links-box__links.about-us .links-box__link {
  margin-bottom: 0;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.footer-links .links-box__link {
  font-size: 1.1rem;
  line-height: 1.9;
  margin: 0px 0 10px;
}
.footer-links .links-box__link.contact {
  font-weight: 700;
  margin-top: 15px;
  text-decoration: underline;
}
.footer-links .links-box__link:last-of-type {
  margin-bottom: 0;
}
.copyright-container {
  background-color: #f5f6fa;
  position: relative;
}
.copyright-container .copyright-wrapper {
  border-top: 1px solid #e5e6eb;
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .copyright-container .copyright-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.copyright-container .switcher-dropdown li a {
  color: #ffffff;
}
.copyright-container .copyright {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  color: #aeb3bf;
  line-height: 1.2;
  margin: 0 0 24px;
}
.copyright-container .switcher-dropdown li {
  color: #ffffff;
}
.copyright-container .switcher-dropdown li a {
  color: #ffffff;
}
.copyright-container .switcher {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.copyright-container .switcher-label {
  display: none;
}
.copyright-container .switcher-options {
  position: relative;
  margin: 0 0 27px;
  z-index: 2;
}
.copyright-container .switcher-options.active .switcher-dropdown {
  max-height: 200px;
}
.copyright-container .switcher-trigger {
  display: inline-block;
  text-decoration: none;
  height: 26px;
  width: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px 0 10px;
  cursor: pointer;
  position: relative;
  color: #aeb3bf;
  border: 1px solid #aeb3bf;
  background-color: transparent;
}
.copyright-container .switcher-trigger:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 1;
  color: #aeb3bf;
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.copyright-container .switcher-trigger:after,
.copyright-container .switcher-trigger:before {
  font-weight: 600;
}
.copyright-container .switcher-trigger:after {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
}
.copyright-container .switcher-trigger.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.copyright-container .switcher-trigger strong {
  font-weight: 400;
}
.copyright-container .switcher-dropdown {
  position: absolute;
  text-align: left;
  padding: 0;
  left: 0;
  bottom: calc(100% - 1px);
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.4s ease-in-out;
  -webkit-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
}
.copyright-container .switcher-dropdown li {
  color: #4aa28f;
  border: 1px solid #4aa28f;
  background-color: #4aa28f;
  margin: 0;
  width: 100%;
}
.copyright-container .switcher-dropdown li a {
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 26px;
}
.copyright-container .switcher ul {
  margin: 0;
}
.promotions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 17px;
}
.promotions .section-title {
  font-size: 2.8rem;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  text-align: center;
  border-top: 1px solid #f5f5f5;
  padding-top: 63px;
  margin: 0 0 31px;
}
@media (min-width: 768px) {
  .promotions .section-title {
    font-size: 3.5rem;
    margin: 0 0 14px;
  }
}
.promotions__title {
  line-height: 1.2;
  color: #000000;
  margin: 0 0 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  text-align: center;
  border-top: 1px solid #f5f5f5;
  padding-top: 63px;
  margin: 0 0 31px;
  color: #ffffff;
  margin: 0 0 33px;
  letter-spacing: 1px;
  text-align: left;
  font-size: 2.8rem;
  padding-top: 0;
  border: 0;
}
@media (min-width: 768px) {
  .promotions__title {
    font-size: 3.5rem;
    margin: 0 0 14px;
  }
}
.promotions__box {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  position: relative;
  margin-bottom: 35px;
}
.promotions__box:last-of-type {
  margin-bottom: 0;
}
.promotions__content {
  position: absolute;
  bottom: 33px;
  left: 30px;
}
.promotions__text {
  line-height: 1.2;
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.promotions__link {
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-height: 36px;
  font-size: 11px;
  letter-spacing: 2px;
  color: #ffffff;
  background: #000000;
  border: 1px solid;
  border-color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
  padding: 0 20px;
  min-width: 190px;
  box-shadow: none;
  width: 190px;
  padding-right: 18px;
}
.promotions__link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.promotions__link:after,
.promotions__link:before {
  font-weight: 600;
}
.promotions__link:after {
  content: true;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  margin: 0;
}
.promotions__link:hover,
.promotions__link:focus,
.promotions__link:active {
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  background: #ffffff;
  border: 1px solid;
  border-color: #000000;
  box-shadow: none;
}
.promotions__link:hover:after,
.promotions__link:focus:after,
.promotions__link:active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1;
  color: #000000;
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.promotions__link:hover:after,
.promotions__link:focus:after,
.promotions__link:active:after,
.promotions__link:hover:before,
.promotions__link:focus:before,
.promotions__link:active:before {
  font-weight: 600;
}
.promotions__link:hover:after,
.promotions__link:focus:after,
.promotions__link:active:after {
  content: true;
}
/* PROMO BANERS */
.active-promo {
  margin: 0 auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
}
.active-promo .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 28px;
  margin-top: 0px;
}
.active-promo .block-title::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.active-promo-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.5rem;
}
.active-promo-flex__col {
  position: relative;
  width: 31.5%;
  height: 250px;
}
@media screen and (max-width: 820px) {
  .active-promo-flex__col {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .active-promo-flex__col {
    width: 100%;
  }
}
.active-promo-flex__col img {
  border-radius: 10px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.active-promo-flex__col h1,
.active-promo-flex__col h2,
.active-promo-flex__col h3,
.active-promo-flex__col h4,
.active-promo-flex__col h5,
.active-promo-flex__col h6 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.75rem;
  position: absolute;
  top: 1.5rem;
  left: 2.5rem;
  font-weight: 400;
  padding-right: 5%;
  line-height: 1.2;
}
.active-promo-flex__col h1 strong,
.active-promo-flex__col h2 strong,
.active-promo-flex__col h3 strong,
.active-promo-flex__col h4 strong,
.active-promo-flex__col h5 strong,
.active-promo-flex__col h6 strong {
  font-size: 7rem;
  line-height: 1;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 1024px) {
  .active-promo-flex__col h1 strong,
  .active-promo-flex__col h2 strong,
  .active-promo-flex__col h3 strong,
  .active-promo-flex__col h4 strong,
  .active-promo-flex__col h5 strong,
  .active-promo-flex__col h6 strong {
    font-size: 5rem;
  }
}
.active-promo-flex__col a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: inline-block;
  padding: 1rem 2rem 1rem 3rem;
  border-radius: 5px;
  position: absolute;
  bottom: 3.2rem;
  left: 3rem;
  background: #4aa28f;
}
.active-promo-flex__col a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 1.1rem;
  padding-left: 1.8rem;
}
.active-promo-flex__col a:hover {
  text-decoration: none;
  background: #000000;
}
@media screen and (max-width: 820px) {
  .active-promo-flex__col:nth-last-child(1) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .active-promo-flex__col:nth-child(1) {
    display: none;
  }
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.cms-index-index .socials-box {
  /*top: 100%;
      @media (max-width: 1025px) and (min-width: 767px){
      height: 225%;
      }
      @media (min-width: 1680px) {
      right: 29px;
      }
      @media (min-width: 1700px) {
        right: 39px;
      }
      @media (min-width: 1920px) {
        right: 149px;
      }
      @media (min-width: 2560px) {
        right: 782px;
      }*/
  border: 0;
}
.socials-box {
  display: none;
}
.page-title-wrapper {
  margin-bottom: 30px;
}
.page-title-wrapper .page-title {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
  display: inline-block;
}
.page-title-wrapper .title-qty {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.cms-page-view .page-title-wrapper .page-title {
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: 400;
}
.cms-page-view .content {
  font-size: 1.4rem;
  line-height: 1.6;
}
.cms-page-view .content table td {
  vertical-align: middle;
}
.cms-page-view .content table td img {
  width: auto;
  height: auto;
}
.cms-no-route .page-footer {
  margin-top: auto;
}
.cms-no-route .page-title-wrapper {
  text-align: center;
  margin-top: 30px;
}
.cms-no-route .page-title-wrapper .page-title {
  font-size: 13rem;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #4aa28f;
  line-height: 1;
}
.cms-no-route .column.main {
  min-height: 0;
}
.cms-no-route .text {
  font-size: 3rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cms-no-route .actions-toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cms-no-route .actions-toolbar a {
  width: 100%;
  margin: 10px;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  height: 36px;
  font-size: 1.2rem;
  padding: 0 20px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cms-no-route .actions-toolbar a:hover,
.cms-no-route .actions-toolbar a:focus,
.cms-no-route .actions-toolbar a:active {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.why-us {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 5% 0;
  background: #f5f6fa;
}
.why-us .block-title {
  padding-top: 46px;
  font-size: 2.3rem;
  width: 1190px;
  display: block;
  padding-bottom: 55px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .why-us .block-title {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .why-us .block-title {
    width: 100%;
  }
}
.why-us .content-size {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .why-us .content-size {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .why-us .content-size {
    width: 100%;
  }
}
.why-us .whyus {
  display: flex;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 55px;
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .why-us .whyus {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .why-us .whyus {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .why-us .whyus {
    width: 100%;
    display: -ms-grid;
    display: grid;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}
.why-us .whyus__col {
  width: 100%;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 640px) {
  .why-us .whyus__col {
    width: 100%;
    padding: 1rem 15%;
  }
}
.why-us .whyus__col .fas {
  color: #4aa28f;
  font-size: 4.6rem;
}
.why-us .whyus__col .fab {
  color: #4aa28f;
  font-size: 4.6rem;
}
.why-us .whyus__col span {
  color: #4aa28f;
  font-size: 0;
}
.why-us .whyus__col span:before {
  font-size: 4.6rem;
}
.why-us .whyus__col h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: #adafbc;
}
.why-us .whyus__col:hover {
  transform: scale(1.3);
}
#maincontent + .why-us {
  margin: 20px 0 0;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  max-height: 550px;
}
.swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  width: 18px;
  height: 50px;
  margin-top: 0px;
  background-size: 18px 50px;
  left: 30px;
  top: 50%;
}
.swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  width: 18px;
  height: 50px;
  margin-top: 0px;
  background-size: 18px 50px;
  right: 30px;
  top: 50%;
}
.swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 1px;
  text-align: center;
  line-height: 0;
  font-size: 0;
  opacity: 1;
  background: #c0c6d3;
}
.swiper-container .swiper-pagination-bullet-active {
  height: 3px;
}
.swiper-container .swiper-pagination-bullets {
  bottom: 25px !important;
}
.swiper-container-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-container-2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo-swiper {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
}
.promo-swiper .swiper-slide {
  text-align: center;
}
.promo-swiper h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 23.5%;
  left: 15%;
}
@media screen and (max-width: 1024px) {
  .promo-swiper h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .promo-swiper h2 {
    top: 5%;
    font-size: 3rem;
  }
}
.promo-swiper h3 {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 72%;
  left: 15%;
}
@media screen and (max-width: 1024px) {
  .promo-swiper h3 {
    font-size: 4rem;
    bottom: 22%;
  }
}
@media screen and (max-width: 640px) {
  .promo-swiper h3 {
    font-size: 3rem;
    bottom: 35%;
  }
}
.promo-swiper h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4aa28f;
  position: absolute;
  top: 18.5%;
  left: 15%;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .promo-swiper h4 {
    top: 1%;
  }
}
.promo-swiper a {
  text-decoration: none;
  background: #4aa28f;
  font-size: 1.5rem;
  color: #ffffff;
  position: absolute;
  top: 75%;
  left: 34%;
  display: inline-block;
  padding: 1.3rem 3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .promo-swiper a {
    top: 85%;
    left: 15%;
  }
}
@media screen and (max-width: 640px) {
  .promo-swiper a {
    top: 85%;
    left: 15%;
  }
}
.promo-swiper a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 1.5rem;
  padding-left: 1.5rem;
}
.promo-swiper img {
  width: 100%;
  height: 590px;
  object-fit: cover;
}
.recommended-categories-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  padding-top: 5rem;
}
.recommended-categories-header h3 {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 5rem;
}
.recommended-categories-header h3::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.recommended-categories-swiper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  margin-bottom: 3rem;
}
.recommended-categories-swiper .image-box {
  overflow: hidden;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0% 5%;
}
.recommended-categories-swiper .image-box img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.recommended-categories-swiper .swiper-container-3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.recommended-categories-swiper .swiper-container-3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #e5e6eb;
}
.recommended-categories-swiper .swiper-container-3 .swiper-slide img {
  transition: all 0.2s ease-in-out;
}
.recommended-categories-swiper .swiper-container-3 .swiper-slide img:hover {
  transform: scale(1.3);
}
.recommended-categories-swiper .swiper-container-3 .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: -3%;
  display: block !important;
}
@media (max-width: 768px) {
  .recommended-categories-swiper .swiper-container-3 .swiper-button-prev {
    display: none;
  }
}
.recommended-categories-swiper .swiper-container-3 .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: -3%;
  display: block !important;
}
@media (max-width: 768px) {
  .recommended-categories-swiper .swiper-container-3 .swiper-button-next {
    display: none;
  }
}
.swiper-container-7 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.products-crosssell .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: -3%;
}
.products-crosssell .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: -3%;
}
.swiper-container-8 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-container-8 .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container-8 .swiper-wrapper .swiper-slide .product-item {
  padding-top: 0;
}
.swiper-container-8 .swiper-wrapper .swiper-slide .product-image-container {
  border: 1px solid #e5e6eb;
  padding: 3rem 7rem;
  border-radius: 10px;
}
.swiper-container-8 .swiper-wrapper .swiper-slide img {
  height: 200px;
  object-fit: contain;
}
.swiper-container-8 .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: -3%;
}
.swiper-container-8 .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: -3%;
}
.product-list-widget-container .section-title {
  margin-top: 0px;
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 30px;
}
.product-list-widget-container .section-title::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.bestsel .product-list-widget-container {
  position: relative;
}
.bestsel .product-list-widget-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 38%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: -30px;
  display: block !important;
}
.bestsel .product-list-widget-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 38%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: -30px;
  display: block !important;
}
@media (min-width: 1280px) {
  .bestsel .product-list-widget-container {
    position: relative;
  }
  .bestsel .product-list-widget-container .swiper-button-prev {
    top: 55%;
    left: -7%;
  }
  .bestsel .product-list-widget-container .swiper-button-next {
    top: 55%;
    right: -7%;
  }
}
.swiper-container-idea {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e6eb;
  margin-bottom: 55px;
}
.swiper-container-idea .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details {
  padding-top: 0;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details .price-box .price-label {
  display: none;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details .price-box .price {
  font-size: 2.3rem;
  color: #4aa28f;
  font-weight: 400;
  padding: 0;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details .price-box .old-price {
  text-decoration: none;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details .price-box .old-price .price {
  font-size: 1.5rem;
  color: #adafbc;
  font-weight: 400;
  padding: 0;
  text-decoration: line-through;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details .price-box .special-price .price {
  font-size: 2.3rem;
  color: #4aa28f;
  font-weight: 400;
  padding: 0;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details .product-item-name {
  text-transform: uppercase;
  font-weight: 400;
  font-weight: 1rem;
  padding-top: 10px;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-image-container {
  border: 1px solid #e5e6eb;
  padding: 1rem 7rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 10px;
}
.swiper-container-idea .swiper-wrapper .swiper-slide img {
  height: 185px;
  object-fit: contain;
}
.swiper-container-idea .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 55%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: 0;
}
.swiper-container-idea .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 55%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.homepage-slider__category {
  color: #4aa28f;
  font-size: 1.3rem;
}
.homepage-slider__title {
  color: #000000;
  text-transform: uppercase;
  font-size: 6rem;
  max-width: none;
}
.homepage-slider__description {
  color: #aeb3bf;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.homepage-slider__description strong {
  color: #4aa28f;
  font-size: 3.7rem;
  font-weight: 400;
  display: block;
  line-height: 1;
}
.action.go-to {
  display: none;
}
.homepage-slider {
  max-width: 1920px;
  margin: 0 auto;
  /**
   przy mniejszym powiekszeniu robi sie puste pole
   min-height: 100vh;
   */
}
@media screen and (max-width: 640px) {
  .homepage-slider_item img {
    position: unset;
    top: 0;
    transform: none;
    left: 0;
    max-width: 100%;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.homepage-slider__details {
  left: 12.5%;
  transform: unset;
  top: 36%;
}
.homepage-slider .slider-number {
  left: 34%;
  top: 33%;
  z-index: 1;
  letter-spacing: 23px;
  position: relative;
}
.homepage-slider .slider-number .active {
  color: #ebedf1;
  font-size: 26rem;
}
.homepage-slider .slider-number .from {
  display: none;
}
.homepage-slider__description {
  padding-top: 13%;
}
.homepage-slider__arrows {
  background: transparent;
  left: 32.3%;
  right: unset;
  bottom: 39px;
  margin-left: 0;
  width: auto;
  height: 73px;
}
.homepage-slider__arrows .slick-arrow:hover {
  border: 1px solid #aeb3bf;
}
.homepage-slider__arrows .slick-arrow.prev {
  padding: 5px 33px 0 15px;
  border: 1px solid #000000;
  border-right: unset;
}
.homepage-slider__arrows .slick-arrow.next {
  padding: 5px 15px 0 31px;
  border: 1px solid #ffffff;
  margin-left: 0;
  border-left: unset;
}
.homepage-slider__imgbig img {
  padding-left: unset;
  max-width: none;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.homepage-slider__thumbs {
  right: 0;
  bottom: 50%;
  left: unset;
}
.homepage-slider .homepage-slider__thumbs {
  right: 0;
  bottom: 50% !important;
  transform: translateY(50%);
  left: unset;
}
.homepage-slider .homepage-slider__thumbs .slick-track {
  width: auto !important;
  transform: none;
  flex-direction: column;
}
.homepage-slider .homepage-slider__thumbs .slick-slide {
  padding-top: 0 !important;
  height: 133px;
}
.homepage-slider .homepage-slider__thumbs .slick-slide .homepage-slider__thumb {
  border-left: 4px solid transparent;
}
.homepage-slider .homepage-slider__thumbs .slick-slide .homepage-slider__thumb img {
  padding-left: 10px;
}
.homepage-slider .homepage-slider__thumbs .slick-current .homepage-slider__thumb {
  border-left: 4px solid #4aa28f;
}
.homepage-slider .homepage-slider__thumbs .slick-current .homepage-slider__thumb img {
  padding-left: 0;
}
.homepage-slider .homepage-slider__thumbs .slick-slide.slick-current {
  transform: none;
}
.homepage-slider .homepage-slider__thumbs p {
  z-index: 9;
  position: absolute;
  font-size: 1.5rem;
  color: #ffffff;
  bottom: 10px;
  left: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .homepage-slider__imgbig img {
    max-width: 100%;
    object-fit: cover;
  }
  .homepage-slider .slider-number {
    left: 3%;
    justify-content: unset;
  }
  .homepage-slider__title {
    padding-right: 20%;
  }
}
@media screen and (max-width: 820px) {
  .homepage-slider__imgbig img {
    padding-left: 50%;
  }
  .homepage-slider .slider-number {
    left: 0%;
    justify-content: unset;
  }
  .homepage-slider .slider-number .active {
    font-size: 25rem;
  }
  .homepage-slider__title {
    font-size: 5rem;
  }
  .homepage-slider .homepage-slider__thumbs.slider-before-init.slick-initialized {
    right: -30px !important;
  }
}
@media screen and (max-width: 640px) {
  .homepage-slider__imgbig img {
    padding-left: 0%;
  }
  .homepage-slider .slider-number {
    left: 45px;
    justify-content: unset;
    top: 52%;
    bottom: unset;
  }
  .homepage-slider .slick-dots {
    display: none !important;
  }
  .homepage-slider__item {
    flex-direction: column-reverse;
    height: auto;
  }
  .homepage-slider__text {
    width: 100%;
  }
  .homepage-slider__details {
    position: relative;
    padding: 25px;
    bottom: unset;
    left: unset;
  }
  .homepage-slider__title {
    padding-right: 0%;
    font-size: 2.5rem;
  }
  .homepage-slider__description {
    font-size: 1.3rem;
    padding-top: 0;
    display: block;
  }
  .homepage-slider__description strong {
    font-size: 3.7rem;
  }
  .homepage-slider__item img {
    position: relative;
    top: 0;
    transform: unset;
    left: 0;
    min-width: unset;
    min-height: unset;
    height: auto;
    width: auto;
    object-fit: contain;
    max-width: 100%;
    width: 100%;
  }
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.bestsellers {
  overflow: unset;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
  padding-top: 6rem;
}
.bestsellers__content {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.bestsellers__header {
  margin-bottom: 0;
  text-align: left;
}
.bestsellers__title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 2rem;
  margin-bottom: 0;
  font-weight: 400;
}
.bestsellers__title::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.bestsellers .product-item-photo {
  height: auto;
}
.bestsellers .product-item-photo img {
  position: unset;
  transform: none;
}
.bestsellers .swiper-container-5 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bestsellers .swiper-container-5 .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bestsellers .swiper-container-5 .swiper-wrapper .swiper-slide .product-item {
  padding-top: 0;
}
.bestsellers .swiper-container-5 .swiper-wrapper .swiper-slide .product-image-container {
  border: 1px solid #e5e6eb;
  padding: 3rem 7rem;
  border-radius: 10px;
}
.bestsellers .swiper-container-5 .swiper-wrapper .swiper-slide img {
  height: 200px;
  object-fit: contain;
}
.bestsellers .swiper-container-5 .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: -3%;
}
.bestsellers .swiper-container-5 .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: -3%;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.content-tips {
  background: #f5f6fa;
  padding: 4rem 0 5rem;
  max-width: 1600px;
  margin: 0 auto 50px;
  overflow: hidden;
}
.content-tips__header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  padding-bottom: 2rem;
}
.content-tips__header h3 {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 2rem;
  margin-bottom: 0;
  font-weight: 400;
}
.content-tips__header h3::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding: 0 1rem;
}
.swiper-container-4 {
  margin-left: -20%;
  margin-right: -20%;
  position: relative;
  height: 100%;
  padding-bottom: 5rem;
}
.swiper-container-4 .swiper-slide {
  opacity: 0.3;
  transition: opacity 1s ease-in-out;
}
.swiper-container-4 a:hover {
  text-decoration: none;
}
.swiper-container-4 a:hover h5 {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
  text-decoration: none;
}
.swiper-container-4 a:hover h4 {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
  text-decoration: none;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.swiper-container-4 h5 {
  color: #4aa28f;
  text-transform: uppercase;
  text-align: center;
  margin: 2rem 0 0.5rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .swiper-container-4 h5 {
    font-size: 1.5rem;
  }
}
.swiper-container-4 h4 {
  font-weight: 700;
  text-align: center;
  margin: 0rem;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .swiper-container-4 h4 {
    font-size: 2.5rem;
  }
}
.swiper-container-4 .swiper-slide-active {
  opacity: 1;
}
.swiper-container-4 .swiper-slide-active img {
  box-shadow: 0px 20px 25px -10px #676767;
}
.swiper-container-4 .swiper-pagination-bullet {
  width: 20px;
  height: 1px;
  text-align: center;
  line-height: 0;
  font-size: 0;
  color: #000;
  opacity: 1;
  background: #c0c6d3;
}
.swiper-container-4 .swiper-pagination-bullet-active {
  height: 3px;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.weekoffer {
  overflow: unset;
  margin-bottom: 0rem;
  padding-bottom: 5rem;
  padding-top: 65px;
  border-top: 1px solid #e5e6eb;
}
.weekoffer .pager {
  display: none;
}
.weekoffer .block_content {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.weekoffer .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 24px;
  font-weight: 400;
}
.weekoffer .block-title strong {
  font-size: 2.3rem;
  font-weight: 400;
}
.weekoffer .block-title::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.weekoffer .swiper-container-6 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details {
  padding-top: 0;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details .price-box .price-label {
  display: none;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details .price-box .price {
  font-size: 2.3rem;
  color: #4aa28f;
  font-weight: 400;
  padding: 0;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details .price-box .old-price {
  text-decoration: none;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details .price-box .old-price .price {
  font-size: 1.5rem;
  color: #adafbc;
  font-weight: 400;
  padding: 0;
  text-decoration: line-through;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details .price-box .special-price .price {
  font-size: 2.3rem;
  color: #4aa28f;
  font-weight: 400;
  padding: 0;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details .product-item-name {
  text-transform: uppercase;
  font-weight: 400;
  font-weight: 1rem;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-image-container {
  border: 1px solid #e5e6eb;
  padding: 1rem 7rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 10px;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide img {
  height: 185px;
  object-fit: contain;
}
.weekoffer .swiper-container-6 .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: 0;
}
.weekoffer .swiper-container-6 .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: 0;
}
.weekoffer .swiper-container-6 .pager {
  display: none !important;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
html body {
  color: #19223D;
}
html body .navigation .level0 > .level-top,
html body .navigation .level0.active > .level-top,
html body .navigation .level0.has-active > .level-top,
html body .navigation .level0 .submenu a,
html body .product-item-name {
  color: #19223D;
}
.page-wrapper #js-delivery-banner {
  background-color: #39889a;
  padding: 3px 20px;
  height: auto;
  border: unset !important;
}
.page-wrapper #js-delivery-banner .delivery-banner__text {
  color: #fff;
  text-transform: none;
  font-size: 1.5rem;
  letter-spacing: normal;
  text-align: center;
}
.page-wrapper #js-delivery-banner .delivery-banner__text:before {
  display: none;
}
@media (max-width: 640px) {
  .page-wrapper #js-delivery-banner .delivery-banner__text {
    font-size: 1.2rem;
  }
}
.page-wrapper #js-delivery-banner .delivery-banner__close {
  display: none;
}
.page-header {
  min-height: 100px;
}
.page-header .header.content {
  max-width: 100%;
  padding-top: 0;
}
.page-header .header.content .nav-toggle {
  display: block !important;
  top: 26px;
}
.page-header .logo-links-container {
  justify-content: space-between;
}
.page-header .empty-container {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 30%;
}
.page-header .empty-container .block-search {
  width: 230px;
}
.page-header .empty-container .block-search .label:before {
  content: "";
}
.page-header .empty-container .block-search .control input {
  border: none;
  border-bottom: 1px solid #b8bac0;
  border-radius: 0;
  width: 200px;
  height: 27px;
  font-size: 15px;
  padding: 0 30px 0 0;
  pointer-events: unset;
  background-size: 20px;
  box-sizing: content-box;
  transition: all 0.2s ease-in-out;
}
.page-header .empty-container .block-search .control input:focus {
  padding: 3px 35px 3px 5px;
  margin: -3px -5px;
}
.page-header .empty-container .block-search .control input::placeholder {
  text-transform: capitalize;
  font-size: 15px;
}
.page-header .empty-container .block-search .minisearch {
  position: relative;
}
.page-header .empty-container .block-search .minisearch #search_autocomplete {
  margin-top: 28px;
  max-width: 230px;
}
.page-header .empty-container .block-search .minisearch .action.search {
  display: block;
  position: absolute;
  right: 0;
  top: -3px;
  background: url("../../frontend/Idea07/client-customization/pl_PL/images/icons/search.png") no-repeat center center;
  border: 0 none;
  background-size: 20px;
  margin-right: -8px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: 9999px;
  opacity: 0.8;
  z-index: 11;
  cursor: pointer;
  pointer-events: inherit;
}
.page-header .empty-container .block-search .minisearch .action.search:hover {
  opacity: 1;
}
.page-header .logo-container .logo img {
  width: 457px;
  height: 45px;
  object-fit: contain;
  margin-bottom: -12px;
}
.page-header .links-container {
  padding-bottom: 5px;
  padding-top: 0;
  width: 30%;
}
.page-header .socials-box {
  background-color: transparent;
  height: 51.5vw;
  justify-content: flex-end;
  padding-right: 50px;
  padding-bottom: 55px;
  width: 100%;
  max-height: 825px;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-50%);
  align-items: flex-end;
  pointer-events: none;
}
.page-header .socials-box .socials-box__text {
  display: none;
}
.page-header .socials-box .socials-box__links .socials-box__link {
  margin: 12px 0;
  pointer-events: all;
}
.page-header .socials-box .socials-box__links .socials-box__link a::after {
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.page-header .socials-box .socials-box__links .socials-box__link.facebook a::after {
  background: url("../../frontend/Idea07/client-customization/pl_PL/images/icons/facebook-icon.svg") no-repeat center center;
  background-size: 30px 30px;
}
.page-header .socials-box .socials-box__links .socials-box__link.instagram a::after {
  background: url("../../frontend/Idea07/client-customization/pl_PL/images/icons/instagram-icon.svg") no-repeat center center;
  background-size: 30px 30px;
}
.page-header .header .logo-container .logo {
  margin: 15px 0 10px 40px;
}
@media screen and (max-width: 1024px) {
  .page-header .logo-links-container {
    padding-left: 0;
    padding-right: 20px;
  }
  .page-header .empty-container {
    display: block !important;
    height: 60px;
    position: absolute;
    background-color: transparent;
    z-index: 6;
    width: auto;
  }
  .page-header .empty-container .minisearch {
    background-color: #fff;
  }
  .page-header .empty-container .search-autocomplete {
    top: 40% !important;
  }
  .page-header .empty-container .block-search {
    width: auto;
  }
  .page-header .empty-container .block-search .control input {
    top: 0;
    position: static;
    opacity: 1;
    margin-top: 3px;
  }
  .page-header .empty-container .block-search .control input:not(:focus) {
    width: 0px;
    border-bottom-color: transparent;
  }
  .page-header .empty-container .block-search .minisearch .action.search {
    margin-right: 0;
    top: 0;
    pointer-events: none;
  }
  .page-header .empty-container .block-search .minisearch.active .action.search {
    pointer-events: initial;
  }
}
.minisearch .search-autocomplete {
  z-index: 21;
}
.menutop-container .nav-sections {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0;
}
.menutop-container .nav-sections .menu_cat_img {
  display: none;
}
.menutop-container .nav-sections,
.menutop-container .navigation {
  max-width: 100%;
}
.menutop-container .nav-sections-container {
  width: 100%;
}
.menutop-container .nav-sections-container nav.navigation ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
.menutop-container .nav-sections-container nav.navigation ul li.level0 > a {
  padding: 10px 75px;
}
.menutop-container .nav-sections-container nav.navigation ul li.level0 > .level-top {
  font-size: 1.7rem;
  font-weight: 600;
  white-space: nowrap;
  margin: 0;
}
.menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0 a {
  padding: 3px 20px;
}
.menutop-container .nav-sections-container nav.navigation ul li.level0.parent > .level-top:after {
  display: none;
}
.menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0 .category-item:hover,
.menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0 .category-item:focus,
.menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0 .category-item:active {
  background-color: transparent;
}
.menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0.submenu {
  background-color: #f3f3f3;
  max-width: 100%;
  top: 115px !important;
  justify-content: start;
  max-height: min(80vw, 490px) !important;
  flex-direction: column !important;
}
@media (min-width: 1024px) and (max-width: 1159.98px) {
  .menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0.submenu {
    max-height: min(80vh, 520px) !important;
  }
}
.menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0.submenu > .level1 > a {
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 1024px) and (max-width: 1159.98px) {
  .menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0.submenu > .level1 > a {
    font-size: 15px;
  }
}
@media (min-width: 1160px) and (max-width: 1279.98px) {
  .menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0.submenu > .level1 > a {
    font-size: 16px;
  }
}
.menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0.submenu .level2 > a {
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 1024px) and (max-width: 1159.98px) {
  .menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0.submenu .level2 > a {
    font-size: 13px;
  }
}
@media (min-width: 1160px) and (max-width: 1279.98px) {
  .menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0.submenu .level2 > a {
    font-size: 14px;
  }
}
.menutop-container nav.navigation ul li.level0 > .level0.submenu > .level1 {
  background-color: transparent;
  width: auto;
  margin-right: 5px;
}
.menutop-container nav.navigation ul li.level0 > .level0.submenu > .level1 > .submenu {
  left: 0 !important;
  width: 100%;
  top: 10px !important;
  position: relative;
  flex-direction: column !important;
  max-height: 100% !important;
  background-color: transparent;
}
.header.links li {
  height: 25px;
}
.header.links li.wishlist a:before,
.minicart-wrapper .action.showcart:before {
  color: #000;
}
.header.links li.header_account_link_list a {
  font-size: 0;
}
.header.links li.header_account_link_list a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/profile.png") no-repeat center center;
  background-size: 25px;
}
.header.links li.wishlist a {
  font-size: 0;
}
.header.links li.wishlist a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/wish.png") no-repeat center center;
  background-size: 25px;
}
.page-header .links-container {
  align-items: center;
}
.minicart-wrapper {
  display: flex;
  align-items: flex-end;
  height: 25px;
  margin-bottom: 0 !important;
}
.minicart-wrapper .action.showcart:before {
  content: "" !important;
  display: block;
  width: 25px;
  height: 27px;
  padding: 0;
  margin-top: 5px;
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/basket.png") no-repeat center center;
  background-size: 25px;
}
main .homepage-slider {
  min-height: 0;
}
main .homepage-slider .homepage-slider__arrows {
  left: 50px !important;
  bottom: 50px !important;
}
main .homepage-slider .homepage-slider__arrows .slick-arrow {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  position: relative;
  padding: 0;
}
main .homepage-slider .homepage-slider__arrows .slick-arrow:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg) translateY(-6px);
  position: absolute;
  background: none transparent;
  top: 50%;
  right: 23px;
}
main .homepage-slider .homepage-slider__arrows .slick-arrow.prev:after {
  transform: rotate(225deg) translateY(6px);
  right: 20px;
}
main .homepage-slider .homepage-slider__item {
  display: block !important;
}
main .homepage-slider .homepage-slider__item .homepage-slider__details {
  top: 15.5vw;
}
main .homepage-slider .homepage-slider__imgbig,
main .homepage-slider .homepage-slider__imgbig img {
  width: 100%;
  height: 100%;
  padding-left: 0 !important;
}
main .homepage-slider .homepage-slider__category {
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
}
main .homepage-slider .homepage-slider__title {
  font-size: 4.5vw;
  color: #fff;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0;
  max-width: 760px;
  position: relative;
  padding-bottom: 22px;
  margin-left: 0;
  margin-bottom: 5px;
}
main .homepage-slider .homepage-slider__title:after {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
main .homepage-slider .homepage-slider__description {
  padding-top: 1vw;
  color: #fff;
  text-transform: none;
  font-size: 1vw;
  font-weight: 600;
}
main .homepage-slider .slick-dots {
  position: absolute;
  bottom: 60px;
  width: auto;
  left: 210px;
}
main .homepage-slider .slick-dots li {
  margin: 0;
  position: static;
  width: 24px;
}
main .homepage-slider .slick-dots li button,
main .homepage-slider .slick-dots li .checkout-cart-index .page-main .action,
main .homepage-slider .slick-dots li .methods-shipping .actions-toolbar .back .primary,
main .homepage-slider .slick-dots li .block-authentication .actions-toolbar > .primary .action,
main .homepage-slider .slick-dots li .modal-footer .action,
main .homepage-slider .slick-dots li .modal-footer button,
main .homepage-slider .slick-dots li .modal-footer .checkout-cart-index .page-main .action,
main .homepage-slider .slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary,
main .homepage-slider .slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action {
  width: 24px;
  opacity: 1;
  box-shadow: none;
  background: transparent;
  padding-right: 0;
  padding-left: 0;
}
main .homepage-slider .slick-dots li button:before,
main .homepage-slider .slick-dots li .checkout-cart-index .page-main .action:before,
main .homepage-slider .slick-dots li .methods-shipping .actions-toolbar .back .primary:before,
main .homepage-slider .slick-dots li .block-authentication .actions-toolbar > .primary .action:before,
main .homepage-slider .slick-dots li .modal-footer .action:before,
main .homepage-slider .slick-dots li .modal-footer button:before,
main .homepage-slider .slick-dots li .modal-footer .checkout-cart-index .page-main .action:before,
main .homepage-slider .slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary:before,
main .homepage-slider .slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action:before {
  border-radius: 0;
  height: 1px;
  width: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  left: unset;
}
main .homepage-slider .slick-dots li button > span,
main .homepage-slider .slick-dots li button > span.i7sp2,
main .homepage-slider .slick-dots li .checkout-cart-index .page-main .action > span,
main .homepage-slider .slick-dots li .checkout-cart-index .page-main .action > span.i7sp2,
main .homepage-slider .slick-dots li .methods-shipping .actions-toolbar .back .primary > span,
main .homepage-slider .slick-dots li .methods-shipping .actions-toolbar .back .primary > span.i7sp2,
main .homepage-slider .slick-dots li .block-authentication .actions-toolbar > .primary .action > span,
main .homepage-slider .slick-dots li .block-authentication .actions-toolbar > .primary .action > span.i7sp2,
main .homepage-slider .slick-dots li .modal-footer .action > span,
main .homepage-slider .slick-dots li .modal-footer .action > span.i7sp2,
main .homepage-slider .slick-dots li .modal-footer button > span,
main .homepage-slider .slick-dots li .modal-footer button > span.i7sp2,
main .homepage-slider .slick-dots li .modal-footer .checkout-cart-index .page-main .action > span,
main .homepage-slider .slick-dots li .modal-footer .checkout-cart-index .page-main .action > span.i7sp2,
main .homepage-slider .slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary > span,
main .homepage-slider .slick-dots li .modal-footer .methods-shipping .actions-toolbar .back .primary > span.i7sp2,
main .homepage-slider .slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action > span,
main .homepage-slider .slick-dots li .modal-footer .block-authentication .actions-toolbar > .primary .action > span.i7sp2 {
  position: absolute;
  color: #fff;
  width: auto;
  height: auto;
  line-height: 1;
  display: none;
}
main .homepage-slider .slick-dots li.slick-active button:before,
main .homepage-slider .slick-dots li.slick-active .checkout-cart-index .page-main .action:before,
main .homepage-slider .slick-dots li.slick-active .methods-shipping .actions-toolbar .back .primary:before,
main .homepage-slider .slick-dots li.slick-active .block-authentication .actions-toolbar > .primary .action:before,
main .homepage-slider .slick-dots li.slick-active .modal-footer .action:before,
main .homepage-slider .slick-dots li.slick-active .modal-footer button:before,
main .homepage-slider .slick-dots li.slick-active .modal-footer .checkout-cart-index .page-main .action:before,
main .homepage-slider .slick-dots li.slick-active .modal-footer .methods-shipping .actions-toolbar .back .primary:before,
main .homepage-slider .slick-dots li.slick-active .modal-footer .block-authentication .actions-toolbar > .primary .action:before {
  background-color: #fff;
}
main .homepage-slider .slick-dots li.slick-active button > span,
main .homepage-slider .slick-dots li.slick-active .checkout-cart-index .page-main .action > span,
main .homepage-slider .slick-dots li.slick-active .methods-shipping .actions-toolbar .back .primary > span,
main .homepage-slider .slick-dots li.slick-active .block-authentication .actions-toolbar > .primary .action > span,
main .homepage-slider .slick-dots li.slick-active .modal-footer .action > span,
main .homepage-slider .slick-dots li.slick-active .modal-footer button > span,
main .homepage-slider .slick-dots li.slick-active .modal-footer .checkout-cart-index .page-main .action > span,
main .homepage-slider .slick-dots li.slick-active .modal-footer .methods-shipping .actions-toolbar .back .primary > span,
main .homepage-slider .slick-dots li.slick-active .modal-footer .block-authentication .actions-toolbar > .primary .action > span {
  display: inline-block;
  left: 0;
  bottom: 20px;
  font-size: 34px;
}
main .homepage-slider .slick-dots li:last-child button > span.i7sp2,
main .homepage-slider .slick-dots li:last-child .checkout-cart-index .page-main .action > span.i7sp2,
main .homepage-slider .slick-dots li:last-child .methods-shipping .actions-toolbar .back .primary > span.i7sp2,
main .homepage-slider .slick-dots li:last-child .block-authentication .actions-toolbar > .primary .action > span.i7sp2,
main .homepage-slider .slick-dots li:last-child .modal-footer .action > span.i7sp2,
main .homepage-slider .slick-dots li:last-child .modal-footer button > span.i7sp2,
main .homepage-slider .slick-dots li:last-child .modal-footer .checkout-cart-index .page-main .action > span.i7sp2,
main .homepage-slider .slick-dots li:last-child .modal-footer .methods-shipping .actions-toolbar .back .primary > span.i7sp2,
main .homepage-slider .slick-dots li:last-child .modal-footer .block-authentication .actions-toolbar > .primary .action > span.i7sp2 {
  display: inline-block;
  bottom: 20px;
  left: 40px;
  font-weight: 400;
  font-size: 2rem;
}
main .homepage-slider .slick-dots li:last-child button > span.i7sp2:before,
main .homepage-slider .slick-dots li:last-child .checkout-cart-index .page-main .action > span.i7sp2:before,
main .homepage-slider .slick-dots li:last-child .methods-shipping .actions-toolbar .back .primary > span.i7sp2:before,
main .homepage-slider .slick-dots li:last-child .block-authentication .actions-toolbar > .primary .action > span.i7sp2:before,
main .homepage-slider .slick-dots li:last-child .modal-footer .action > span.i7sp2:before,
main .homepage-slider .slick-dots li:last-child .modal-footer button > span.i7sp2:before,
main .homepage-slider .slick-dots li:last-child .modal-footer .checkout-cart-index .page-main .action > span.i7sp2:before,
main .homepage-slider .slick-dots li:last-child .modal-footer .methods-shipping .actions-toolbar .back .primary > span.i7sp2:before,
main .homepage-slider .slick-dots li:last-child .modal-footer .block-authentication .actions-toolbar > .primary .action > span.i7sp2:before {
  content: "/";
  margin-right: 2px;
}
@media screen and (max-width: 640px) {
  main .homepage-slider .homepage-slider__text {
    position: absolute;
  }
  main .homepage-slider .homepage-slider__description {
    font-size: 10px;
  }
}
@media screen and (max-width: 820px) {
  main .homepage-slider .homepage-slider__imgbig img {
    min-height: 300px;
  }
  main .homepage-slider .slick-dots {
    display: none !important;
  }
}
body .product-item .product-label-info .product-label img.label {
  position: unset;
}
body .product-item .product-badge {
  right: auto;
  left: 0;
  font-weight: 600;
  background-color: #90bcdb;
  text-transform: uppercase;
}
body .product-item .product-badge:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #588eb4 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
}
body .product-item .product-badge + .product-badge {
  background-color: #90dbcb;
}
body .product-item .product-badge + .product-badge:after {
  border-color: #4aa28f transparent transparent transparent;
}
body .product-item .tocart {
  background-color: #4aa28f;
  border-color: #4aa28f;
  width: auto;
  white-space: nowrap;
  margin: 0;
  float: right;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 1.5rem;
}
body .product-item .tocart:hover {
  background-color: #4aa28f;
  border-color: #4aa28f;
  color: #fff;
}
body .product-item .tocart:after {
  content: "" !important;
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/cart-button.png") no-repeat center right;
}
body .product-item .actions-primary {
  width: 100%;
  text-align: right;
}
body .product-item .actions-secondary {
  display: none;
}
body .product-item .product-item-name,
body .product-item .product-item-name a {
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
  display: block;
}
body .product-item .product-item-link {
  height: auto;
}
body .product-item .product-item-description {
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  height: 44px;
  font-size: 1.6rem;
  font-weight: 600;
}
body .product-item .product-item-description p {
  margin-bottom: 0;
}
body .product-item .product-item-description > *:not(p) {
  display: none;
}
body .product-item .price-box {
  float: left;
  height: 35px;
  line-height: 35px;
  padding-right: 10px;
}
body .product-item .price-box .price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #009e7f;
}
body .product-item .stock.unavailable,
body .product-item .stock.available {
  color: #19223D;
  text-transform: none;
  text-align: left;
  font-size: 1.4rem;
  clear: both;
}
body .product-item .product-item-inner .actions-primary .action.alert {
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #ffffff;
  background: #a8b4b2;
  border: 1px solid #a8b4b2;
  text-transform: uppercase;
  font-weight: 600;
  min-height: 36px;
  display: inline-block;
  line-height: 33px;
  padding: 0 13px;
}
body .product-item .product-item-inner .actions-primary .action.alert:hover {
  text-decoration: none;
}
body .product-item .normal-price .price-label {
  display: none;
}
main .widget .block-title,
.blog_recent .block-title,
.page-main .product-list-widget-container .section-title,
.page-wrapper .why-us .block-title,
.recommended-categories-header h3 {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  margin-top: 50px;
  padding-bottom: 18px;
  padding-top: 0;
}
main .widget .block-title > strong,
.blog_recent .block-title > strong,
.page-main .product-list-widget-container .section-title > strong,
.page-wrapper .why-us .block-title > strong,
.recommended-categories-header h3 > strong {
  font-weight: bold;
  font-size: 3.8rem;
}
main .widget .block-title:after,
.blog_recent .block-title:after,
.page-main .product-list-widget-container .section-title:after,
.page-wrapper .why-us .block-title:after,
.recommended-categories-header h3:after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background-color: #4aa28f;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
}
.swiper-wrapper .swiper-slide .product-image-container {
  border: 0 none !important;
  border-radius: 0 !important;
  width: 100%;
}
.swiper-wrapper .swiper-slide .product-image-container,
.swiper-wrapper .swiper-slide .product-image-wrapper,
.swiper-wrapper .swiper-slide .product-image-photo {
  width: 100%;
}
.swiper-wrapper .swiper-slide .product-item-details {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 10px 0 0;
}
.swiper-wrapper .swiper-slide .product-item-details .product-item-name {
  order: -1;
  font-size: 1.4rem !important;
  text-transform: none;
  font-weight: 600;
}
.swiper-wrapper .swiper-slide .product-item-details .price-box {
  justify-content: center;
  padding-right: 0;
}
.swiper-wrapper .swiper-slide .product-item-details .price-box .price {
  font-weight: 700 !important;
  font-size: 2.2rem !important;
  color: #009e7f !important;
  letter-spacing: unset;
}
.swiper-wrapper .swiper-slide .product-item-details .product-hover-details {
  display: none;
}
.swiper-container-moosmi {
  overflow: hidden;
  padding-bottom: 40px;
}
.swiper-container-moosmi .slick-dots {
  position: absolute;
  bottom: -45px;
  margin: 10px 0 20px;
}
.swiper-container-moosmi .slick-dots .slick-active button,
.swiper-container-moosmi .slick-dots .slick-active .checkout-cart-index .page-main .action,
.swiper-container-moosmi .slick-dots .slick-active .methods-shipping .actions-toolbar .back .primary,
.swiper-container-moosmi .slick-dots .slick-active .block-authentication .actions-toolbar > .primary .action,
.swiper-container-moosmi .slick-dots .slick-active .modal-footer .action,
.swiper-container-moosmi .slick-dots .slick-active .modal-footer button,
.swiper-container-moosmi .slick-dots .slick-active .modal-footer .checkout-cart-index .page-main .action,
.swiper-container-moosmi .slick-dots .slick-active .modal-footer .methods-shipping .actions-toolbar .back .primary,
.swiper-container-moosmi .slick-dots .slick-active .modal-footer .block-authentication .actions-toolbar > .primary .action {
  background-color: transparent;
}
.swiper-container-moosmi .slick-dots .slick-active button:before,
.swiper-container-moosmi .slick-dots .slick-active .checkout-cart-index .page-main .action:before,
.swiper-container-moosmi .slick-dots .slick-active .methods-shipping .actions-toolbar .back .primary:before,
.swiper-container-moosmi .slick-dots .slick-active .block-authentication .actions-toolbar > .primary .action:before,
.swiper-container-moosmi .slick-dots .slick-active .modal-footer .action:before,
.swiper-container-moosmi .slick-dots .slick-active .modal-footer button:before,
.swiper-container-moosmi .slick-dots .slick-active .modal-footer .checkout-cart-index .page-main .action:before,
.swiper-container-moosmi .slick-dots .slick-active .modal-footer .methods-shipping .actions-toolbar .back .primary:before,
.swiper-container-moosmi .slick-dots .slick-active .modal-footer .block-authentication .actions-toolbar > .primary .action:before {
  opacity: 1;
}
.swiper-container-moosmi .slick-dots button,
.swiper-container-moosmi .slick-dots .checkout-cart-index .page-main .action,
.swiper-container-moosmi .slick-dots .methods-shipping .actions-toolbar .back .primary,
.swiper-container-moosmi .slick-dots .block-authentication .actions-toolbar > .primary .action,
.swiper-container-moosmi .slick-dots .modal-footer .action,
.swiper-container-moosmi .slick-dots .modal-footer button,
.swiper-container-moosmi .slick-dots .modal-footer .checkout-cart-index .page-main .action,
.swiper-container-moosmi .slick-dots .modal-footer .methods-shipping .actions-toolbar .back .primary,
.swiper-container-moosmi .slick-dots .modal-footer .block-authentication .actions-toolbar > .primary .action {
  background-color: transparent;
}
.swiper-container-moosmi .slick-dots button:before,
.swiper-container-moosmi .slick-dots .checkout-cart-index .page-main .action:before,
.swiper-container-moosmi .slick-dots .methods-shipping .actions-toolbar .back .primary:before,
.swiper-container-moosmi .slick-dots .block-authentication .actions-toolbar > .primary .action:before,
.swiper-container-moosmi .slick-dots .modal-footer .action:before,
.swiper-container-moosmi .slick-dots .modal-footer button:before,
.swiper-container-moosmi .slick-dots .modal-footer .checkout-cart-index .page-main .action:before,
.swiper-container-moosmi .slick-dots .modal-footer .methods-shipping .actions-toolbar .back .primary:before,
.swiper-container-moosmi .slick-dots .modal-footer .block-authentication .actions-toolbar > .primary .action:before {
  background: #9c9d9d;
  transition: opacity .2s linear;
  opacity: .2;
}
.selected-for-you {
  margin: 0 auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.selected-for-you .block-content {
  padding-bottom: 0;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items {
  display: grid;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item {
  width: 100% !important;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 50px 30px;
  margin: 0 !important;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .tocart {
  float: none;
  padding: 0px 21px;
  font-weight: 400;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .tocart:after {
  margin-left: 17px;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .product-item-inner .actions-primary .action.alert {
  font-weight: 400;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .product-item-details {
  display: flex;
  flex-direction: column;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .product-item-details .price-box {
  order: -1;
  display: flex;
  align-items: baseline;
  flex-direction: row !important;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .product-item-details .price-box .old-price {
  order: 2 !important;
  margin-left: 15px;
  margin-bottom: -7px;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .product-item-details .price-box .old-price .price {
  color: #9c9d9d;
  font-size: 1.7rem;
  font-weight: 600 !important;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .product-item-details .add-to-cart-right {
  margin-left: 0 !important;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .product-item-details .product-item-name {
  order: -2;
  margin-bottom: 15px;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .stock.available {
  display: none;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .product-item-photo {
  display: block;
  width: 100%;
  height: 320px;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .product-item-photo * {
  width: 100%;
  height: 100%;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .product-item-photo img {
  object-fit: contain;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .product-item-link {
  font-size: 1.9rem;
  height: auto;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .product-item-description {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 20px 0;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .price-box {
  margin-bottom: 0;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .price-box .price {
  color: #009e7f;
  font-weight: 700;
  font-size: 2.5rem;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .special-price {
  margin-left: 0;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item .actions-primary {
  text-align: left;
}
.selected-for-you .block-products-list:not(.selected_slider) .product-items .price-box.price-final_price > .price-final_price {
  margin-top: 7px;
}
.selected-for-you .selected_slider {
  border-top: 0 none;
  padding-top: 0;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.selected-for-you .selected_slider .block-content {
  overflow: hidden;
}
.selected-for-you .selected_slider .swiper-button-next {
  right: -70px;
}
.selected-for-you .selected_slider .swiper-button-prev {
  left: -70px;
}
.selected-for-you .selected_slider .product-item-details .price-box .old-price {
  margin-left: 15px;
  margin-bottom: -7px;
}
.selected-for-you .selected_slider .product-item-details .price-box .old-price .price {
  color: #9c9d9d !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}
.selected-for-you .selected_slider .product-item-details .price-box .price-label {
  display: none;
}
.selected-for-you .selected_slider .swiper-wrapper .swiper-slide .product-image-photo {
  height: 260px;
  object-fit: contain;
}
.selected-for-you .block.widget .product-item-info {
  padding-top: 5px;
}
.recommended .recommended-categories-grid {
  padding: 50px 25px 10px;
  display: grid;
  gap: 25px 25px;
  grid-template-columns: 1fr;
  grid-template-rows: 370px 370px 370px 370px;
  grid-template-areas: "rec1" "rec2" "rec3" "rec4";
}
.recommended-categories-item,
.blog_recent .post-list-item .post-item-wraper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 35px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
  position: relative;
}
.recommended-categories-item h3,
.blog_recent .post-list-item .post-item-wraper h3 {
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  max-width: 370px;
}
.recommended-categories-item h3:after,
.blog_recent .post-list-item .post-item-wraper h3:after {
  content: '';
  display: block;
  height: 2px;
  width: 37px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.recommended-categories-item a,
.blog_recent .post-list-item .post-item-wraper a {
  display: inline-block;
  border: 2px solid #fff;
  height: 36px;
  padding: 0 60px 0 15px;
  position: relative;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 600;
  font-size: 1.3rem;
}
.recommended-categories-item a:hover,
.blog_recent .post-list-item .post-item-wraper a:hover {
  text-decoration: none;
}
.recommended-categories-item a:after,
.blog_recent .post-list-item .post-item-wraper a:after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg) translateY(-4px);
  position: absolute;
  top: 50%;
  right: 28.5px;
}
.recommended-categories-item a:before,
.blog_recent .post-list-item .post-item-wraper a:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.recommended-categories-item:nth-child(1),
.blog_recent .post-list-item .post-item-wraper:nth-child(1) {
  grid-area: rec1;
}
.recommended-categories-item:nth-child(2),
.blog_recent .post-list-item .post-item-wraper:nth-child(2) {
  grid-area: rec2;
}
.recommended-categories-item:nth-child(3),
.blog_recent .post-list-item .post-item-wraper:nth-child(3) {
  grid-area: rec3;
}
.recommended-categories-item:nth-child(4),
.blog_recent .post-list-item .post-item-wraper:nth-child(4) {
  grid-area: rec4;
}
.recommended-categories-item:before,
.blog_recent .post-list-item .post-item-wraper:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
.recommended-categories-item h3 {
  font-size: 2.8rem;
}
.recommended-categories-item__description,
.blog_recent .blog-recent-item__description {
  font-size: 1.4rem;
  padding: 20px 0;
  max-width: 370px;
  z-index: 0;
}
.recommended-categories-item__description *,
.blog_recent .blog-recent-item__description * {
  color: #fff !important;
  background-color: transparent !important;
  font-size: 1.5rem !important;
}
.blog_recent .row {
  padding: 50px 35px 0;
  display: flex;
  flex-wrap: wrap;
}
.blog_recent .row .blog-recent-item__description {
  padding: 10px 0;
}
.blog_recent .row .post-list-item {
  width: 100%;
}
.blog_recent .row .post-list-item .post-item-wraper {
  min-width: 260px;
  height: 400px;
}
.blog_recent .row .post-list-item .post-item-wraper h3 {
  font-size: 1.8rem;
  margin: 0;
  padding: 10px 0;
}
.sales,
.bestsel {
  max-width: 100% !important;
  padding-left: 25px;
  padding-right: 25px;
}
.sales .products-grid .product-items,
.bestsel .products-grid .product-items {
  margin: 0 auto;
  display: grid;
  grid-gap: 0;
}
.sales .products-grid .product-items .product-item,
.bestsel .products-grid .product-items .product-item {
  text-align: center;
  width: 100% !important;
  margin: 0 0 5px 0 !important;
  padding: 1rem !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #e0e0e0;
}
.sales .products-grid .product-items .product-item .product-item-info,
.bestsel .products-grid .product-items .product-item .product-item-info {
  padding: 7px;
  background-color: #fff;
  position: relative;
}
.sales .products-grid .product-items .product-item .product-image-photo,
.bestsel .products-grid .product-items .product-item .product-image-photo {
  max-height: 324px;
  object-fit: contain;
}
.sales .products-grid .product-items .product-item .product-item-description,
.bestsel .products-grid .product-items .product-item .product-item-description {
  margin-bottom: 40px;
}
.sales .products-grid .product-items .product-item .price-box,
.bestsel .products-grid .product-items .product-item .price-box {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: unset;
  align-items: baseline;
  justify-content: end;
}
.sales .products-grid .product-items .product-item .price-box .price-final_price,
.bestsel .products-grid .product-items .product-item .price-box .price-final_price {
  line-height: 3.2rem;
}
.sales .products-grid .product-items .product-item .price-box .special-price,
.bestsel .products-grid .product-items .product-item .price-box .special-price {
  margin-left: 0;
}
.sales .products-grid .product-items .product-item .price-box .old-price,
.bestsel .products-grid .product-items .product-item .price-box .old-price {
  order: 2;
  margin-bottom: 5px;
  margin-top: -25px;
}
.sales .products-grid .product-items .product-item .price-box .old-price .price,
.bestsel .products-grid .product-items .product-item .price-box .old-price .price {
  font-weight: 600 !important;
  font-size: 1.4rem;
  color: #9c9d9d !important;
}
.sales .block-content {
  background-color: #f3f3f3;
}
.sales .block-content .products-grid .product-items .product-item {
  border-bottom: none;
}
.main .bestsel .product-item .product-item-inner {
  display: block;
}
.new_products {
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  position: relative;
}
.new_products .product-list-widget-container {
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
.new_products .product-list-widget-container .swiper-pagination {
  margin: 10px 0 20px;
}
.new_products .product-hover-details {
  display: none;
}
.new_products .swiper-container-moosmi {
  border-top: 1px solid #e0e0e0;
  margin-top: 40px;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.modal-popup .modal-footer {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  background-color: #fff;
  color: #000;
}
body[class^="checkout-"] .page-header .block-search,
body[class^="checkout-"] .page-header .logo-links-container .empty-container {
  display: none;
}
body[class^="checkout-"] .why-us {
  margin-bottom: 50px !important;
}
body[class^="checkout-"] .opc-block-summary .message.notice {
  padding: 10px 5px;
}
body[class^="checkout-"] .opc-block-summary .minicart-items .product-item .product-item-details {
  padding-top: 0px;
}
body[class^="checkout-"] .opc-block-summary .minicart-items .product-item .product-item-name-block .details-qty .value {
  line-height: 28px;
}
body[class^="checkout-"] .page-header .header.content .nav-toggle,
body[class^="checkout-"] .page-header .empty-container {
  display: none !important;
}
body[class^="checkout-"] .header.content .logo-links-container {
  padding-right: 0;
  justify-content: center;
}
body[class^="checkout-"] .header.content .logo-links-container .block-search {
  display: none !important;
}
html .form-shipping-address .field._required:not(.choice) > .label:after,
html .billing-address-form .field._required:not(.choice) > .label:after,
html .form-shipping-address .field._required:not(.choice) > .label:after,
html .billing-address-form .field._required:not(.choice) > .label:after,
html .fieldset .field._required:not(.choice) > .label:after,
html .form-shipping-address .field.required:not(.choice) > .label:after,
html .billing-address-form .field.required:not(.choice) > .label:after,
html .form-shipping-address .field.required:not(.choice) > .label:after,
html .billing-address-form .field.required:not(.choice) > .label:after,
html .fieldset .field.required:not(.choice) > .label:after {
  right: -11px;
}
body main .swiper-button-prev,
body main .swiper-button-next,
body main .companies .slick-prev,
body main .companies .slick-next,
body main .block-content .products-grid .swiper-button-prev,
body main .block-content .products-grid .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: 0;
  transform: translateY(-50%);
  border-radius: 0;
  box-shadow: none;
}
body main .swiper-button-prev,
body main .companies .slick-prev,
body main .block-content .products-grid .swiper-button-prev {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/swiper-left.png") no-repeat center center !important;
  background-size: 40px !important;
  left: -30px;
}
body main .swiper-button-next,
body main .companies .slick-next,
body main .block-content .products-grid .swiper-button-next {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/swiper-right.png") no-repeat center center !important;
  background-size: 40px !important;
  right: -30px;
}
body main .companies .slick-slide {
  border-left: 0 none;
  border-right: 0 none;
}
body main .swiper-pagination {
  position: static;
  margin: 25px 0 -20px;
}
body main .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  background-color: #9c9d9d;
  transition: opacity 0.2s linear;
}
body main .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9c9d9d;
}
body main .new_products .swiper-button-prev,
body main .new_products .swiper-button-next {
  top: 63%;
}
body main .companies__header {
  display: none;
}
body main .page-title-wrapper {
  margin-top: 30px;
}
body main .breadcrumbs {
  padding: 0;
}
body main .breadcrumbs a,
body main .breadcrumbs a:visited {
  color: #656976;
}
body main .breadcrumbs .items .item:after {
  margin-left: 0;
  margin-right: 0;
}
body main .breadcrumbs .items strong {
  opacity: 1;
}
.page-wrapper .why-us {
  background-color: #fff;
  text-align: center;
}
.page-wrapper .why-us .block-title {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.page-wrapper .why-us .whyus {
  padding-top: 40px;
  max-width: 100%;
}
.page-wrapper .why-us .whyus__col {
  position: relative;
}
.page-wrapper .why-us .whyus__col > div {
  padding: 180px 40px 0;
  transition: all 0.2s ease-in-out;
}
.page-wrapper .why-us .whyus__col > div.why-us__1 {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/why-us-1.png") no-repeat top center;
}
.page-wrapper .why-us .whyus__col > div.why-us__2 {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/why-us-2.png") no-repeat top center;
}
.page-wrapper .why-us .whyus__col > div.why-us__3 {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/why-us-3.png") no-repeat top center;
}
.page-wrapper .why-us .whyus__col > div:hover {
  transform: scale(1.3);
}
.page-wrapper .why-us .whyus__col h4 {
  color: #009e7f;
  font-weight: 700;
  font-size: 2rem;
  text-transform: none;
}
.page-wrapper .why-us .whyus__col span {
  color: #adafbc;
  font-weight: 600;
  font-size: 1.4rem;
}
.page-wrapper .why-us .whyus__col:hover {
  transform: scale(1);
}
.page-wrapper .why-us a.button {
  display: inline-block;
  background-color: #4aa28f;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 25px;
  letter-spacing: 2px;
  margin: 0 auto;
}
main .block.newsletter {
  background-color: #fff;
}
main .block.newsletter .newsletter-wrapper {
  padding-top: 20px;
}
main .block.newsletter .newsletter-wrapper:before {
  display: none;
}
main .block.newsletter .title {
  display: none;
}
main .block.newsletter .content .text {
  color: #1a233e;
  font-weight: 700;
  font-size: 3rem;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.2;
}
main .block.newsletter .actions .subscribe {
  background-color: #343434;
  min-width: 0;
  white-space: nowrap;
}
main .block.newsletter .actions .subscribe:after,
main .block.newsletter .actions .subscribe:hover:after {
  display: none;
}
main .block.newsletter .actions .subscribe:hover {
  color: #000;
}
main .block-content {
  margin: 0 -25px;
  padding: 30px 25px;
}
footer {
  background-color: #343434;
  color: #c9c9c9;
}
footer links__left__contact {
  line-height: 1.3;
}
footer .footer-links__left,
footer .footer-links__right,
footer .copyright-container {
  background-color: #343434;
  color: #c9c9c9;
}
footer .footer.content {
  max-width: 1190px !important;
  display: flex;
  align-items: flex-end;
  position: relative;
}
footer .gotop {
  position: absolute;
  top: 42px;
  left: unset;
  right: 0;
  transform: none;
  border-radius: 0;
  width: 30px;
  height: 30px;
  border-color: #545454;
}
footer .gotop > span {
  position: absolute;
  bottom: -20px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}
footer .footer-links__left__logo {
  padding: 0 10% 0 0;
}
footer .footer-links__left_max {
  padding-left: 0;
  border-right: 1px solid #545454;
}
footer .footer-links__right_max {
  padding-right: 0;
}
footer .footer-links .links-box__title {
  color: #fff;
  margin: 20px 0;
  position: relative;
  letter-spacing: 1px;
}
footer .footer-links .links-box__title:after {
  content: "";
  display: block;
  height: 2px;
  background: #fff;
  margin-top: 0px;
}
footer .footer-links {
  width: 100%;
}
footer .footer-links .links-box {
  max-width: 100%;
  display: flex;
  width: 100%;
  justify-content: start;
  border: 0 none;
}
footer .footer-links .links-box__link {
  line-height: 1.4;
}
footer .footer-links__right .footer-links-box,
footer .footer-links__left__contact {
  align-items: baseline;
}
footer .social-links .links-box__link:first-child {
  padding-left: 0 !important;
}
footer .social-links .facebook-social a:after,
footer .social-links .twitter-social a:after,
footer .social-links .instagram-social a:after {
  color: #c2c2c2;
  border-radius: 50%;
  border: 1px solid #545454;
  padding: 9px;
  font-size: 2rem;
  width: 22px;
}
footer .social-links .facebook-social a:hover:after,
footer .social-links .twitter-social a:hover:after,
footer .social-links .instagram-social a:hover:after {
  color: #fff;
}
footer .copyright-container .copyright-wrapper {
  border-top-color: #545454;
  padding: 15px 0 20px !important;
}
footer .copyright-container .copyright-wrapper .copyright {
  margin-bottom: -4px;
}
footer .switcher {
  order: 2;
}
footer .switcher-label {
  display: none;
}
footer .switcher-options {
  position: relative;
  margin: 0 0 27px;
  z-index: 2;
}
footer .switcher-options.active .switcher-dropdown {
  max-height: 200px;
}
footer .switcher-trigger {
  height: 26px;
  width: 64px;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px 0 10px;
  cursor: pointer;
  position: relative;
  color: #aeb3bf;
  border: 1px solid #4d4d4d;
  background-color: #434343;
}
footer .switcher-trigger:after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #aeb3bf transparent transparent transparent;
}
footer .switcher-trigger.active:after {
  transform: translateY(-50%) rotate(180deg);
}
footer .switcher-trigger strong {
  font-weight: 700;
}
footer .switcher-dropdown {
  position: absolute;
  text-align: left;
  padding: 0;
  left: 0;
  bottom: calc(100% - 1px);
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
footer .switcher-dropdown li {
  border: 1px solid #4aa28f;
  background-color: #4aa28f;
  margin: 0;
  width: 100%;
}
footer .switcher-dropdown li a {
  padding: 0 10px;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 26px;
  color: #fff;
}
footer .switcher ul {
  margin: 0;
}
footer .proudly {
  font-size: 1.0rem;
  margin-top: -5px;
}
footer .proudly span {
  margin-right: 15px;
}
footer .proudly svg {
  -webkit-filter: invert(1);
  filter: invert(1);
  position: static;
}
footer .footer-links__left__logo img {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/nomus--lampy.png") no-repeat center center;
  background-size: 155px;
  width: 156px;
  height: 109px;
  padding-left: 156px;
}
.pager-container {
  justify-content: center !important;
  margin-top: 15px;
  margin-bottom: -15px;
}
.pager-container .pages .items {
  display: flex;
  font-size: 1.9rem;
  letter-spacing: unset;
  font-weight: 400;
  line-height: 1.6;
}
body.page-products .category-view {
  display: none;
}
body.page-products .category-description {
  display: none;
}
body.page-products .columns .column.main {
  max-width: 100%;
  padding-left: 0;
}
body.page-products .breadcrumbs {
  margin: 20px 0 15px;
}
body.page-products .toolbar-sorter {
  display: flex;
  align-items: center;
}
body.page-products .toolbar-sorter .control .dropdown-items [data-value="position"] {
  display: none;
}
body.page-products .toolbar-sorter .sorter-label {
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
}
body.page-products .toolbar-sorter .current-item {
  background-color: #f0f0f0;
  border: 0 none;
  border-radius: 5px;
  padding: 12px 35px 12px 10px;
}
body.page-products .toolbar-sorter .current-item:not(.active) + .dropdown-items {
  border-bottom: none;
}
body.page-products .toolbar-sorter .current-item.active + .dropdown-items {
  border: 1px solid #979797;
}
body.page-products .toolbar-sorter .current-item:after {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  transform: none;
  right: 13px;
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/dropdown.png") no-repeat center center;
}
body.page-products .toolbar-sorter .current-item .current {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: #19223D;
}
body.page-products .toolbar-sorter .dropdown-items {
  background: #fff;
  border-radius: 5px;
  padding: 0 15px;
}
body.page-products .toolbar-sorter .dropdown-items a {
  border-bottom-color: #979797;
  font-size: 1.5rem;
  letter-spacing: normal;
  height: auto;
  padding: 8px 0;
  color: #19223D;
}
body.page-products .products-grid .items .item {
  margin-bottom: 40px;
}
body.page-products .products-grid .items .item:after {
  content: '';
  width: calc(100% + 30px);
  height: 1px;
  position: absolute;
  left: -15px;
  bottom: -30px;
  background-color: #e0e0e0;
}
body.page-products .product-item .actions-secondary {
  display: block;
}
body.page-products .product-item .actions-secondary > *:not(.towishlist) {
  display: none;
}
body.page-products .product-item .actions-secondary .towishlist {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 20px;
  top: -50px;
  z-index: 1;
}
body.page-products .product-item .actions-secondary .towishlist:after {
  content: '';
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/heart_empty.svg") no-repeat center center;
  background-size: 20px 19px;
  width: 30px;
  height: 30px;
  display: block;
  transform: scaleY(0.9);
  opacity: 0.5;
}
body.page-products .product-item .actions-secondary .towishlist span {
  display: none;
}
body.page-products .product-item .product-item-description {
  margin-bottom: 40px;
}
body.page-products .product-item .product-reviews-summary {
  display: none;
}
body.page-products .product-item .price-box .price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #009e7f;
}
body.page-products .product-item .price-box .special-price {
  margin-left: 0;
}
body.page-products .product-item .price-box .old-price {
  position: absolute;
  margin-top: -37px;
  left: 0;
}
body.page-products .product-item .price-box .old-price .price {
  font-weight: 600 !important;
  font-size: 1.4rem;
  color: #9c9d9d !important;
}
body.page-products .product-item .product-item-inner .actions-primary .action.alert {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 1.5rem;
}
body.page-products .products-grid > .product-items .price-box.price-final_price .old-price {
  margin-top: -25px;
}
body.page-products .products-grid > .product-items .price-box.price-final_price .special-price {
  margin: 0;
}
body.page-products .add-to-cart-right .etykieta-energetyczna-lista > a:first-child {
  margin-top: -28px;
}
#mini-cart .product-item .product-item-name,
#opc-sidebar .product-item .product-item-name,
#mini-cart .product-item .product-item-name a,
#opc-sidebar .product-item .product-item-name a {
  height: auto;
}
.column.main .products.wrapper.grid.products-grid {
  align-items: flex-start;
}
#layered-filter-block.block.filter .smile-es-range-slider [data-role="from-label"],
#layered-filter-block.block.filter .smile-es-range-slider [data-role="to-label"] {
  background: #800080;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
}
#layered-filter-block.block.filter .smile-es-range-slider .ui-slider-handle {
  background: #800080;
}
#layered-filter-block.block.filter input[type="checkbox"]:not(.no-style) + label {
  padding: 0 0 0 30px;
}
#layered-filter-block.block.filter .block-content.filter-content {
  margin: 0;
  padding: 0 0 15px;
}
#layered-filter-block.block.filter .actions {
  margin-bottom: 10px;
  text-align: center;
}
#layered-filter-block.block.filter .actions div.secondary a {
  color: #800080;
  text-decoration: none;
}
#layered-filter-block.block.filter .actions div.secondary a.show-more span,
#layered-filter-block.block.filter .actions div.secondary a.show-less span {
  position: relative;
}
#layered-filter-block.block.filter .actions div.secondary a.show-more span::after,
#layered-filter-block.block.filter .actions div.secondary a.show-less span::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/dropdown-purple.svg") no-repeat center center;
  background-size: contain;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  transition: .3s;
}
#layered-filter-block.block.filter .actions div.secondary a.show-less span::after {
  transform: rotate(180deg);
}
#layered-filter-block.block.filter .filter-options {
  border-bottom: none;
  margin: 0;
}
#layered-filter-block.block.filter .filter-options .filter-options-item {
  position: relative;
  margin: 0 15px;
}
#layered-filter-block.block.filter .filter-options .filter-options-item:first-of-type .filter-options-title {
  border-top: 1px solid #a4a1a1;
}
#layered-filter-block.block.filter .filter-options .filter-options-item .filter-options-title {
  border-bottom: 1px solid #a4a1a1;
  cursor: pointer;
  padding: 15px 25px 15px 15px;
  pointer-events: unset;
  position: relative;
}
#layered-filter-block.block.filter .filter-options .filter-options-item .filter-options-title:after {
  content: '';
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/dropdown.png") no-repeat center center;
}
#layered-filter-block.block.filter .filter-options .filter-options-item .filter-options-title:hover {
  background-color: #f8f8f8;
}
#layered-filter-block.block.filter .filter-options ol.filter-items {
  list-style: none;
  padding: 0;
  text-align: left;
}
.product-info-main .box-tocart .field.qty {
  display: flex !important;
  margin-right: 15px;
}
.product-info-main .box-tocart .field.qty label {
  display: none;
}
.product-info-main .box-tocart .field.qty .control input {
  height: 40px;
  border: 1px solid #62656d;
  text-align: center;
  font-size: 1.8rem;
  width: 65px;
  font-size: 14px;
  white-space: nowrap;
}
.product-info-main .box-tocart .field.qty .decreaseQty,
.product-info-main .box-tocart .field.qty .increaseQty {
  background-color: #62656d;
  width: 40px !important;
  height: 40px;
  position: relative;
}
.product-info-main .box-tocart .field.qty .decreaseQty:before,
.product-info-main .box-tocart .field.qty .increaseQty:before {
  content: '';
  width: 14px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  border: 0 none;
}
.product-info-main .box-tocart .field.qty .decreaseQty {
  order: -1;
}
.product-info-main .box-tocart .field.qty .decreaseQty:after {
  display: none;
}
.product-info-main .box-tocart .field.qty .increaseQty:after {
  content: '';
  width: 1px;
  height: 14px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  border: 0 none;
  margin: 0;
}
.product-info-main .box-tocart .fieldset {
  display: flex;
}
.product-info-main .box-tocart .fieldset .actions {
  display: flex;
}
.product-info-main .box-tocart .fieldset .action.tocart {
  margin-right: 15px;
  height: 40px;
  background-color: #19223d;
  font-weight: 600;
}
.product-info-main .box-tocart .fieldset .action.tocart:after {
  content: "" !important;
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/cart-button.png") no-repeat center right;
}
.product-info-main .towishlist {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
}
.product-info-main .towishlist:after {
  content: '';
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/heart_empty.svg") no-repeat center center;
  background-size: 20px 20px;
  width: 34px;
  height: 34px;
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  margin-top: 3px;
}
.product-info-main .towishlist span {
  display: none;
}
.product-info-main .available-info {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.product-info-main .next-shipping-info {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.product-info-main .product-options-wrapper ~ .available-info {
  margin-top: 15px;
}
.product-info-main .product.attribute.description .value {
  font-weight: 400;
  font-size: 1.4rem;
}
.product-info-main .product.attribute.description .type {
  display: none;
}
.product-info-main .raty_payu {
  color: #4aa28f;
  margin-bottom: 15px;
}
.product-info-main .action.updated.ask-product-modal,
.product-info-main .action.updated:before,
.product-info-main #size-notification-table-modal.towishlist {
  display: none !important;
}
.product-info-main .product.alert.stock {
  float: left;
}
.product-info-main > .towishlist {
  margin: 4px 0 0 15px !important;
}
.product-info-main .designer-text,
.product-info-main .more-product-producent-text {
  display: none !important;
}
.product_help {
  background-color: #f0f0f0;
  text-align: center;
  padding: 10px 12px;
  clear: both;
  margin-bottom: 30px;
}
.product_help strong {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.product_help .product_help_inner {
  background-color: #fff;
  padding: 10px 13px;
  display: flex;
  justify-content: space-between;
}
.product_help .product_help_inner button,
.product_help .product_help_inner .checkout-cart-index .page-main .action,
.product_help .product_help_inner .methods-shipping .actions-toolbar .back .primary,
.product_help .product_help_inner .block-authentication .actions-toolbar > .primary .action,
.product_help .product_help_inner .modal-footer .action,
.product_help .product_help_inner .modal-footer button,
.product_help .product_help_inner .modal-footer .checkout-cart-index .page-main .action,
.product_help .product_help_inner .modal-footer .methods-shipping .actions-toolbar .back .primary,
.product_help .product_help_inner .modal-footer .block-authentication .actions-toolbar > .primary .action {
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 10px;
  min-width: 31%;
  white-space: nowrap;
  color: #19223D;
}
.form.password.forget {
  margin-bottom: 40px;
}
body.catalog-product-view .page-title-wrapper h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
body.catalog-product-view .page-title-wrapper h3 .product-brand {
  font-size: 1.3rem;
}
body.catalog-product-view .page-title-wrapper .product-name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
body.catalog-product-view .owl-gallery-container.thumb_left .thumbnails {
  max-height: 290px;
}
@media (max-width: 767px) {
  body.catalog-product-view .owl-gallery-container {
    overflow: hidden;
  }
}
body.catalog-product-view .title-sku-wrapper .price-box {
  margin-top: 10px;
}
body.catalog-product-view .title-sku-wrapper .price-box .price {
  font-weight: 600;
}
body.catalog-product-view .title-sku-wrapper .product.attribute.sku {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: unset;
}
body.catalog-product-view .product.attribute.description {
  padding: 0;
}
body.catalog-product-view .product.info.detailed {
  display: none;
}
body.catalog-product-view .swiper-pagination {
  display: none !important;
}
body.catalog-product-view .page-main {
  max-width: 100%;
}
body.catalog-product-view .breadcrumbs {
  margin-left: 0;
  margin-right: 0;
}
body.catalog-product-view .product-options-bottom {
  flex-wrap: wrap;
}
body.catalog-product-view .title-sku-wrapper .attribute.description > strong {
  display: none;
}
body.catalog-product-view .title-sku-wrapper .attribute.description .value {
  font-size: 1.3rem;
  font-weight: 600;
}
body.catalog-product-view .title-sku-wrapper .attribute.description .value p {
  margin: 0;
}
body.catalog-product-view .additional-attributes-wrapper {
  margin-top: 10px;
}
body.catalog-product-view .additional-attributes-wrapper .label {
  font-size: 1.5rem !important;
  border-bottom: 1px solid #e0e0e0;
  width: 100% !important;
  padding-bottom: 8px !important;
}
body.catalog-product-view .additional-attributes-wrapper .label:after {
  display: none;
}
body.catalog-product-view .additional-attributes-wrapper .data {
  padding-bottom: 8px !important;
  vertical-align: bottom;
}
body.catalog-product-view .additional-attributes-wrapper .additional-attributes tbody tr th {
  font-weight: 600;
  opacity: 1;
}
body.catalog-product-view .producent-head.label,
body.catalog-product-view .designer-text .designer-text-header {
  font-size: 2.4rem;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  border-bottom: 0 none;
}
body.catalog-product-view .producent-head.label:after,
body.catalog-product-view .designer-text .designer-text-header:after {
  display: none;
}
body.catalog-product-view .designer-text .designer-text-content,
body.catalog-product-view .producent-content {
  font-size: 16px !important;
  margin-bottom: 30px;
  margin-top: 19px;
}
body.catalog-product-view .designer-text .designer-text-content *,
body.catalog-product-view .producent-content * {
  font-size: 16px !important;
}
body.catalog-product-view #customer-reviews .block-title {
  display: none;
}
body.catalog-product-view #customer-reviews .block-content {
  padding-top: 0;
  padding-bottom: 0;
}
body.catalog-product-view #customer-reviews .block-content .rating-label {
  vertical-align: middle;
}
body.catalog-product-view #customer-reviews .block-content .review-title {
  font-weight: 500;
}
body.catalog-product-view #customer-reviews .block-content .review-title,
body.catalog-product-view #customer-reviews .block-content .review-ratings {
  margin-bottom: 10px;
}
body.catalog-product-view .product.attribute.overview,
body.catalog-product-view .product.attribute.description {
  width: 100%;
  padding-left: 0;
}
body.catalog-product-view .product.attribute.overview .value,
body.catalog-product-view .product.attribute.description .value {
  font-size: 14px !important;
}
body.catalog-product-view .product-add-form {
  clear: both;
}
.product-reviews-summary .rating-summary .label,
#customer-reviews .rating-summary .label,
.customer-review .rating-summary .label,
.block-reviews-dashboard .rating-summary .label,
.table-reviews .rating-summary .label,
.product-reviews-summary .rating-summary .rating-label,
#customer-reviews .rating-summary .rating-label,
.customer-review .rating-summary .rating-label,
.block-reviews-dashboard .rating-summary .rating-label,
.table-reviews .rating-summary .rating-label {
  vertical-align: middle;
}
.product-reviews-summary .rating-summary .rating-result,
#customer-reviews .rating-summary .rating-result,
.customer-review .rating-summary .rating-result,
.block-reviews-dashboard .rating-summary .rating-result,
.table-reviews .rating-summary .rating-result {
  width: 114px;
  margin: 0 5px;
}
.product-reviews-summary .rating-summary .rating-result:before,
#customer-reviews .rating-summary .rating-result:before,
.customer-review .rating-summary .rating-result:before,
.block-reviews-dashboard .rating-summary .rating-result:before,
.table-reviews .rating-summary .rating-result:before {
  content: "";
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/stars.png") no-repeat left center;
}
.product-reviews-summary .rating-summary .rating-result > span:before,
#customer-reviews .rating-summary .rating-result > span:before,
.customer-review .rating-summary .rating-result > span:before,
.block-reviews-dashboard .rating-summary .rating-result > span:before,
.table-reviews .rating-summary .rating-result > span:before {
  content: "";
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/stars-f.png") no-repeat left center;
}
.product-reviews-summary .reviews-actions,
#customer-reviews .reviews-actions,
.customer-review .reviews-actions,
.block-reviews-dashboard .reviews-actions,
.table-reviews .reviews-actions {
  line-height: 29px;
}
body.catalog-product-view .page-main {
  color: #19223D;
}
body.catalog-product-view .product-list-widget-container,
body.catalog-product-view .block.related,
body.catalog-product-view .block.upsell,
body.catalog-product-view .block.crosssell,
body.catalog-product-view .block-viewed-products-grid {
  position: relative;
  clear: both;
  padding: 0 50px;
}
body.catalog-product-view .product-list-widget-container h2.section-title,
body.catalog-product-view .block.related h2.section-title,
body.catalog-product-view .block.upsell h2.section-title,
body.catalog-product-view .block.crosssell h2.section-title,
body.catalog-product-view .block-viewed-products-grid h2.section-title,
body.catalog-product-view .product-list-widget-container .block-title.title,
body.catalog-product-view .block.related .block-title.title,
body.catalog-product-view .block.upsell .block-title.title,
body.catalog-product-view .block.crosssell .block-title.title,
body.catalog-product-view .block-viewed-products-grid .block-title.title,
body.catalog-product-view .product-list-widget-container .block-title,
body.catalog-product-view .block.related .block-title,
body.catalog-product-view .block.upsell .block-title,
body.catalog-product-view .block.crosssell .block-title,
body.catalog-product-view .block-viewed-products-grid .block-title {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 0;
  padding: 30px 0 0;
  border-top: 1px solid #ccc;
  margin: 0 -50px;
  width: calc(100% + 100px);
  text-align: center;
}
body.catalog-product-view .product-list-widget-container h2.section-title:after,
body.catalog-product-view .block.related h2.section-title:after,
body.catalog-product-view .block.upsell h2.section-title:after,
body.catalog-product-view .block.crosssell h2.section-title:after,
body.catalog-product-view .block-viewed-products-grid h2.section-title:after,
body.catalog-product-view .product-list-widget-container .block-title.title:after,
body.catalog-product-view .block.related .block-title.title:after,
body.catalog-product-view .block.upsell .block-title.title:after,
body.catalog-product-view .block.crosssell .block-title.title:after,
body.catalog-product-view .block-viewed-products-grid .block-title.title:after,
body.catalog-product-view .product-list-widget-container .block-title:after,
body.catalog-product-view .block.related .block-title:after,
body.catalog-product-view .block.upsell .block-title:after,
body.catalog-product-view .block.crosssell .block-title:after,
body.catalog-product-view .block-viewed-products-grid .block-title:after {
  display: none;
}
body.catalog-product-view .product-list-widget-container h2.section-title strong,
body.catalog-product-view .block.related h2.section-title strong,
body.catalog-product-view .block.upsell h2.section-title strong,
body.catalog-product-view .block.crosssell h2.section-title strong,
body.catalog-product-view .block-viewed-products-grid h2.section-title strong,
body.catalog-product-view .product-list-widget-container .block-title.title strong,
body.catalog-product-view .block.related .block-title.title strong,
body.catalog-product-view .block.upsell .block-title.title strong,
body.catalog-product-view .block.crosssell .block-title.title strong,
body.catalog-product-view .block-viewed-products-grid .block-title.title strong,
body.catalog-product-view .product-list-widget-container .block-title strong,
body.catalog-product-view .block.related .block-title strong,
body.catalog-product-view .block.upsell .block-title strong,
body.catalog-product-view .block.crosssell .block-title strong,
body.catalog-product-view .block-viewed-products-grid .block-title strong {
  font-weight: 600 !important;
  font-size: 2.2rem !important;
}
body.catalog-product-view .product-list-widget-container h2.section-title strong:after,
body.catalog-product-view .block.related h2.section-title strong:after,
body.catalog-product-view .block.upsell h2.section-title strong:after,
body.catalog-product-view .block.crosssell h2.section-title strong:after,
body.catalog-product-view .block-viewed-products-grid h2.section-title strong:after,
body.catalog-product-view .product-list-widget-container .block-title.title strong:after,
body.catalog-product-view .block.related .block-title.title strong:after,
body.catalog-product-view .block.upsell .block-title.title strong:after,
body.catalog-product-view .block.crosssell .block-title.title strong:after,
body.catalog-product-view .block-viewed-products-grid .block-title.title strong:after,
body.catalog-product-view .product-list-widget-container .block-title strong:after,
body.catalog-product-view .block.related .block-title strong:after,
body.catalog-product-view .block.upsell .block-title strong:after,
body.catalog-product-view .block.crosssell .block-title strong:after,
body.catalog-product-view .block-viewed-products-grid .block-title strong:after {
  display: none;
}
body.catalog-product-view .product-list-widget-container .swiper-button-prev,
body.catalog-product-view .block.related .swiper-button-prev,
body.catalog-product-view .block.upsell .swiper-button-prev,
body.catalog-product-view .block.crosssell .swiper-button-prev,
body.catalog-product-view .block-viewed-products-grid .swiper-button-prev,
body.catalog-product-view .product-list-widget-container .swiper-button-next,
body.catalog-product-view .block.related .swiper-button-next,
body.catalog-product-view .block.upsell .swiper-button-next,
body.catalog-product-view .block.crosssell .swiper-button-next,
body.catalog-product-view .block-viewed-products-grid .swiper-button-next {
  display: block !important;
}
body.catalog-product-view .product-list-widget-container .swiper-container-viewed,
body.catalog-product-view .block.related .swiper-container-viewed,
body.catalog-product-view .block.upsell .swiper-container-viewed,
body.catalog-product-view .block.crosssell .swiper-container-viewed,
body.catalog-product-view .block-viewed-products-grid .swiper-container-viewed {
  overflow: hidden;
}
body.catalog-product-view .product-list-widget-container .swiper-button-prev,
body.catalog-product-view .block.related .swiper-button-prev,
body.catalog-product-view .block.upsell .swiper-button-prev,
body.catalog-product-view .block.crosssell .swiper-button-prev,
body.catalog-product-view .block-viewed-products-grid .swiper-button-prev {
  left: 0px;
}
body.catalog-product-view .product-list-widget-container .swiper-button-next,
body.catalog-product-view .block.related .swiper-button-next,
body.catalog-product-view .block.upsell .swiper-button-next,
body.catalog-product-view .block.crosssell .swiper-button-next,
body.catalog-product-view .block-viewed-products-grid .swiper-button-next {
  right: 0px;
}
body.catalog-product-view .product-list-widget-container .swiper-slide,
body.catalog-product-view .block.related .swiper-slide,
body.catalog-product-view .block.upsell .swiper-slide,
body.catalog-product-view .block.crosssell .swiper-slide,
body.catalog-product-view .block-viewed-products-grid .swiper-slide {
  width: auto;
  max-width: 400px;
  text-align: center;
}
body.catalog-product-view .product-list-widget-container .block-content .swiper-button-next,
body.catalog-product-view .block.related .block-content .swiper-button-next,
body.catalog-product-view .block.upsell .block-content .swiper-button-next,
body.catalog-product-view .block.crosssell .block-content .swiper-button-next,
body.catalog-product-view .block-viewed-products-grid .block-content .swiper-button-next {
  right: -50px;
}
body.catalog-product-view .product-list-widget-container .block-content .swiper-button-prev,
body.catalog-product-view .block.related .block-content .swiper-button-prev,
body.catalog-product-view .block.upsell .block-content .swiper-button-prev,
body.catalog-product-view .block.crosssell .block-content .swiper-button-prev,
body.catalog-product-view .block-viewed-products-grid .block-content .swiper-button-prev {
  left: -50px;
}
body.catalog-product-view .product-list-widget-container .slick-prev,
body.catalog-product-view .block.related .slick-prev,
body.catalog-product-view .block.upsell .slick-prev,
body.catalog-product-view .block.crosssell .slick-prev,
body.catalog-product-view .block-viewed-products-grid .slick-prev,
body.catalog-product-view .product-list-widget-container .slick-next,
body.catalog-product-view .block.related .slick-next,
body.catalog-product-view .block.upsell .slick-next,
body.catalog-product-view .block.crosssell .slick-next,
body.catalog-product-view .block-viewed-products-grid .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 0;
  box-shadow: none;
}
body.catalog-product-view .product-list-widget-container .slick-prev:before,
body.catalog-product-view .block.related .slick-prev:before,
body.catalog-product-view .block.upsell .slick-prev:before,
body.catalog-product-view .block.crosssell .slick-prev:before,
body.catalog-product-view .block-viewed-products-grid .slick-prev:before,
body.catalog-product-view .product-list-widget-container .slick-next:before,
body.catalog-product-view .block.related .slick-next:before,
body.catalog-product-view .block.upsell .slick-next:before,
body.catalog-product-view .block.crosssell .slick-next:before,
body.catalog-product-view .block-viewed-products-grid .slick-next:before {
  display: none;
}
body.catalog-product-view .product-list-widget-container .slick-prev,
body.catalog-product-view .block.related .slick-prev,
body.catalog-product-view .block.upsell .slick-prev,
body.catalog-product-view .block.crosssell .slick-prev,
body.catalog-product-view .block-viewed-products-grid .slick-prev {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/swiper-left.png") no-repeat center center !important;
  background-size: 40px !important;
  left: -35px;
}
body.catalog-product-view .product-list-widget-container .slick-next,
body.catalog-product-view .block.related .slick-next,
body.catalog-product-view .block.upsell .slick-next,
body.catalog-product-view .block.crosssell .slick-next,
body.catalog-product-view .block-viewed-products-grid .slick-next {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/swiper-right.png") no-repeat center center !important;
  background-size: 40px !important;
  right: -35px;
}
body.catalog-product-view .product-list-widget-container .product-item-actions,
body.catalog-product-view .block.related .product-item-actions,
body.catalog-product-view .block.upsell .product-item-actions,
body.catalog-product-view .block.crosssell .product-item-actions,
body.catalog-product-view .block-viewed-products-grid .product-item-actions {
  display: none;
}
body.catalog-product-view .product-list-widget-container .product-item-details,
body.catalog-product-view .block.related .product-item-details,
body.catalog-product-view .block.upsell .product-item-details,
body.catalog-product-view .block.crosssell .product-item-details,
body.catalog-product-view .block-viewed-products-grid .product-item-details {
  text-align: center;
}
body.catalog-product-view .product-list-widget-container .product-item-details .price-box,
body.catalog-product-view .block.related .product-item-details .price-box,
body.catalog-product-view .block.upsell .product-item-details .price-box,
body.catalog-product-view .block.crosssell .product-item-details .price-box,
body.catalog-product-view .block-viewed-products-grid .product-item-details .price-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  flex-direction: row-reverse !important;
}
body.catalog-product-view .product-list-widget-container .product-item-details .price-box .price-label,
body.catalog-product-view .block.related .product-item-details .price-box .price-label,
body.catalog-product-view .block.upsell .product-item-details .price-box .price-label,
body.catalog-product-view .block.crosssell .product-item-details .price-box .price-label,
body.catalog-product-view .block-viewed-products-grid .product-item-details .price-box .price-label {
  display: none;
}
body.catalog-product-view .product-list-widget-container .product-item-details .price-box .price,
body.catalog-product-view .block.related .product-item-details .price-box .price,
body.catalog-product-view .block.upsell .product-item-details .price-box .price,
body.catalog-product-view .block.crosssell .product-item-details .price-box .price,
body.catalog-product-view .block-viewed-products-grid .product-item-details .price-box .price {
  font-weight: 700 !important;
  font-size: 2.2rem !important;
  color: #009e7f !important;
}
body.catalog-product-view .product-list-widget-container .product-item-details .price-box .old-price,
body.catalog-product-view .block.related .product-item-details .price-box .old-price,
body.catalog-product-view .block.upsell .product-item-details .price-box .old-price,
body.catalog-product-view .block.crosssell .product-item-details .price-box .old-price,
body.catalog-product-view .block-viewed-products-grid .product-item-details .price-box .old-price {
  margin-left: 15px;
  margin-bottom: -7px;
}
body.catalog-product-view .product-list-widget-container .product-item-details .price-box .old-price .price,
body.catalog-product-view .block.related .product-item-details .price-box .old-price .price,
body.catalog-product-view .block.upsell .product-item-details .price-box .old-price .price,
body.catalog-product-view .block.crosssell .product-item-details .price-box .old-price .price,
body.catalog-product-view .block-viewed-products-grid .product-item-details .price-box .old-price .price {
  color: #9c9d9d !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 21px;
}
body.catalog-product-view .product-list-widget-container .product-item-details .product-item-name,
body.catalog-product-view .block.related .product-item-details .product-item-name,
body.catalog-product-view .block.upsell .product-item-details .product-item-name,
body.catalog-product-view .block.crosssell .product-item-details .product-item-name,
body.catalog-product-view .block-viewed-products-grid .product-item-details .product-item-name {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
body.catalog-product-view .product-list-widget-container .product-image-container,
body.catalog-product-view .block.related .product-image-container,
body.catalog-product-view .block.upsell .product-image-container,
body.catalog-product-view .block.crosssell .product-image-container,
body.catalog-product-view .block-viewed-products-grid .product-image-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.catalog-product-view .product-list-widget-container .product-image-container .product-image-photo,
body.catalog-product-view .block.related .product-image-container .product-image-photo,
body.catalog-product-view .block.upsell .product-image-container .product-image-photo,
body.catalog-product-view .block.crosssell .product-image-container .product-image-photo,
body.catalog-product-view .block-viewed-products-grid .product-image-container .product-image-photo {
  max-height: 200px;
  object-fit: contain !important;
  height: 172px;
}
body.catalog-product-view .product-list-widget-container .block-content a.product-item-link,
body.catalog-product-view .block.related .block-content a.product-item-link,
body.catalog-product-view .block.upsell .block-content a.product-item-link,
body.catalog-product-view .block.crosssell .block-content a.product-item-link,
body.catalog-product-view .block-viewed-products-grid .block-content a.product-item-link {
  font-size: 16px;
  font-weight: 600;
  height: 40px;
}
body.catalog-product-view .product-list-widget-container .products-grid .items.slick-slider .product-item,
body.catalog-product-view .block.related .products-grid .items.slick-slider .product-item,
body.catalog-product-view .block.upsell .products-grid .items.slick-slider .product-item,
body.catalog-product-view .block.crosssell .products-grid .items.slick-slider .product-item,
body.catalog-product-view .block-viewed-products-grid .products-grid .items.slick-slider .product-item {
  margin: 0;
}
@media (max-width: 767px) {
  body.catalog-product-view .product-list-widget-container,
  body.catalog-product-view .block.related,
  body.catalog-product-view .block.upsell,
  body.catalog-product-view .block.crosssell,
  body.catalog-product-view .block-viewed-products-grid {
    padding: 0;
  }
  body.catalog-product-view .product-list-widget-container h2.section-title,
  body.catalog-product-view .block.related h2.section-title,
  body.catalog-product-view .block.upsell h2.section-title,
  body.catalog-product-view .block.crosssell h2.section-title,
  body.catalog-product-view .block-viewed-products-grid h2.section-title,
  body.catalog-product-view .product-list-widget-container .block-title.title,
  body.catalog-product-view .block.related .block-title.title,
  body.catalog-product-view .block.upsell .block-title.title,
  body.catalog-product-view .block.crosssell .block-title.title,
  body.catalog-product-view .block-viewed-products-grid .block-title.title,
  body.catalog-product-view .product-list-widget-container .block-title,
  body.catalog-product-view .block.related .block-title,
  body.catalog-product-view .block.upsell .block-title,
  body.catalog-product-view .block.crosssell .block-title,
  body.catalog-product-view .block-viewed-products-grid .block-title {
    width: 100%;
    margin: 0 auto;
  }
  body.catalog-product-view .product-list-widget-container .swiper-slide,
  body.catalog-product-view .block.related .swiper-slide,
  body.catalog-product-view .block.upsell .swiper-slide,
  body.catalog-product-view .block.crosssell .swiper-slide,
  body.catalog-product-view .block-viewed-products-grid .swiper-slide {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body.catalog-product-view .product-list-widget-container .slick-track .slick-slide,
  body.catalog-product-view .block.related .slick-track .slick-slide,
  body.catalog-product-view .block.upsell .slick-track .slick-slide,
  body.catalog-product-view .block.crosssell .slick-track .slick-slide,
  body.catalog-product-view .block-viewed-products-grid .slick-track .slick-slide {
    margin: 0;
  }
}
body.catalog-product-view .block-viewed-products-grid .product-item-details .price-box {
  flex-direction: row !important;
}
body.catalog-product-view .product-reviews-summary.empty {
  margin: -5px 0;
}
body.catalog-product-view .product-label-info {
  position: static;
  display: flex;
}
body.catalog-product-view .product-label-info .product-label {
  padding: 0;
  box-shadow: none;
  margin-right: 10px;
}
body.catalog-product-view .product-label-info .product-label.sprzedaż .text-label,
body.catalog-product-view .product-label-info .product-label.sale .text-label {
  height: 28px;
  background-color: #d7aef6;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 2px 6px;
  line-height: 25px;
}
body.catalog-product-view .product-label-info .product-label.best-seller {
  background-color: transparent;
}
body.catalog-product-view .productGallery .owl-nav {
  display: none;
}
body.catalog-product-view .faq-collection {
  margin-top: 40px;
}
body.catalog-product-view .faq-collection .faq-groups,
body.catalog-product-view .faq-collection .group-title {
  display: none;
}
body.catalog-product-view .faq-collection .ui-accordion .ui-accordion-header {
  border: 0 none;
  background-color: #f0f0f0;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0.8em 1.5em;
  position: relative;
  color: #454545;
}
body.catalog-product-view .faq-collection .ui-accordion .ui-state-default:after {
  content: '';
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 10px;
  background: url("../../frontend/Idea07/client-customization/pl_PL/images/icons/dropdown.png") no-repeat center center;
}
body.catalog-product-view .faq-collection .faq-accordion .ui-widget-content {
  border-width: 0 0 1px 0;
}
.product-item .product-label-info.top-left {
  top: -1px;
}
.product-item .product-label-info .product-label {
  padding: 0;
  box-shadow: none;
  margin-left: -10px;
}
.product-item .product-label-info .product-label.sprzedaż .text-label,
.product-item .product-label-info .product-label.sale .text-label {
  height: 28px;
  background-color: #d7aef6;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 2px 6px;
  line-height: 25px;
}
.product-item .product-label-info .product-label.sprzedaż .text-label:after,
.product-item .product-label-info .product-label.sale .text-label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 0;
  border-color: #b872ee transparent transparent transparent;
  position: absolute;
  bottom: -13px;
  left: 0;
}
.product-item .product-label-info .product-label.best-seller {
  background-color: transparent !important;
}
.product-item .product-label-info.bot-right {
  bottom: -42px;
  display: flex !important;
  justify-content: flex-end;
}
.product-item .product-label-info.bot-right .product-label {
  margin-bottom: 0;
  line-height: 14px;
  margin-left: 10px;
}
.product-item .product-image-container {
  overflow: visible;
  width: 100%;
}
.product-item .product-label-info .product-label img {
  height: auto !important;
  width: auto !important;
  max-height: 41px !important;
}
.cms-home .product-item .product-label-info.bot-right {
  bottom: -42px;
}
.cms-rules .column.main ol,
.cms-privacy-policy .column.main ol {
  counter-reset: sekcja;
  list-style-type: none !important;
  margin-top: 10px;
  padding-left: 0;
}
.cms-rules .column.main ol > li,
.cms-privacy-policy .column.main ol > li {
  position: relative;
  padding-left: 20px;
}
.cms-rules .column.main ol ol,
.cms-privacy-policy .column.main ol ol {
  padding-left: 0;
}
.cms-rules .column.main ol ol > li,
.cms-privacy-policy .column.main ol ol > li {
  padding-left: 30px;
}
.cms-rules .column.main ol ol ol > li,
.cms-privacy-policy .column.main ol ol ol > li {
  padding-left: 35px;
}
.cms-rules .column.main ol li::before,
.cms-privacy-policy .column.main ol li::before {
  counter-increment: sekcja;
  content: counters(sekcja, ".") ". ";
  position: absolute;
  left: 0;
}
.cms-rules .column.main table,
.cms-privacy-policy .column.main table {
  border: none !important;
  overflow-x: auto;
}
@media screen and (max-width: 700px) {
  .cms-rules .column.main table,
  .cms-privacy-policy .column.main table {
    display: block;
  }
}
.faq .faq-accordion:not(.ui-accordion) {
  display: none;
}
.faq .faq-collection .ui-accordion .ui-accordion-header {
  border: 0 none;
  background: transparent;
  color: inherit !important;
  font-weight: normal;
  padding-right: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 0;
}
.faq .faq-collection .ui-accordion .ui-accordion-header:hover {
  background-color: transparent !important;
}
.faq .faq-collection .ui-accordion .ui-accordion-header:after {
  content: '' !important;
  background: url("../../frontend/Idea07/client-customization/pl_PL/images/icons/faq_arr.png") no-repeat center right;
  display: block;
  width: 25px;
  height: 25px;
  background-size: 25px;
}
.faq .faq-collection .ui-accordion .ui-accordion-header:not(.ui-accordion-header-active) {
  border-bottom: 1px solid #ccc;
}
.faq .faq-collection .ui-accordion .ui-widget-content {
  border: 0 none;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
.faq .faq-collection .ui-accordion .ui-widget-content.ui-accordion-content-active {
  border-bottom: 1px solid #ccc;
}
.cms-kontakt #maincontent {
  max-width: none;
  font-size: 14px;
}
.cms-kontakt .idea07-breadcrumbs {
  display: none;
}
.cms-kontakt .container {
  max-width: 930px;
  margin: 0 auto 100px;
}
.cms-kontakt h1,
.cms-kontakt .why-us .block-title {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 34px;
}
.cms-kontakt h3 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 30px;
}
.cms-kontakt h1 + h3 {
  font-size: 2.4rem;
}
.cms-kontakt .contact_form {
  margin-top: 50px;
}
.cms-kontakt .contact_form .fieldset {
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .cms-kontakt .contact_form .row {
    display: flex;
    justify-content: space-between;
  }
  .cms-kontakt .contact_form .col-sm-6 {
    width: calc(50% - 20px);
  }
}
.cms-kontakt .contact_form label {
  color: #19223d;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 5px;
  display: block;
}
.cms-kontakt .contact_form input[type="text"],
.cms-kontakt .contact_form input[type="email"],
.cms-kontakt .contact_form select,
.cms-kontakt .contact_form textarea {
  border: 1px solid #979797;
  height: 46px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.cms-kontakt .contact_form input[type="text"]::placeholder,
.cms-kontakt .contact_form input[type="email"]::placeholder,
.cms-kontakt .contact_form select::placeholder,
.cms-kontakt .contact_form textarea::placeholder {
  text-transform: none !important;
}
.cms-kontakt .contact_form textarea {
  height: 217px;
}
.cms-kontakt .contact_form .control {
  margin-bottom: 12px;
}
.cms-kontakt .contact_form .telephone .selectdiv {
  width: 145px;
  margin-right: 25px;
}
.cms-kontakt .contact_form .telephone .control {
  display: flex;
}
.cms-kontakt .contact_form .telephone input {
  width: calc(100% - 170px);
}
.cms-kontakt .contact_form .selectdiv {
  position: relative;
  width: 100%;
}
.cms-kontakt .contact_form .selectdiv:after {
  content: '' !important;
  background: url("../../frontend/Idea07/client-customization/pl_PL/images/icons/faq_arr.png") no-repeat center center;
  display: block;
  width: 45px;
  height: 45px;
  background-size: 25px;
  position: absolute;
  right: 0;
  top: 1px;
  pointer-events: none;
}
.cms-kontakt .contact_form .selectdiv select {
  color: #19223d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cms-kontakt .contact_form .method .control {
  margin-top: 13px;
}
.cms-kontakt .contact_form .method .control label {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  user-select: none;
  color: #19223d;
  font-weight: 400;
  width: 170px;
  line-height: 15px;
}
.cms-kontakt .contact_form .method .control label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cms-kontakt .contact_form .method .control label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  border: 1px solid #979797;
  padding: 0;
  min-height: 0;
}
.cms-kontakt .contact_form .method .control label span:before {
  content: none;
}
.cms-kontakt .contact_form .method .control label span:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #019e7f;
}
.cms-kontakt .contact_form .method .control label input:checked ~ span:after {
  display: block;
}
.cms-kontakt .contact_form span.req_star {
  color: #f76600;
  margin: 0 5px 0 2px;
}
.cms-kontakt .contact_form .contact_note {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 15px;
}
.cms-kontakt .contact_form button[type="submit"],
.cms-kontakt .contact_form .checkout-cart-index .page-main .action[type="submit"],
.cms-kontakt .contact_form .methods-shipping .actions-toolbar .back .primary[type="submit"],
.cms-kontakt .contact_form .block-authentication .actions-toolbar > .primary .action[type="submit"],
.cms-kontakt .contact_form .modal-footer .action[type="submit"],
.cms-kontakt .contact_form .modal-footer button[type="submit"],
.cms-kontakt .contact_form .modal-footer .checkout-cart-index .page-main .action[type="submit"],
.cms-kontakt .contact_form .modal-footer .methods-shipping .actions-toolbar .back .primary[type="submit"],
.cms-kontakt .contact_form .modal-footer .block-authentication .actions-toolbar > .primary .action[type="submit"] {
  height: 46px;
  border-radius: 6px;
  background: #019e7f;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  border: 0 none;
  white-space: nowrap;
  padding: 7px 10px;
}
.cms-kontakt .contact_form button[type="submit"]:after,
.cms-kontakt .contact_form .checkout-cart-index .page-main .action[type="submit"]:after,
.cms-kontakt .contact_form .methods-shipping .actions-toolbar .back .primary[type="submit"]:after,
.cms-kontakt .contact_form .block-authentication .actions-toolbar > .primary .action[type="submit"]:after,
.cms-kontakt .contact_form .modal-footer .action[type="submit"]:after,
.cms-kontakt .contact_form .modal-footer button[type="submit"]:after,
.cms-kontakt .contact_form .modal-footer .checkout-cart-index .page-main .action[type="submit"]:after,
.cms-kontakt .contact_form .modal-footer .methods-shipping .actions-toolbar .back .primary[type="submit"]:after,
.cms-kontakt .contact_form .modal-footer .block-authentication .actions-toolbar > .primary .action[type="submit"]:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../frontend/Idea07/client-customization/pl_PL/images/icons/arr_right.png") no-repeat center center;
  vertical-align: bottom;
}
.cms-kontakt .contact_form .attachment .control {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
  margin-bottom: 9px;
}
.cms-kontakt .contact_form .attachment .control > * {
  width: calc(50% - 10px);
}
.cms-kontakt .contact_form .attachment .control input[type="file"] {
  display: none;
}
.cms-kontakt .contact_form .attachment .control label.file-upload {
  height: 46px;
  border-radius: 6px;
  background: #979797;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  border: 0 none;
  cursor: pointer;
  text-align: center;
  line-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 7px;
  white-space: nowrap;
  max-width: calc(40vw);
}
@media (max-width: 460px) {
  .cms-kontakt .contact_form button[type="submit"],
  .cms-kontakt .contact_form .attachment .control label.file-upload,
  .cms-kontakt .contact_form .checkout-cart-index .page-main .action[type="submit"],
  .cms-kontakt .contact_form .methods-shipping .actions-toolbar .back .primary[type="submit"],
  .cms-kontakt .contact_form .block-authentication .actions-toolbar > .primary .action[type="submit"],
  .cms-kontakt .contact_form .modal-footer .action[type="submit"],
  .cms-kontakt .contact_form .modal-footer button[type="submit"],
  .cms-kontakt .contact_form .modal-footer .checkout-cart-index .page-main .action[type="submit"],
  .cms-kontakt .contact_form .modal-footer .methods-shipping .actions-toolbar .back .primary[type="submit"],
  .cms-kontakt .contact_form .modal-footer .block-authentication .actions-toolbar > .primary .action[type="submit"] {
    font-size: 16px;
  }
  .cms-kontakt .contact_form button[type="submit"]:after,
  .cms-kontakt .contact_form .attachment .control label.file-upload:after,
  .cms-kontakt .contact_form .checkout-cart-index .page-main .action[type="submit"]:after,
  .cms-kontakt .contact_form .methods-shipping .actions-toolbar .back .primary[type="submit"]:after,
  .cms-kontakt .contact_form .block-authentication .actions-toolbar > .primary .action[type="submit"]:after,
  .cms-kontakt .contact_form .modal-footer .action[type="submit"]:after,
  .cms-kontakt .contact_form .modal-footer button[type="submit"]:after,
  .cms-kontakt .contact_form .modal-footer .checkout-cart-index .page-main .action[type="submit"]:after,
  .cms-kontakt .contact_form .modal-footer .methods-shipping .actions-toolbar .back .primary[type="submit"]:after,
  .cms-kontakt .contact_form .modal-footer .block-authentication .actions-toolbar > .primary .action[type="submit"]:after {
    display: none;
  }
}
.cms-kontakt .more_faq {
  margin: 35px auto 65px;
  text-align: center;
}
.cms-kontakt .more_faq a {
  color: #fff;
  border-radius: 6px;
  background: #19223d;
  display: inline-block;
  padding: 10px 44px 10px 20px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.cms-kontakt .more_faq a:hover {
  text-decoration: none;
}
.cms-kontakt .more_faq a:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../frontend/Idea07/client-customization/pl_PL/images/icons/arr_right.png") no-repeat center center;
  vertical-align: bottom;
  margin-left: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-12px);
}
.cms-kontakt .fast_contact .row {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .cms-kontakt .fast_contact .row {
    flex-direction: column;
    text-align: center;
  }
}
.cms-kontakt .fast_contact .row h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 20px;
}
.cms-kontakt .blog_recent .row {
  padding-left: 0;
  padding-right: 0;
}
.cms-kontakt .blog_recent #mpblog-list-container {
  overflow: hidden;
}
.cms-kontakt .orange {
  color: #f76600;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .cms-kontakt .why-us .whyus__col {
    padding: 1rem 0;
  }
}
.cms-kontakt #mpblog-list-container .block-title {
  display: none !important;
}
body.mpblog-post-index .columns > .column.main {
  width: 100%;
}
body.mpblog-post-index .columns > .sidebar {
  display: none !important;
}
body.mpblog-post-index .post-item-wraper {
  border: 0 none;
  border-bottom: 1px solid #e0e0e0;
}
body.mpblog-post-index .post-item-wraper:hover {
  box-shadow: none;
}
body.mpblog-post-index .post-item-wraper .post-info-wraper {
  padding-top: 0;
  padding-bottom: 0;
}
body.mpblog-post-index .post-item-list .post-info-wraper,
body.mpblog-post-index .post-item-list .post-image {
  display: inline-block;
}
body.mpblog-post-index .post-item-list .post-image {
  width: 250px;
  height: 160px;
  min-height: 0;
}
body.mpblog-post-index .post-item-list .post-image a {
  width: 100%;
  height: 100%;
}
body.mpblog-post-index .post-item-list .post-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body.mpblog-post-index .mp-post-info,
body.mpblog-post-index .mp-blog-rss {
  display: none;
}
.mp-blog-rss {
  display: none;
}
body.mpblog-post-view .sidebar {
  display: none !important;
}
body.mpblog-post-view .columns .column.main {
  width: 100%;
}
.cms-home .menutop-container .nav-sections {
  border-bottom: 0 none;
}
.cms-home .product-reviews-summary {
  display: none !important;
}
.cms-home .bestsel .product-item .actions-secondary,
.cms-home .sales .product-item .actions-secondary {
  display: block;
}
.cms-home .bestsel .product-item .actions-secondary > *:not(.towishlist),
.cms-home .sales .product-item .actions-secondary > *:not(.towishlist) {
  display: none;
}
.cms-home .bestsel .product-item .actions-secondary .towishlist,
.cms-home .sales .product-item .actions-secondary .towishlist {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 20px;
  top: -50px;
  z-index: 1;
}
.cms-home .bestsel .product-item .actions-secondary .towishlist:after,
.cms-home .sales .product-item .actions-secondary .towishlist:after {
  content: '';
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/heart_empty.svg") no-repeat center center;
  background-size: 22px 19px;
  width: 30px;
  height: 30px;
  display: block;
  transform: scaleY(0.9);
  opacity: 0.5;
}
.cms-home .bestsel .product-item .actions-secondary .towishlist span,
.cms-home .sales .product-item .actions-secondary .towishlist span {
  display: none;
}
.cms-home .boolfly-label {
  display: none;
}
.cms-home .bestsel .boolfly-label,
.cms-home .sales .boolfly-label {
  display: block;
}
.cms-home .bestsel .product-label-info .product-label,
.cms-home .sales .product-label-info .product-label {
  padding: 0;
  box-shadow: none;
}
.catalogsearch-result-index .page-main {
  max-width: 1920px;
}
.catalogsearch-result-index .toolbar-products .sorter-wrapper {
  display: none !important;
}
.catalogsearch-result-index .products-grid + .toolbar-products {
  height: 49px;
}
@media (min-width: 600px) {
  .sales .products-grid .product-items,
  .bestsel .products-grid .product-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog_recent .row .post-list-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-header .header.links {
    display: flex;
  }
  main .homepage-slider {
    min-height: 430px;
  }
  main .homepage-slider .homepage-slider__wrapper,
  main .homepage-slider .homepage-slider__item,
  main .homepage-slider .homepage-slider__items {
    min-height: 430px;
  }
  .menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0.submenu {
    top: 115px !important;
  }
  .page-wrapper .why-us .whyus__col:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 50%;
    width: 1px;
    background-color: #f4f4f4;
    transform: translateY(-50%);
  }
  .page-wrapper .why-us .whyus__col:last-child:after {
    display: none;
  }
  .catalog-product-view .owl-gallery-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .catalog-product-view .owl-gallery-container .productGallery {
    float: right;
  }
  .catalog-product-view .owl-gallery-container .thumbnails {
    max-height: 100% !important;
    height: 100%;
    position: absolute;
  }
}
@media (min-width: 820px) {
  .minicart-wrapper {
    padding-left: 26px;
  }
  .page-header .links-container {
    padding-top: 20px;
  }
  .page-header .header.content .nav-toggle {
    top: 34px;
  }
}
@media (min-width: 900px) {
  .sales .products-grid .product-items,
  .bestsel .products-grid .product-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .sales .products-grid .product-items .product-item:nth-child(n+7),
  .bestsel .products-grid .product-items .product-item:nth-child(n+7) {
    display: none;
  }
  .recommended .recommended-categories-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 370px 370px;
    grid-template-areas: "rec1 rec2 rec2" "rec1 rec3 rec4";
  }
  .selected-for-you .block-products-list:not(.selected_slider) .product-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item {
    padding-left: 100px;
  }
  .selected-for-you .block-products-list:not(.selected_slider) .product-items .product-item:first-child {
    padding-left: 0;
    padding-right: 100px;
    border-right: 1px solid #e0e0e0;
  }
  body.page-products .products-grid .items .item {
    flex: 1 0 calc(25% - 30px);
    width: calc(25% - 30px);
  }
  .blog_recent .row .post-list-item {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  body.page-products .product-item .price-box {
    float: none;
    align-items: start;
  }
  body.page-products .product-item .price-box .add-to-cart-right {
    margin-left: 0 !important;
  }
  .product_help .product_help_inner button,
  .product_help .product_help_inner .checkout-cart-index .page-main .action,
  .product_help .product_help_inner .methods-shipping .actions-toolbar .back .primary,
  .product_help .product_help_inner .block-authentication .actions-toolbar > .primary .action,
  .product_help .product_help_inner .modal-footer .action,
  .product_help .product_help_inner .modal-footer button,
  .product_help .product_help_inner .modal-footer .checkout-cart-index .page-main .action,
  .product_help .product_help_inner .modal-footer .methods-shipping .actions-toolbar .back .primary,
  .product_help .product_help_inner .modal-footer .block-authentication .actions-toolbar > .primary .action {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .menutop-container .nav-sections .menu_cat_img {
    display: block;
    padding-left: 40px;
    border-left: 1px solid #d8d8d8;
    align-self: flex-end;
  }
  .menutop-container .nav-sections .menu_cat_img img {
    max-width: 354px;
    max-height: 354px;
  }
}
@media screen and (min-width: 1024px) {
  .menutop-container .nav-sections {
    padding-left: 0;
    padding-right: 0;
    top: 115px;
  }
  .menutop-container .nav-sections-item-content > .navigation {
    height: auto;
  }
  .menutop-container nav.navigation ul {
    flex-direction: row !important;
  }
  .menutop-container nav.navigation ul li.level0 > a {
    padding: 23px 5px 10px !important;
  }
  .menutop-container nav.navigation ul li.level0 > .level0.submenu > .level1 > .submenu {
    display: block !important;
    padding-bottom: 25px;
  }
  .menutop-container nav.navigation ul li.level0 > .level-top:before {
    display: none;
  }
  .page-header .header.content .nav-toggle {
    display: none !important;
  }
  main .homepage-slider .homepage-slider__item .homepage-slider__details {
    top: 13.5vw;
  }
  .sales .products-grid .product-items,
  .bestsel .products-grid .product-items {
    grid-template-columns: repeat(4, 1fr);
  }
  .sales .products-grid .product-items .product-item:nth-child(n+7),
  .bestsel .products-grid .product-items .product-item:nth-child(n+7) {
    display: initial;
  }
  .page-header .header .logo-container .logo {
    margin: 0;
  }
  .page-header .links-container {
    padding-top: 20px;
  }
  main .swiper-button-prev,
  main .swiper-button-next,
  main .companies .slick-prev,
  main .companies .slick-next {
    display: flex !important;
  }
  main .product.media {
    width: 50%;
    margin-right: 0;
  }
  footer.page-footer {
    padding: 0 15px;
  }
  .catalog-product-view .product.media,
  .catalog-product-view .title-sku-wrapper,
  .catalog-product-view .product-info-main {
    width: 50%;
  }
}
@media (max-width: 767px) {
  main .why-us .whyus {
    display: flex;
    flex-wrap: wrap;
  }
  main .widget .block-title,
  .blog_recent .block-title,
  .page-main .product-list-widget-container .section-title,
  .page-wrapper .why-us .block-title,
  .recommended-categories-header h3 {
    font-size: 2.8rem;
  }
  main .widget .block-title > strong,
  .blog_recent .block-title > strong,
  .page-main .product-list-widget-container .section-title > strong,
  .page-wrapper .why-us .block-title > strong,
  .recommended-categories-header h3 > strong {
    font-size: 2.8rem;
  }
  .menutop-container .nav-sections-container nav.navigation ul li.level0 > .level0.submenu {
    max-height: none;
  }
  .product_help .product_help_inner {
    flex-direction: column;
  }
  .product_help .product_help_inner button,
  .product_help .product_help_inner .checkout-cart-index .page-main .action,
  .product_help .product_help_inner .methods-shipping .actions-toolbar .back .primary,
  .product_help .product_help_inner .block-authentication .actions-toolbar > .primary .action,
  .product_help .product_help_inner .modal-footer .action,
  .product_help .product_help_inner .modal-footer button,
  .product_help .product_help_inner .modal-footer .checkout-cart-index .page-main .action,
  .product_help .product_help_inner .modal-footer .methods-shipping .actions-toolbar .back .primary,
  .product_help .product_help_inner .modal-footer .block-authentication .actions-toolbar > .primary .action {
    margin: 5px 0;
  }
  body[class^="checkout-"] .why-us {
    display: none !important;
  }
  .page-wrapper .why-us .whyus__col {
    margin: 15px 0;
  }
  .page-wrapper .why-us .whyus__col > div:hover {
    transform: scale(1.1);
  }
  body main .companies .companies__slider .slick-prev,
  body main .companies .companies__slider .slick-next {
    display: none !important;
  }
  body .sorter .current-item {
    min-width: calc(100vw - 125px);
  }
  .product-info-main .box-tocart .fieldset .action.tocart,
  .product-info-main .box-tocart .field.qty {
    margin-right: 5px;
  }
  .product-info-main .box-tocart .box-tocart .field.qty .control input {
    width: 55px;
    padding: 0px 5px;
  }
}
@media screen and (max-width: 819px) {
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    align-items: baseline !important;
  }
  body.account .account-nav .content.open .items {
    max-height: 100%;
  }
  body.account .account-nav .content .items {
    max-height: 34px;
    padding-bottom: 8px;
  }
  body.account .account-nav .content .items .item.current {
    line-height: 10px;
    height: 28px;
  }
  body.account .account-nav .content .items .opener:after {
    height: 32px;
  }
  .product-item .product-label-info.bot-right {
    bottom: 0 !important;
  }
  body.page-products .product-item .actions-secondary .towishlist,
  .cms-home .bestsel .product-item .actions-secondary .towishlist,
  .cms-home .sales .product-item .actions-secondary .towishlist {
    top: -65px;
  }
}
@media screen and (max-width: 1023px) {
  body.page-products .product-item .price-box,
  body.page-products .product-item .tocart,
  body.page-products .product-item .product-item-inner .actions-primary .action.alert {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  body.page-products .products-grid .items {
    max-width: 100%;
  }
  body.page-products .products-grid .items .item {
    max-width: 100%;
  }
  body .page-header .header .logo-container .logo {
    margin-left: 0;
  }
  body .page-header .header .navigation .ui-menu-icon:after {
    right: -25px;
  }
  body .page-header .header .menutop-container .nav-sections-container nav.navigation > ul {
    padding-bottom: 160px;
  }
  body .page-header .header .menutop-container .nav-sections-container nav.navigation > ul li.level0 > .level0.submenu {
    max-height: unset !important;
  }
  footer .content {
    padding-bottom: 40px;
  }
  footer .gotop {
    top: auto;
    bottom: 30px;
    right: 20px;
  }
  footer .switcher {
    position: absolute;
    bottom: -12px;
    left: 20px;
  }
  footer .footer-links__left__logo {
    padding: 0 20px;
  }
  body.catalog-product-view .columns .column.main {
    display: flex;
  }
  body.catalog-product-view .columns .column.main > * {
    order: 3;
  }
  body.catalog-product-view .title-sku-wrapper,
  body.catalog-product-view .product-info-main,
  body.catalog-product-view .product.media {
    float: none;
    width: 100%;
  }
  body.catalog-product-view .title-sku-wrapper {
    order: 0;
  }
  body.catalog-product-view .product.media {
    order: 1;
    padding-right: 0;
    margin-bottom: 0;
  }
  body.catalog-product-view .product-info-main {
    order: 2;
  }
  body.catalog-product-view .product-info-main .designer-text,
  body.catalog-product-view .product-info-main .more-product-producent-text {
    display: block !important;
  }
  body.catalog-product-view .product.media .designer-text,
  body.catalog-product-view .product.media .more-product-producent-text {
    display: none !important;
  }
  body.page-products .products-grid .items {
    margin: 0;
  }
  body.page-products .product-item .product-item-description {
    margin-bottom: 20px;
  }
  body.page-products .product-item .price-box .old-price {
    position: static;
    max-height: 0 !important;
    margin: -10px 0 10px !important;
  }
  .block.filter .filter-toggle {
    position: absolute;
    top: 28px;
    right: 25px;
    cursor: pointer;
    width: 23px;
    height: 15px;
  }
  .block.filter .filter-toggle span {
    background-color: #000000;
    height: 1px;
    position: absolute;
    width: 32px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .block.filter .filter-toggle span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .block.filter .filter-options {
    max-width: unset;
    margin: 0;
  }
  .block.filter .filter-options .filter-options-item {
    max-width: 100%;
    width: 400px;
    padding: 0 10px;
    margin: 0 auto;
  }
  #layered-filter-block.block.filter {
    background: #f9f9f9;
    height: 100% !important;
  }
  #layered-filter-block.block.filter .block-content.filter-content {
    overflow: auto;
  }
  #layered-filter-block.block.filter .filter-options {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #layered-filter-block.block.filter .filter-options .filter-options-item {
    margin: auto;
  }
  #layered-filter-block.block.filter .filter-options .filter-options-item .filter-options-content {
    position: static;
    border: none;
  }
  #layered-filter-block.block.filter .filter-content .filter-current {
    padding-top: 15px;
  }
  #layered-filter-block.block.filter .filter-content .filter-current + .filter-actions {
    min-height: 30px;
  }
  #layered-filter-block.block.filter .filter-options .filter-options-item .filter-options-content .item a label {
    padding: 0 35px 0 35px;
  }
  #layered-filter-block.block.filter .filter-options .filter-options-item .filter-options-title {
    padding: 15px 40px;
  }
  #layered-filter-block.block.filter input.filter-search {
    border-radius: 5px;
    border: 1px solid #dadada;
  }
  .nav-sections .switcher-trigger {
    color: #ffffff !important;
    border-color: #ffffff !important;
  }
  .nav-sections .switcher-dropdown li,
  .nav-sections .switcher-trigger:after {
    color: #ffffff !important;
  }
}
@media (min-width: 640px) {
  main .homepage-slider__wrapper,
  main .homepage-slider,
  main .homepage-slider__item,
  main .homepage-slider__items {
    height: 51.5vw;
    max-height: 825px;
  }
}
.cart-summary .block.shipping {
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  display: block;
  background-color: #f5f6fa;
  padding: 10px 20px;
}
.cart-summary .block.shipping .fieldset {
  margin: unset;
  margin-top: 10px;
}
.cart-summary .block.shipping .item-title:not(:first-child) {
  margin-top: 20px;
}
.cart-summary .block.shipping .item-title {
  margin-bottom: 10px;
}
.cart-summary .block.shipping .field[name="shippingAddress.region"] {
  display: none;
}
.cart-summary .block.shipping .title {
  cursor: pointer;
}
@media (min-width: 820px), print {
  .block-search .search-autocomplete {
    top: 33px;
  }
}
.additional-attributes-header {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 10px;
}
.additional-attributes-subheader {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
.additional-attributes-section {
  margin-top: 15px;
  margin-bottom: 30px;
}
.additional-attributes-section th {
  text-transform: unset !important;
  letter-spacing: unset !important;
  border: unset !important;
  padding: 0 0 5px !important;
  font-size: 16px !important;
  width: 50% !important;
}
.additional-attributes-section td {
  padding: 0 !important;
  font-size: 16px !important;
  width: 50% !important;
}
.checkout-cart-index #block-summary #shipping-zip-form .field:not([name='shippingAddress.country_id']) {
  display: none;
}
.product-add-form form > .towishlist {
  position: absolute;
  display: none;
  margin-top: 5px;
}
.product-add-form form {
  position: relative;
}
.product-add-form form > .available-info + .towishlist {
  display: block;
}
.product-info-main .product.alert.stock {
  float: unset;
}
.product-info-main .green-dot {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #5ab17e;
  position: relative;
  padding-left: 25px;
}
.product-info-main .green-dot::before {
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 100%;
  content: ' ';
  width: 15px;
  height: 15px;
  background: #5ab17e;
}
.product-info-main .free-shipping-info {
  margin-bottom: 20px;
}
.cms-page-view .page-main .column.main p,
.cms-page-view .page-main .column.main li {
  font-size: 1.4rem;
}
.checkout-cart-index .cart-summary #block-shipping #block-summary {
  display: block !important;
}
body.cms-home .sales .product-image-wrapper {
  display: flex;
  height: 260px;
  justify-content: center;
}
@media screen and (min-width: 1300px) {
  body.cms-home .page-header .content {
    max-width: 1300px;
    margin: auto;
  }
  body.cms-home #maincontent .blog_recent,
  body.cms-home #maincontent .recommended {
    max-width: 1300px;
    margin: auto;
  }
  body.cms-home #maincontent .sales .products-grid {
    max-width: 1300px;
    margin: auto;
  }
  body:not(.cms-home) .page-header .content {
    max-width: 1300px;
    width: 1300px;
    margin: auto;
  }
}
body.cms-home #maincontent .sales .products-grid .product-label {
  margin-left: -7px;
}
@media (max-width: 640px) {
  .why-us .whyus__col {
    padding: 1rem 5%;
  }
  .homepage-slider__description strong {
    font-size: 2.4rem;
  }
  .main .recommended-categories-item,
  .main .blog_recent .post-list-item .post-item-wraper {
    max-width: 100%;
    aspect-ratio: 1;
  }
  .main .recommended-categories-item a,
  .main .blog_recent .post-list-item .post-item-wraper a {
    line-height: 17px;
    height: 21px;
    padding-left: 8px;
    padding-right: 32px;
    font-size: 0.85rem;
  }
  .main .recommended-categories-item a::before,
  .main .blog_recent .post-list-item .post-item-wraper a::before {
    height: 8px;
    width: 8px;
    right: 8px;
  }
  .main .recommended-categories-item a::after,
  .main .blog_recent .post-list-item .post-item-wraper a::after {
    right: 15px;
  }
  .main .recommended-categories-item h3 {
    font-size: 1.5rem;
  }
  .main .blog_recent .post-list-item .post-item-wraper h3 {
    font-size: 1.2rem;
  }
  .recommended-categories-item__description,
  .blog_recent .blog-recent-item__description {
    font-size: 1rem;
    padding: 10px 0;
  }
  body .product-items .product-item .product-label-info .product-label .text-label {
    font-size: 1rem;
  }
  body .product-items .product-item .product-label-info .product-label img {
    max-height: 35px !important;
  }
  body .product-items .product-item .product-item-name,
  body .product-items .product-item .product-item-name a {
    font-size: 1.2rem;
  }
  body .product-items .product-item .price-box {
    line-height: 1.2;
  }
  body .product-items .product-item .price-box .price {
    font-size: 13px;
  }
  body .product-items .product-item .stock.unavailable,
  body .product-items .product-item .stock.available {
    font-size: .9rem;
  }
  .sales .products-grid .product-items .product-item,
  .bestsel .products-grid .product-items .product-item {
    margin-bottom: 0 !important;
  }
  .sales .products-grid .product-items .product-item .price-box,
  .bestsel .products-grid .product-items .product-item .price-box {
    float: left !important;
    margin-bottom: 0;
    padding-right: 0;
  }
  .sales .products-grid .product-items .product-item .price-box .price-final_price,
  .bestsel .products-grid .product-items .product-item .price-box .price-final_price {
    line-height: 1.2;
    float: left;
  }
  .sales .products-grid .product-items .product-item .price-box .special-price,
  .bestsel .products-grid .product-items .product-item .price-box .special-price {
    margin-top: 0;
  }
  .sales .products-grid .product-items .product-item .price-box .old-price,
  .bestsel .products-grid .product-items .product-item .price-box .old-price {
    margin-top: 0;
  }
  .sales .products-grid .product-items .product-item .price-box .old-price .price,
  .bestsel .products-grid .product-items .product-item .price-box .old-price .price {
    font-size: 0.9rem;
  }
  .sales .products-grid .product-items .product-item .product-item-description,
  .bestsel .products-grid .product-items .product-item .product-item-description {
    font-size: 1rem;
    max-height: 28px;
    height: 28px;
    margin-bottom: 8px;
  }
  .sales .products-grid .product-items .product-item .product-item-actions,
  .bestsel .products-grid .product-items .product-item .product-item-actions {
    float: right;
    margin-bottom: 6px;
  }
  .sales .products-grid .product-items .product-item .product-item-actions .actions-primary,
  .bestsel .products-grid .product-items .product-item .product-item-actions .actions-primary {
    width: auto;
  }
  .sales .products-grid .product-items .product-item .product-item-actions .tocart,
  .bestsel .products-grid .product-items .product-item .product-item-actions .tocart,
  .sales .products-grid .product-items .product-item .product-item-actions .action.alert,
  .bestsel .products-grid .product-items .product-item .product-item-actions .action.alert {
    line-height: 19px;
    font-size: 9px;
    min-height: 21px;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: 0;
    margin-top: 14px;
  }
  .sales .products-grid .product-items .product-item .product-item-actions .tocart::after,
  .bestsel .products-grid .product-items .product-item .product-item-actions .tocart::after,
  .sales .products-grid .product-items .product-item .product-item-actions .action.alert::after,
  .bestsel .products-grid .product-items .product-item .product-item-actions .action.alert::after {
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    margin-left: 5px;
  }
  .selected-for-you .product-item .product-item-description {
    max-height: 37px;
    height: 37px;
  }
}
@media (max-width: 390px) {
  .sales .products-grid .product-items .product-item .price-box .price-container,
  .bestsel .products-grid .product-items .product-item .price-box .price-container {
    text-align: center;
    width: 100%;
  }
  .sales .products-grid .product-items .product-item .product-item-actions,
  .bestsel .products-grid .product-items .product-item .product-item-actions {
    width: 100%;
  }
  .sales .products-grid .product-items .product-item .product-item-actions .actions-primary,
  .bestsel .products-grid .product-items .product-item .product-item-actions .actions-primary {
    width: 100%;
  }
}
@media (max-width: 640px) {
  body.page-products .products-grid .items .item::after {
    bottom: -20px;
  }
  body.page-products .products-grid .product-items .product-item .product-label-info .product-label .text-label {
    font-size: 1rem;
  }
  body.page-products .products-grid .product-items .product-item .product-label-info .product-label img {
    max-height: 35px !important;
  }
  body.page-products .products-grid .product-items .product-item .product-item-details {
    padding-top: 6px;
  }
  body.page-products .products-grid .product-items .product-item .product-item-description {
    font-size: 1.1rem;
    max-height: 32px;
    height: 32px;
    margin-bottom: 8px;
  }
  body.page-products .products-grid .product-items .product-item .price-box {
    align-items: baseline;
    float: left !important;
    margin-bottom: 0;
    padding-right: 0;
    width: auto;
  }
  body.page-products .products-grid .product-items .product-item .price-box .price-final_price {
    line-height: 1.2;
    float: left;
  }
  body.page-products .products-grid .product-items .product-item .price-box .special-price {
    margin-top: 0;
  }
  body.page-products .products-grid .product-items .product-item .price-box .price {
    display: block;
    margin-top: 10px;
    font-size: 13px;
  }
  body.page-products .products-grid .product-items .product-item .price-box .old-price {
    margin-top: 0;
  }
  body.page-products .products-grid .product-items .product-item .price-box .old-price .price {
    font-size: 0.9rem;
  }
  body.page-products .products-grid .product-items .product-item .product-item-actions {
    float: right;
    margin-bottom: 6px;
  }
  body.page-products .products-grid .product-items .product-item .product-item-actions .actions-primary {
    width: auto;
  }
  body.page-products .products-grid .product-items .product-item .product-item-actions .actions-primary .tocart,
  body.page-products .products-grid .product-items .product-item .product-item-actions .actions-primary .action.alert {
    line-height: 19px;
    font-size: 9px;
    min-height: 21px;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: 0;
    margin-top: 8px;
  }
  body.page-products .products-grid .product-items .product-item .product-item-actions .actions-primary .tocart::after,
  body.page-products .products-grid .product-items .product-item .product-item-actions .actions-primary .action.alert::after {
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    margin-left: 5px;
  }
  body.page-products .breadcrumbs {
    margin: 20px 0 0;
  }
  body.page-products .breadcrumbs .items {
    font-size: 1rem;
  }
  body.page-products .toolbar-products {
    margin-bottom: 20px;
  }
  body.page-products .filters-mobile .show-filter {
    font-size: 1rem;
    width: 150px;
    height: 30px;
  }
  body.page-products .filters-mobile .show-filter::after {
    font-size: 1.2rem;
  }
  body.page-products .pager-container .limiter-custom .current-item {
    font-size: 1.3rem;
  }
  body.page-products .pager-container .limiter-custom .current-item + .dropdown-items a {
    font-size: 1.3rem;
  }
  body.page-products .sorter-wrapper .toolbar-sorter .sorter-label {
    font-size: 1.3rem;
  }
  body.page-products .sorter-wrapper .toolbar-sorter .current-item {
    padding: 8px 35px 8px 10px;
  }
  body.page-products .sorter-wrapper .toolbar-sorter .current-item::after {
    content: '';
    background-size: contain !important;
    color: #000;
    font-size: 18px;
    width: 12px;
    height: 12px;
    margin: -8px 0 0 0;
  }
  body.page-products .sorter-wrapper .toolbar-sorter .current-item .current {
    font-size: 1.3rem;
  }
}
@media (max-width: 390px) {
  body.page-products .products-grid .product-items .product-item .price-box {
    width: 100%;
  }
  body.page-products .products-grid .product-items .product-item .price-box .price-container {
    text-align: center;
    width: 100%;
  }
  body.page-products .products-grid .product-items .product-item .product-item-actions {
    width: 100%;
  }
  body.page-products .products-grid .product-items .product-item .product-item-actions .actions-primary {
    width: 100%;
  }
}
.designer-text {
  clear: both;
}
.designer-text h1 {
  font-weight: 600;
  font-size: 24px;
}
.designer-text .designer-text-content {
  font-size: 16px;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main {
  font-weight: 600 !important;
  font-size: 18px !important;
}
.ammenu-menu-wrapper.-mobile .ammenu-link.-main,
.ammenu-menu-wrapper.-desktop .ammenu-link.-level1 {
  font-weight: 600 !important;
  font-size: 18px !important;
  text-transform: unset;
}
.ammenu-menu-toggle {
  left: unset;
  right: 0px;
  top: unset;
}
.ammenu-menu-welcome {
  display: none;
}
.ammenu-menu-header {
  display: none;
}
div[aria-controls="am.store.settings"] {
  display: none !important;
}
#am.store.settings {
  display: none !important;
}
.ammenu-menu-wrapper .ammenu-link.-main:before {
  display: none !important;
}
.products-grid.grid .product-item .product-item-info:hover {
  z-index: 899;
}
.price-tracker {
  font-size: 14px;
  margin-top: 5px;
}
.price-tracker.tooltip {
  position: relative;
  float: right;
}
.price-tracker.tooltip .price-tracker-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  font-size: 1rem;
  border: 1px solid #bbbbbb;
  margin-right: 5px;
  right: 100%;
  top: 0;
}
.price-tracker.tooltip .price-tracker-content:after,
.price-tracker.tooltip .price-tracker-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.price-tracker.tooltip .price-tracker-content:after {
  border-width: 5px;
  border-color: transparent;
}
.price-tracker.tooltip .price-tracker-content:before {
  border-width: 6px;
  border-color: transparent;
}
.price-tracker.tooltip .price-tracker-content:after,
.price-tracker.tooltip .price-tracker-content:before {
  left: 100%;
}
.price-tracker.tooltip .price-tracker-content:after {
  border-left-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.price-tracker.tooltip .price-tracker-content:before {
  border-left-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.price-tracker.tooltip .tooltip-toggle {
  cursor: help;
}
.price-tracker.tooltip .tooltip-toggle:hover + .price-tracker-content,
.price-tracker.tooltip .tooltip-toggle:focus + .price-tracker-content,
.price-tracker.tooltip:hover .price-tracker-content {
  display: block;
}
.price-tracker .price-wrapper:after {
  content: ' ' attr(data-label);
}
.price-tracker .price-wrapper .price {
  text-decoration: line-through;
  font-weight: 600;
}
.price-tracker.list {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  color: #62656d;
}
.price-tracker.list .price-wrapper {
  font-size: 1rem;
}
.price-tracker.list .price-wrapper:after {
  font-size: 1rem;
}
.price-tracker.list .price-wrapper .price {
  font-size: 14px;
}
.price-tracker:not(.list) {
  text-align: left;
  color: #62656d;
}
.price-tracker:not(.list) .price-wrapper:after {
  font-size: 1.4rem;
}
.price-tracker:not(.list) .price-wrapper .price {
  font-size: 14px;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
@media (max-width: 767px) {
  .owl-gallery-container.thumb_left .thumbnails {
    overflow: hidden;
    max-height: unset;
  }
  .owl-gallery-container.thumb_left .thumbnails > .owl-dot {
    display: none;
  }
  .owl-gallery-container.thumb_left .thumbnails .owl-dot {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    padding-bottom: 100% !important;
  }
  .owl-gallery-container.thumb_left .thumbnails .owl-dot img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  body.catalog-product-view .product-list-widget-container .products-grid .items.slick-slider .product-photo-wrapper,
  body.catalog-product-view .block.related .products-grid .items.slick-slider .product-photo-wrapper,
  body.catalog-product-view .block.upsell .products-grid .items.slick-slider .product-photo-wrapper,
  body.catalog-product-view .block.crosssell .products-grid .items.slick-slider .product-photo-wrapper,
  body.catalog-product-view .block-viewed-products-grid .products-grid .items.slick-slider .product-photo-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  body.catalog-product-view .product-list-widget-container .slick-track .slick-slide,
  body.catalog-product-view .block.related .slick-track .slick-slide,
  body.catalog-product-view .block.upsell .slick-track .slick-slide,
  body.catalog-product-view .block.crosssell .slick-track .slick-slide,
  body.catalog-product-view .block-viewed-products-grid .slick-track .slick-slide {
    max-width: 100%;
    display: block;
  }
  body.catalog-product-view .product-list-widget-container .slick-prev,
  body.catalog-product-view .block.related .slick-prev,
  body.catalog-product-view .block.upsell .slick-prev,
  body.catalog-product-view .block.crosssell .slick-prev,
  body.catalog-product-view .block-viewed-products-grid .slick-prev {
    left: 0;
  }
  body.catalog-product-view .product-list-widget-container .slick-next,
  body.catalog-product-view .block.related .slick-next,
  body.catalog-product-view .block.upsell .slick-next,
  body.catalog-product-view .block.crosssell .slick-next,
  body.catalog-product-view .block-viewed-products-grid .slick-next {
    right: 0;
  }
}
.catalog-category-view #maincontent,
.catalogsearch-result-index #maincontent {
  max-width: 1920px;
}
.catalog-category-view #maincontent .column.main,
.catalogsearch-result-index #maincontent .column.main {
  max-width: 100% !important;
  padding-left: 0px;
}
.catalog-product-view #product_addtocart_form .ask-product-modal,
.catalog-product-view #product_addtocart_form .product.alert.stock {
  display: none;
}
.catalog-product-view #product_addtocart_form > .towishlist {
  margin-left: 15px;
  margin-top: 3px;
}
.page-products .products-grid + .toolbar-products .pages {
  display: block;
}
.page-products .toolbar-products {
  flex-wrap: wrap;
}
.products.wrapper ~ .toolbar .limiter-custom {
  display: none;
}
.pager-container {
  margin-top: 0;
  margin-bottom: 0;
}
.pager-container .limiter-custom {
  display: inline-flex;
}
.pager-container .limiter-custom .current-item {
  display: inline-block;
  text-decoration: none;
  border: none;
  position: relative;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: normal;
  text-transform: uppercase;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
  min-height: unset;
}
.pager-container .limiter-custom .current-item .current {
  margin: 0;
}
.pager-container .limiter-custom .current-item .current .qty {
  display: none;
}
.pager-container .limiter-custom .current-item .item-label {
  font-weight: 600;
  color: #19223D;
}
.pager-container .limiter-custom .current-item::after {
  content: none;
}
.pager-container .limiter-custom .current-item + .dropdown-items {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  position: static;
  top: unset;
  left: unset;
  width: auto;
  border: none;
  border-top: none;
  max-height: unset;
  overflow: visible;
  z-index: 1;
  transition: none;
  padding: 0;
}
.pager-container .limiter-custom .current-item + .dropdown-items a {
  display: inline-block;
  border: none;
  font-size: 2.0rem;
  line-height: 1.35;
  color: #19223D;
  letter-spacing: normal;
  height: auto;
  margin-right: 6px;
  margin-left: 6px;
}
.pager-container .limiter-custom .current-item + .dropdown-items a.selected.current {
  font-weight: 700;
}
.pager-container .limiter-custom .current-item + .dropdown-items a:hover,
.pager-container .limiter-custom .current-item + .dropdown-items a:focus,
.pager-container .limiter-custom .current-item + .dropdown-items a:active {
  text-decoration: none;
}
.pager-container .limiter-custom .current-item + .dropdown-items a:first-of-type {
  margin-top: 0;
  margin-left: 12px;
}
.pager-container .limiter-custom .current-item + .dropdown-items a:last-of-type {
  margin-bottom: 0;
}
.box-tocart .field.qty #qty-error {
  position: absolute;
  white-space: nowrap;
  top: 40px;
  left: 0;
}
.minicart-wrapper .action.showcart.active ~ .ui-dialog .block-minicart {
  z-index: 900;
}
.minicart-wrapper .minicart-items-wrapper {
  min-height: 123px;
}
.minisearch .search-autocomplete .product-item .price-box {
  display: flex;
  height: auto;
  margin: 0;
}
.minisearch .search-autocomplete .product-item .price-box .special-price {
  margin-left: 0;
}
.minisearch .search-autocomplete .product-item .price-box .old-price {
  position: static;
  margin-top: 0;
}
.minisearch .search-autocomplete .product-item .price-box .old-price .price {
  font-weight: 600;
  font-size: 1.4rem;
  color: #9c9d9d !important;
}
.menu-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.33);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 255ms;
}
.menu-loader.visible {
  opacity: 1;
}
.menu-loader.hidden {
  opacity: 0;
}
.menu-loader .lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.menu-loader .lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.menu-loader .lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.menu-loader .lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.menu-loader .lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.menu-loader .lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.menu-loader .lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.menu-loader .lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.menu-loader .lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.menu-loader .lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.menu-loader .lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.menu-loader .lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.menu-loader .lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.menu-loader .lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.product-info-main .box-tocart .fieldset .action.tocart:after {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/cart-button.svg") no-repeat center right !important;
}
body .product-item .tocart:after {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/cart-button.svg") no-repeat center right !important;
}
.product-info-main .towishlist:after {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/heart_empty.svg") no-repeat center center !important;
}
.minicart-wrapper .action.showcart:before {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/basket.svg") no-repeat center center !important;
  background-size: auto !important;
}
.product-reviews-summary .rating-summary .rating-result:before,
#customer-reviews .rating-summary .rating-result:before,
.customer-review .rating-summary .rating-result:before,
.block-reviews-dashboard .rating-summary .rating-result:before,
.table-reviews .rating-summary .rating-result:before {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/stars.png") no-repeat left center !important;
}
.product-reviews-summary .rating-summary .rating-result > span:before,
#customer-reviews .rating-summary .rating-result > span:before,
.customer-review .rating-summary .rating-result > span:before,
.block-reviews-dashboard .rating-summary .rating-result > span:before,
.table-reviews .rating-summary .rating-result > span:before {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/stars-f.png") no-repeat left center !important;
}
#layered-filter-block.block.filter .filter-options .filter-options-item .filter-options-title:after {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/dropdown-filter.svg") no-repeat center center;
  background-size: contain;
  transition: .3s;
}
#layered-filter-block.block.filter .filter-options .filter-options-item.active .filter-options-title:after {
  transform: rotate(180deg);
}
body.page-products .toolbar-sorter .current-item:after {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/dropdown.svg") no-repeat center center !important;
}
body.catalog-product-view .faq-collection .ui-accordion .ui-state-default:after {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/dropdown.svg") no-repeat center center !important;
}
body.catalog-product-view .product-list-widget-container .slick-prev,
body.catalog-product-view .block.related .slick-prev,
body.catalog-product-view .block.upsell .slick-prev,
body.catalog-product-view .block.crosssell .slick-prev,
body.catalog-product-view .block-viewed-products-grid .slick-prev {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/swiper-left.svg") no-repeat center center !important;
}
body.catalog-product-view .product-list-widget-container .slick-next,
body.catalog-product-view .block.related .slick-next,
body.catalog-product-view .block.upsell .slick-next,
body.catalog-product-view .block.crosssell .slick-next,
body.catalog-product-view .block-viewed-products-grid .slick-next {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/swiper-right.svg") no-repeat center center !important;
}
body main.page-main .swiper-button-prev,
body main.page-main .companies .slick-prev,
body main.page-main .block-content .products-grid .swiper-button-prev {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/swiper-left.svg") no-repeat center center !important;
}
body main.page-main .swiper-button-next,
body main.page-main .companies .slick-next,
body main.page-main .block-content .products-grid .swiper-button-next {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/swiper-right.svg") no-repeat center center !important;
}
footer .footer-links .footer-links__left__logo img {
  background: url("../../frontend/Idea07/client-customization/pl_PL//images/icons/nomus--lampy.png") no-repeat center center;
  background-size: 156px;
}
@media (min-width: 1024px), print {
  .mpblog-author-view .sidebar,
  .mpblog-tag-view .sidebar,
  .mpblog-post-index .sidebar,
  .mpblog-category-view .sidebar {
    padding-top: 0;
    width: 16.66666667%;
    padding-left: 0;
  }
}
@media (max-width: 819px), print {
  .mpblog-author-view .post-listwar-item,
  .mpblog-tag-view .post-list-item,
  .mpblog-post-index .post-list-item,
  .mpblog-category-view .post-list-item {
    padding-right: 0 !important;
  }
}
.mpblog-author-view .sidebar,
.mpblog-tag-view .sidebar,
.mpblog-post-index .sidebar,
.mpblog-category-view .sidebar {
  float: left;
}
.mpblog-author-view .sidebar .block-content,
.mpblog-tag-view .sidebar .block-content,
.mpblog-post-index .sidebar .block-content,
.mpblog-category-view .sidebar .block-content {
  margin: 0 0 2.5rem;
  padding: 0 0 0 10px;
}
.mpblog-author-view .sidebar .list-archives,
.mpblog-tag-view .sidebar .list-archives,
.mpblog-post-index .sidebar .list-archives,
.mpblog-category-view .sidebar .list-archives {
  margin-left: 8px;
}
.mpblog-author-view .post-list-item,
.mpblog-tag-view .post-list-item,
.mpblog-post-index .post-list-item,
.mpblog-category-view .post-list-item {
  padding-left: 0;
  padding-right: 20px;
}
.block-blog-related .related-content-container .price-box {
  margin: 0;
}
.block-blog-related .related-content-container .product-item-inner {
  width: 100%;
  display: flex;
}
.mpblog-post-view .item.product.product-item.mp-blog-slider-item {
  height: auto;
}
.mpblog-post-view .block-blog-related {
  margin-bottom: 50px;
  width: 100% !important;
}
.mpblog-post-view .item.product.product-item.mp-blog-slider-item {
  width: 100%;
}
.post-item-wraper {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
body.mpblog-post-index .post-item-list .post-image {
  width: auto;
}
body.mpblog-post-index .post-item-list .post-image img {
  width: auto;
}
.post-list-content {
  margin-bottom: 20px;
}
.post-list-content .pages-items {
  align-items: center;
}
.post-list-content .pages-items li {
  font-size: 1.6rem;
}
.post-list-content .pages-items li .action.next:before {
  font-size: 42px;
  margin: 0 0 0 -12px;
}
.post-list-content .pages-items li .action.previous {
  margin-right: 0;
}
.post-list-content .pages-items li .action.previous:before {
  font-size: 42px;
}
.post-list-content .limiter-custom {
  display: none;
  align-items: flex-end;
}
.post-list-content .limiter-custom .current-item {
  font-size: 1.6rem;
}
.post-list-content .limiter-custom .dropdown-items a .qty {
  font-size: 1.6rem;
}
.mp-footer {
  display: none;
}
@media (max-width: 768px) {
  .mpblog-post-view .block-blog-related .related-content-container {
    padding: 0;
  }
  .mpblog-post-view .block-blog-related {
    margin-bottom: 35px;
  }
}
@media (max-width: 568px) {
  .post-item-wraper {
    flex-direction: column;
  }
}
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mage360-brands{
	margin:0;
	padding:0;
	list-style:none;
}

.mage360-brands .mage360-brand{
	display:inline-block;
	padding:20px;
	border:1px solid #efefef;
	margin:10px;
}

.mage360-brands .mage360-brand a{}

.mage360-brands .mage360-brand a img{
	width:90px;
}
    
.mage360-brands-wrapper{
	clear:both;
	margin-bottom:30px;
	padding-top: 25px;
	h3{
		margin-top: 0;
		padding-top: 0;	
	}
}

.brand-img{
	width:30%;
	float:left;
}

.brand-img img{
	max-width:100%;
}

.brand-desc{
	width:100%; 
	padding: 0%; 
	float:left;
}

.clearfix{
	clear:both;
}