/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@charset "UTF-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap');
*/
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-family--primary: "Roboto Condensed", sans-serif !important;
  --primary: #1e2022;
  --secondary: #e4a11b;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #1e2022;
}

::-webkit-scrollbar-track {
  background: #f8f8f8;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #1e2022 #f8f8f8;
}

div.banner_top {
  width:100%;
  text-align:center;
  padding:8px;
  color:white;
  font-size:1.08em;
}

div#tm-widget-ferret2 {
  margin-bottom:20px;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 1460px) {
  .container {
    width: 100%;
  }
}

@media screen and (min-width: 1460px) {
  .container {
    width: auto;
  }
}

@media screen and (max-width: 575px) {
  .container {
    width: auto;
  }
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
  width: calc(100% - 4px);
  background-color: white;
}

#cart-block {
  position: relative;
  z-index: 99;
}

.header-top {
  background-color: #1e2022 !important;
}

/* loader order */
div#loader-info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

div#loader-info > div {
  position: relative;
  top: 50%;
  margin: -70px auto 0;
}

div#loader-info > div div {
  border: 8px solid #dcdcdc;
  border-radius: 50%;
  border-top: 8px solid #d12d2f;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

div#loader-info span {
  margin-top: 12px;
  width: 100%;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* end loader order */

/* search autocomplete */
.ui-menu .ui-menu-item {
  margin: 0 0 10px !important;
}
.ui-menu .ui-menu-item .product-img {
  float: left;
  height: 40px;
  width: 50px;
  border: 1px solid #f0f0f0;
  background-color:white;
}
.ui-menu .ui-menu-item a {
  min-height: 50px;
}
.ui-widget.ui-widget-content {
  border-color: lightgrey;
  border-radius: 0;
  padding: 8px;
  margin: 10px 0 0;
  overflow: hidden;
  box-sizing: border-box;
}
.ui-front.ui-menu .ui-menu-item a {
  min-height: 100%;
  overflow: hidden;
  padding: 2px 0 2px 8px !important;
  float: left;
}
@media (max-width: 543px) {
  .ui-front.ui-menu .ui-menu-item a {
    width: 165px !important;
  }
}
.ui-front.ui-menu .ui-menu-item a span {
  display: block;
  font-size: 14px;
  color: #232f3e;
}
.ui-front.ui-menu .ui-menu-item a span.category {
  color: #a7a7a7;
  font-size: 12px;
  text-transform: capitalize;
}
.ui-front.ui-menu .ui-menu-item a span.product {
  display: inline-block;
  text-transform: capitalize;
  max-width:600px;
}
.ui-front.ui-menu .ui-menu-item a .price {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
}
.ui-front.ui-menu .ui-menu-item a.ui-state-focus,
.ui-front.ui-menu .ui-menu-item a.ui-state-active {
  background: none;
  border: none;
  margin: 0;
}
.ui-front.ui-menu .ui-menu-item {
  clear: both;
  display: block;
  padding: 5px;
  margin: 0 !important;
  cursor: pointer;
  border:none;
  background:none;
}
.ui-front.ui-menu .ui-menu-item:hover {
  /* a span.product {*/
  background-color: #f1f1f1;
  /*color: #EE1D25;*/
}

ui-front.ui-menu .ui-menu-item a {
  font-size: 16px;
}
.ui-front.ui-menu .ui-menu-item a span.separator {
  display: none;
}
/* end search autocomplete */

/* filter slider */
#search_filters .ui-slider-horizontal {
  height: 18px;
  overflow: inherit;
}

#search_filters .ui-widget-header {
  background-color: #1e2022;
}

#search_filters .ui-slider .ui-slider-handle {
  top: -3px;
  width: 12px;
  height: 22px;
}

#search_filters .ui-slider-horizontal .ui-slider-handle {
  margin-left: -6px;
}
/* end filter slider */

/*search bar*/
.ps-search-widget {
  margin: 0;
}

/* end search bar */

.footer-top {
  padding: 0 !important;
}

.footer-container li.tel {
  color: #e4a11b;
}

.logo_footer {
  max-width:287px;
}

