@font-face {
  font-family: "luma-icons";
  src:
    url("../fonts/Luma-Icons.woff2") format("woff2"),
    url("../fonts/Luma-Icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.sorter .sort-desc:before {
  content: url(https://kowalczyk-mb.pl/images/sorting-desc.png) !important;
  width: 30px;
  height: 30px;
}

.sorter .sort-asc:before,
.sorter-action:before {
  content: url(https://kowalczyk-mb.pl/images/sorting-asc.png) !important;
  width: 30px;
  height: 30px;
}

.filter-count-label {
  display: none;
}

@media screen and (min-width: 1024px) {
  .footer.content .links .section.fourth {
    max-width: 420px;
  }
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty {
  margin-bottom: 0 !important;
}

.catalog-product-view .breadcrumbs ul li:last-child a {
  pointer-events: none;
}

.catalog-product-view .breadcrumbs {
  padding-bottom: 10px;
}

#open-filter {
  display: none;
}

.page-with-filter .columns .sidebar-main .close {
  display: none;
}

.page-with-filter .columns .sidebar-main .show {
  display: none;
}

@media screen and (max-width: 1024px) {
  .catalog-product-view .breadcrumbs {
    order: -2;
  }

  .order-only-text {
    padding-left: 15px;
  }

  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;

    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s ease-out;
    z-index: 2000;
    position: fixed;
    top: 0px;
    left: 32px;
    bottom: 0;
    right: 0;
    background: white;
    padding: 24px 10px 24px 24px;
    /*overflow-y: auto;*/
  }

  .page-with-filter .columns .sidebar-main.active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .page-with-filter .columns .sidebar-main.active .close {
    text-align: right;
    padding: 5px 15px 0 0;
    font-size: 30px;
    line-height: 15px;
    font-weight: 300;
    font-family: sans-serif;
    cursor: pointer;
    display: block;
  }

  .page-with-filter .columns .sidebar-main.active .close:hover {
    color: #eb6724;
  }

  .page-with-filter .columns .sidebar-main.active .show {
    color: white;
    background: #eb6724;
    padding: 14px 18px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    display: block;
  }

  #layered-filter-block-container {
    overflow-y: auto;
    max-height: calc(100% - 100px);
    margin-top: 20px;
    margin-bottom: 15px;
    padding-right: 10px;
  }

  #open-filter {
    display: flex;
    /*margin-left: 20px;*/
    align-items: center;
    cursor: pointer;
  }

  #open-filter:hover {
    color: #eb6724;
  }

  #open-filter img {
    width: 18px;
    height: max-content;
    margin-right: 10px;
  }

  .page-with-filter .sorter-options {
    margin-right: 20px;
  }

  #sidebar-overlay {
    display: none;
    position: fixed;
    z-index: 101;
    background: #191919b3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #sidebar-overlay.visible {
    display: block;
  }

  .page-layout-2columns-left .sidebar-main {
    width: auto !important;
  }

  .page-products .columns {
    z-index: auto !important;
  }
}

@media screen and (max-width: 350px) {
  .order-only-text {
    padding-left: 20px;
    padding-right: 60px;
    text-align: center;
  }
}

.filter-options input[type="checkbox"] {
  width: initial;
  height: initial;
  opacity: 1;
}

.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 0;
  position: relative;
  text-transform: uppercase;
  word-break: break-word !important;
  z-index: 1;
  display: block;
  text-decoration: none;
}

.filter-current,
.filter-current+.filter-actions {
  font-size: 1.4rem !important;
  margin-bottom: 10px !important;
}

.filter-current .filter-label {
  display: inline-block !important;
}

.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}

.filter-options .filter-options-content {
  margin: 0 !important;
}

.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}

.filter-current .action.remove>span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: "\e616";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}

.sidebar-main {
  /*padding-right: 0 !important;*/
}

.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: luma-icons;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}

html .filter-content .category-items {
  padding-left: 20px;
}

.filter-content .icon-expand:after {
  padding-left: 5px;
  transform: translateY(-3px);
}

.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}

html .filter-options-content a {
  display: inline !important;
}

.filter-options-title:hover {
  color: #000;
}

.active>.filter-options-title:after {
  content: "\e621";
}

.main_head {
  font-size: 2.8rem;
  height: 70px;
  display: flex;
  align-items: center;
}

.main_head h2 {
  font-size: inherit;
  color: #10357f;
  margin: 1em;
  line-height: 1;
  text-shadow: 0 0 3px #fff;
}

.checkout-payment-method .payment-method-content p {
  font-size: 1.2rem;
}

/* .main_head:after {
  height: 100%;
  background: url(https://kowalczyk-mb.pl/images/block_separator_50px.png) no-repeat 0 center;
  flex-grow: 1;
  display: block;
  content: "";
} */

.main_head::after {
  content: "\\";
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  background-color: #10357f;
  color: #f26522;
  font-weight: 900;
  font-size: 16rem;
  font-family: monospace, sans-serif;
  padding-left: 0px;
  clip-path: polygon(28px 0, 100% 0%, 100% 100%, 52px 100%);
  max-height: 50px;
  height: 100%;
}

.table-checkout-shipping-method .col-method span {
  font-size: 1.2rem;
  line-height: 16px;
  display: block;
}

/*.billing-address-same-as-shipping-block.field.choice {*/
/*  opacity: 0;*/
/*}*/

.disabled_link a {
  pointer-events: none;
}

.fb,
.in,
.menu_fr {
  float: right;
}

.menu_fr a {
  text-transform: none !important;
}

.fb a,
.in a {
  width: 20px;
  height: 20px;
  background: url("https://kowalczyk-mb.pl/images/fb.svg");
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-top: 13px;
}

.in a {
  background: url("https://kowalczyk-mb.pl/images/in.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  margin-left: 12px;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-top: 36px !important;
  }

  .breadcrumbs .items {
    font-size: 15px;
    line-height: 20px;
    margin-top: 8px;
  }

  .breadcrumbs .items .item.category,
  .breadcrumbs .items .item.home {
    display: none;
  }

  .product-info-main h1.page-title {
    font-size: 1.8rem;
  }

  .catalog-product-view .brand,
  .catalog-product-view .brand {
    max-width: 70px;
    max-height: 70px;
    float: right;
    margin: 0;
    margin-left: 10px;
  }

  .breadcrumbs .items li.item.category:nth-last-child(2) {
    display: inline-block !important;
  }

  .breadcrumbs .items li.item.category:nth-last-child(2):after {
    content: "";
  }

  .catalog-product-view .breadcrumbs .item.product {
    display: none;
  }

  .column.main .product-info-main {
    display: flex;
    flex-direction: column;
  }

  .column.main .product-info-main .page-title-wrapper.product {
    margin-top: 0px;
  }

  .product-info-main .brand {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }

  .catalog-product-view .breadcrumbs ul li {
    display: none !important;
  }

  .catalog-product-view .breadcrumbs {
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .catalog-product-view .breadcrumbs ul li:nth-last-child(2) {
    display: block !important;
  }

  .breadcrumbs .item:not(:last-child):after {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .catalog-product-view .breadcrumbs {
    padding-bottom: 10px;
    height: auto;
  }
}

.breadcrumbs li.dotted {
  overflow: hidden;
  height: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cms-home .block.widget.block-products-list.grid.more-products .product-item:nth-child(4n + 1),
.cms-home .block.widget.block-products-list.grid.more-products .product-item:nth-child(3n + 1),
.cms-home .block.widget.block-products-list.grid.more-products .product-item:nth-child(2n + 1) {
  margin-left: 10px !important;
  border-radius: 10px;
  overflow: hidden;
}

.cms-home.page-layout-1column .products-grid .product-item {
  margin-left: 10px !important;
  border-radius: 10px;
  overflow: hidden;
}

.cms-home .post-title a.post-item-link {
  font-size: 2rem !important;
  margin-bottom: 10px !important;
}

.cms-home .post-text-hld {
  font-size: 1.6rem !important;
}

.block.related {
  order: 1;
}

.block.upsell {
  order: 2;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  /*margin-bottom: 60px;*/
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  height: auto;
}

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
  max-width: 100% !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  opacity: 1;
  visibility: visible;
  right: 15px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #10357f;
  transition: all 0.3s ease-in-out;
}

.bx-wrapper .bx-prev:before {
  font-family: "icons-blank-theme";
  color: #fff;
  content: "\e617";
  position: absolute;
  top: -5px;
  font-size: 30px;

  font-size: 36px;
  left: 3px;
}

.bx-wrapper .bx-prev:hover {
  background: rgba(252, 252, 252, 0.7);
}

.bx-wrapper .bx-next {
  transition: all 0.3s ease-in-out;
  right: 10px;
  opacity: 1;
  visibility: visible;
  right: 15px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #10357f;
}

.bx-wrapper .bx-next:before {
  font-family: "icons-blank-theme";
  color: #fff;
  content: "\e608";
  position: absolute;
  top: -5px;
  font-size: 30px;
  right: 0;

  font-size: 36px;
  right: 3px;
}

.bx-wrapper .bx-next:hover {
  background: rgba(252, 252, 252, 0.7);
}

.bx-wrapper .bx-next:hover:before,
.bx-wrapper .bx-prev:hover:before {
  color: #10357f;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  z-index: 1;

  width: 44px;
  height: 44px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

header.page-header {
  width: 100%;
  position: fixed;
  z-index: 11;
  background: #fff;
}

.magicslider .slick-dots {
  text-align: center;
  right: initial;
  bottom: -24px;
}

.magicslider .slick-dots li button,
.magicslider .slick-dots li .cart.table-wrapper .actions-toolbar>.action,
.magicslider .slick-dots li .action-gift {
  width: 10px;
  height: 10px;
}

.magicslider .slick-next,
.magicslider .slick-prev {
  opacity: 1;
  visibility: visible;
  right: 15px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: rgba(252, 252, 252, 0.7);
}

.magicslider .slick-next:hover,
.magicslider .slick-prev:hover {
  background: #10357f;
}

.magicslider .slick-next:hover:before,
.magicslider .slick-prev:hover:before {
  color: rgba(252, 252, 252, 0.7);
}

.magicslider.grid-slider {
  /* max-width: 1440px; */
  max-width: 2200px;
  margin: auto;
  /* margin-top: 20px; */
  margin-bottom: 20px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  line-height: 40px;
  color: #10357f;
}

.slick-next:before {
  padding-left: 3px;
}

.flex-direction-nav a {
  height: 50px !important;
  margin: -30px 0 0 !important;
}

@media only screen and (min-width: 1020px) {
  .sections.nav-sections {
    top: 125px;
    width: 100%;
    position: fixed;
    z-index: 10;
  }

  .cms-home .top-container {
    padding-top: 173px;
  }

  .cat-mega {
    overflow: scroll;
    max-height: 75vh;
  }

  #maincontent {
    padding-top: 200px !important;
  }

  .cms-home .page.messages,
  .cms-home #maincontent {
    padding-top: 0 !important;
  }

  .catalog-product-view #maincontent,
  .blog-page #maincontent {
    padding-top: 50px !important;
  }

  .cms-page-view .breadcrumbs {
    padding-top: 173px;
  }

  .cms-page-view #maincontent,
  .page-products #maincontent {
    padding-top: 20px !important;
  }

  .catalog-product-view .breadcrumbs,
  .blog-page .breadcrumbs,
  .page-products .breadcrumbs {
    padding-top: 173px;
  }
}

@media only screen and (max-width: 1020px) {

  .cms-home .top-container,
  .page.messages {
    padding-top: 55px;
  }

  .breadcrumbs {
    padding-top: 78px;
    z-index: 10;
  }

  .level0.remote,
  .level0.menu_fr {
    display: none;
  }
}

.product.alert.stock a {
  color: #eb6724;
}

.product-review-table input[type="radio"]+label {
  position: initial;
  padding-left: initial;
}

.block.related .normal-price {
  line-height: 43px;
}

.page-products select {
  font-size: 16px;
}

.checkout-agreement input[type="checkbox"]:checked+label:before {
  content: "\e610";
  font-family: "icons-blank-theme";
  color: #fff;
}

.cms-home .old-price .price {
  opacity: 1;
}

.checkout-index-index .checkout-agreements label,
.checkout-index-index .checkout-agreements label span {
  color: #10357f;
  font-size: 14px;
  transform: translateY(2px);
  display: inline-block;
}

.catalog-product-view .normal-price .price-container,
.cms-home .price-final_price .price-final_price,
.page-products .price-final_price .price-final_price {
  display: none !important;
}

.products-grid.products-related .product-item-details .price-final_price>span,
.products-grid.products-related .product-item-details .price-final_price>.field.required {
  display: none;
}

.products-grid.products-related .product-item-details .price-final_price #get_m_opak {
  font-weight: normal;
  font-size: 12px;
}

.cms-home .price-box .price-container {
  display: block;
}

.cms-home .old-price .price-container {
  display: block !important;
}

.checkout-index-index .checkout-agreements-block {
  display: flex;
  flex-direction: column-reverse;
}

.checkout-index-index .with-select {
  position: absolute;
  width: 50px;
  z-index: -10;
}

.payment-method.payu-payment label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.page-title-wrapper h1 {
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}

.customer-account-forgotpassword .actions-toolbar .primary {
  float: right;
}

.checkout-index-index select {
  font-size: 14px;
}

ul.nav-accordion ul ul li a::before {
  content: ">" !important;
}

@media only screen and (max-width: 1023px) {
  .customer-account-login .block-customer-login .primary {
    margin-left: 0 !important;
  }

  .brand-search.block-search input {
    position: initial !important;
  }

  .nav-sections-item-title {
    background: #fff !important;
    border: #fff !important;
  }

  .nav-sections-item-title.active {
    background: #1c528a !important;
    border: #1c528a !important;
  }

  .nav-sections-item-title a {
    color: #000 !important;
  }

  .nav-sections-item-title.active a {
    color: #fff !important;
  }
}

.review-fieldset label span,
.review-field-ratings legend span {
  font-size: 12px;
}

.sales-order-history .orders-history {
  font-size: 15px;
}

@media print {
  * {
    font-size: 13px !important;
  }
}

.customer-account-index a.action,
.customer-address-index a.action {
  color: #eb6724;
  font-size: 13px;
  margin-right: 15px;
}

.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild::before {
  content: "" !important;
}

.opc-block-shipping-information .shipping-information-title .action-edit>span {
  color: #eb6724;
  font-size: 13px;
  display: contents;
}

.checkout-index-index textarea {
  font-size: 15px;
}

.checkout-payment-method .payment-option-title,
.checkout-payment-method .payment-option-content {
  padding-left: 0 !important;
}

.opc-wrapper .form-discount {
  max-width: 100%;
}

.opc-block-shipping-information .shipping-information-title .action-edit:before {
  display: none;
}

.opc-wrapper .action-select-shipping-item {
  float: left;
  margin-left: -17px;
}

.opc-wrapper .shipping-address-item {
  font-size: 15px;
}

.customer-account-forgotpassword .actions-toolbar .secondary {
  float: left;
}

.shopbrand-brand-listbrand .column.main {
  display: flex;
  flex-direction: column;
}

.checkout-cart-index #block-shipping {
  display: none;
}

.contact-index-index .action.submit.primary {
  margin-left: 50%;
  transform: translateX(-50%);
}

.blog-widget-recent-masonry .post-holder .post-content {
  max-width: 702px;
}

.blog-widget-recent-masonry .post-holder .post-content .post-description .post-ftimg-hld img {
  max-width: 702px;
  width: 100%;
  min-height: 250px;
}

.blog-widget-recent-masonry .post-holder .post-content .post-short-content {
  background: #10357f !important;
  color: #ffffff;
  padding: 26px;
}

.blog-widget-recent-masonry .post-holder .post-content .post-short-content .post-item-link {
  font-weight: 700;
  font-size: 3rem;
  color: #ffffff;
}

.blog-widget-recent-masonry .post-holder .post-content .post-short-content .post-text-hld {
  font-size: 18px;
}

.shopbrand-brand-listbrand .shop-by-brand {
  order: 2;
}

.contact-index-index .page-title-wrapper {
  display: none;
}

.cart-empty a {
  color: #10357f;
  text-decoration: underline;
}

#Ocena_rating_label {
  display: none;
}

#Ocena_1_label,
#Ocena_2_label,
#Ocena_3_label,
#Ocena_4_label,
#Ocena_5_label {
  position: absolute;
  padding-left: initial;
}

#Ocena_1_label:before,
#Ocena_2_label:before,
#Ocena_3_label:before,
#Ocena_4_label:before,
#Ocena_5_label:before {
  transform: none;
  border-color: transparent !important;
}

#Ocena_1_label:after,
#Ocena_2_label:after,
#Ocena_3_label:after,
#Ocena_4_label:after,
#Ocena_5_label:after {
  background: transparent !important;
}

.blog-page-list .post-holder {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.cms-home .post-text-hld strong {
  font-weight: initial;
}

.blog-page-list .post-ftimg-hld a {
  width: 100%;
  height: 250px;
  position: relative;
  display: block;
}

.blog-page-list .post-ftimg-hld img {
  height: 100% !important;
}

.cms-index-index .fbf-slider-container .info-bar .right-bar .background {
  background-color: #ec671e !important;
}

.blog-page-list .post-list {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.info-boxes {
  justify-content: space-around;
  margin: 60px auto;
  width: 60%;
  display: flex;
}

.product-info-main .product-reviews-summary .reviews-actions {
  display: none;
  /* hide for now */
  font-size: 12px;
  text-decoration: underline;
}

#get_m_opak {
  font-size: 16px;
  margin-top: 10px;
}

.price-final_price label span {
  font-size: 12px;
  color: #414141;
  margin-bottom: 15px;
  margin-top: 10px;
  display: block;
}

.catalog-product-view .product-social-links {
  float: left;
}

.catalog-product-view .product.attribute.overview {
  width: 100%;
  display: block;
  clear: both;
  opacity: 0;
}

.catalog-product-view #qty-error {
  position: absolute;
}

#options_3_text {
  width: 80px !important;
  height: 50px;
  border: 1px solid #b1b1b1;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}

.cart.item input-text.qty {
  pointer-events: none;
}

form.form-cart input.input-text.qty {
  width: 60px !important;
}

#ff_price {
  font-size: 40px;
  font-weight: 700;
}

.product-info-main .qqq {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.product-info-main .brand {
  margin-top: 15px;
}

#block-related-heading {
  color: #eb6724 !important;
  font-size: 22px !important;
}

.account select {
  font-size: 15px;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  font-size: 15px;
}

.form.form-login input[name="username"],
.form.form-login input[name="password"] {
  font-size: 15px;
  height: 40px;
}

.contact-index-index .form.contact {
  width: 80% !important;
  margin: auto;
}

.boxes {
  display: flex;
  margin-top: 50px;
  justify-content: space-evenly;
  font-size: 20px;
}

.contact-index-index h1 {
  text-align: center;
}

.shopbrand-brand-listbrand .characters {
  order: 1;
}

.checkout-cart-index .action.action-edit {
  display: none !important;
}

.characters .filter .view-all a {
  width: auto;
  padding: 0 10px;
}

.shopbrand-brand-listbrand .footer.content {
  padding-top: 50px;
}

html {
  scroll-behavior: smooth;
}

html.locked {
  overflow-y: hidden;
}

.filter-options .count:before {
  content: " (";
}

.cms-home .column.main {
  display: flex;
  flex-direction: column;
}

.checkout-cart-index #co-shipping-method-form input[type="radio"] {
  display: none !important;
}

.block-title.filter-title {
  display: none;
}

.cart-summary .block .fieldset .methods .field>.label {
  display: inline-block;
}

.block-products-list.grid.display-10,
.block-products-list.grid.display-20 {
  margin-bottom: 20px !important;
}

.cms-home .page-bottom {
  margin-top: -50px;
}

.cms-home .block-products-list.grid.display-4 {
  order: -1;
}

.cms-home .block.widget .block-title {
  text-align: center;
}

.cms-home .block.widget .block-title strong {
  font-size: 24px;
}

.filter-options-content {
  font-size: 14px;
  /*text-transform: uppercase;*/
}

.block-authentication .block[class] ul {
  list-style: disc;
  padding-left: 20px;
}

.contect_box.footer #helpFooter .title-number {
  font-size: 13px;
  text-transform: initial;
  margin-bottom: 0;
}

.contect_box.footer #helpFooter {
  padding: 0 30px;
  margin-top: 20px;
  width: initial;
  color: #000;
  min-width: initial;
  font-size: 13px;
  font-weight: 300;
  background: none;
  border-left: 1px solid rgba(177, 177, 177, 0.35);
  align-items: flex-start;
}

.contect_box.footer #helpFooter .box-number img {
  width: 29px;
  margin-right: 7px;
}

.contect_box.footer #helpFooter .box-number {
  align-items: center;
}

.contect_box.footer #helpFooter .box-number a {
  font-size: 32px;
  color: #eb6724;
  font-weight: bold;
}

.contect_box.footer .minicart-wrapper {
  font-size: 13px;
}

.minicart-wrapper,
.header.panel .icon-header {
  margin-left: 10px;
  margin-right: 20px !important;
}

.block-search {
  width: 30% !important;
}

.contect_box.footer {
  margin-top: -20px;
}

.contect_box.footer a {
  color: #fff;
}

.cms-index-index .fbf-slider-container .info-bar .description {
  display: flex;
}

.blog-widget-recent .post-info.clear {
  display: none;
}

.blog-page .sidebar-main {
  display: none;
}

.blog-page .column.main {
  width: 100% !important;
}

.blog-page .post-info {
  display: none;
}

.shopbrand .name {
  display: none;
}

.shopbrand-brand-listbrand .grid-init .grid-slider {
  display: flex;
  flex-wrap: wrap;
}

.shopbrand-brand-listbrand .grid-init .grid-slider .item.alo-item {
  padding: 20px;
  align-self: center;
}

.blog-widget-recent-masonry {
  margin-top: 30px !important;
}

.toolbar-products .pages {
  display: block;
  clear: both;
  float: left;
  margin: 10px 0;
}

.hc_checkbox input {
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 1px solid #000;
  opacity: 1;
  margin-right: 10px;
}

.breadcrumbs .items {
  font-size: 14px;
}

.payu-checkbox input[type="checkbox"] {
  height: auto;
  opacity: 1;
  width: auto;
}

.stock.unavailable {
  padding-right: 20px;
  line-height: 42px;
  padding-left: 15px;
}

.product-info-main {
  z-index: 10;
}

.catalog-product-view .product-info-main .product-social-links {
  display: block !important;
}

.brand.img-responsive {
  transform: translateY(-40%) scale(.);
}

/*.page-header .header.panel
{
    display: flex !important;
}*/

.cookie-wrapper {
  z-index: 9999999999999999999999999999999999999999999999;
  width: 100%;
  position: fixed;
  bottom: 0;
  color: white;
  font-size: 16px;
  background: rgb(2, 0, 36);
  background: linear-gradient(3deg,
      rgba(2, 0, 36, 0.952) 0%,
      rgba(39, 95, 159, 0.945) 0%,
      rgba(39, 95, 159, 0.945) 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-inside {
  height: 114px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.cookie-inside a {
  height: 41px;
  line-height: 41px;
  padding: 6px 13px;
  border: 1px white solid;
  background: transparent;
  color: white;
  text-decoration: none;
  margin-right: 10px;
  border-radius: 21px;
}

.cookie-inside a:last-child {
  margin-right: 0;
  border: none;
  background: white;
  color: #1e5c54;
}

.mobile-only {
  display: none;
}

@media (max-width: 1280px) {
  .cookie-wrapper {
    font-size: 14px;
  }
}

@media (max-width: 950px) {
  .cookie-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
    height: unset !important;
  }

  .desktop-only {
    display: none;
  }

  .cookie-inside {
    flex-direction: column;
    height: auto;
  }

  #cookiePolicyLinks {
    text-align: center;
  }

  .mobile-only {
    display: block;
  }
}

ul.nav-accordion li a.level-top span {
  font-size: 13px;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background: #10357f;
}

.checkout-index-index .product-image-wrapper {
  display: initial;
}

.checkout-index-index .product-item {
  border: none;
}

.customer-account-create .actions-toolbar .secondary {
  float: left;
}

.account #maincontent {
  padding-top: 0;
}

.account .actions-toolbar .primary {
  float: right;
}

.account .actions-toolbar .secondary {
  float: left;
}

.customer-account-create .actions-toolbar .primary {
  float: right;
}

#cookie-status {
  display: none;
}

.product-item .product-item-details {
  background: none;
}

.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul li.hasChild>a:after {
  font-size: 30px;
  line-height: 13px;
  transform: translateY(9px);
  position: absolute;
}

.slick-vertical .slick-slide {
  border: 0;
}

@media screen and (min-width: 768px) {

  .footer.content .links .section.second,
  .footer.content .links .section.third {
    margin-top: 139px !important;
  }
}

.level-top-mega .mage-column.cat-mega {
  display: flex;
  flex-wrap: wrap;
}

.brand-view .image {
  width: 150px;
}

#back_o_top {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 10px;
  z-index: 100;
  right: 10px;
  background: url(../images/icons/white-arrow.png) no-repeat #eb6724;
  background-size: cover;
  transform: rotate(-90deg);
  background-size: 40px;
  background-position: center;
}

.nav-sections-item-title.active a {
  color: #000;
}