.block_newsletter.block .title_block {
  padding-bottom: 8px;
}

/* home vert-menu */
div.vert-menu-left .leo-verticalmenu > h4 {
  display: none;
}

div.vert-menu-left .leo-verticalmenu .block_content {
  border: none;
}

div.vert-menu-left div.verticalmenu .navbar-nav > li {
  border-bottom: none;
}

div.vert-menu-left div.verticalmenu .navbar-nav > li > a {
  padding: 18px 24px 16px;
}

div.vert-menu-left div.verticalmenu .navbar-nav li.parent > a:after {
  top: 18px;
}
/* end home vert-menu */

/* navigation vertical */
div.verticalmenu .navbar-nav li.nav-item.parent.dropdown {
  position: relative;
}

div.verticalmenu .navbar-nav li.parent > a:after {
  top: 6px;
}
/* end navigation vertical */

.product-prices .tax-shipping-delivery-label span.delivery-information:before {
  content: " - ";
}

#back-top {
  border-color: #1e2022;
}

#cart-block .cart-preview.active a:hover .shopping-cart:before,
.ap-wishlist:hover:before,
.ap-compare:hover:before {
  color: #1e2022;
}

div.verticalmenu .navbar-nav li.parent > a:after {
  top: 13px;
}

.ApQuicklogin {
  padding-top: 15px;
  font-size: 0.95em;
}

.ApQuicklogin a i {
  position: relative;
  top: -1px;
  font-size: 1.35em;
}

.ApQuicklogin a + a {
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .ApQuicklogin {
    padding-top: 8px;
    padding-bottom: 9px;
  }
}

.paypal.ApImage {
  margin-top: 12px;
}

.ApColumn .leo-verticalmenu > h4.title_block {
  display: none;
}

.ApColumn .leo-verticalmenu > .block_content {
  position: relative;
  border: none;
}

div.verticalmenu .navbar-nav > li > a {
  padding-left: 0;
}

.thumbnail-container .product-title {
  height: auto;
}

.leo-quicklogin-nav {
  height: 20px;
  line-height: 20px;
}

.iview-directionNav a:before {
  color: #1e2022;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.ApColumn .category_tabs:before {
  background-color: #1e2022 !important;
}

div.verticalmenu .dropdown-menu ul li a:hover .menu-title {
  color: #1e2022;
}

.blog-container .blog-meta span:first-child {
  padding-left: 0;
}

.manufacturers_block .title_block {
  display: inline-block;
  margin-bottom: 33px;
  margin-top: 16px !important;
  border-bottom: 2px solid #1e2022;
}

.manufacturers_block:before {
  position: absolute;
  content: "";
  height: 2px;
  right: 0;
  left: 0;
  top: auto;
  bottom: 0;
  top: 44px;
  height: 3px;
  left: 15px;
  right: 15px;
  bottom: auto;
  background: #f8f8f8;
}

@media (max-width: 767px) {
  .ap-wishlist,
  .ap-compare {
    padding: 30px 5px;
  }

  .ap-wishlist .ap-total,
  .ap-compare .ap-total {
    top: 20px;
  }

  .ps-search-widget {
    margin: 0;
  }

  .horizontal_menu .ApMegamenu .navbar-toggler {
    top: -125px;
  }

  @-moz-document url-prefix() {
    #_desktop_cart .cart-preview .cart-products-count .zero,
    #_desktop_cart .cart-preview .cart-products-count .cart-count {
      left: -8px;
      top: -14px;
    }
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ps-search-widget {
    margin: 0;
  }
}

#mapid {
  width: 100%;
  height: 400px;
}

/* category trending */
.trending-content .widget-category_image ul {
  position: relative;
  margin: 0 auto;
}

.ApColumn .block.ApCategoryImage {
  margin-bottom: 0;
}

.trending-content {
  margin-top: 30px;
  padding-top: 22px !important;
}

.products-section-title {
  margin-bottom: 0;
}

.product-quantity .wishlist .btn-primary:hover,
.product-quantity .compare .btn-primary:hover {
  background: white;
}

.bootstrap-touchspin .btn-touchspin:hover {
  background: #1e2022;
}