.nav-sections-item-title a {
  color: #fff;
}

.nav-sections .mean-nav ul li .collapse,
.nav-sections .mean-nav ul li .expand {
  width: 57px;
  height: 57px;
  /*line-height: 57px;*/
}

.nav-sections .mean-nav ul li .collapse:before,
.nav-sections .mean-nav ul li .expand:before {
  font-size: 40px;
  /*line-height: 57px;*/
  color: #000;
  width: 57px;
}

.page-products .products-grid .product-item-name {
  width: 100%;
  height: 68px;
  min-height: 68px !important;
}

.product-item-actions .actions-secondary {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 55px;
}

.product-item .price-box span {
  padding-left: 15px;
}

.minicart-items .action.delete:before,
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  font-size: 40px;
}

.item-qty.cart-item-qty {
  margin-right: 20px;
  font-size: 15px;
}

.ll_show {
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 0 7px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 30%);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.checkout-index-index .action-auth-toggle {
  display: none;
}

#co-shipping-method-form input[type="radio"] {
  display: initial !important;
}

.account .accordion-container {
  display: none;
}

.payu-payment__logo {
  max-height: 25px;
  margin-bottom: 0px !important;
  margin-left: 27px;
}

.checkout-onepage-success .action.print {
  display: none;
}

.product-item-name a.product-item-link {
  line-height: 10px;
  font-size: 12px;
}

.input-text.qty {
  font-size: 1.8rem;
  padding: 5px;
}

.minicart-items .product-item-details {
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-summary {
  background: none !important;
}

.vmagicmenu:hover .level-top-mega {
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 0 7px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 30%) !important;
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
}

/* #shipping-new-address-form .field[name="shippingAddress.vat_id"] {
  display: none;
} */

.vmagicmenu .vmagicmenu-narrow {
  background: none;
}

.order-only-list {
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .block.widget.block-viewed-products-grid .product-item {
    width: calc((100% - 5%) / 5) !important;
    margin-left: 1% !important;
  }
}

@media screen and (max-width: 768px) {

  .cms-index-index .fbf-slider-container .info-bar .left-bar .bar-container>img,
  .cms-index-index .fbf-slider-container .info-bar .right-bar .bar-container>img {
    transform: translateY(-20%) !important;
  }

  .home-h1 span {
    font-size: 16px !important;
  }
}

#maincontent {
  padding-top: 40px;
}

@media (min-width: 1500px) {
  .block.widget.block-viewed-products-grid .product-item {
    margin-left: 1% !important;
    width: calc((100% - 5%) / 5) !important;
  }
}

.news_popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

.news_close {
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  text-align: right;
}

.logo {
  margin-top: -12px !important;
  max-width: 280px !important;
}

.news_open {
  font-size: 1.5rem;
  cursor: pointer;
  margin-top: 10px;
}

.newsletter-wrapper .actions {
  margin-top: 0 !important;
}

.news_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.news_wrapper .content {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vmagicmenu .level0 .level-top span {
  color: transparent;
}

.vmagicmenu .level0 .level-top {
  border-bottom: none !important;
}

.vmagicmenu .vmagicmenu-narrow {
  box-shadow: none !important;
}

.content-mega-horizontal {
  width: 1410px;
}

.vmagicmenu .level-top {}

.catalog-product-view .messages {
  margin-top: -50px;
  margin-bottom: 20px;
}

.magicslider img {
  width: 100%;
}

.vmagicmenu .level2.category-item {
  /*display: inline-block !important;*/
}

.vmagicmenu {
  margin-right: 10px;
}

.level-top-mega {
  left: 0 !important;
}

.cms-index-index .fbf-slider-container .info-bar a:after {
  top: -2px !important;
  right: -5px !important;
}

.page-footer {
  padding-bottom: 30px;
}

.magicslider .item a:after {
  background: none !important;
}

.login-container .fieldset:after {
  margin-top: -70px;
  display: none;
}

.customer-account-login .block-customer-login .primary {
  margin-left: 12%;
}

.customer-account-login .block-customer-login .secondary {
  /*float: right !important;*/
  margin-right: 15%;
  font-size: 13px;
  line-height: 35px;
  margin-bottom: 5px;
}

.customer-account-login .block-customer-login label {
  width: 12% !important;
  text-align: left;
}

@media (max-width: 1180px) {
  .cms-index-index .fbf-slider-container .info-bar a {
    font: normal normal bold 14px/45px PT Sans !important;
  }

  .header .contect_box.footer {
    display: none;
  }

  .sections.nav-sections {
    top: 120px;
  }
}

@media (min-width: 1500px) {
  .cms-index-index .fbf-slider-container .info-bar {
    height: 141px;
    position: initial !important;
  }
}

@media (min-width: 768px) {
  .block.widget.block-products-list.grid.less-products .product-item:nth-child(3n + 1) {
    margin-left: 1% !important;
  }

  .newsletter-wrapper {
    background-size: cover;
  }
}

.newsletter-wrapper .newsletter-content {
  max-width: 1430px !important;
}

.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 40px !important;
}

@media (max-width: 900px) {
  .cms-index-index .fbf-slider-container .info-bar {
    height: auto !important;
  }
}

@media (max-width: 768px) {

  .block-static-block.widget,
  .block-cms-link.widget {
    margin-bottom: 30px !important;
  }

  .login-container {
    /*display: none;*/
  }

  .login-container.icon-header {
    display: none;
  }

  .page-header .nav-toggle {
    top: 15px;
    right: 15px;
    left: initial;
  }

  .page-header .logo {
    margin: 10px 0;
  }

  .block-search .label {
    margin-right: 35px;
  }

  .info-boxes,
  .boxes {
    width: 80%;
    flex-direction: column;
  }

  .boxes {
    margin: auto;
  }

  .boxes .box {
    margin-top: 20px;
  }

  .fbf-container .title.item {
    clear: both;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .block-search {
    width: initial !important;
  }

  .fbf-container .item.alo-item {
    padding: 20px !important;
  }

  .newsletter-wrapper {
    background: none;
  }

  .newsletter-wrapper .newsletter-content {
    padding: 0;
  }

  .block-static-block .grid-init {
    padding-top: 30px;
  }

  .background-triangle {
    display: none;
  }

  .newsletter-wrapper .block.shopping {
    padding: 15px;
    background: #4275aa;
    margin-bottom: 0;
  }

  .newsletter-wrapper .block.newsletter {
    padding: 15px;
    background: #89a4c1;
  }

  .cms-home .block-static-block.widget {
    margin-bottom: 0 !important;
  }

  .cms-home .bar-container {
    padding: 20px !important;
  }

  .cms-index-index .fbf-slider-container .info-bar .description,
  .cms-index-index .fbf-slider-container .info-bar a {
    transform: none !important;
  }

  .cms-index-index .fbf-slider-container .info-bar .left-bar .bar-container>img,
  .cms-index-index .fbf-slider-container .info-bar .right-bar .bar-container>img {
    transform: translateY(-10%);
  }

  .cms-index-index .fbf-slider-container .info-bar a {
    font: normal normal bold 14px/45px PT Sans !important;
  }

  .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: -10px;
    right: -10px;
    margin: 0;
  }

  .logo {
    margin-top: 0 !important;
  }

  .field.search {
    margin-top: -5px;
  }

  .header.panel.desktop {
    display: flex;
    padding-left: 0;
    padding-top: 10px;
    justify-content: flex-end;
    padding-right: 0;
    top: -8px;
    right: 90px;
    position: absolute;
  }

  .contact-header,
  .order-list-header {
    display: none;
  }
}

@media (max-width: 400px) {
  .info-bar .bar-container a {
    margin-top: 20px;
  }

  .page-header {
    margin-bottom: 0;
  }

  .top-container {
    padding-left: 0;
    padding-right: 0;
  }

  .block-static-block .grid-init {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1023px) {

  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }

  .product-info-main .box-tocart .actions .action.tocart {
    width: initial;
  }

  .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: 2px solid #b7b7b7;
    border-top: 2px solid #b7b7b7;
    cursor: pointer;
    margin-bottom: 0;
    padding: 8px 48px 8px 16px;
    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: 8px;
    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,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages {
    float: none;
    margin-bottom: 32px;
  }

  .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 8px;
  }

  .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: -8px;
    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: 8px;
    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 .fbf-container,
  .block.category.event,
  .top-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }

  .nav-sections .navigation {
    padding: 0;
  }

  .nav-sections .navigation .level0>.level-top {
    font-weight: 700;
    line-height: 40px;
    padding: 8px 8px 8px 8px;
    color: #000000;
    background: white;
  }

  .nav-sections .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }

  .nav-sections .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    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;
  }

  .nav-sections .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }

  .nav-sections .navigation .parent .level-top.ui-state-active:after {
    content: "\e621";
  }

  .nav-sections .navigation a,
  .nav-sections .navigation a:hover {
    color: #000000;
    background: #ffffff;
  }

  .nav-sections {
    background-color: #ffffff;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }

  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }

  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 4px;
  }

  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }

  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }

  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    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;
  }

  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }

  .nav-sections .switcher-trigger.active strong:after {
    content: "\e621";
  }

  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 8px 0;
  }

  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }

  .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 15px;
  }

  .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 15px;
  }

  .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%;
  }

  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }

  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }

  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .nav-sections-items {
    position: relative;
    z-index: 1;
  }

  .nav-sections-items:before,
  .nav-sections-items:after {
    content: "";
    display: table;
  }

  .nav-sections-items:after {
    clear: both;
  }

  .nav-sections-item-title {
    background: #1c528a;
    border: solid #174675;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }

  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }

  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }

  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 32px 0;
  }

  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: "";
    display: table;
  }

  .nav-sections-item-content:after {
    clear: both;
  }

  .nav-sections-item-content.active {
    display: block;
  }

  .navigation {
    background: #10357f;
    box-sizing: border-box;
  }

  .navigation ul {
    margin: 0;
    padding: 0;
  }

  .navigation li {
    margin: 0;
  }

  .navigation a {
    display: block;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 15px;
  }

  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }

  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.8rem;
  }

  .navigation .level0>.level-top {
    font-weight: 700;
    line-height: 23;
    padding: 8px 48px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }

  .navigation .level0>.level-top:hover {
    color: #333333 !important;
  }

  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #eb6724;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }

  .navigation .level0>.level1 {
    font-weight: 600;
  }

  .navigation .level0.active>a:not(.ui-state-active),
  .navigation .level0.has-active>a:not(.ui-state-active) {
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 0 8px;
  }

  .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }

  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }

  .navigation .submenu>li {
    word-wrap: break-word;
  }

  .navigation .submenu>li>a:hover {
    color: #333333;
  }

  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }

  .navigation .submenu:not(:first-child)>li>a {
    padding-left: 15px;
  }

  .navigation .submenu:not(:first-child)>li:last-child {
    margin-bottom: 0;
  }

  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }

  .navigation .submenu:not(:first-child) ul>li {
    margin: 0;
  }

  .navigation .submenu:not(:first-child) ul>li a {
    color: #575757;
    display: block;
    line-height: normal;
  }

  .navigation .submenu:not(:first-child) ul>li a:hover {
    color: #333333;
  }

  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }

  .navigation .submenu:not(:first-child) .active>a {
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }

  .navigation .submenu:not(:first-child) .level1.active>a {
    padding-left: 7px;
  }

  .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 4px;
  }

  .product.data.items>.item.title>.switch {
    background: #f0f0f0;
    border-bottom: 2px solid #b7b7b7;
    border-left: 2px solid #b7b7b7;
    border-right: 2px solid #b7b7b7;
    border-top: 2px solid #b7b7b7;
    height: 48px;
    padding: 4px 16px 4px 16px;
    font-weight: 600;
    line-height: 48px;
    font-size: 1.8rem;
    color: #333333;
    text-decoration: none;
  }

  .product.data.items>.item.title>.switch:visited {
    color: #333333;
    text-decoration: none;
  }

  .product.data.items>.item.title>.switch:hover {
    color: #333333;
    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: 4px;
  }

  .product.data.items>.item.content {
    background: #ffffff;
    border: 2px solid #b7b7b7;
    margin: 0 0 4px;
    padding: 16px 16px 16px 16px;
  }

  .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 0.3s,
      opacity 0.3s ease;
    transition:
      visibility 0s 0.3s,
      opacity 0.3s ease;
    left: 44px;
    z-index: 900;
  }

  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.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: 10px;
    font-weight: 700;
  }

  .lac-notification {
    padding: 5px 0;
  }

  .lac-notification .lac-notification-icon {
    display: none;
  }

  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }

  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .block.related .action.select {
    display: block;
    margin: 4px 0;
  }

  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary>.action.tocompare {
    display: none;
  }

  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }

  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }

  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }

  .gift-item-block {
    border-top: 2px solid #c1c1c1;
    border-bottom: 0;
  }

  .cart.table-wrapper .gift-content {
    margin-right: -8px;
  }

  .gift-wrapping {
    border-bottom: 2px solid #c1c1c1;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }

  .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: 16px;
  }

  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }

  .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: 8px;
  }

  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }

  .block-wishlist-management .wishlist-select {
    margin: 0 -16px 20px;
  }

  .block-wishlist-management .wishlist-select-items {
    border-bottom: 2px solid #b7b7b7;
    background: #356ea8;
    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: 4px 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: 32px;
  }

  .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: 48px;
  }

  .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: 8px 0 0;
  }

  .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;
  }

  .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;
  }

  .products-grid.wishlist {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .products-grid.wishlist .product-item {
    padding: 16px 0 16px 0;
    position: relative;
  }

  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 16px;
  }

  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }

  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }

  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }

  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }

  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }

  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }

  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }

  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }

  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 16px;
  }

  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }

  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }

  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }

  .wishlist-index-index .product-item {
    width: 100%;
  }

  .wishlist-index-index .product-item-info {
    width: auto;
  }

  .blog-widget-recent-masonry .post-holder:first-child .post-content .post-info.clear {
    background: #ffffff;
    color: #10357f;
  }

  .blog-widget-recent-masonry .post-holder .post-content {
    max-width: 100%;
  }

  .blog-widget-recent-masonry .post-holder .post-content .post-info.clear {
    padding: 3px 14px;
  }

  .block-search .block-content {
    margin-bottom: 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 {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }

  .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;
    padding-bottom: 8px;
  }

  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }

  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }

  .field-tooltip .field-tooltip-content {
    right: -8px;
    top: 40px;
    left: auto;
  }

  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }

  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }

  .checkout-payment-method .payment-method-content {
    padding: 0 15px 16px;
  }

  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 8px;
  }

  .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 16px;
  }

  .login-container .fieldset:after {
    text-align: center;
  }

  .account .messages {
    margin-bottom: 0;
  }

  .control.captcha-image .captcha-img {
    margin-bottom: 8px;
    display: block;
  }

  .customer-account-index .page-title-wrapper {
    position: relative;
  }

  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }

  .block.related .products-grid.products-related .product-item .product-item-actions {
    width: 100%;
  }

  .block.related .products-grid.products-related .product-item .product-item-actions .actions-primary {
    width: 100%;
  }

  .block.related .products-grid.products-related .product-item .product-item-actions .price-wrapper {
    margin-top: 12px;
  }

  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 1%;
    width: calc((100% - 2%) / 2);
  }

  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }

  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }

  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }

  .cms-index-index .fbf-slider-container {
    position: relative;
  }

  .cms-index-index .fbf-slider-container .text-container-left {
    position: absolute;
    top: 20%;
    left: 5%;
  }

  .cms-index-index .fbf-slider-container .text-container-left img {
    max-width: 160px;
  }

  .cms-index-index .fbf-slider-container .text-container-center {
    position: absolute;
    top: 5%;
    left: 30%;
    text-align: left;
  }

  .cms-index-index .fbf-slider-container .text-container-center span.promo-text {
    font: normal normal 700 22px/28px "PT Sans";
    letter-spacing: 0px;
    color: #eb6724;
  }

  .cms-index-index .fbf-slider-container .text-container-center span.sold-price {
    text-decoration: line-through;
    font: normal normal 700 28px/32px "PT Sans";
    color: #1930764b;
    display: block;
  }

  .cms-index-index .fbf-slider-container .text-container-center span.current-price {
    font: normal normal 700 43px/50px "PT Sans";
    letter-spacing: 0px;
    color: #eb6724;
  }

  .cms-index-index .fbf-slider-container .text-container-center span.separate-line {
    width: 240px;
    height: 1px;
    background-color: lightgrey;
    display: block;
    margin: 7px 0px;
  }

  .cms-index-index .fbf-slider-container .text-container-center h2.promo-text {
    font: normal normal 700 32px/44px "PT Sans";
    letter-spacing: 0px;
    color: #193076;
    max-width: 400px;
    margin-bottom: unset;
  }

  .cms-index-index .fbf-slider-container .text-container-center button,
  .cms-index-index .fbf-slider-container .text-container-center .cart.table-wrapper .actions-toolbar>.action,
  .cms-index-index .fbf-slider-container .text-container-center .action-gift {
    width: 152px;
    height: 53px;
    background: #eb6724 0% 0% no-repeat padding-box;
    font: normal normal 700 22px/30px "PT Sans";
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0px 0px 19px 50px;
    border: unset;
  }

  .cms-index-index .fbf-slider-container .info-bar {
    width: 100%;
  }

  .cms-index-index .fbf-slider-container .info-bar a {
    width: max-content;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    text-align: center;
    font: normal normal bold 20px/24px PT Sans;
    letter-spacing: 0px;
    color: #193076;
    background-color: #ffffff;
    min-width: 164px;
    line-height: 50px;
    padding: 0px 50px 0px 10px;
  }

  .cms-index-index .fbf-slider-container .info-bar a:after {
    content: "";
    display: inline-block;
    background-image: url("../../frontend/Kowalczyk/default/pl_PL/images/icons/zobacz.png");
    width: 52px;
    height: 63px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -7px;
    position: absolute;
    right: 0px;
  }

  .cms-index-index .fbf-slider-container .info-bar .description {
    max-width: 260px;
    text-align: left;
    font: normal normal bold 30px/39px PT Sans;
    letter-spacing: 0px;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    height: max-content;
    margin-right: 50px;
  }

  .cms-index-index .fbf-slider-container .info-bar .description .desc {
    text-align: left;
    font: normal normal normal 15px/19px PT Sans;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
  }

  .cms-index-index .fbf-slider-container .info-bar .left-bar {
    position: relative;
  }

  .cms-index-index .fbf-slider-container .info-bar .left-bar .bar-container {
    background-color: #10357f;
    padding: 62px 20px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }

  .cms-index-index .fbf-slider-container .info-bar .left-bar .bar-container>img {
    width: max-content;
    height: max-content;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    margin-right: 10px;
  }

  .cms-index-index .fbf-slider-container .info-bar .right-bar {
    display: block;
  }

  .cms-index-index .fbf-slider-container .info-bar .right-bar .bar-container {
    background-color: #de560a;
    padding: 62px 20px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }

  .cms-index-index .fbf-slider-container .info-bar .right-bar .bar-container>img {
    width: max-content;
    height: max-content;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
  }

  .catalog-product-view .product-add-form {
    width: 50%;
  }

  .catalog-product-view .product-sale-by {
    display: none;
  }

  .catalog-product-view .product.info.detailed .product.data.items>.item.title>.switch {
    border-top: unset;
    border-right: unset;
    border-left: unset;
    background: unset;
  }

  .catalog-product-view .product.info.detailed .data.item.content {
    border: unset;
  }

  .braintree-applepay-container-product {
    display: block;
  }

  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumbs .items {
    font-size: 15px;
    line-height: 20px;
    margin-top: 8px;
  }

  .breadcrumbs .items .item.category,
  .breadcrumbs .items .item.home {
    display: none;
  }

  .catalog-product-view .product-social-links {
    float: none;
  }

  .catalog-product-view .product-add-form {
    width: 100%;
  }

  .box-tocart,
  .box-tocart .fieldset,
  .box-tocart .fieldset .actions {
    display: flex !important;
  }

  .product-info-main .qqq {
    line-height: 45px;
  }
}

@media screen and (max-width: 500px) {
  .product.info.detailed .product.data.items .item.content {
    display: none;
  }

  .footer #helpFooter .box-number {
    font-size: 2rem;
    align-items: center;
    margin-top: 10px;
  }

  .post-title-holder.clearfix {
    max-width: 100%;
  }

  #mageplaza-betterpopup-block .mp-better-popup-click-trigger {
    display: none;
  }

  .blog-page-list .post-holder {
    width: 100%;
  }

  .blog-page-list {}

  .sidebar.sidebar-main h3.accor-title {
    display: none;
  }

  .blog-page-list #maincontent,
  .page-products #maincontent {
    padding-top: 0;
  }

  .breadcrumbs .item:not(:last-child):after {
    line-height: 18px;
  }

  .product-add-form {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    z-index: 10;
    border-top: 1px solid #eb6724;
  }

  .product-options-bottom .box-tocart {
    margin: 10px 0;
  }

  .product-info-main .box-tocart {
    margin: 10px 0;
    flex-wrap: wrap;
    padding-left: 31px;
  }

  .box-tocart .fieldset {
    margin-bottom: 0;
    margin-left: 10px;
  }

  /*.order-only-text p{*/
  /*  display: none;*/
  /*}*/
  .order-only-text {
    padding-left: 30px;
  }

  .header .contect_box.footer {
    display: none;
  }
}

/* ---------- zmiana CSS dla całego portalu 20.05.22r. --------------- */

/* blog widget na głównej */
.blog-widget-recent-masonry {
  margin-top: 30px !important;
}

.post-holder.post-holder-7,
.post-holder.post-holder-6 {
  left: 44.7847%;
}

.post-list.clearfix {
  list-style-type: none;
}

.toolbar-products .pages {
  display: block;
  clear: both;
  float: left;
  margin: 10px 0;
}

/* end of  blogwidget */

.page-header .nav-toggle {
  top: calc(0%);
}

.login-container .icon-header {
  width: 78px;
  margin-right: 0px !important;
}

.order-list-header .icon-header {
  width: 97px;
}

.header .panel .desktop {
  transform: translateX(17px);
}

.cms-index-index .fbf-slider-container .info-bar .description .desc {
  margin-left: 15px;
}

.nav-mobile-display {
  display: block;
}

.newsletter-wrapper .wrapper-icons .content-icon {
  min-width: 100px;
}

/* posty w blogu */
.post-holder.post-holder-8 {
  max-width: 550px;
}

.post-holder.post-holder-7 {
  max-width: 958px;
}

.post-holder.post-holder-6 {
  max-width: 100%;
}

.login-container.icon-header {
  min-width: 72px;
}

.order-list-header.icon-header {
  min-width: 92px;
}

#maincontent {
  padding-top: 0;
}

.section.third .footer-subtitle {
  margin-bottom: 20px;
}

/* social media w blogu */
.addthis_toolbox.addthis_default_style {
  display: none;
}

/* tytuły postów blog */
.post-list .post-header .post-title {
  max-width: 100% !important;
}

.page-title-wrapper h1 {
  margin-bottom: 0px;
}

@media (max-width: 1023px) {
  .minicart-wrapper .action.showcart {
    font-size: 15px;
  }

  /* podstrona produktu */
  .columns .column.main .product-info-main {
    width: 100%;
  }

  .product-info-main .product.attribute.overview {
    margin: 22px 15px;
  }

  .product.attribute.description {
    max-width: 100%;
  }

  .page-title-wrapper.product {
    margin-left: 15px;
  }

  .product-info-price {
    margin-left: 15px;
  }

  .fotorama__stage {
    height: 378px !important;
  }

  .product.attribute.description {
    max-width: 100%;
  }

  /* .blog-widget-recent-masonry h3{
    margin-left: 40px;
  } */
  .post-title-holder.clearfix {
    max-width: 340px;
  }
}

@media (min-width: 640px) {

  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
  }
}