.latest-blogs .read_more {
  display: none;
}

.latest-blogs .blog-title a:hover {
  color: #1e2022 !important;
}

.ui-widget.ui-widget-content {
  z-index: 99;
}

.bannercontainer.banner-responsive img {
  width: 100%;
  height: auto;
}

.bannercontainer.banner-responsive .tp-caption {
  position: relative !important;
  top: 0 !important;
  width: 100%;
}

.bannercontainer.banner-responsive .slide_config {
  position: relative;
  top: 0;
  display: block;
}

.bannercontainer.banner-responsive .slide_config + .slide_config {
  display: none;
}

.ApColumn .block.manufacturers_block {
  margin-bottom: 12px;
}

div.star:before {
  content: "" !important;
}

.cancel,
.star {
  margin: 0 !important;
}

/* select custom */
.facet-dropdown.open > .select-title {
  border: 3px solid #1e2022;
}

.products-sort-order .select-list,
.facet-dropdown .select-list {
  font-size: 0.8em;
  padding: 0.3rem 1rem !important;
}

.products-sort-order .select-list:hover,
.facet-dropdown .select-list:hover {
  background: #1e2022;
}

.products-sort-order i.material-icons {
  color: #414141;
}

.product-quantity .wishlist .btn-primary {
  border: 1px solid #aaa;
}

.product-quantity .wishlist .btn-primary.added,
.product-quantity .compare .btn-primary.added {
  border-radius: 3px;
  background: #1e2022;
  border: 1px solid #888 !important;
}

.product-quantity .wishlist .btn-primary:hover,
.product-quantity .compare .btn-primary:hover {
  background: white;
  border: 1px solid #1e2022 !important;
}

.quickview .modal-body .product-quantity .wishlist .btn-primary,
.quickview .modal-body .product-quantity .compare .btn-primary {
  border: 1px solid #888 !important;
  border-radius: 3px;
}

.product-default-home .thumbnail-container .product-price-and-shipping {
  min-height: 40px;
}

.cart-preview.active a:hover .shopping-cart:before {
  color: #1e2022 !important;
}

.product-add-to-cart,
.product-discounts {
  margin-top: 22px;
  clear:both;
}

.has-discount .current-price {
  display: inline-block;
}

.has-discount .product-discount {
  display: inline-block;
  margin-right: 0;
}

.has-discount .product-discount .regular-price {
  color: red;
  text-decoration: line-through;
}

nav.breadcrumb .category-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  text-align: left;
  transform: translate(-50%, -50%);
  max-width: auto !important;
}

.breadcrumb .category-name {
  margin-top: 0;
}

.product-flags {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: left;
  white-space: pre-line;
}

.product-default-home .thumbnail-container .product-flags,
.product-count-down .thumbnail-container .product-flags {
  top: 0;
}

.product-flags .product-flag.discount,
.product-flags .product-flag {
  position: relative !important;
  display: inline-block !important;
  /*margin-bottom:3px;*/
  top: -22px !important;
  left: 0 !important;
}

.product-flags .product-flag:after {
  display: block;
}

.product-flags .product-flag.hs-new {
  background: #fe8054;
}

.product-flags .product-flag.hs-promo {
  background: #c69957;
}

.product-flags .product-flag.hs-variants {
  background: #22a1ad;
}

.product-flags .product-flag.hs-best {
  background: transparent; /*#B6AC08;*/
  position: absolute !important;
  top: -4px !important;
  right: -4px !important;
  left: auto !important;
  width: 82px;
  height: 82px;
  overflow: hidden;
}

.product-flags .product-flag.hs-best::before,
.product-flags .product-flag.hs-best::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.product-flags .product-flag.hs-best::before {
  top: 0;
  left: 0;
}

.product-flags .product-flag.hs-best::after {
  bottom: 0;
  right: 0;
}

.product-flags .product-flag.hs-best::before,
.product-flags .product-flag.hs-best::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 2px solid #d35db4;
  height: 0;
}