@media (min-width: 768px),
print {
  header .links {
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .account.page-layout-2columns-left .column.main {
    margin-left: 30%;
  }
}

/* tablet */
@media (max-width: 1023px) and (min-width: 768px) {

  /* zmiana mobile dodaje kalse nav-mobile-display do body przy 768px */
  .page-header .header.panel {
    display: none;
  }

  .header.panel {
    height: max-content;
    display: flex;
    margin: unset;
    top: -10px;
    position: relative;
  }

  /* hamburger */
  .page-header .nav-toggle {
    top: calc(34px) !important;
  }

  /* brak kropek w liście */
  .header.panel .icon-header {
    list-style-type: none;
  }

  /* ikonka telefonu */
  .header.panel .contact-header a:before {
    content: "";
    background-image: url(../images/icons/kontakt_szary.svg);
  }

  /* ikona listy zakupów */
  .header.panel .order-list-header a:before {
    content: "";
    background-image: url(../images/icons/lista_szary.svg);
  }

  /* ikona moje konto */
  .header.panel .login-container a:before {
    content: "";
    background-image: url(../images/icons/login_kolor.svg);
  }

  /* tekst pod koszykiem */
  .header.panel .minicart-wrapper .action.showcart .text {
    position: relative;
    display: block;
    overflow: unset;
    width: max-content;
  }

  .header.panel.desktop,
  .header.content {
    display: flex;
  }

  .header.panel.desktop {
    min-width: 396px;
  }

  .page-header .header.panel {
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .page-header .header.panel {
    padding-left: 16px;
  }

  .panel.header ul.header.links {
    display: none !important;
  }

  /* gorny napis sekcja#1 */
  .promo-text {
    font: normal normal 700 20px/0px "PT Sans";
  }

  /* zawartoś pomarańczowego i niebieskiego */
  .description {
    max-width: 460px;
  }

  /* cena pomaranczowa */
  .current-price {
    font: normal normal 700 32px/30px "PT Sans";
  }

  .panel .wrapper {
    display: none;
  }

  /* pola pomarańcz i blue */
  .info-bar {
    height: 200px !important;
  }

  /* header */
  .field,
  .control .search {
    display: flex;
    margin-top: 5px;
  }

  .block-search {
    width: 48% !important;
  }

  .logo img {
    margin-top: 42px;
  }

  /* pomarańczowy */
  .cms-index-index .fbf-slider-container .info-bar .right-bar .bar-container {
    width: 460px;
    margin: auto;
    margin-top: 70px;
    padding: 0;
    background: rgb(0, 0, 0, 0);
  }

  .cms-index-index .fbf-slider-container .info-bar .left-bar .bar-container {
    margin: auto;
  }

  .cms-index-index .fbf-slider-container .info-bar .right-bar {
    display: block;
  }

  .text-container-center {
    left: 35%;
  }

  .cms-index-index .fbf-slider-container .info-bar a {
    font: normal normal bold 19px/47px PT Sans !important;
  }

  .cms-index-index .fbf-slider-container .info-bar a:after {
    top: -6px !important;
  }

  /* pole szukaj */
  .block-search .control {
    margin-left: 15px;
  }

  .block-search .control input {
    margin-right: 161px;
  }

  .block .block-content {
    margin-top: 20px;
  }

  .block-search .action.search[disabled] {
    margin-top: 20px;
  }

  /* podstrona blog */
  .columns {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    box-sizing: border-box !important;
  }

  .control {
    margin-left: 15px;
  }

  /* stopka */
  .footer.content .links .section.second {
    margin-top: 0px !important;
  }

  .footer.content .links .section.third {
    margin-top: -12px !important;
  }
}

@media (max-width: 768px) {
  .checkout-index-index .nav-toggle {
    display: none !important;
  }

  .cms-index-index .fbf-slider-container .info-bar .right-bar .background {
    background-color: white !important;
  }

  .minicart-wrapper .action.showcart {
    font-size: 15px;
  }

  .cms-index-index .fbf-slider-container .info-bar .description {
    margin-right: 0;
  }

  /* farba w headerze */
  .cms-index-index>.fbf-slider-container>.text-container-left>img {
    position: absolute;
    top: 6%;
    left: 5%;
    height: 75%;
  }

  /* sekcja#1 */
  .text-container-center {
    width: 300px;
  }

  /* przycisko zobacz #1 */
  .cms-index-index .fbf-slider-container .text-container-center button {
    width: 70%;
    font: normal normal 700 22px/18px "PT Sans";
    height: 49px;
    margin: auto;
  }

  /* hamburger */
  .page-header .nav-toggle {
    top: calc(14px);
  }

  /* koszyk */
  .page-header .header.panel {
    padding-right: 0;
  }

  /* lupa */
  .minicart-wrapper {
    margin-right: 0 !important;
    margin-top: 11px;
  }

  /* linijka pod promocją */
  .cms-index-index .fbf-slider-container .text-container-center span.separate-line {
    width: 171px;
  }

  /* nazwa produktu pod promocją */
  .cms-index-index .fbf-slider-container .text-container-center h2.promo-text {
    font: normal normal 700 10px/12px "PT Sans";
  }

  /* wysokoś pierwszej sekcji  */
  .slick-initialized .slick-slide {
    height: 200px;
  }

  /* zawartoś pomarańczowego i niebieskiego */
  .description {
    max-width: 300px;
  }

  /* tekst w pomaranczoswym i niebieskim */
  .cms-index-index .fbf-slider-container .info-bar .description .desc {
    margin-left: 15px;
  }

  /* przyciski w tych polach */
  .cms-index-index .fbf-slider-container .info-bar a {
    margin-left: 15%;
    margin-top: 14px;
    font: normal normal bold 16px/45px PT Sans !important;
    padding: 0px 10px 0px 10px;
    margin-left: auto;
    margin-right: auto;
  }

  /* ikonki w pomaranczowym i nieb */
  .cms-index-index .fbf-slider-container .info-bar .left-bar .bar-container>img {
    transform: translateY(15%) !important;
  }

  .cms-index-index .fbf-slider-container .info-bar .right-bar .bar-container>img {
    transform: translateY(15%) !important;
  }

  .cms-index-index .fbf-slider-container .text-container-center {
    left: 36%;
  }

  .login-container {
    display: block;
  }

  .login-container.icon-header {
    display: none;
  }

  /* podstrona produktów */
  .filter-options-content {
    display: none;
  }

  .filter-options-title {
    /*display: none;*/
  }

  .fieldset:last-child {
    margin-left: 15px;
  }

  /* koszyk ikonka */
  .minicart-wrapper .action.showcart:before {
    content: "";
    height: 31px;
    width: 31px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    background-image: url("https://sklep-kowalczyk.pl/pub/media/koszyk.png");
  }

  .post-list .post-description {
    display: block !important;
  }

  /* blog */
  .post-title-holder.clearfix {
    max-width: 100%;
  }
}

/* linia pod nazwą produktu */
/* @media (max-width: 686px){
  .breadcrumbs{
    height: 133px;
  }
} */

@media (max-width: 500px) {

  /* tło strefy#1 */
  .item .image .alo-item {
    width: 150% !important;
  }

  .img-responsive {
    width: 150% !important;
  }

  /* strefa#1 pozycje reklamy i promocji */
  .slick-initialized .slick-slide {
    height: 388px;
  }

  /* przycisk zobacz #1 */
  .cms-index-index .fbf-slider-container .text-container-center button {
    width: 100%;
  }

  /* tekst w pomaranczoswym i niebieskim */
  .cms-index-index .fbf-slider-container .info-bar .description .desc {
    margin-left: 15px;
  }

  /* farba w headerze */
  .cms-index-index .fbf-slider-container .text-container-left {
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
  }

  .text-container-left>img {
    height: 60%;
  }

  /* tekst w hederze */
  .cms-index-index .fbf-slider-container .text-container-center {
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
    width: 254px;
  }

  /* sekcja zkupy niebieska */
  .newsletter-wrapper .wrapper-icons {
    justify-content: space-evenly;
    flex-wrap: nowrap;
  }

  .newsletter-wrapper .wrapper-icons .description {
    font-size: 1.1rem;
  }

  .newsletter-wrapper .wrapper-icons .content-icon {
    min-width: 0;
  }

  /* producenci na stronie głównej */
  .shopbrand.grid-slider {
    height: 165px;
    overflow: hidden;
    transition: 0.3s;
  }

  .activeslider {
    height: auto;
  }
}

@media (max-width: 361px) {
  .shopbrand.grid-slider {
    height: 7294px;
  }
}

/*--------------------------- koszyk 06.06.22 -------------------*/
.cart.main.actions .action.continue {
  background: #eb6724;
  border: none;
  color: white;
  max-width: 388px;
  height: 47px;
  text-align: center;
  padding-top: 14px;
  width: 100%;
}

.cart.main.actions .action.update {
  height: 47px;
  max-width: 274px;
  width: 100%;
}

/* obrazek */
.cart.table-wrapper .product-item-photo {
  width: 100%;
}

/* tresc */
.cart.table-wrapper .product-item-name {
  margin-left: 10px;
}

.page-title-wrapper h1 {
  margin-left: 8px;
}

#maincontent {
  padding-top: 10px;
}

@media (max-width: 1023px) {

  /* usun produkt */
  .cart.table-wrapper .item-actions .actions-toolbar {
    /*position: absolute;*/
    top: 10px;
    right: 0;
    /*height: 25px;*/
    width: 25px;
  }

  .cart.table-wrapper .action.action-delete {
    background: none;
    border: none;
    background-image: url(../images/icons/usunProdukt.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    width: 150px;
    padding-left: 40px;
    line-height: 30px;
    height: 30px;
    padding: 0;
    margin-top: 0;
  }

  .cart.table-wrapper .action.action-delete span {
    /*display: none;*/
  }

  .cart.table-wrapper .action-towishlist {
    background: none !important;
    border: none !important;
    background-image: url(../images/icons/heart-3510.png) !important;
    background-size: contain !important;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    margin: 0 !important;
  }

  .cart.table-wrapper .action-towishlist span {
    display: none;
  }

  .col .item {
    height: 125px;
  }

  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    margin-left: 105px;
    width: 80%;
    padding: 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 {
    display: inline-block;
  }

  .cart.table-wrapper .col {
    padding-top: 0px;
  }

  .cart.table-wrapper .col.subtotal[data-th]:before,
  .col.qty .field.qty {
    display: inline-block;
  }

  .price-including-tax,
  .price-excluding-tax {
    display: inline-block;
  }

  .cart.table-wrapper .product-item-photo {
    max-width: 100px;
  }
}

@media (max-width: 1023px) and(min-width:768px) {

  /* pole podsumowanie  */
  .cart-summary {
    margin-right: -1%;
    width: 247px;
  }
}

@media (max-width: 768px) {
  .cart-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .slick-initialized .slick-slide {
    height: auto !important;
  }
}

/* new menu */
.vmagicmenu .level0 .level-top-mega .children a:first-of-type span {
  font-size: 14px;
  font-weight: bold;
  color: #255a99;
  /* color: red; */
  padding-left: 36px;

  max-height: 30px;
  /* overflow: hidden; */
  display: block;
  line-height: 21px;
}

.level-top-mega .mage-column.cat-mega {
  /* overflow: visible; */

  overflow-y: auto;
  overflow-x: hidden;
}

.vmagicmenu .level0 .level-top-mega .children a:first-child span:first-of-type {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  padding-left: 0px;
  height: 17px;

  display: contents;
  line-height: 20px;
}

.vmagicmenu .level0 .level-top-mega .children a {
  max-height: 66px;
  /* overflow: hidden; */
  line-height: 26px;
}

.vmagicmenu .level0 .level-top-mega .mage-column .children {
  position: relative;
}

.vmagicmenu .level0 .level-top-mega .mage-column .children .categoryIcon {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 27px;
  left: 14px;
}

.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(1),
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(2),
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(3) {
  display: block !important;
}

.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(4),
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(5),
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(6),
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(7),
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(8),
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(9),
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(10),
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(11),
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(12),
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(13),
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(14),
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li:nth-of-type(15) {
  display: none;
}

.vmagicmenu .level0 .level-top-mega .mage-column .children ul li li.level3 {
  display: block !important;
}

.vmagicmenu .level0 .level0 .children>ul {
  padding: 10px 0 35px;
}

.ll_show {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.vmagicmenu .level0 .level-top-mega .mage-column .children.nav-1-1 {
  display: none;
}

.cat_label.Siła {
  display: none !important;
}

.showMoreLiCat {
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  display: block;
  width: 37px;
  margin-top: -28px;
  margin-bottom: 7px;
  cursor: pointer;
  /* z-index: 10; */
  position: relative;
}

/*.nav-1-13 .showMoreLiCat {
  display: none;
}

.nav-1-14 .showMoreLiCat {
  display: none;
}*/

.level-top-mega .mage-column.cat-mega {
  padding-bottom: 85px;
}

#seeAllProductsBtn {
  display: block;
  width: 225px;
  height: 49px;
  border: 1px solid #ea672c;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 62px;
  right: 57px;
  transition: 0.18s;
  bottom: 26px;
}

#seeAllProductsBtn img {
  transition: 0.18s;
}

#seeAllProductsBtn span {
  font-size: 14px;
  font-weight: bold;
  color: #ea672c;
  margin-top: 4px;
  margin-left: 7px;
  transition: 0.18s;
}

#seeAllProductsBtn:hover {
  background-color: #ea672c;
}

#seeAllProductsBtn:hover img {
  filter: brightness(1000000);
}

#seeAllProductsBtn:hover span {
  color: #fff;
}

.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover>ul {
  left: 85%;
}

.vmagicmenu .nav-desktop .level0 .level-top-mega {
  max-width: 90vw;
}

.level-top-mega .mage-column.cat-mega {
  max-width: 90vw;
}

.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover>ul {
  left: 80%;
  padding-left: 20px;
  min-width: 190px;
}

@media (max-width: 1700px) {
  .level-top-mega .mage-column.cat-mega {
    max-width: 85vw;
  }

  .vmagicmenu .nav-desktop .level0 .level-top-mega {
    max-width: 85vw;
  }

  .vmagicmenu .level0 .level-top-mega .mage-column .children {
    width: 20%;
  }
}