.product-flags .product-flag.hs-best span {
  left: -11px;
  top: 22px;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  width: 120px;
  padding: 6px 0;
  background-color: #e867c7;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 600 10px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.thumbnail-container {
  overflow: visible;
}

.block-category #category-description {
  margin-top: 0 !important;
}

.block-category.mb-0 {
  margin-bottom: 0 !important;
}

#attachments div.attachment {
  margin-top: 12px;
}

#attachments div.attachment > h4 {
  margin-bottom: 0;
}

#attachments div.attachment > p:empty {
  display: none;
}

.signout a {
  background-color: #1e2022;
  border: 1px solid transparent;
}

.signout a:hover {
  color: #1e2022;
  background-color: white;
  border: 1px solid #1e2022;
}

@media screen and (max-width: 991px) {
  #_desktop_cart .cart-preview .cart-products-count .zero,
  #_desktop_cart .cart-preview .cart-products-count .cart-count {
    bottom: auto;
    left: -9px;
    right: 0;
    top: -16px;
  }
}

.product_list.list .thumbnail-container .cart .add-to-cart span + span:before {
  display: none;
}

.product_list.list .thumbnail-container .cart .add-to-cart {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  transition: 0.3s, transform 0.3s;
  box-shadow: inset 0 0 0 35px #1e2022;
}

.product_list.list .thumbnail-container .cart .add-to-cart:hover {
  box-shadow: inset 0 0 0 2px #1e2022;
  background-color: white !important;
}

.product_list.list .thumbnail-container .cart .add-to-cart.disabled {
  box-shadow: inset 0 0 0 35px #a8a8a8;
}

.product_list.list .thumbnail-container .cart .add-to-cart.disabled:hover {
  box-shadow: inset 0 0 0 2px #a8a8a8;
}

.product_list.list .thumbnail-container .cart .add-to-cart .name-btn-product {
  color: white;
}

.product_list.list
  .thumbnail-container
  .cart
  .add-to-cart:hover
  .name-btn-product {
  color: #1e2022;
}

.product_list.list
  .thumbnail-container
  .cart
  .add-to-cart.disabled:hover
  .name-btn-product {
  color: #a8a8a8;
}

label.js-terms > p {
  display: inherit;
}

#macy_footer::after {
  display: none !important;
}

#macy_footer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 50px;
  grid-auto-rows: minmax(50px, auto);
  grid-auto-flow: dense;
}

#macy_footer > div {
  width: 100% !important;
  padding:0;
}

@media (max-width: 1250px) {
  #macy_footer {
    background-size: cover !important;
  }
}

@media (min-width: 1250px) {
  #macy_footer {
    grid-template-columns: repeat(3, minmax(20%, 1fr));
  }
}
  
  
div#search_filters section.facet > ul[data-type="checkbox"] {
  scrollbar-width: thin;
  scrollbar-color: #1e2022 #f8f8f8;
  max-height: 300px;
  overflow: hidden auto;
}

.sidebar .block-highlighted .title_block > span {
  color: #000000;
}

.sidebar .block-highlighted .title_block div {
  font-size: 12px;
  color: #333;
  text-transform: lowercase;
  font-weight: 500;
  margin-top: 6px;
}

.sidebar .block-highlighted .title_block div a {
  font-weight: 600;
  text-transform: none;
}

div#js-product-list-header {
  display: none;
}

article div.product-features {
  display: none;
  margin-top: 0;
}

div#js-product-list div.product_list.list div.product-features {
  display: block;
}

div#js-product-list div.product_list.list div.product-features li {
  display: inline;
  padding-left: 12px;
}

div#js-product-list div.product_list.list div.product-features li:first-child {
  padding-left: 0;
}

div#js-product-list div.product_list.list div.product-features li {
  font-size: 1em;
}

div#js-product-list div.product_list.list div.product-features li span {
  color: #666666;
  font-size: 0.9em;
}

div#js-product-list div.product_list.list div.product-features li span:after {
  content: ":";
}

div#js-product-list div.product_list.list .product-price-and-shipping {
  font-size: 1.6em;
}

div#js-product-list div.product_list ~ h2 {
  position: relative;
  border-bottom: 2px solid #1e2022;
  padding: 1.15rem 0 1.25rem;
  margin-bottom: 1em;
  /* font-family:"Montserrat", sans-serif; */
}

.sidebar .block .title_block a:hover {
  color: #1e2022;
}

.block-categories .category-sub-menu li.selected-cat > a {
  color: #1e2022;
}

.thumbnail-container .product-image .product-thumbnail {
  position: relative;
}

div.bannercontainer {
  height: 500px;
}

.product-detail .arrows-product-fake {
  display: block !important;
}

.custom-checkbox input[type="checkbox"] + span,
.custom-checkbox input[type="radio"] + span {
  margin-right: 6px;
}

.custom-checkbox input[type="checkbox"][required] + span {
  margin-right: 12px;
}

.custom-checkbox input[type="checkbox"][required] + span::after {
  content: "*";
  float: left;
  width: 12px;
  margin-left: 19px;
  color: red;
  position: absolute;
  top: -2px;
  left: 6px;
}

body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 0.6em;
}

#authentication .custom-checkbox label {
  padding: 0;
}

body#checkout .condition-label {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  ul.list-brands li.brand div.brand-products {
    display: none;
  }
}

/**
 * Normalize, do opisu artykułu
 */
.normalized {
  font-size: 1.2em;
  line-height: inherit;
  font-weight: inherit;
  color: black;
}
.normalized html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.normalized body {
  margin: 0;
}
.normalized article,
.normalized aside,
.normalized details,
.normalized figcaption,
.normalized figure,
.normalized footer,
.normalized header,
.normalized hgroup,
.normalized main,
.normalized menu,
.normalized nav,
.normalized section,
.normalized summary {
  display: block;
}
.normalized audio,
.normalized canvas,
.normalized progress,
.normalized video {
  display: inline-block;
  vertical-align: baseline;
}
.normalized audio:not([controls]) {
  display: none;
  height: 0;
}
.normalized [hidden],
.normalized template {
  display: none;
}
.normalized a {
  background-color: transparent;
}
.normalized a:active,
.normalized a:hover {
  outline: 0;
}
.normalized abbr[title] {
  border-bottom: 1px dotted;
}
.normalized b,
.normalized strong {
  font-weight: bold;
}
.normalized dfn {
  font-style: italic;
}
.normalized h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.normalized mark {
  background: #ff0;
  color: #000;
}
.normalized small {
  font-size: 80%;
}
.normalized sub,
.normalized sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.normalized sup {
  top: -0.5em;
}
.normalized sub {
  bottom: -0.25em;
}
.normalized img {
  border: 0;
}
.normalized svg:not(:root) {
  overflow: hidden;
}
.normalized figure {
  margin: 1em 40px;
}
.normalized hr {
  box-sizing: content-box;
  height: 0;
}
.normalized pre {
  overflow: auto;
}
.normalized code,
.normalized kbd,
.normalized pre,
.normalized samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.normalized button,
.normalized input,
.normalized optgroup,
.normalized select,
.normalized textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.normalized button {
  overflow: visible;
}
.normalized button,
.normalized select {
  text-transform: none;
}
.normalized button,
.normalized html input[type="button"],
.normalized input[type="reset"],
.normalized input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.normalized button[disabled],
.normalized html input[disabled] {
  cursor: default;
}
.normalized button::-moz-focus-inner,
.normalized input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.normalized input {
  line-height: normal;
}
.normalized input[type="checkbox"],
.normalized input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.normalized input[type="number"]::-webkit-inner-spin-button,
.normalized input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.normalized input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.normalized input[type="search"]::-webkit-search-cancel-button,
.normalized input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.normalized fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.normalized legend {
  border: 0;
  padding: 0;
}
.normalized textarea {
  overflow: auto;
}
.normalized optgroup {
  font-weight: bold;
}
.normalized table {
  border-collapse: collapse;
  border-spacing: 0;
}
.normalized td,
.normalized th {
  padding: 0;
}
.normalized ul,
.normalized ol {
  display: block;
  list-style: disc outside none;
  margin: 1em 0;
  padding: 0 0 0 40px;
}
.normalized ol {
  list-style-type: decimal;
}
.normalized li {
  display: list-item;
}
.normalized ul ul,
.normalized ol ul {
  list-style-type: circle;
  margin-left: 15px;
}
.normalized ol ol,
.normalized ul ol {
  list-style-type: lower-latin;
  margin-left: 15px;
}
.normalized p {
  color: black;
  font-size: inherit;
}