@media (max-width: 1366px) {
  .level-top-mega .mage-column.cat-mega {
    max-width: 85vw;
  }

  .vmagicmenu .nav-desktop .level0 .level-top-mega {
    max-width: 85vw;
  }

  .level-top-mega .mage-column.cat-mega {
    max-width: calc(85vw - 30px);
  }

  .vmagicmenu .level0 .level-top-mega .mage-column .children {
    width: 20%;
  }

  .vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover>ul {
    /*left: 75%;*/
    /*padding-left: 20px;*/
    /*min-width: 180px;*/
    /*transform: scale(0.9);*/
  }

  .vmagicmenu .level0 .level-top-mega .children a:first-of-type span {
    font-size: 13px;
    line-height: 20px;
  }
}

#maincontent .category-view {
  display: none !important;
}

#seeAllProductsBtnBox {
  position: relative;
  width: 100%;
  transform: translateY(83px);
}

@media only screen and (min-width: 1500px) {
  .product-item .price-box span {
    /*padding-left: 0px !important;*/
  }

  .product-item .price-box span.normal-price .price-container {
    display: none !important;
  }
}

@media only screen and (max-width: 1500px) {
  .stock.unavailable {
    padding-left: 20px;
    line-height: 22px;
    padding-bottom: 10px;
  }

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

  .price-box .order_only {
    margin-top: 32px;
    line-height: 21px;
  }
}

/* zmniejszenie okien blogowych  */

@media only screen and (max-width: 500px) {

  .blog-widget-recent-masonry .post-holder .post-content .post-description .post-ftimg-hld img,
  .blog-widget-recent-masonry .post-holder:first-child .post-content .post-description .post-ftimg-hld img {
    min-height: 195px;
  }

  .blog-widget-recent-masonry .post-holder .post-content .post-short-content .post-item-link,
  .blog-widget-recent-masonry .post-holder:first-child .post-content .post-short-content .post-item-link {
    font-size: 1.85rem;
  }

  .blog-widget-recent-masonry .post-holder .post-content .post-short-content .post-text-hld,
  .blog-widget-recent-masonry .post-holder:first-child .post-content .post-short-content .post-text-hld {
    font-size: 14px;
    margin-top: 6px;
  }

  .blog-widget-recent-masonry .post-holder .post-content .post-short-content,
  .blog-widget-recent-masonry .post-holder:first-child .post-content .post-short-content {
    padding: 20px;
  }
}

/* .boxes_contact_advisors {
  margin-left: calc(3% + 2px);
} */

.boxes_contact_advisors_person {
  font-size: 20px;
}

/*
.boxes_contact_advisors .left_contact {
  margin-right: 25px;
} */

.boxes_contact_advisors {
  padding-left: 57.3px;
}

.boxes_contact_advisors span {
  position: relative;
  font-size: 18px;
}

.boxes_contact_advisors p {
  line-height: 29px;
}

.boxes_contact_advisors span a {
  font-size: 18px;
}

.boxes_contact_advisors span img {
  position: absolute;
  top: 0px;
  left: -38px;
}

.boxes_contact_advisors .boxes_contact_advisors_cv {
  width: 140px;
  margin-bottom: 20px;
  margin-top: -20px;
  height: 140px;
  border-radius: 100px;
  border: 1px solid #e2e2e2;
}

.boxes_contact_advisors .left_contact {
  width: 568px;
}

.boxes_contact_advisors .right_contact {
  width: 465px;
}

@media only screen and (max-width: 500px) {
  .boxes_contact_advisors {
    padding-left: 34.3px;
  }

  .boxes_contact_advisors .left_contact {
    margin-top: 20px;
  }
}

.minicart-items .action.edit {
  display: none !important;
}

.block-minicart .subtotal .label:after {
  display: none !important;
}

.block-subtitle {
  display: none !important;
}

/*.sorter .sorter-action {
  display: none!important;
}*/
#mini-cart .product-item-name {
  height: 60px !important;
  margin-bottom: 35px !important;
}

/*#sorter option[value="relevance"] {
  display: none!important;
}*/
.search.results .block {
  display: none !important;
}

.sorter {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

#newSorter {
  width: 180px;
  margin-left: 10px;
}

.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px !important;
  opacity: 1 !important;
}

.price-container .price {
  font-size: 1.7rem !important;
  opacity: 1 !important;
}

.minicart-items .product-item-details .details-qty label {
  font-size: 17px !important;
  margin-right: 5px !important;

  margin-left: 20px !important;
}

.minicart-items .product-item-details .details-qty .label {
  margin-left: 20px !important;
}

.item-qty.cart-item-qty {
  margin-right: 20px !important;
  font-size: 17px !important;
  width: 48px !important;
  height: 37px !important;
}

#mini-cart .product-item-name {
  padding-left: 0px !important;
}

.block-minicart .items-total {
  float: none !important;
}

.block-minicart .subtotal {
  display: flex !important;
  flex-direction: column !important;
  text-align: left !important;
}

@media only screen and (max-width: 500px) {
  .catalogsearch-result-index .breadcrumbs {
    opacity: 0 !important;
    padding-bottom: 0px !important;
    padding-top: 50px !important;
  }

  .page.messages {
    padding-top: 20px !important;
  }

  .page-with-filter .columns .sidebar-main,
  .page-with-filter .columns .sidebar-main {
    /*display: none !important;*/
  }
}

/* zamowienia */

.opc-wrapper {
  position: relative;
  margin-top: 45px;

  margin-top: 60px;
  margin-top: 95px;
}

.opc-wrapper #checkoutSteps {
  width: 46%;
}

.checkout-billing-address {
  position: absolute;
  top: 28px;
  right: 6%;
  width: 46%;
  margin-top: -55px;

  margin-top: -91px;
  margin-top: -82px;
}

#billing-new-address-form {
  margin-top: 29px !important;

  display: flex !important;
  flex-direction: column !important;
}

#billing-new-address-form .field[name="billingAddress.firstname"] {
  order: 1;
}

#billing-new-address-form .field[name="billingAddress.lastname"] {
  order: 2;
}

#billing-new-address-form .field[name="billingAddress.company"] {
  order: 12;
}

#billing-new-address-form .field.street {
  order: 4;
}

#billing-new-address-form .field[name="billingAddress.country_id"] {
  order: 5;
}

#billing-new-address-form .field[name="billingAddress.region_id"] {
  order: 6;
}

#billing-new-address-form .field[name="billingAddress.postcode"] {
  order: 7;
}

#billing-new-address-form .field[name="billingAddress.city"] {
  order: 8;
}

#billing-new-address-form .field[name="billingAddress.telephone"] {
  order: 9;
}

#billing-new-address-form .field[name="billingAddress.vat_id"] {
  order: 11;
}

/* #billing-new-address-form .field[name="billingAddress.region"] {
  order: 3;
} */
/* #billing-new-address-form .field[name="billingAddress.abs-visually-hidden-mobile-m"] {
  order: 3;
} */

.payment-method-billing-address .checkout-billing-address {
  display: none !important;
}

.payment-method-billing-address .checkout-billing-address {
  display: none !important;
}

#payment,
#isLogedCheck {
  width: 217% !important;
  margin-top: -33px;
}

.fieldset>.field {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px !important;

  margin-bottom: 12px !important;
}

.opc-wrapper .fieldset>.field>.label {
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 5px !important;
}

.fieldset>.field:not(.choice)>.control {
  width: 100% !important;
}

.table-checkout-shipping-method {
  min-width: 100% !important;
}

.opc-block-summary {
  margin-top: 59px;
}

.field-error {
  position: absolute !important;
  margin-top: 2px !important;
}

.minicart-items .action.delete {
  transform: translateY(60px) !important;
}

@media only screen and (max-width: 640px) {
  .minicart-items .action.delete {
    transform: translateY(24px) !important;
  }
}

/* #checkout-shipping-method-load tr:first-of-type .col-method {
  display: none!important;
} */

/*#checkout-shipping-method-load tr:first-of-type .col-method:nth-of-type(3) {
  display: none !important;
}*/

@media only screen and (max-width: 700px) {
  .opc-wrapper #checkoutSteps {
    width: 100%;
  }

  .fieldset>.field:not(.choice)>.control {
    width: 95% !important;
  }

  .checkout-billing-address {
    position: relative !important;
    width: 100% !important;
    right: 0% !important;
    margin-top: 15px !important;
  }

  #payment,
  #isLogedCheck {
    width: 100% !important;
  }
}

@media only screen and (min-width: 639px) {
  .opc-wrapper .step-title {
    font-size: 2rem !important;
    padding-bottom: 4px !important;
    color: #10357f;
  }

  .checkout-billing-address .billing-address-same-as-shipping-block {
    transform: translateY(-25px) !important;
  }

  .checkout-billing-address .billing-address-same-as-shipping-block span {
    font-size: 17px !important;
    line-height: 10px !important;
  }

  .opc-wrapper .fieldset>.field>.label span {
    font-size: 16px !important;
  }

  #shipping-new-address-form {
    margin-top: -15px !important;
  }

  .opc-wrapper .form.form-login input[name="username"] {
    height: 32px !important;
  }

  .opc-block-summary>.title {
    font-size: 2rem !important;
    padding-bottom: 4px !important;
  }

  .opc-block-summary .items-in-cart>.title {
    font-size: 2rem !important;
    padding-bottom: 4px !important;
  }

  #opc-shipping_method {
    width: 214% !important;
    padding-top: 50px !important;
  }

  .opc-wrapper .form-login .fieldset .note span {
    position: absolute;
    /* width: 100%; */
    /* left: 208px; */
    right: 36px;
    top: -23px;
  }

  #shipping-new-address-form {
    margin-top: -28px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .checkout-container {
    margin-top: 100px !important;
  }

  .opc-wrapper {
    width: 100% !important;
  }

  .control {
    margin-left: 0px !important;
  }

  .checkout-billing-address {
    top: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .checkout-container {
    margin-top: 70px !important;
  }

  #CookiebotWidget,
  #CookiebotWidget * {
    display: none;
  }
}

.opc-wrapper .form.form-login input[name="username"] {
  height: 32px !important;
}

@media (max-width: 768px) {
  .fieldset:last-child {
    margin-left: 15px !important;
  }

  .billing-address-same-as-shipping-block {
    transform: translateY(-25px) !important;
  }

  .checkout-billing-address {
    top: 40px !important;
  }

  .opc-wrapper .step-title {
    color: #10357f !important;
    font-size: 21px !important;
  }

  .opc-wrapper {
    margin-top: 45px !important;
  }

  .opc-wrapper .form-login .fieldset .note {
    font-size: 12px !important;
  }

  .hc_checkbox {
    margin-left: -8px !important;
  }

  .hc_checkbox input {
    width: 25px !important;
    height: 19px !important;
  }

  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"] {
    font-size: 16px !important;
  }

  .opc-wrapper .input-text::placeholder {
    opacity: 0 !important;
  }

  .opc-wrapper .step-title {
    margin-left: 15px !important;
  }

  #billing-new-address-form {
    margin-left: 0px !important;
  }

  .checkout-billing-address .step-title {
    margin-left: 0px !important;
  }

  .hc_checkbox {
    margin-left: 7px !important;
  }

  .billing-address-same-as-shipping-block {
    margin-left: 14px !important;
  }

  .table-checkout-shipping-method tbody td {
    font-size: 17px;
  }
}

@media (max-width: 1023px) {
  .contact-index-index #maincontent {
    padding-top: 80px;
  }
}

/* #shipping {
  display: block!important;
} */

#co-shipping-form input[type="text"]::placeholder {
  opacity: 0 !important;
}

#shipping input[type="text"]::placeholder {
  opacity: 0 !important;
}

/* #shipping.payment {
  background-color: red!important;
} */

#shipping.payment {
  margin-top: -47px;
}

#shipping.payment input,
#shipping.payment select {
  pointer-events: none !important;
  border: none !important;
  padding-left: 0px !important;
  height: 25px !important;
}

#shipping.payment select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  font-size: 16px !important;
  line-height: 25px !important;
  padding: 0px;
}

#shipping.payment label {
  display: none !important;
}

#shipping.payment .label {
  display: none !important;
}

#shipping.payment .note {
  display: none !important;
}

#shipping.payment .field {
  margin-bottom: 0px !important;
}

#shipping.payment .field-tooltip-action {
  display: none !important;
}

#shipping.payment .form-login {
  margin-top: 18px !important;
}

#shipping.payment .hc_checkbox {
  opacity: 0 !important;
  display: none !important;
}

#checkout-payment-method-load .step-title {
  padding-bottom: 10px !important;
}

.shipping.payment {
  margin-bottom: -10px !important;
}

.ship-to {
  display: none !important;
}

.opc-block-shipping-information {
  display: none !important;
}