/** 
 * widget Social media
 */


.kac-sm-panel{
  position: fixed;
  top: 200px;
  right: -102px;
  text-align: left;
  z-index: 9999;
}
.kac-sm-panel ul{
  list-style-type: none;
}
.kac-sm-panel li{
  border-radius: 5px;
  width: 140px;
  height: 40px;
  padding: 5px;
  margin: 3px 0px;
  position: relative;
  right: 0px;
  box-sizing: initial;
  display: block;
}
.kac-sm-panel li a img { 
  border-width: 3px;
}
.kac-sm-panel span{
  width: 80px;
  display: inline;
  font-size: 16px;
  vertical-align: middle;
  padding-bottom: 13px;
  position: absolute;
  top: 15px;
  left: 50px;
  color: #FFF;
  font-family: sans-serif;
  font-weight: 700;
}
.kac-sm-text-black {
  color: #000000 !important;
}
.kac-sm-panel a{
  text-decoration: none;
}
.kac-sm-block{
  transition: right 0.5s ease-out 0s;
}
.kac-sm-block:hover{
  right: 90px;
}

.kac-sm-fb{
	background: none repeat scroll 0% 0% #295C9E;
}
.kac-sm-gplus{
	background: none repeat scroll 0% 0% #DC4A3D;
}
.kac-sm-pkt{
  background: none repeat scroll 0% 0% #FFFFFF;
  border: 1px solid #ccc;
}
.kac-sm-gmb{
  background: none repeat scroll 0% 0% #FFFFFF;
  border: 1px solid #ccc;
}
.kac-sm-instagram{
  background: none repeat scroll 0% 0% #FFFFFF;
  border: 1px solid #ccc;
}
.kac-sm-twitter{
  background: none repeat scroll 0% 0% #16B9ED;
}
.kac-sm-blog{
  background: none repeat scroll 0% 0% #0171BB;
}
.kac-sm-pinterest{
  background: none repeat scroll 0% 0% #D73532;
}
.kac-sm-youtube{
  background: none repeat scroll 0% 0% #E32C26;
}
.kac-sm-goldenline{
  background: none repeat scroll 0% 0% #FFFFFF;
}
.kac-sm-allegro{
  background: none repeat scroll 0% 0% #FF5A00;
}
.kac-sm-linkedin{
  background: none repeat scroll 0% 0% #0097BD;
}
.kac-sm-googlekspert{
  background: none repeat scroll 0% 0% #FFFFFF;
}
.kac-sm-payback{
  background: none repeat scroll 0% 0% #00349A;
}
@media screen and (max-width:640px){ .kac-sm-panel{display:none;} }

/**
 * O nas > MyWay
 */