@media (max-width: 1023px) {
  #shipping.payment {
    margin-top: -47px;
  }
}

@media (max-width: 768px) {
  #shipping.payment {
    margin-top: 20px !important;
  }

  #shipping.payment .form-login {
    margin-top: 5px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border: 0px !important;
  }

  #shipping.payment .fieldset:last-child {
    margin-bottom: -20px !important;
  }

  #shipping.payment #billing-new-address-form {
    margin-top: 5px !important;
  }

  #shipping.payment .billing-address-form {
    margin-top: -20px !important;
    margin-bottom: 30px !important;
  }

  #shipping.payment .form-shipping-address {
    margin-top: 18px !important;
  }

  #checkout-payment-method-load .step-title {
    padding-bottom: 10px !important;
  }
}

/* #shipping.payment .checkout-billing-address {
  opacity: 0.7!important;
} */

/* xls list  */

/* 1  */

.minicart-items-wrapper {
  max-height: calc(100vh - 450px) !important;
  overflow-y: scroll !important;
}

@media (max-width: 768px) {
  .minicart-items-wrapper {
    max-height: calc(100vh - 400px) !important;
  }

  .minicart-wrapper.active .block-minicart {
    margin-right: -20px !important;
  }
}

/* 2  */

#shipping-new-address-form {
  display: flex !important;
  flex-direction: column !important;
}

#shipping-new-address-form .field[name="shippingAddress.company"] {
  order: 20 !important;
  position: relative;
}

#billing-new-address-form .field[name="billingAddress.company"] {
  position: relative;
}

#billing-new-address-form .field[name="billingAddress.vat_id"] {
  position: relative;
}

#shipping-new-address-form .field[name="shippingAddress.company"] span#companyNote {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  font-size: 10px !important;
  top: 15px !important;
}

#billing-new-address-form .field[name="billingAddress.company"] span#companyNote {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  font-size: 10px !important;
  top: 15px !important;
}

#billing-new-address-form .field[name="billingAddress.vat_id"] span#companyNote2 {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  font-size: 10px !important;
  top: 15px !important;
}

/* 3  */

#billing-new-address-form .field[name="billingAddress.company"] {
  /*display: none;
  pointer-events: none!important;*/
}

#billing-new-address-form .field[name="billingAddress.company"] label,
#billing-new-address-form .field[name="billingAddress.company"] input {
  /*opacity: 0.5!important;*/
}

#billing-new-address-form .field[name="billingAddress.vat_id"] {
  /*display: none;
  pointer-events: none!important;*/
}

#billing-new-address-form .field[name="billingAddress.vat_id"] label,
#billing-new-address-form .field[name="billingAddress.vat_id"] input {
  /*opacity: 0.5!important;*/
}

/* 5  */

@media (min-width: 768px) {
  #billing-new-address-form label[for="billing-save-in-address-book"] span {
    margin-left: 30px !important;
    margin-top: -6px !important;
    display: block !important;
  }
}

.opc-wrapper .shipping-address-items {
  font-size: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.opc-wrapper .shipping-address-item {
  width: 100% !important;
}

.new-address-popup {
  margin-top: 20px !important;
}

/* #shipping {
  min-height: 800px!important;
} */

/* 8 */

.payu-checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  border-radius: 0px !important;
}

.payu-payment .payment__payu-agreement .payu-agreement__wrapper .payu-checkbox a,
.payu-payment .payment__payu-agreement .payu-agreement__wrapper .payu-checkbox span {
  color: #10357f !important;
  font-size: 14px !important;
  transform: translateY(-1px) !important;
  display: inline-block !important;
}

@media (min-width: 768px) {

  .payu-payment .payment__payu-agreement .payu-agreement__wrapper .payu-checkbox a,
  .payu-payment .payment__payu-agreement .payu-agreement__wrapper .payu-checkbox span {
    font-size: 16px !important;
  }
}

/* 9  */

/* #billing-new-address-form {
  margin-top: 111px!important;
}

@media (max-width: 768px) {
  #billing-new-address-form {
    margin-top: 65px!important;
  }
}

@media (max-width: 700px) {
  #billing-new-address-form {
    margin-top: 29px!important;
  }
} */

/* new  */
.checkout-shipping-address {
  min-height: 800px;

  min-height: 930px;
}

.checkout-shipping-address.payment {
  min-height: 0px;
}

/* .checkout-shipping-address.payment #billing-new-address-form {
  margin-top: 0px!important;
} */

.opc-wrapper .checkout-shipping-address.payment .shipping-address-item.selected-item {
  border: none;
}

.opc-wrapper .checkout-shipping-address.payment .shipping-address-item.selected-item:after {
  display: none;
}

.opc-wrapper .checkout-shipping-address.payment .shipping-address-item.not-selected-item {
  display: none;
}

.checkout-shipping-address.payment .new-address-popup {
  display: none;
}

.opc-wrapper .checkout-shipping-address.payment .shipping-address-item {
  padding-left: 0px;
}

.opc-wrapper .checkout-shipping-address.payment .field.field-select-billing .control {
  display: none;
}

.opc-wrapper .checkout-shipping-address.payment .field.save-address {
  margin-top: -48px !important;
}

.opc-wrapper span#block-discount-heading {
  margin-top: 30px;
  margin-top: 55px;
}

#opc-new-shipping-address #shipping-new-address-form {
  margin-top: 15px !important;
}

@media (min-width: 768px) {
  .opc-wrapper .checkout-shipping-address.payment .shipping-address-items {
    min-height: 300px;
  }
}

/* mini cart */
#minicart-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0px 25px;
}

#minicart-content-wrapper .emptyTitle {
  font-size: 21px;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}

#minicart-content-wrapper .emptyBtn {
  font: normal normal bold 14px/18px PT Sans;
  color: #ffffff;
  background: #eb6724;
  cursor: pointer;
  display: block;
  width: 182px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-weight: bolf;
  font-size: 15px;
  margin-top: 13px;
  text-decoration: none;
}

/* cart page */
.checkout-cart-index .page-title-wrapper h1.page-title {
  display: none;
}

.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 110px 0px 110px;
}

.cart-empty .emptyTitle {
  font-size: 32px;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
}

.cart-empty .emptyDesc {
  color: #000000;
  opacity: 0.5;
  font-size: 18px;
  text-align: center;
}

.cart-empty .emptyBtn {
  font: normal normal bold 14px/18px PT Sans;
  color: #ffffff;
  background: #eb6724;
  cursor: pointer;
  display: block;
  width: 182px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-weight: bolf;
  font-size: 15px;
  margin-top: 20px;
  text-decoration: none;
}

@media (max-width: 500px) {
  .cart-empty {
    padding: 110px 0px 70px;
  }
}

#minicart-content-wrapper .block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#shipping-new-address-form .field-error {
  position: relative !important;
}

.checkout-billing-address .billing-address-form {
  display: block !important;
  opacity: 1;
}

.fieldset>.field:not(.choice)>.label {
  text-align: left !important;
}

.items-in-cart .minicart-items {
  overflow: hidden !important;
}

#payment #co-payment-form .checkout-billing-address {
  display: none !important;
}

@media (max-width: 1023px) {
  .page-header .nav-toggle {
    display: inline-block;
    line-height: normal;
    padding: 0px;
    vertical-align: middle;
    top: calc(35%);
    left: 15px;
    width: 30px;
  }
}

@media (min-width: 1023px) {
  .magicmenu .nav-desktop {
    display: block !important;
  }
}

@media (min-width: 1020px) and (max-width: 1030px) {
  .sections.nav-sections {
    top: 120px !important;
  }
}

@media (max-width: 1023px) {
  .sections .nav-sections-item-content>.navigation {
    display: block !important;
    padding: 0;
  }

  .nav-sections .mean-nav ul li {
    background: #fff;
  }

  ul.nav-mobile {
    display: block !important;
  }

  .nav-sections .mean-nav {
    position: static;
  }

  html.nav-before-open.nav-open #mobile-box-number {
    position: static;
    clear: both;
    margin: 20px;
  }
}

/* $("#billing_address_id").find(":selected").text(); */

#mobile-box-number {
  display: block;
  display: block;
  /* bottom: 5px; */
  position: fixed;
  /* left: 15px; */
  display: none;
  top: 472px;
  left: 21px;
}

html.nav-before-open.nav-open #mobile-box-number {
  display: block;
}

#mobile-box-number p {
  font-size: 13px;
  text-transform: initial;
  margin-bottom: 0;
}

#mobile-box-number a {
  font-size: 28px;
  color: #eb6724;
  font-weight: bold;
}

#mobile-box-number .mobile-box-number-inner {
  display: flex;
}

#mobile-box-number .mobile-box-number-inner img {
  margin-right: 4px;
}

@media (min-width: 991px) {
  #mobile-box-number {
    display: none !important;
  }
}

.breadcrumbs .items {
  height: 59px !important;
  overflow-y: hidden !important;
}

@media (max-width: 767px) {
  .breadcrumbs .items {
    height: 20px !important;
    overflow-y: hidden !important;
  }

  /* .blog-page .breadcrumbs .items .item.blog_post span {
    position: relative;
  } */

  .blog-page .breadcrumbs .items .item.blog_post span::after {
    content: "...";
    position: absolute;
    top: 0px;
    right: 0px;

    top: 63px;
    right: 7px;
  }
}

footer .copyright .madeBy {
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
}

footer .madeBy img {
  filter: invert(1);
  width: 22px;
  margin-bottom: -5px;
}

footer .madeBy a {
  color: #fff;
  text-decoration: none;
  /* display: block;
  margin-left: 3px; */
}

@media (max-width: 600px) {
  .footer .copyright {
    text-align: center;
  }

  footer .copyright .madeBy {
    justify-content: center;
  }
}

.pallet-costs {
  color: #2a438f;
  font-size: 15px;
  width: 90%;
}

.opc-block-summary span.title::after {
  content: "Przy zakupie niektórych produktów, po złożeniu zamówienia mogą zostać doliczone koszty palet.";
  position: absolute;
  bottom: -60px;
  left: 0px;
  font-size: 16px;
  color: #2a438f;
}

.opc-block-summary>.title {
  position: relative;
  margin-bottom: 70px;
}

@media (max-width: 1260px) {
  .opc-block-summary span.title::after {
    bottom: -80px;
  }

  .opc-block-summary>.title {
    margin-bottom: 90px;
  }
}

/*cookiebot*/

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #ec671e !important;
}

#CybotCookiebotDialog form input[type="checkbox"][disabled]:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #d6d6d6 !important;
}

#CybotCookiebotDialog {
  background-color: #ffffff !important;
  color: black !important;
}

#CybotCookiebotDialogPoweredbyCybot svg {
  fill: #141414 !important;
}

#CybotCookiebotDialogPoweredbyImage {
  display: block !important;
  content: url(https://sklep-kowalczyk.pl/media/logo/stores/1/eKowalczyk-logo.png) !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #141414 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before {
  background-color: white !important;
}

.CybotCookiebotFader {
  background-image: linear-gradient(to top,
      rgb(255, 255, 255),
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0)) !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  color: black !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #ec671e !important;
  color: #ec671e !important;
}

#CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: white !important;
  border: 2px solid #ec671e !important;
  color: black !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #ec671e !important;
  border: 2px solid #ec671e !important;
  color: white !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #ec671e !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #ec671e !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #ec671e !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #ec671e !important;
  border-color: #ec671e !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount) {
  color: black !important;
}

picture.categoryIcon {
  all: unset !important;
}

.level0.promo-transparent .cat_label {
  display: none;
}

/*.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {*/
/*  max-height: 0px;*/
/*}*/

/*.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover>ul {*/
/*  position: static;*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  box-shadow: none;*/
/*  max-height: 500px;*/
/*  transition: max-height 300ms linear;*/
/*}*/

.level-top-mega .mage-column.cat-mega {
  padding-right: 100px;
}

.post-nextprev-hld.clearfix {
  /*display: none;*/
}

.post-sharing-bottom.mb-4 {
  /*display: none;*/
}