body.cms-id-12 main#page section#wrapper {
  background-image: url(https://sklep.max-pol.com.pl/img/cms/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
body.cms-id-12 header.page-header{
  display: none;
}
#mw-cms p {
  color: white;
}
#mw-cms a, #mw-cms a:hover, #mw-cms a:visited {
  color: yellow;
  text-decoration: none;
}
#mw-how-to-use-app-section {
  margin-top: 3em;
  border: 1px solid #808080;
  border-radius: 15px;
}
@media screen and (width < 992px) {
  .mw-d-none {
    display: none;
  }
}
.mw-icon {
  display: block;
  margin: auto;
}
@media screen and (width >= 992px) {
  .mw-icon {
    display: block;
  	margin: auto;
  	width: 25%;
  }
  
}
.mw-margin {
  margin-top: 10em;
  margin-bottom: 10em;
}
@media screen and (width < 900px) {
  .mw-margin {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
p.mw-poem {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 1em;
  line-height: 1.5em;
  padding-bottom: 1.5em;
}
p.mw-poem-bold {
  font-size: 2.5em;
}
.mw-bold {
  font-weight: bold;
  font-size: 2em;
}
.mw-num-btn {
  transform: translate(0px, -16px);
  width: 32px;
  height: 32px;
  border-radius: 32px;
  padding: 0;
  background-color: white;
  border: none;
}
.mw-margin-bot {
  margin-bottom: 1em;
}
.mw-white {
  color: white;
}
.mw-market-btn {
  width: 35%;
  margin-top: 3em;
  margin-bottom: 3em;
}
.mw-img {
  display: block;
  margin: auto;
}
.mw-how-to-paragraph {
  margin-bottom: 3em;
}
.mw-how-to-img {
  max-width: 100%;
  height: 280px;
}
.mw-center {
  text-align: center;
}
.mw-arrow {
  display: block;
  margin: auto;
  margin-top: 50%;
}
.mw-padding {
  padding-top: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid gray;
}
.mw-margin {
  margin-top: 2em;
  margin-bottom: 2em;
}
.mw-interline-2 {
  line-height: 1.25em;
}
.mw-margin-top {
  margin-top: 5%;
}
.mw-margin-top-20 {
  margin-top: 20%;
}
.mw-big-margin {
  margin-top: 15em;
  margin-bottom: 15em;
}
.mw-big-margin-last {
  margin-top: 12em;
}
.mw-big-margin-first {
  margin-bottom: 12em;
}
.mw-how-to-num {
  display: inline-block;
}
.mw-benefits-margin {
  margin-top: 3em;
}
/* end O nas > MyWay */
/* single product page */
.product-card .social-sharing, .product-card h1, .product-card .description-short {
  margin-bottom: 0px !important;
  padding-bottom: 1em;
}
.product-card > *:first-child {
  background-color: #F1F1F1;
  border-radius: 16px 16px 0px 0px;
  padding: 32px 32px 0px 32px;
}
.product-card > *:not(:first-child):not(:last-child){
  background-color: #F1F1F1;
  padding-left: 32px;
  padding-right: 32px;
}
.product-card > div:last-child {
  position: relative;
  background-color: #FFFFFF;
  padding: 0px 0px 32px 0px;
}
.hs-price-span { /* =one before last .product-card > * */
  display: flex; 
  align-items: baseline; 
  justify-content: space-evenly;
  background-color: #F1F1F1;
  border-radius: 0px 0px 16px 16px;
  padding-bottom: 2em;
}
/* body#product section#wrapper > div.container {
  max-width: 1160px !important;
  padding: 0px 15px !important;
} */
.cart-summary-totals .cart-summary-line .label, .cart-summary-totals .cart-summary-line .value {
  font-weight: bold;
}
/*.product-detail .arrows-product-fakse .sliczk-prev {
  left: 0px !important;
}
.product-detail .arrows-product-fakse .sliczk-next {
  right: 0px !important;
}*/
.hs-product-banner {
  background: url(/themes/bos_nike/assets/img/phone-myway-bg.jpg) no-repeat;
}
.hs-product-banner i {
  display: inline-block;
  background: transparent;
  padding: 2px 14px 1px;
  border-radius: 8px;
  color: white;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 0;
  margin-bottom: 10px;
  border: 2px solid white;
}
/* end single product page */
/* checkout */
div.checkout > div.text-sm-center > a.btn-outline {
  color: black;
  background-color: #e4a11b;
  border-color: #e4a11b;
}
.hs-checkout-info > p {
  margin-top: 1em;
  margin-bottom: 1em;
  color: gray;
}
body#checkout section.checkout-step .delivery-option {
  display: flex;
}
/* end checkout */
/* home page RWD */
@media screen and (width < 1024px) {
  .home-candle figure {
    display: none;
  }
  body#index section#main div.home-candle section {
  	max-width: none;
    padding-top: 64px;
    text-align: center;
  }
  body#index section#main div.home-candle div.container {
    min-height: 0px;
    padding-bottom: 16px;
  }
}
.mini-slider {
  display: none;
}
@media screen and (width < 768px) {
  div.home-company section > span {
  	color: white; 
  }
  .homeslider-container {
  	display: none;
  }
  div.homeslider-bg {
    background: url(/themes/bos_nike/assets/img/background-leaves.png) left no-repeat !important;
    min-height: 0px;
  }
  .mini-slider {
  	display: block;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .mini-slider > div > div:first-child { /* slider img container */
    text-align: center;
  }
  .mini-slider img {
    width: 40%;
    padding-bottom: 2em;
  }
  .mini-slider i {
  	display: inline-block;
    background: transparent;
    padding: 2px 14px 1px;
    border-radius: 8px;
    color: white;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 0.8em;
    letter-spacing: 0;
    margin-bottom: 10px;
    border: 2px solid white;
  }
  .mini-slider p {
  	font-weight: bold;
    color: white;
    font-size: 25px;
    line-height: normal;
  }
  .mini-slider span {
    color: white;
  }
  .mini-slider .anchors {
  	display: flex;
    align-items: center;
    flex-direction: row;
  }
  .mini-slider a:not(last-child) {
  	width: max-content;
    display: inline-block;
    padding: 8px 16px;
    color: black;
    border-radius: 32px;
    background-color: #e8a219;
    font-weight: 600;
    margin-top: 12px;
    font-size: 1em;
  }
  .mini-slider a:last-child {
  	background-color: transparent;
    color: white;
    border: 1px solid white;
    margin-left: 12px;
    width: max-content;
    display: inline-block;
    padding: 8px 16px;
    font-weight: 600;
    margin-top: 12px;
    font-size: 1em;
  }
}
@media screen and (width < 576px) {
  body#index section#main div.home-candle section {
  	padding-top: 16px;
  }
  div.footer-top div.disclaimer > div {
  	text-align: center;
  }
  .mini-slider .anchors {
  	display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mini-slider a {
  	margin-left: 0px !important;
  }
  .mini-slider img {
    width: 80%;
  }
}
body#index section#main div.home-promo > a {
  margin-top: 2em;
}
#macy_footer > div {
  display: flex;
  justify-content: space-around;
}
/* end home page RWD */
/* login page */
section#wrapper:has(> div.container > div.row > div#content-wrapper > div#hs-login-content) {
  background-color: #FFFFFF;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
}
section#wrapper:has(> div.container > div.row > div#content-wrapper > div#hs-login-content)::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 200%;
  top: -150%;
  left: -40%;
  background-color: #fafafa;
  transform: rotate(45deg);
  border-radius: 100px;
  z-index: 0;
}
@media screen and (width < 1440px) {
  section#wrapper:has(> div.container > div.row > div#content-wrapper > div#hs-login-content)::before {
  	top: -110%;
    left: -40%;
  }
}
@media screen and (width < 1024px) {
  section#wrapper:has(> div.container > div.row > div#content-wrapper > div#hs-login-content)::before {
  	top: -90%;
    left: -40%;
  }
}
@media screen and (width >= 768px) { /*md-6*/
  #hs-login-content {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  }
  #hs-login-content > * {
    width: 50%;
    margin-right: 0px;    
    margin-left: 0px;
  }
}
@media screen and (width < 768px) { /*sm-12*/
  section#wrapper:has(> div.container > div.row > div#content-wrapper > div#hs-login-content)::before {
  	top: -55%;
    left: -30%;
  }
  #hs-login-content {
    display: flex;
  	justify-content: space-evenly;
    flex-direction: column;
  }
  #hs-login-content > * {
    width: 100%;
  }
}

body#authentication main#page > nav.breadcrumb {
  display: none;
}
div#content-wrapper:has(> #hs-login-content) {
  display: block !important;
}
.hs-login {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2em;
}
.hs-login a {
  font-weight: bold;
  text-decoration: underline;
}
div.hs-login-form > p {
  line-height: 2em;
  margin: 2em 0px 2em 0px;
  font-weight: normal;
}
div.hs-login-form > p > a, div.hs-login-form > p > a:hover, div.hs-login-form > p > a:focus, div.hs-login-form > p > a:active {
  font-weight: bold;
  text-decoration: underline;
}
/* end login page */