.blog-post-view .post-bottom .block.related {
  background: var(--color-blue-50, #f3f6fc);
  margin-left: calc((100vw - 725px) / -2);
  width: 100vw;
  padding: 64px 0;
  margin-bottom: 32px !important;
}

body .mfblog-replated-posts-block.block.related .block-title {
  text-align: center;
  margin: 0;
  border: none;
  padding: 0 36px;
}

body .mfblog-replated-posts-block.block.related .block-title strong {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  border: none;
}

.more-posts {
  display: flex;
  gap: 28px;
  max-width: 1440px;
  margin: 48px auto 0;
  padding: 0 22px;
  font-weight: 400;
}

.more-post {
  /*width: calc((100% - 56px) / 3);*/
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

a.more-post:hover {
  text-decoration: none;
}

a.more-post:hover span {
  text-decoration: underline;
}

.more-post h3 {
  line-height: 150%;
  margin: 0;
  /*font-size: 14px;*/
}

.more-post p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.more-post span {
  color: #21589b;
}

.more-post a:visited {
  color: #21589b;
}

.more-post .post-image {
  width: 100%;
  max-height: 400px;
  /*aspect-ratio: 4 / 3;*/
  aspect-ratio: 7 / 5;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 1440px) {
  .blog-post-view .post-bottom .block.related {
    /*margin-left: -16px;*/
  }

  .more-posts {
    padding: 0 36px;
  }
}

@media (max-width: 768px) {
  .blog-post-view .post-bottom .block.related {
    padding: 48px 0;
    margin: 0 0 0 -15px;
  }

  .more-posts {
    flex-direction: column;
    margin: 24px 0 0;
  }

  .more-post {
    gap: 8px;
  }

  .more-post p,
  .more-post a {
    font-size: 1.5rem;
  }

  .more-post h3 {
    margin-top: 5px;
  }

  .more-post .post-image {
    height: 250px;
  }
}

@media screen and (max-width: 550px) {
  .blog-post-view {
    padding: 0 !important;
  }

  .blog-post-view #maincontent {
    padding: 0 10px !important;
  }
}

#bss_seo_toolbar {
  font-size: 15px;
}

.catalog-category-view .category-description {
  line-height: inherit !important;
}

.product.attribute.description .value>p:first-of-type {
  font-size: 20px;
}

/*.category-description div[data-content-type="html"] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
}*/

/*.category-description div[data-content-type="html"]::after {
  content: '… rozwiń opis';
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 5px;
  background: linear-gradient(to right, transparent, white 80%);
  color: #007bff;
  cursor: pointer;
}*/

/*.category-description div[data-content-type="html"]:hover {*/
/*  -webkit-line-clamp: unset; !* usunięcie ograniczenia linii *!*/
/*  overflow: visible; !* pokazanie pełnego tekstu *!*/
/*}*/
.category-description p,
.category-description h1,
.product.attribute.description p,
.category-bottom-description-2 p {
  margin-bottom: 32px;
}

.product.attribute.description h2,
.category-bottom-description-2 h2 {
  font-size: 26px;
}

.product.attribute.description h3,
.category-bottom-description-2 h3 {
  font-size: 18px;
}

.blog-post-view .post-content .post-description .mce-toc {
  padding: 24px 8px;
  border-radius: 12px;
  background: var(--color-blue-50, #f3f6fc);
  font-size: 14px;
  line-height: 150%;
}

.blog-post-view .post-content .post-description .mce-toc h2 {
  font-size: 18px;
  padding-top: 0;
  padding-left: 16px;
  margin-bottom: 16px;
  line-height: 130%;
  color: #21589b;
  border: none;
}

.blog-post-view .post-content .post-description .mce-toc a {
  text-decoration: none;
  color: black !important;
  display: block;
  /*border-bottom: 1px solid #E5EDF9;*/
}

.blog-post-view .post-content .post-description .mce-toc a:hover {
  color: #21589b !important;
}

.blog-post-view .post-content .post-description .mce-toc ul {
  padding-left: 16px;
  list-style: none;
  margin-bottom: 0 !important;
  line-height: 150%;
}

.blog-post-view .post-content .post-description .mce-toc ul ul {
  padding-top: 6px;
}

.blog-post-view .post-content .post-description .mce-toc ul>li {
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 150%;
}

.blog-post-view .post-content .post-description .mce-toc ul ul li {
  font-weight: normal;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0;
}

.blog-post-view .post-content .post-content .post-description p {
  margin-bottom: 48px;
  font-size: 19px;
}

.product-image-photo {
  height: auto;
}

.blog-post-view .post-content .post-description h2 {
  padding-top: 48px;
  border-top: 1px solid #e8e9ea;
}

.blog-post-view .post-content .post-description li {
  font-size: 19px;
  line-height: 1.7;
}

.blog-post-view .post-content .post-description li strong {
  color: #21589b;
  line-height: 21px;
}

.blog-post-view .post-description iframe {
  margin: 0;
}

.blog-post-view .post-content .post-description h2,
.blog-post-view .post-content .post-description h3 {
  /*color: #21589B;*/
  font-size: 26px;
  line-height: 130%;
  font-weight: 700;
}

.blog-post-view .post-content .post-description h2 {
  scroll-snap-margin-top: 150px;
  scroll-margin-top: 150px;
}

.blog-post-view .post-content .post-description h3 {
  scroll-snap-margin-top: 180px;
  scroll-margin-top: 180px;
}

@media (max-width: 768px) {
  .blog-post-view .post-content .post-description h2 {
    scroll-snap-margin-top: 20px;
    scroll-margin-top: 20px;
  }

  .blog-post-view .post-content .post-description h3 {
    scroll-snap-margin-top: 65px;
    scroll-margin-top: 65px;
  }
}

.blog-post-view .post-content .post-description a {
  text-decoration: underline;
  /*color: #5895D8 !important;*/
}

.blog-post-view .post-content .post-description img {
  border-radius: 12px;
  width: 100%;
  margin: 24px 0;
}

.blog-post-view .post-content .post-description .product-item .price-box {
  font-size: 14px;
  line-height: 1.5;
}

.blog-post-view .post-content .post-description .product-item a {
  color: black !important;
  text-decoration: none;
}

.blog-post-view .post-content .post-description .product-item img {
  margin: auto;
  border-radius: 0;
}

.blog-post-view .post-content .post-description .block-products-list .block-content .grid .bx-wrapper::before {
  content: "Powiązane produkty";
  color: #21589b;
}

.blog-post-view .post-content .post-description .block-products-list .block-content .grid .bx-wrapper {
  background: var(--color-blue-50, #f3f6fc);
  padding: 24px 0 24px 24px;
  border-radius: 12px;
}

.blog-post-view .post-content .post-description .block-products-list .block-content .grid .bx-wrapper .bx-viewport {
  margin-top: 16px;
}

.blog-post-view .post-content .post-description .block-products-list .block-content .grid .bx-wrapper .product-item {
  background: white;
  margin: 0 16px 0 0 !important;
}

.blog-post-view .cms-content-important {
  background: #f3f6fc;
  padding: 24px 24px 24px 54px;
  position: relative;
  font-size: 19px;
  line-height: 170%;
  font-weight: 400;
  font-family: inherit;
  margin-left: 0;
}

.blog-post-view .post-description .cms-content-important::before {
  content: "";
  position: absolute;
  background: #3379c4;
  left: 24px;
  height: var(--before-height, 100%);
  width: 6px;
  top: var(--before-top, 0px);
  border-radius: 4px;
}

.blog-post-view .post-description .cms-content-important p:last-child {
  margin-bottom: 0px;
}

.desc-header {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}

.desc-header.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.expand-button,
.collapse-button {
  display: none;
  margin-top: 5px;
  color: #10357f;
  cursor: pointer;
  z-index: 2;
}

.collapse-button {
  margin-top: -20px;
}

.desc-header.truncated+.expand-button {
  display: inline-block;
}

.desc-header.expanded+.expand-button {
  display: none;
}

.desc-header.expanded+.collapse-button {
  display: inline-block;
}

#sorter option[value="quantity_and_stock_status"] {
  display: none;
}

#sorter option[value="order_only"] {
  display: none;
}

a.action.login.primary {
  display: flex;
  height: 56px;
  padding: 12px 32px !important;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: 1px solid #d8d9db;
  border-radius: 5px !important;
  /*align-self: stretch;*/
  background: none !important;
}

a.action.login.primary span {
  color: black !important;
  margin: 0 !important;
  font-weight: 700;
}

.fa-google:before,
.fa-facebook-f:before,
.fa-facebook:before {
  width: 22px;
  height: 22px;
  display: block;
  content: "" !important;
  background: url(../images/icons/google-icon.svg) no-repeat center;
  background-size: cover;
}

.fa-facebook-f:before,
.fa-facebook:before {
  background: url(../images/icons/fb-icon.svg) no-repeat center !important;
  background-size: cover;
}

.login-container>div>div>div {
  width: 400px !important;
  width: calc(50% - 16px) !important;
}

.customer-account-login .block-customer-login label {
  width: auto !important;
}

.form-login .fieldset.login .actions-toolbar {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.form-login .fieldset.login .actions-toolbar .primary,
.form-login .fieldset.login .actions-toolbar .primary button {
  width: 100%;
  margin: 0;
}

.login-container .block-customer-login {
  margin-bottom: 0px;
}

.login-container .or {
  text-align: center;
  margin-bottom: 14px;
  font-size: 16px;
}

body.customer-account-login .page-title-wrapper {
  margin-bottom: 12px;
}

@media (max-width: 750px) {
  .login-container {
    display: flex;
    flex-direction: column;
  }

  .login-container .block-customer-login {
    margin-bottom: -20px;
  }

  .login-container .block-new-customer {
    order: 3;
    margin-top: 36px;
  }

  .login-container>div>div>div {
    width: 100% !important;
  }

  .form-login .fieldset.login {
    margin: 0 !important;
  }

  .fieldset.login>.field:not(.choice)>.control {
    width: 100% !important;
  }

  .customer-account-login .block-customer-login .secondary {
    float: none !important;
    margin: 0;
    text-align: center;
  }

  .login-container .or {
    margin-top: 5px;
  }
}

.ppp_val {
  position: relative;
  max-width: 500px;
}

.product-info-main .ppp_val h3 {
  margin: 24px 0 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.product-info-main .select-list {
  display: flex;
  flex-direction: column;
  display: none;
  margin-top: 8px;
  position: absolute;
  width: 100%;

  z-index: 8;
  border-radius: 2px;
  border: 1px solid #d8d9db;
  background: #fff;
  box-shadow: 24px 24px 72px 0px rgba(0, 0, 0, 0.12);

  max-height: 400px;
  overflow-y: auto;
}

.product-info-main .ppp_val a.related {
  margin: 0;
}

.active-option {
  border-radius: 2px;
  border: 1px solid #d8d9db;
  background: #fff;
  display: flex;
  padding: 8px 16px;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  transition: 0.25s ease-out;
}

.active-option svg {
  margin-left: auto;
  transition: 0.25s ease-out;
}

.active-option.active {
  border: 1px solid #c94d23;
  background: #fff;
  color: #c94d23;
}

.active-option.active svg {
  rotate: 180deg;
}

.active-option.active svg path {
  fill: #c94d23;
}

.product-info-main .pik {
  border-radius: 1000px;
  border: 2px solid #e8e9ea;
  width: 32px;
  height: 32px;
  /*padding: 8px;*/
}

.ppp_val a.related:hover {
  background: #fdf6ef;
  text-decoration: none;
}

.ppp_val a.related:hover .circle {
  border: 1.5px solid #e0682f;
}

.ppp_val a.related {
  transition: 0.2s;
  display: flex;
  padding: 12px 16px 12px 12px;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.ppp_val a.related.active {
  color: #eb6724;
}

.ppp_val a.related .circle {
  margin-left: auto;
  border-radius: 1000px;
  border: 1.5px solid #d8d9db;
  width: 20px;
  height: 20px;
  transition: 0.25s ease-out;
}

.ppp_val a.related .inside-circle {
  margin-left: auto;
  border-radius: 1000px;
  background: #fff;
  width: 12px;
  height: 12px;
}

.ppp_val a.related .outer-circle {
  margin-left: auto;
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 8px;
  border-radius: 1000px;
  background: #e0682f;
}

.fa-facebook-f:before,
.fa-facebook:before {
  background: url(../../pl_PL/images/icons/fb-icon.svg) no-repeat center / cover !important;
}

.billing-address-same-as-shipping-block input[type="checkbox"] {
  display: none;
}

.billing-address-same-as-shipping-block label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}

.billing-address-same-as-shipping-block label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 16px;
  color: transparent;
}

.billing-address-same-as-shipping-block label.active:before {
  content: "✓";
  background-color: #f18200;
  color: white;
  border-color: #f18200;
}

.btn-change-product-in-cart {
  width: 36px;
  height: 32px;

  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  transition: 0.3s all ease-in-out;
}

.btn-change-product-in-cart>span {
  margin: 0 0 5px 0;
}

.btn-change-product-in-cart-left {
  border: 1px solid #ccc;
  border-radius: 8px 0 0 8px;
}

.btn-change-product-in-cart-left:hover {
  background-color: ccc;
  color: white;
}

.btn-change-product-in-cart-right {
  border: 1px solid green;
  border-radius: 0 8px 8px 0;
  background-color: transparent;
  color: green;
}

.btn-change-product-in-cart-right:hover {
  background-color: green;
  color: white;
}

#form-validate .field.qty {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1023px) {
  #form-validate .field.qty {
    display: inline-block;
  }
}