@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');*/
/* Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&subset=latin-ext&display=swap");
/* Saira */
@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&subset=latin-ext&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&"');
@import url(../css/font-awesome.min.css);
/**
start Vars
**/
/**
end Vars
**/
/**
start Core
**/
body {
  font-family: "Poppins", sans-serif;
  background-color: #FDFDFD;
  overflow-x: hidden;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

.page-content.page-cms ul,
.page-content.page-cms dl,
.page-content.page-cms ol,
.page-content.page-cms p,
.page-content.page-cms ul,
#custom-text .page-content.page-cms ul,
#custom-text p,
.page-content.page-cms #custom-text ul,
#product-description-short ol li,
#product-description-short ul li,
.product-information .product-description ol li,
.product-information .product-description ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #7a7a7a;
}

.hidden,
.hidden-item {
  display: none !important;
}

.text-primary,
a.text-primary:focus,
a.text-primary:hover {
  color: #000412 !important;
}

#content-wrapper {
  padding: 0;
}

.product-quantity .input-group-btn-vertical .btn i,
.btn-border-solid {
  color: #000412 !important;
}

button.btn.no-background.border-0,
button.btn-unstyle,
.bootstrap-touchspin .input-group-btn-vertical i {
  color: #000412;
  outline: none;
}

button.btn.text-decoration-underline.font-weight-semibold.no-background.border-0.p-0.float-sm-right.btn-text {
  color: #061440;
}

button.btn.text-decoration-underline.font-weight-semibold.no-background.border-0.p-0.float-sm-right.btn-text:hover {
  color: #174DFF;
}

button.btn:focus {
  outline: none;
}

.product-miniature .bootstrap-touchspin-up i {
  display: none;
}
.product-miniature .bootstrap-touchspin-up::after {
  content: "\e145";
  font-family: "Material Icons";
  transform: translateY(-50%);
  position: absolute;
  left: 10px;
}
.product-miniature .bootstrap-touchspin-down i {
  display: none;
}
.product-miniature .bootstrap-touchspin-down:after {
  content: "\e15b";
  font-family: "Material Icons";
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}

#mjaskproductLabel,
#mjcustomerphotos_modal_title {
  font-size: 2rem;
  color: #000412;
}

.btn-text {
  font-family: "Saira", "sans-serif";
  font-weight: 700 !important;
  text-decoration: underline;
  font-size: 1rem !important;
  color: #061440;
  outline: none !important;
  border: 0px !important;
}
.btn-text:hover {
  color: #174DFF;
  text-decoration: none !important;
}

.breadcrumb {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb ol {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

#wrapper .breadcrumb li a,
#wrapper .breadcrumb li:last-child {
  color: #808080;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 162%;
}

#wrapper .breadcrumb li a {
  text-decoration: underline;
}

#wrapper .breadcrumb li::after {
  color: #808080;
  content: "\f105";
  font-family: FontAwesome;
}

.modal-header {
  border-bottom: 0px !important;
}
.modal-header h1 {
  display: inline;
}
.modal-header .close {
  color: #000412;
  opacity: 1;
  font-weight: 400;
  font-size: 2rem !important;
}

.modal-footer .btn-primary,
.modal-footer .btn-secondary {
  font-weight: 500;
  font-family: "Saira";
}
.modal-footer {
  border-top: 0px;
}

#mjcustomerphotos .modal-body p {
  color: #061440;
  margin: 0 0 25px 0;
  display: block;
}
#mjcustomerphotos .modal-body .btn-primary {
  margin: auto;
  display: table;
}
#mjcustomerphotos .modal-body .form-control,
#mjcustomerphotos .modal-body .disabled.form-control {
  background: transparent;
  border: 1px solid #cccccc;
}

@media (min-width: 1199px) {
  .modal.in {
    align-items: center;
    display: flex !important;
  }
}
.modal-lg {
  width: 100% !important;
}

.modal-response.preload:before {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 9;
  background-image: url(../img/preload-spiner.webp);
  background-position: center;
  background-repeat: no-repeat;
}

.owl-item.active .owl-lazy {
  opacity: 1 !important;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: inherit !important;
}

.block-promo .promo-code-button.cancel-promo {
  color: inherit;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type=submit] .search:hover,
.top-menu .sub-menu a:hover {
  color: #174DFF;
}

.hide {
  opacity: 0;
}

#search_widget {
  overflow: hidden;
}

.owl-prev:hover,
.owl-next:hover {
  color: #174DFF !important;
}

.owl-prev:focus,
.owl-next:focus {
  outline: none;
}

.language-selector {
  text-align: right;
}

.language-selector.dropdown .expand-more,
.language-selector.dropdown:hover .expand-more {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.language-selector.dropdown span.expand-more {
  font-family: "Poppins";
  font-size: 0.8125rem;
}

.language-selector .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}
.language-selector .dropdown-menu .dropdown-item {
  font-size: 0.8125rem;
  color: #061440;
}
.language-selector .dropdown-menu .dropdown-item:hover {
  color: #174DFF;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #000412;
  font-weight: 700 !important;
}

.dropdown-menu,
.dropdown-item {
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.has-discount .discount {
  background-color: #ED1C3D;
}

.searchbar-autocomplete {
  position: fixed;
  top: 0;
  z-index: 999;
}

.view-more-button {
  border: 0px;
  color: #002659;
}

#wrapper .breadcrumb[data-depth="1"] {
  display: block !important;
}

.secondary-label {
  background-color: #333333;
  color: #fff;
  padding: 5px 15px;
  margin: 10px;
}

.grade span {
  color: #FF9A00;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.grade {
  height: 16px;
}

input:focus,
textarea:focus,
.form-control:focus,
.block-promo .promo-input:focus {
  outline: none !important;
  border: 1px solid #174DFF !important;
}

textarea,
input,
.form-control,
.form-control-select {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 162%;
  color: #4D4E4F;
  background-color: #FFFFFF;
}

.bootstrap-touchspin .btn-touchspin i:hover {
  color: #174DFF !important;
}

img {
  outline: none !important;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #174DFF !important;
}

.breadcrumb a:hover {
  color: #174DFF !important;
}

.btn-secondary {
  background-color: rgba(0, 38, 89, 0.0509803922);
  color: #002659;
  text-transform: none !important;
  font-family: Saira;
}

.btn-primary {
  background-color: #002659;
  color: #fff;
  text-transform: none;
  font-family: "Saira";
  font-weight: 500;
  line-height: 125%;
  font-size: 1rem;
}

.btn-primary:hover,
.btn-primary.out-of-stock:hover {
  background-color: #174DFF !important;
  text-transform: none !important;
  color: #fff !important;
}

.menu-item:hover {
  color: #174DFF !important;
}

.d-flex {
  display: flex;
}

#header .top-menu a[data-depth="0"]:hover,
a:hover {
  color: #000412;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.font-weight-semibold {
  font-weight: 500;
}

a,
a:hover {
  color: #000412;
}

#search_widget .close {
  display: none;
}

#search_widget form i {
  right: 15px;
  height: calc(100% - 10px);
  color: #1C1B1F;
  align-items: center;
}
#search_widget form i.search {
  font-size: 28px;
  right: 14px;
  top: 0px;
}

.showInMenu form i.clear {
  right: 75px !important;
}

#search_widget form i.clear {
  right: 60px;
}

.showInMenu form i.search {
  border-left: 1px solid #ccc;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #d9d9d9;
}

.account-list a:hover,
.block_newsletter form button[type=submit] .search:hover,
.footer-container li a:hover {
  color: #000412;
}

.no-background {
  background: transparent !important;
}

.search-icon {
  cursor: pointer;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Saira", sans-serif;
}

.h1,
.h2,
.h3 {
  text-transform: none;
}

.text-center {
  text-align: center !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 100%;
  height: 5px;
  border-radius: 0px;
}

#wrapper {
  background: transparent;
}

#index #wrapper > .container {
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.product-discount .regular-price {
  font-size: 1.25rem;
  color: #808080;
  font-weight: 400;
  font-family: "Saira";
  line-height: 120%;
}

.modal-title {
  display: inline;
}

.product-price .current-price-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000412 !important;
  font-family: "Saira";
}
.product-price .current-price {
  font-weight: 400;
  color: #4D4E4F;
  font-size: 0.85rem;
  margin-bottom: 0;
}
.product-price .regular-price {
  font-weight: 400;
  font-size: 1rem !important;
  color: #000412 !important;
}

#add-to-cart-or-refresh .product-discount {
  margin-bottom: 7px;
  align-self: flex-end;
}

#add-to-cart-or-refresh .product-discount .regular-price {
  font-size: 1.25rem !important;
  color: #808080 !important;
  font-weight: 400;
  font-family: "Saira";
  line-height: 125%;
  margin-left: 0.625rem;
}

.new-products-block .product-miniature .variant-links a,
.specials-products-block .product-miniature .variant-links a,
.featured-products .product-miniature .variant-links a {
  padding: inherit !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.variant-links a.disabled {
  background-color: #F0F0F0 !important;
  border-color: #F0F0F0 !important;
  color: #808080;
  cursor: not-allowed;
}

#category .pagination,
#prices-drop .pagination,
#new-products .pagination,
#best-sales .pagination {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.all-product-link {
  font-weight: 500 !important;
  color: #002659 !important;
  margin: 0 auto;
  display: table;
  cursor: pointer;
  background: rgba(0, 38, 89, 0.0509803922);
  float: none !important;
  padding: 12px 32px;
  font-size: 1rem;
  margin-top: 2rem !important;
  margin-bottom: 3rem !important;
  font-family: Saira;
}
.all-product-link:hover {
  background-color: rgba(0, 38, 89, 0.1019607843);
}

.owl-nav {
  position: absolute;
  top: 50%;
  font-size: 3rem;
  width: 100%;
}
.owl-nav button.owl-prev {
  left: -15px !important;
  position: absolute !important;
}
.owl-nav button.owl-next {
  right: -15px !important;
  position: absolute !important;
}

.new-products-block {
  background-color: #061440;
  color: #fff;
}
.new-products-block .products-section-title {
  color: #fff;
}
.new-products-block .all-product-link {
  color: #fff !important;
}
.new-products-block .swiper-scrollbar {
  filter: invert(1);
}
.new-products-block > .container {
  position: relative;
}
.new-products-block .swiper-button-prev,
.new-products-block .swiper-button-next {
  color: #fff !important;
}
.new-products-block .swiper-button-prev {
  margin-left: -25px !important;
}
.new-products-block .swiper-button-next {
  margin-right: -40px;
}
@media (max-width: 1500px) {
  .new-products-block .swiper-button-prev,
  .new-products-block .swiper-button-next {
    display: none !important;
  }
}

.simpleblog__listing__post__wrapper {
  box-shadow: none;
  border: 1px solid #EEEFF1;
}
.simpleblog__listing__post__wrapper p[itemprop=description] {
  overflow: hidden;
}

.simpleblog__listing__post__wrapper__footer {
  background-color: transparent;
  padding: 0;
}

.product-information .products-section-title {
  font-size: 1rem;
}

.product-information .discount.discount-percentage {
  bottom: 10px;
  position: relative;
  margin-left: 0;
  margin-right: 0.625rem;
  font-family: Saira;
  font-size: 0.8125rem;
  line-height: 162%;
  font-weight: 700;
}
.product-information .tax-info-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 162%;
  color: #4D4E4F;
}

.product-flags li.product-flag {
  background-color: #F0F0F0;
  color: rgb(77, 78, 79);
  font-weight: 400 !important;
  text-transform: none !important;
  z-index: 999;
  line-height: 162%;
  font-size: 11px;
  padding: 4px 10px;
  font-family: "Saira";
  text-align: center;
  text-transform: uppercase !important;
  margin-top: 0;
}

.simpleblog__listing__post__wrapper__footer__block span,
.simpleblog__listing__post__wrapper__footer__block time {
  color: #808080;
  font-size: 14px;
  font-weight: 700;
}

.wishlist-button-add {
  box-shadow: none !important;
}

.wishlist-button-add i {
  color: rgb(6, 20, 64) !important;
}

.wishlist-button-add:hover i {
  color: #174DFF !important;
}

.box-outline {
  border: 1px solid #EEEFF1 !important;
  background-color: #fff;
}

.pagination .current a {
  color: #000412;
}

/**
end Core
**/
/**
start Mjaskproduct
**/
.mjaskproduct .accordion-header button {
  width: 100%;
  text-align: left;
  border: 0;
  background: #061440;
  color: #fff;
  font-weight: 600;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.15rem;
  border-radius: 5px;
}

.mjaskproduct .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 991px) {
  #mjaskproduct .modal-dialog {
    margin: 0;
  }
}
#mjaskproduct .btn.btn-secondary {
  font-family: "Saira";
}

.mjaskproduct .accordion-header button {
  width: 100%;
  text-align: left;
  border: 0;
  background: #061440;
  color: #fff;
  font-weight: 600;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  border-radius: 5px;
}

.mjaskproduct .accordion-body {
  padding: 25px 15px 15px 15px;
}

#module-mjaskproduct-list .accordion-collapse {
  padding-left: 15px;
  padding-right: 15px;
}

.mjaskproduct .accordion-header button::after {
  content: "\f107";
  position: absolute;
  right: 35px;
  font-family: FontAwesome;
  color: #777e8f !important;
}

/**
end Mjaskproduct
**/
/**
start checkoout
**/
.custom-radio input[type=radio]:checked + span {
  background-color: #061440;
}

body#checkout section.checkout-step .address-item.selected {
  border-color: #061440;
}

.cart-grid-body .card-block h1,
body#checkout section.checkout-step h1.h3 {
  font-family: "Saira";
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: none;
}

body#checkout section.checkout-step h1.h3 span {
  font-family: "Poppins";
}

.product-line-grid-body > .product-line-info > .label {
  font-size: 1rem;
  line-height: 162%;
}

.product-line-grid-right .product-price {
  font-family: "Saira";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 125%;
}

.cart-grid-body a.label,
.cart-grid-right p.promo-code-button a.collapse-button,
body#checkout .cart-grid-body a,
body#checkout .cart-grid-right a,
body#checkout .step-edit {
  color: #061440 !important;
  text-decoration: none;
}

.cart-grid-body a.label:hover,
.cart-grid-right p.promo-code-button a.collapse-button:hover,
.cart-grid-right a.collapse-button.promo-code-button.cancel-promo:hover,
body#checkout .cart-grid-body a:hover,
body#checkout .cart-grid-right a:hover,
body#checkout .step-edit:hover {
  color: #174DFF !important;
}

body#checkout section.checkout-step .material-icons.rtl-no-flip.done {
  color: #061440;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
  background-color: #061440;
}

body#checkout section.checkout-step .address-item {
  background-color: #ffffff;
  border: 0;
}

body#checkout section.checkout-step .address-item.selected {
  border: 0;
}

body#checkout section.checkout-step .address {
  line-height: 125%;
  color: #4D4E4F;
}

body#cart .cart-container h1,
body#cart .cart-container h2,
body#cart .cart-container h3,
body#cart .cart-container h4,
body#cart .cart-container h5,
body#cart .cart-container h6,
body#cart .cart-container .h1,
body#cart .cart-container .h2,
body#cart .cart-container .h3,
body#cart .cart-container .h4,
body#cart .cart-container .h5,
body#cart .cart-container .h6,
body#checkout .cart-grid-body h1,
body#checkout .cart-grid-body h2,
body#checkout .cart-grid-body h3,
body#checkout .cart-grid-body h4,
body#checkout .cart-grid-body h5,
body#checkout .cart-grid-body h6,
body#checkout .cart-grid-body .h1,
body#checkout .cart-grid-body .h2,
body#checkout .cart-grid-body .h3,
body#checkout .cart-grid-body .h4,
body#checkout .cart-grid-body .h5,
body#checkout .cart-grid-body .h6 {
  color: #000412 !important;
}

body#checkout #delivery textarea,
body#checkout #gift_message textarea {
  border: 1px solid #CCCCCC;
}

.cart-summary-line .label {
  color: #4D4E4F;
}

body#checkout section.checkout-step .address-footer {
  text-align: left;
}

@media (max-width: 991px) {
  #checkout #search_widget {
    display: none;
  }
}
@media (min-width: 992px) {
  #checkout #search_widget {
    display: block;
  }
}
body#checkout #footer {
  padding: 0;
}

/**
start Koszyk
**/
.block-promo .promo-input + button {
  border: 2px solid transparent;
  margin-top: -1px;
}

#header .cart-preview .header {
  padding: 0 10px;
  border: 1px solid #EEEFF1 !important;
}
@media (min-width: 992px) {
  #header .cart-preview .header {
    align-items: center;
    display: flex;
    height: 100%;
  }
}

#header .cart-preview .header a {
  text-decoration: none !important;
}

@media (min-width: 992px) {
  #header .cart-preview .header.active {
    background: #edf3fa;
    color: #000412 !important;
    background: #FEE4E8;
    border-color: #DA1A35 !important;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
#header .blockcart__body {
  text-transform: none !important;
  width: 35rem;
  right: 0;
  font-size: 0.75rem;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 20px rgba(2, 31, 64, 0.2);
  box-shadow: 0 5px 20px rgba(2, 31, 64, 0.2);
  padding: 0;
  left: auto;
  margin-right: -10px;
  margin-top: 15px;
}

ul.blockcart__items {
  max-height: 300px;
  overflow: auto;
  margin-bottom: 0;
}

#header .blockcart__body .blockcart__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: transparent;
  border-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 0.8125rem 1.875rem;
  border-bottom: 1px solid #EEEFF1;
}

#header .blockcart__body .blockcart__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  white-space: nowrap;
  text-align: left;
  color: #061440;
  white-space: nowrap;
  font-family: Saira, sans-serif;
  text-transform: uppercase;
}

#header .blockcart__body .cart-total {
  font-weight: 700;
}

#header .blockcart__body .price_content.blockcart__prices {
  font-weight: 400;
}

#header .blockcart__item__inner-content .product-price {
  font-size: 14px;
  font-weight: 700;
}

#header .blockcart__item__inner-content span.blockcart__item__product-name {
  font-weight: 600;
  font-family: "Poppins";
  font-size: 13px;
  line-height: 162%;
  color: #061440;
}

#header .blockcart__item__attributes {
  margin-top: 8px !important;
}
#header .blockcart__item__attributes li {
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  color: #000412;
  font-family: "Poppins";
}
#header .blockcart__item__attributes li b {
  font-weight: 400;
}

#header .img_content.blockcart__item__image img {
  max-width: 100%;
}

#header .blockcart__item__inner-content .blockcart__items {
  margin-bottom: 0;
}

#header .blockcart__body .alert {
  font-family: "Saira";
}

#header .blockcart__item__content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

#header .blockcart__item__inner-content {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
#header .blockcart__item__inner-content .blockcart__item__remove-from-cart {
  display: flex;
}
#header .blockcart__item__inner-content .blockcart__item__product-quantity {
  width: 60px;
}
#header .blockcart__item__inner-content .product-price {
  width: 80px;
}

#header .blockcart__item__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 6.25rem;
  border: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header .blockcart__body .blockcart__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: -webkit-calc(1.875rem / 2) 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #ECECEC !important;
  margin: 0 25px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 25px !important;
  gap: 10px;
}

#header .blockcart__body .blockcart__footer {
  background: #EEEFF1;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 1.25rem 1.875rem 1.875rem;
}

#header .blockcart__checkout a {
  width: 100%;
  font-weight: 500;
  font-family: "Saira";
}

#header .blockcart__checkout .btn-primary {
  color: #fff !important;
}

#header .blockcart__checkout .btn-secondary {
  color: #002659;
}

.cart-subtotals {
  display: flex;
  flex-flow: column;
}
.cart-subtotals .price_inline {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}

.cart-total.price_inline {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}

#header .cart-total.price_inline .value {
  font-weight: 700 !important;
  font-size: 20px !important;
  font-family: "Saira";
}

#header .blockcart__body .desktopcart-additionalinfo {
  list-style-type: decimal;
  padding-left: 12px;
  color: #4D4E4F;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 12px;
  line-height: 162%;
  margin-bottom: 0;
}
#header .blockcart__body .desktopcart-additionalinfo .info {
  margin-bottom: 0;
  color: #4D4E4F;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 12px;
  line-height: 162%;
}

#header .blockcart__body .cart-subtotals .value {
  font-family: "Saira";
  font-size: 14px;
  color: #000412;
}

/**
end koszyk
**/
/**
start Menu
**/
.left_arrow_menu {
  color: #000412;
  position: relative;
  font-family: "Saira";
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  line-height: 125%;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
.left_arrow_menu .material-symbols-outlined {
  margin-right: 1rem;
}

#search_filters {
  padding-top: 0;
}
@media (min-width: 776px) {
  #search_filters .facet {
    padding-bottom: 24px;
    padding-top: 0;
  }
}
#search_filters .facet .title {
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
  margin-bottom: 16px;
}
#search_filters .facet .title .facet-title {
  margin-bottom: 0;
}
#search_filters .facet .title .navbar-toggler.desktop {
  width: auto;
  height: auto;
  padding: 0;
}
#search_filters .facet .title .navbar-toggler.desktop .material-icons {
  transition: all 0.2s;
}
#search_filters .facet .title[aria-expanded=true] .navbar-toggler.desktop .material-icons {
  transform: rotate(180deg);
}
#search_filters .facet ul {
  margin-bottom: 0;
}
#search_filters .facet .mjfacetcolor li:not(.radio) {
  padding: 8px 0;
}
#search_filters .facet .mjfacetcolor li:not(.radio) .facet-label {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
#search_filters .facet .mjfacetcolor li:not(.radio) .facet-label .custom-checkbox {
  top: auto;
  display: flex;
  align-items: center;
}
#search_filters .facet .mjfacetcolor li:not(.radio) .facet-label .custom-checkbox .ps-shown-by-js {
  border: solid 2px #CCCCCC;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
}
#search_filters .facet .mjfacetcolor li:not(.radio) .facet-label .custom-checkbox:hover .ps-shown-by-js {
  border-color: #174DFF;
}
#search_filters .facet .mjfacetcolor li:not(.radio) .facet-label .custom-checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 0;
}
#search_filters .facet .mjfacetcolor li:not(.radio) .facet-label .custom-checkbox input:checked + span {
  background-color: #000;
  border: solid 2px #000;
}
#search_filters .facet .mjfacetcolor li:not(.radio) .facet-label .custom-checkbox input:checked + span .checkbox-checked {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
#search_filters .facet .mjfacetcolor li:not(.radio) .facet-label .search-link {
  margin-top: 0;
  display: flex;
  gap: 6px;
  align-items: center;
}
#search_filters .facet .mjfacetcolor li:not(.radio) .facet-label .search-link .color-texture-bg {
  margin: 0;
  top: auto;
}
#search_filters .facet .mjfacetcolor li:not(.radio) .facet-label .search-link .filter-label {
  text-overflow: ellipsis;
  max-width: 80%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .left_arrow_menu_mobile {
    color: #000412;
    font-family: "Saira";
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 125%;
    display: flex !important;
    align-items: center;
    letter-spacing: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 11.5px;
    padding-left: 10px;
  }
  #search_widget form i {
    padding-right: 22px;
  }
  #search_widget form i.clear {
    right: 52px !important;
    opacity: 1;
    gap: 10px;
    border-right-width: 1px;
  }
  #search_filters .facet .collapse,
  #search_filters_brands .facet .collapse,
  #search_filters_suppliers .facet .collapse {
    display: none;
  }
  #search_filters .facet .facet-label a {
    font-family: "Poppins";
    font-size: 0.9rem;
    color: #000412;
    opacity: 1;
  }
  #search_filters .facet .title {
    margin-right: 16px;
    margin-bottom: 0;
  }
  #search_filters .facet .facet-label {
    margin-left: 16px !important;
  }
  .block-contact #contact-infos {
    color: rgb(255, 255, 255);
  }
  #search_widget i.search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: unset;
  }
  #search_widget form input {
    padding: 10px 20px 10px 40px !important;
  }
  .menu-parent-item.category-item[data-depth="2"] > .menu-item {
    font-size: 20px;
    font-weight: 700;
    font-family: "Saira";
    color: #000412 !important;
    line-height: 125%;
    padding: 15px 0;
    height: 56px;
  }
  ul#menu-main-menu > li a {
    font-family: "Saira";
    font-weight: 500;
    color: #000412;
    font-size: 16px;
  }
  #header .logo {
    max-width: unset !important;
    height: unset !important;
  }
}
.sidebar ul .sub-menu.show a {
  font-weight: 400;
  color: #4D4E4F !important;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 175%;
  letter-spacing: 0%;
  height: 44px;
}

.sidebar ul .sub-menu.show a.active {
  color: #174DFF !important;
}

.sidebar .search-icon > span {
  display: flex;
}

.sub-menu.submenu-container {
  width: 100%;
}
.sub-menu.submenu-container .sub-menu {
  width: 100%;
  float: left;
  line-height: 32px;
}
.sub-menu.submenu-container .mjmenu-right-box {
  width: 25%;
  margin: -25px 0;
}

.mjmenu-desktop {
  position: relative;
  padding: 0;
}

.mjmenu-desktop > div {
  display: inline-block;
}

.mjmenu-desktop div[data-depth="1"] > a {
  display: none;
}

.mjmenu-desktop .menu-parent-item.category-item[data-depth="2"] {
  float: left;
}

.mjmenu-desktop .menu-parent-item.category-item[data-depth="1"] {
  width: 75%;
  float: left;
}

.mjmenu-desktop .sub-menu.submenu-container .menu-parent-item.category-item[data-depth="3"] > a {
  font-family: "Poppins";
  line-height: 162%;
  font-weight: 400;
  color: #000412 !important;
}

.mjmenu-desktop .sub-menu.submenu-container .menu-parent-item.category-item[data-depth="2"] > a {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 15px;
  display: block;
  font-family: "Saira";
  font-size: 1.125rem;
  line-height: 125%;
  font-weight: 700;
  color: #000412 !important;
}

.mjmenu-desktop .sub-menu.submenu-container .menu-parent-item.category-item a:hover {
  color: #174DFF !important;
}

.mjmenu-all-products {
  width: 97%;
  float: left;
  clear: both;
  display: block !important;
  padding: 29px 25px;
  font-weight: 700;
  font-family: "Saira";
  font-size: 1.125rem;
  line-height: 125%;
  color: #002659;
  background-color: rgba(0, 38, 89, 0.0509803922);
  position: relative;
}
.mjmenu-all-products span {
  color: #002659;
}
.mjmenu-all-products span:hover,
.mjmenu-all-products span:hover span {
  color: #174DFF;
}
.mjmenu-all-products .material-symbols-outlined {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.mjmenu-desktop > div > .sub-menu {
  position: absolute;
  margin-top: 5px !important;
  display: none;
}

.mjmenu-desktop > .link {
  border-bottom: 3px solid transparent;
  padding: 2px 10px;
}

.mjmenu-desktop > .link:hover,
.mjmenu-desktop > .link.active {
  border-bottom: 3px solid #061440;
}

.mjmenu-desktop .mjmenu-right-box a {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.mjmenu-desktop .mjmenu-right-box a:hover {
  transform: scale(1.05);
}

.mjmenu-desktop .mjmenu-right-box {
  transition: all 0.3s ease-in-out;
  float: left;
  right: -25px;
  position: relative;
  overflow: hidden;
  top: 0;
  background: #eee;
  padding: 25px;
  text-align: center;
  min-height: 480px;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.mjmenu-desktop .mjmenu-right-box h3 {
  color: #000412;
  font-weight: 700;
  font-size: 28px;
}

.mjmenu-desktop > div > .sub-menu {
  width: calc(100% + 30px);
  background-color: #fff;
  left: 0;
  margin-top: 22px;
  padding: 25px;
}

.mjmenu-desktop > div:hover > .sub-menu {
  display: block;
}

.mjmenu-desktop li[data-depth="3"] > a {
  color: #4D4E4F !important;
  line-height: 28px !important;
}

.sidebar .mjmenu-all-products {
  display: none !important;
}

.sidebar .menu-parent-item {
  line-height: 60px;
  position: relative;
  font-size: 0.9rem;
  padding-left: 15px;
}

.sidebar .menu-parent-item .menu-item {
  color: #000412 !important;
}

ul.mjmenu-desktop {
  margin: 0;
  position: relative;
}

.mjmenu-desktop > li a {
  padding: 0.625rem;
}

#header .menu,
#header .menu > ul > li {
  position: relative;
}

.top-menu > li,
.mjmenu-desktop > div {
  padding: 10px;
  display: inline-block;
}

.top-menu a[data-depth="0"],
.mjmenu-desktop a[data-depth="0"],
.mjmenu-desktop span[data-depth="0"] {
  padding: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #061440 !important;
}

.mjmenu-desktop a[data-depth="0"],
.mjmenu-desktop span[data-depth="0"] {
  font-family: "Saira";
  font-size: 0.875rem;
  line-height: 162%;
  font-weight: 700;
  color: #061440;
}

#lnk-produkty::before,
#lnk-promocje::before,
#lnk-bestsellery::before {
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 18px;
  background-size: cover;
  content: " ";
  top: 47%;
  transform: translateY(-50%);
}

#lnk-produkty::before {
  background-image: url(../img/dehaze.svg);
}

#lnk-produkty {
  cursor: pointer;
}

#lnk-produkty a,
#lnk-bestsellery a,
#lnk-promocje a,
#lnk-produkty span {
  padding-left: 25px;
}

#lnk-bestsellery::before {
  background-image: url(../img/flame.png);
}
@media (max-width: 767px) {
  #lnk-bestsellery::before {
    background-image: url(../img/flame.png);
    width: 24px;
    height: 24px;
  }
}

#lnk-promocje::before {
  background-image: url(../img/percent.svg);
  background-size: auto;
  top: 50%;
}
@media (max-width: 767px) {
  #lnk-promocje::before {
    background-image: url(../img/percent.svg);
  }
}

#lnk-produkty {
  background: rgba(0, 38, 89, 0.0509803922);
}

/**
end Menu
**/
/**
start Header
**/
#header {
  transition: 0.2s all ease-in-out;
}

/*.header-nav #contact-link ul li:last-child {
    border-left: 1px solid;
    padding-left: 15px;
}*/
#header a:hover {
  color: #174DFF;
}

.header-top-bar {
  background-color: #F2F2F2;
  padding: 10px 0;
  color: #4D4E4F;
  font-weight: bold;
  text-align: center;
}

.header-nav {
  color: #fff;
  background-color: #061440;
}
.header-nav #contact-link ul {
  margin: 0;
  padding: 0;
}
.header-nav #contact-link ul li {
  display: inline-block;
  margin-right: 20px;
}
.header-nav #contact-link ul li a {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 162%;
}

.header-menu-top {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  #header .container,
  .header-container,
  .header-nav .container {
    max-width: 1775px !important;
  }
}
@media (min-width: 1775) {
  #header .container,
  .header-container,
  .header-nav .container {
    max-width: 1775px !important;
    width: 90% !important;
  }
}
@media only screen and (min-width: 768px) {
  #search_widget {
    /* float: none; */
    width: 100%;
    min-width: 100%;
  }
}
.inner-header-right div#search_widget {
  max-width: 60%;
  width: 60%;
  min-width: 60%;
}

div#_desktop_cart {
  min-width: 44px;
  background: #E9E9E9;
  border-radius: 0px;
  display: flex;
  align-items: center;
  color: #4D4E4F;
  position: relative;
}

#_desktop_user_info {
  width: 30%;
  text-align: right;
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: flex-end;
}

#header .cart-products-count {
  background: #C80021;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  width: 20px;
  font-size: 0.7rem;
  height: 20px;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20px;
}

.user-info {
  display: flex;
}
.user-info a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 44px;
  margin: 0 5px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-info a:focus {
  outline: none;
  text-decoration: none;
}

.top-menu li {
  display: inline-block;
}

.blockcart .cart_value {
  padding-left: 30px;
  color: #000412;
  white-space: nowrap;
}

.blockcart.cart-preview {
  font-weight: 700;
  position: relative;
}
@media (min-width: 992px) {
  .blockcart.cart-preview {
    border: 1px solid #EEEFF1;
  }
}
.blockcart.cart-preview {
  text-align: right;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.blockcart.cart-preview .shopping-cart {
  left: 5px;
  position: absolute;
}

#order-items table tr.total-value,
.bootstrap-touchspin .btn-touchspin:hover {
  background-color: transparent;
}

#_desktop_user_info {
  width: 22%;
  text-align: right;
}

#header {
  box-shadow: none;
}

#header a {
  color: #061440;
}

.header-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 6px 0;
}

.header-nav #_desktop_contact_link #contact-link,
.sitemap {
  margin-top: 0;
}

.header-nav {
  color: #fff;
  background-color: #061440;
}

#search_widget {
  border: 0px;
}

#search_widget input::placeholder {
  color: #4D4E4F;
  opacity: 1;
}

#search_widget form input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: transparent;
}

#search_widget form i {
  right: 15px;
  color: #061440;
  font-size: 18px;
}

#search_widget form input {
  padding: 10px 20px 10px 20px;
}

#search_widget {
  /*max-width: 100%; */
}

#search_widget form input {
  color: #4D4E4F;
  font-size: 0.875rem;
}

#search_widget form input::placeholder {
  color: #808080;
}

.inner-header-right {
  display: flex;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  justify-content: flex-end;
}

/**
start Product
**/
.thumbnail-container:hover .product-title a {
  text-decoration: underline;
}

.customer-name {
  font-family: "Saira";
  font-size: 18px;
  line-height: 162%;
  margin-top: 8px !important;
  margin-bottom: 8px;
}

.tabs .tab-pane {
  padding-top: 48px;
}
.tabs .tab-pane .product-description h1:nth-child(1),
.tabs .tab-pane .product-description h2:nth-child(1),
.tabs .tab-pane .product-description h3:nth-child(1),
.tabs .tab-pane .product-description h4:nth-child(1),
.tabs .tab-pane .product-description h5:nth-child(1),
.tabs .tab-pane .product-description h6:nth-child(1) {
  margin-top: 0;
}
.tabs .tab-pane .product-description ul {
  padding-left: 1.75rem;
  list-style-position: inside;
  list-style: disc;
}
.tabs .tab-pane .mjaksproduct-header h1,
.tabs .tab-pane .mjaksproduct-header button {
  margin-top: 0;
}
.tabs .tab-pane .mjaksproduct-header button {
  min-height: 44px;
  min-width: 197px;
}

.tab-content .product-features {
  margin-top: 0;
}

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 1px solid #232323;
}

.product-accessories {
  overflow: hidden;
}

#main_product_add_to_cart .product-add-to-cart .add .add-to-cart {
  width: 100%;
  height: 100%;
}
#main_product_add_to_cart .product-add-to-cart .add .btn-primary.add-to-cart {
  background-color: #002659;
}
#main_product_add_to_cart .product-quantity {
  display: flex;
  min-height: 50px;
}
#main_product_add_to_cart .product-quantity .product-add-to-cart .add {
  width: 100% !important;
}
#main_product_add_to_cart .product-quantity #quantity_wanted {
  height: 100%;
}

.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even),
.product-features > dl.data-sheet dd.value:nth-of-type(even),
.product-features > dl.data-sheet dt.name:nth-of-type(even) {
  background: transparent;
}

.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even),
.product-features > dl.data-sheet dd.value:nth-of-type(odd),
.product-features > dl.data-sheet dt.name:nth-of-type(odd) {
  background: #EEEFF1;
}

.product-footer-section #add-to-cart-or-refresh {
  margin-bottom: 0px;
}

.product-variants > .product-variants-item ul li {
  margin-right: 5px;
}
.product-variants > .product-variants-item ul li.disabled label input {
  cursor: not-allowed;
}
.product-variants > .product-variants-item ul li.disabled .radio-label {
  background-color: #F0F0F0 !important;
  border-color: #F0F0F0 !important;
  color: #808080 !important;
}

#product .product-variants-item .input-container .radio-label {
  font-weight: 400;
  font-size: 12px;
  font-family: "Poppins";
  min-width: 64px;
  text-align: center;
  padding: 4px 6px;
  color: #000412;
}

#product .product-variants-item .input-container .radio-label.checked {
  font-weight: 700;
}

.product-variants > .product-variants-item {
  margin-bottom: 0;
}

.product-accessories .products .js-product.hidden {
  display: none;
}

.product-accessories .products-section-title {
  margin: 0;
  font-size: 32px;
  line-height: 125%;
  font-family: "Saira";
  font-weight: 700 !important;
  margin-bottom: 24px;
}

.product-accessories .products .hidden-md-down.row {
  width: 100%;
}

.product-accessories article.product-miniature.js-product-miniature .thumbnail-container {
  margin: 0px !important;
}

.product-accessories article.product-miniature .product-description {
  margin: 0 15px;
}

.product-accessories #add-to-cart-or-refresh {
  display: none !important;
}

.product-accessories article.product-miniature.js-product-miniature .variants-container {
  display: none !important;
}

.product-accessories .product-title a {
  font-family: "Poppins";
  font-weight: 600;
  line-height: 162%;
  color: #061440;
  font-size: 1rem !important;
}

.product-cover .layer {
  background-color: rgba(0, 0, 0, 0);
}

button.btn.btn-text.font-weight-semibold.float-xs-right.btn-comment.post-product-comment {
  background: transparent;
}

div.x13pricehistory {
  margin-bottom: 0 !important;
}

.x13pricehistory > .x13pricehistory__text--default {
  margin: 0;
  color: #4D4E4F;
}

#product-comments-list-header .link-comment {
  cursor: pointer;
  color: #061440;
}

.product-description ul {
  margin-bottom: 0px;
}

#product .slider-down-blocks {
  margin-bottom: 5rem;
}

.blockreassurance_product .item-product img,
.blockreassurance_product .item-product svg {
  width: 24px;
  height: 24px;
}

.blockreassurance_product .item-product {
  width: 24px;
  height: 24px;
  padding-top: 0;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .scroll-box-arrows.scroll {
    display: none;
  }
  #search_filters .facet .facet-title {
    padding: 1rem !important;
  }
}
.product-variants-item .radio-label {
  border: 1px solid #ccc;
}

.blockreassurance_product .block-title {
  display: none !important;
}

.swiperProducts .js-product.product {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.product-miniature .product-flags li.product-flag {
  min-height: auto;
}

.product-quantity .input-group-btn-vertical .btn i {
  top: 50%;
  font-size: 1rem;
  transform: translateY(-50%);
}

#product-comments-list-header {
  padding-left: 0;
  padding-right: 0;
  display: block !important;
  position: relative;
}
@media (min-width: 992px) {
  #product-comments-list-header .col-lg-4 {
    text-align: right;
  }
  #product-comments-list-header {
    /*        .products-section-title {
        margin-left: -15px;
    }*/
  }
}

#product-comments-list-header .swiper-button-next svg path,
#product-comments-list-header .swiper-button-prev svg path {
  fill: #061440;
}

#product-comments-list-header .swiper-button-next:hover svg path,
#product-comments-list-header .swiper-button-prev:hover svg path {
  fill: #174def;
}

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

.mjgroupsimillarproduct .product-miniature .variant-links {
  display: none !important;
}

.wishlist-add-to-new.text-primary {
  color: #000412 !important;
}
.wishlist-add-to-new.text-primary i {
  color: #000412 !important;
}

#mjaskproduct .modal-footer-bottom .h1 {
  text-transform: uppercase;
  font-size: 1rem;
  color: #000412;
}

.slider-down-blocks.product-comments h5 {
  color: #808080;
}
.slider-down-blocks.product-comments .verified_comment {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.slider-down-blocks.product-comments .comment-header {
  display: flex;
  width: 100%;
  flex-flow: row;
}
.slider-down-blocks.product-comments .comment-header .grade {
  width: 75%;
}
.slider-down-blocks.product-comments .comment-header .verified {
  width: 25%;
  justify-content: flex-end;
  display: flex;
}

.verified_comment {
  float: right;
}

.swiperComment .swiper-slide {
  display: flex;
  /* wyrównanie zawartości */
  align-items: center;
  justify-content: center;
  height: 100%;
  /* wymusza pełną wysokość */
  box-sizing: border-box;
}

.swiperComment {
  height: 208px;
  width: 100%;
  padding-top: 1px;
}
.swiperComment .box-outline h5 {
  color: #808080;
  font-weight: bold;
  font-size: 14px;
  font-family: "Poppins";
  line-height: 162%;
  margin: 10px 0;
}
.swiperComment .box-outline {
  overflow: auto;
}

.swiperComment .swiper-slide .box-outline {
  height: 100%;
  width: 100% !important;
  color: #4D4E4F;
  font-size: 14px;
  line-height: 162%;
  font-weight: 400;
}

#product-availability {
  font-weight: 500 !important;
}

.product-availability {
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

#product-availability {
  padding-left: 15px;
}
#product-availability .product-unavailable::before,
#product-availability .product-available::before {
  width: 8px;
  height: 8px;
}

span.product-available:before {
  content: " ";
  background: #4CAF50;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}

span.product-unavailable:before {
  content: " ";
  background: #ED1C3D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}

.mjgroupsimillarproduct .product-price-and-shipping .product-flags {
  display: none !important;
}

.product-payment-methods .h3,
.product-shipping-methods .h3 {
  color: #000412;
  text-transform: uppercase !important;
  font-size: 1rem;
  font-weight: 700 !important;
  margin: 15px 0 !important;
  display: block;
  line-height: 125%;
}
.product-payment-methods .payments-footer-list,
.product-payment-methods .shipping-footer-list,
.product-shipping-methods .payments-footer-list,
.product-shipping-methods .shipping-footer-list {
  border-top: 1px solid #EEEFF1;
  display: block !important;
}

@media (max-width: 991px) {
  .product-shipping-methods {
    padding-top: 1rem;
    margin-top: 0 !important;
  }
}

.custom-checkbox input[type=checkbox] + span.color.active,
.custom-checkbox input[type=checkbox] + span.color:hover,
.variant-links .color.active,
.variant-links .color:hover,
label .color.active,
label .color:hover {
  border-color: #174DFF;
}

.product-image-container {
  position: relative;
}

.blockreassurance_product > div > p {
  margin: 0;
  font-size: 14px;
  line-height: 162%;
  color: #000412 !important;
}

.wishlist-button-product {
  margin-left: 1.25rem;
  width: 56px !important;
  height: 56px !important;
  top: 15px;
  right: 15px;
}

.product-cover .layer .zoom-in {
  background: #fff;
  color: #000;
  opacity: 1;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  font-size: 1.5rem;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-cover .layer .zoom-in:hover {
  color: #174DFF;
}

.js-qv-mask mask img {
  max-width: 100% !important;
}

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border-width: 1px;
}

#product-modal .modal-dialog {
  max-width: 100%;
  margin: auto;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.blockreassurance_product > div {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

#product-modal .modal-content .modal-body .image-caption {
  display: none !important;
}

.modal-footer-bottom {
  text-align: center;
  background: #EEEFF1;
}

.js-product-container > .col-lg-5 {
  position: sticky;
  top: 150px;
}

.faq-item-header .date-add {
  font-size: 14px;
  line-height: 162%;
  color: #808080;
  font-weight: bold;
  font-family: "Poppins";
}

.mjaksproduct-header .col-lg-8 > *,
.mjaksproduct-header .col-lg-4 > * {
  margin: 25px 0;
}

.blockreassurance_product {
  max-width: 320px;
}

.modal-footer-bottom .faq-item.answer {
  display: none;
}

.faq-item.answer {
  border-color: #cccccc !important;
}

.modal-footer-bottom {
  padding: 25px 0;
}

.faq-item {
  text-align: left;
  background-color: #fff;
  border: 1px solid #EEEFF1;
  width: 100%;
  padding: 25px;
  margin: 25px 0;
}
.faq-item .faq-item-inner {
  position: relative;
}
.faq-item .faq-item-inner .verified {
  position: absolute;
  top: 5px;
  right: 10px;
}

.mjgroupsimillarproduct .products {
  margin: 0 -15px;
}

#product-modal .modal-content .modal-body {
  margin-left: 0;
}

.product-cover .layer {
  opacity: 1;
}

.js-images-container {
  display: block;
}
.js-images-container .js-qv-mask mask {
  width: 100% !important;
}

.modal-body {
  background: #fff !important;
}
.modal-body figure {
  width: 100% !important;
}

.product-footer-section {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
}
.product-footer-section #product-availability {
  display: none !important;
}
.product-footer-section .current-price {
  display: flex;
  align-items: center;
}

.mjgroupsimillarproduct .product-quantity {
  display: none !important;
}

.product-price {
  width: 100%;
}

.tabs .nav-tabs .nav-item {
  min-width: auto;
  text-align: center;
  width: 100%;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  margin-right: 0;
  margin-bottom: 0;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  background-color: transparent;
}

.data-sheet > .value:nth-child(0) {
  background: red !important;
}

.data-sheet > .name:nth-child(2n) {
  background: #fff !important;
}

dl.data-sheet p span,
dl.data-sheet a {
  font-size: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
  background: transparent !important;
  text-transform: none;
}

.data-sheet dd.value {
  color: #4D4E4F;
  line-height: 162%;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 400 !important;
}

.data-sheet dt.name {
  font-family: "Saira";
  line-height: 162%;
  color: #000412;
  font-weight: 700 !important;
}

.product-actions .control-label {
  text-transform: uppercase;
  font-weight: 700;
  font-family: Saira;
  font-size: 1rem;
  color: #000412;
}

.wishlist-button-add {
  position: absolute;
  right: 15px;
  z-index: 98;
}

.product-add-to-cart {
  width: 100%;
}
.product-add-to-cart .add {
  width: 100% !important;
}
.product-add-to-cart .add .add-to-cart {
  width: 100%;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
  background-color: #fff;
}

.product-flags li.product-flag.discount {
  background-color: #ED1C3D;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  line-height: 162%;
  min-width: auto;
}

#product-availability {
  margin: 0 0 1rem;
  display: block;
  min-height: 16px;
  font-size: 12px;
  font-weight: 600 !important;
  color: #4D4E4F;
}

.product-comments-additional-info {
  justify-content: flex-start;
}
.product-comments-additional-info .additional-links {
  font-family: Poppins;
  font-weight: 400;
  font-size: 0.875rem;
  color: #808080;
  line-height: 162%;
}
.product-comments-additional-info .additional-links a {
  color: #061440;
}

.comment-buttons {
  display: none !important;
}

.product-price-and-shipping span {
  color: #000412 !important;
}

.btn-comment {
  font-family: "Saira";
  font-size: 1rem;
}

.product-comment-list-item {
  border: 1px solid #D9D9D9;
}

.product-description h3 {
  font-size: 32px;
  font-family: "Saira";
  color: #000412;
  line-height: 125%;
  margin: 16px 0;
}

.product-description img {
  margin: 16px 0;
}

a.nav-link {
  text-transform: uppercase;
  font-weight: 600 !important;
  color: #000412 !important;
  font-family: "Saira";
}

#product #content {
  max-width: 100%;
}

#product-modal .modal-content .modal-body .product-images img:hover {
  border-color: #000412;
}

#product-modal .modal-content .modal-body .mask.nomargin {
  display: none !important;
}

#product-modal .close {
  position: absolute;
  right: 0;
  background: #000;
  opacity: 1;
  color: #fff;
  font-weight: 200;
  width: 50px;
  height: 50px;
  top: 0;
}

.images-container + .scroll-box-arrows {
  position: relative;
  width: 100px;
}

.product-cover {
  width: 100%;
}

#main .images-container .js-qv-mask.scroll {
  width: 98px;
  margin: 0 auto;
  white-space: normal;
  max-height: 650px;
  padding-top: 25px;
  overflow: hidden;
  z-index: 9;
  position: relative;
}

.product-title {
  font-family: Saira;
  font-size: 2rem;
  line-height: 125%;
  color: #000412;
}

.tabs {
  padding: 1.25rem 0;
}

.product-prices .tax-shipping-delivery-label {
  display: none !important;
}

.comment-date {
  font-weight: 600;
}

.btn-comment,
.btn-comment-inverse {
  /* background-color:inherit !important;
  color:inherit !important;
  font-size: 14px; */
  box-shadow: none !important;
}

.tabs .nav-tabs {
  display: flex;
  align-content: space-between;
  width: 100%;
  justify-content: space-between;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-bottom: #061440 3px solid;
}

.tabs .nav-tabs .nav-link.active {
  color: #061440;
}

.tabs .nav-tabs .nav-link {
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 16px !important;
  font-family: "Saira";
  color: #061440 !important;
}

.product-price {
  color: #000412;
  font-weight: 700;
}
.product-price .row,
.product-price .row .col-lg-12 {
  margin-bottom: 0;
}

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border: #000412 1px solid;
  max-width: 100%;
}

.product-footer-section {
  display: none;
}
.product-footer-section .d-flex {
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.product-footer-section .product-variants label,
.product-footer-section .product-variants ul {
  margin: 0;
  padding: 0;
}
.product-footer-section .product-variants span {
  margin: 0;
}
.product-footer-section .product-variants-item {
  margin: 0;
}
.product-footer-section .product-variants-item .control-label {
  display: none;
}
.product-footer-section .current-price {
  margin: 0;
  padding: 0;
}
.product-footer-section .product-price > .row,
.product-footer-section .product-price .col-lg-8 {
  margin: 0;
}
.product-footer-section .product-price .col-lg-4 {
  display: none;
}
.product-footer-section .product-prices {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  margin: 0;
  padding: 0;
}
.product-footer-section {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  z-index: 99;
}
.product-footer-section .tax-info-label {
  display: none !important;
}
.product-footer-section .product-title {
  font-size: 1.25rem;
}
.product-footer-section .control-label {
  font-weight: 700 !important;
}
.product-footer-section .add-to-cart {
  min-height: 52px;
  min-width: 200px;
  background-color: #002659;
}

#product .slider-down-blocks .box-outline {
  border: 0px !important;
}

/**
end Product
**/
/**
start blog
**/
.simpleblog__post {
  box-shadow: none;
}

.simpleblog__listing__post__wrapper__content h3 a {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #061440;
}

.simpleblog__listing__post__wrapper__content {
  padding: 0 1.25rem 1.563rem;
}

.simpleblog__listing__post__wrapper__content__footer a {
  font-family: Saira;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #002659;
}

.swiperBlog .swiper-slide {
  padding: 1px 0;
}

/**
end blog
**/
/**
start Listing
**/
.custom-checkbox.color {
  margin: 0;
}

.product-quantity #quantity_wanted {
  height: auto;
}

.product-miniature .variant-links {
  min-height: auto;
  display: flex;
  flex-flow: wrap;
  gap: 5px;
}

.product-miniature .product-description {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.product-miniature .product-quantity {
  justify-content: space-between;
}

.product-miniature .product-price-and-shipping .product-flags li {
  margin: 0;
  font-weight: 700 !important;
  font-family: "Saira";
  text-align: center;
}

article.product-miniature.js-product-miniature {
  border: 1px solid #EEEFF1 !important;
}

.product-miniature .thumbnail-container span.regular-price {
  font-family: "Saira";
  font-size: 1rem;
  line-height: 125%;
  font-weight: 400;
}

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
  display: none;
}

.mjgroupsimillarproduct .product-miniature .product-title {
  line-height: 0;
}

.mjgroupsimillarproduct .product-title a {
  font-size: 15px !important;
}

.mjgroupsimillarproduct .product-miniature .product-title {
  height: 75px;
  overflow: hidden;
}

.mjgroupsimillarproduct h2.products-section-title {
  font-size: 32px;
  color: #000412;
  font-weight: 700 !important;
  font-family: "Saira" !important;
  letter-spacing: 0 !important;
}

.mjgroupsimillarproduct article.product-miniature.js-product-miniature .thumbnail-container {
  margin: 0;
}

.mjgroupsimillarproduct .product-miniature .product-flags {
  display: none;
}

.mjgroupsimillarproduct .product-miniature .variants-container {
  display: none;
}

.mjgroupsimillarproduct .product_reference {
  font-size: 12px;
  line-height: 162%;
  color: #808080;
}

.mjgroupsimillarproduct .product-description {
  margin: 0 15px;
}

.product-price-and-shipping .price {
  font-family: "Saira";
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #000412 !important;
  line-height: 125%;
}

.product-miniature .product-title a {
  font-weight: 600 !important;
  font-family: "Poppins" !important;
  font-size: 16px;
  line-height: 162%;
}

.product-miniature .product-title:hover a {
  text-decoration: underline;
}

.facet li.hidden {
  display: none !important;
}

.product-flags {
  margin: 0 10px;
  width: calc(100% - 20px);
}

.products-sort-order button {
  width: auto !important;
  min-width: 150px !important;
  text-align: center;
}

.brands-sort .select-list,
.products-sort-order .select-list,
.suppliers-sort .select-list {
  padding: 0.25rem 1.25rem;
  color: #232323;
  font-size: 0.75rem;
  font-weight: 600;
}

.filter-value {
  font-weight: 600;
  font-size: 13px;
  line-height: 125%;
}

.active_filters .active-filter-title,
.products-selection .sort-by {
  color: #000412;
  font-size: 0.8rem !important;
  line-height: 125%;
  font-weight: 500;
}

#category-description {
  font-size: 1rem;
  line-height: 162%;
  margin: 16px 0 0 0;
}

.block-category h1 {
  font-size: 2.5rem;
  font-family: "Saira";
}

.color-texture-bg {
  margin-right: 8px;
  margin-left: 8px;
  display: inline-block;
  background-color: #f0f0f0;
  top: 3px;
  position: relative;
  background-size: cover;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.product-miniature .variant-links {
  top: 0;
}

.variant-links a {
  border: 1px solid #cccccc;
  display: inline-block;
  text-decoration: none !important;
  color: #000412;
  font-size: 12px;
  padding: 4px 10px;
  font-family: "Poppins";
  text-align: center !important;
  min-width: 64px;
  margin: 0;
}

.variant-links a.active,
#product .input-radio:checked + span {
  border: 1px solid #232323;
  background: #E9E9E9;
  font-weight: bold;
  font-size: 12px;
  font-family: "Poppins";
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
  overflow-y: hidden;
  overflow-x: hidden;
  min-height: 50px;
}

.filter-more,
.filter-less {
  display: block;
  margin: 10px 0;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 14px !important;
}

.filter-more.hidden,
.filter-less.hidden {
  display: none;
}

#search_filters li.radio.active {
  background-color: #E9E9E9;
  color: #000412;
  font-weight: 600;
  border-color: #E9E9E9;
}
#search_filters li.radio.active .magnitude {
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
  color: #333333;
}

#search_filters li.radio {
  padding: 7px 12px;
  display: inline-block;
  margin: 4px 0;
  border-radius: 25px;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 125%;
  font-weight: 400;
  transition: all 0.2s;
}
#search_filters li.radio:hover {
  border-color: #174DFF;
}
#search_filters li.radio:hover a {
  color: inherit;
}
#search_filters li.radio span.custom-radio {
  display: none;
}
@media (min-width: 776px) {
  #search_filters li.radio .facet-label {
    margin: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #search_filters li.radio .facet-label a {
    width: auto;
    text-overflow: initial;
    font-size: 13px;
    margin: 0;
    line-height: 1.1;
  }
  #search_filters li.radio .facet-label a:hover {
    color: inherit !important;
  }
}

#search_filters .custom-checkbox input[type=checkbox] + span.color,
#search_filters .variant-links .color,
#search_filters label .color {
  border: 0px !important;
}

.x13pricehistory__date,
.x13pricehistory__price {
  font-weight: 400 !important;
}

.x13pricehistory {
  font-family: "Poppins";
  font-size: 0.75rem;
  line-height: 162%;
  color: #4D4E4F;
}

.mjecolabel {
  position: relative;
  text-align: center;
  min-width: auto !important;
}

.mjecolabel img {
  background-color: transparent !important;
}

.mjbestsaleslabel {
  background-color: #333333 !important;
  color: #fff !important;
}

.sort-title {
  border-bottom: 1px solid #000;
  padding: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  vertical-align: bottom;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default;
}

.close-icon {
  cursor: pointer;
  font-size: 24px;
  width: 14px;
  height: 14px;
  opacity: 1;
  top: 21px;
  left: 324px;
}

.dropdown-menu a {
  text-transform: none;
}

a.select-list.current.js-search-link {
  display: block;
}

a.select-list.current.js-search-link:after {
  content: "\e5ca";
  font-family: "Material Icons";
  background: transparent;
  padding: 0 10px;
  right: 0;
  position: absolute;
  font-weight: bold;
}

.product-miniature .thumbnail-container .wishlist-button-add {
  display: none !important;
}

.view-more-button[disabled] {
  background-color: rgba(0, 38, 89, 0.1019607843);
  color: transparent !important;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.view-more-button[disabled]:after {
  content: " ";
  background-image: url(../img/progress_activity.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 991px) {
  .swiperProductsArrow .js-product {
    padding: 0;
  }
  .filter-more,
  .filter-less {
    margin: 10px 15px;
  }
  .footer-container .links .title {
    padding: 0.625rem 15px;
    padding-bottom: 0;
  }
  .footer-container {
    background: rgb(6, 20, 64) !important;
  }
  .block-contact #contact-infos {
    color: rgb(255, 255, 255);
  }
  .contact-footer-info-content a {
    color: rgb(255, 255, 255) !important;
  }
  .contact-footer-info-row h2 {
    color: rgb(168, 178, 224);
    angle: 0 deg;
    opacity: 1;
    border-top-width: 1px;
    padding-bottom: 18px;
  }
  .float-xs-right .collapse-icons .remove {
    color: rgb(255, 255, 255);
  }
  .float-xs-right .collapse-icons .add {
    color: rgb(255, 255, 255);
  }
  .footer-container .links ul > li {
    border-bottom: unset !important;
    angle: 0 deg;
    opacity: 1;
    border-top-width: 1px;
    padding-left: 16px;
  }
  .footer-container .links ul > li a {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 175%;
  }
  #content-wrapper {
    padding: 15px;
  }
  .total_count_listing {
    display: block;
  }
  #search_filter_controls {
    position: fixed;
    bottom: 0px !important;
    width: 100%;
    background: #fff;
    box-shadow: 0 -12px 25px rgba(0, 0, 0, 0.2);
    padding: 5px;
    z-index: 999;
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
  }
  #search_filter_controls .btn-secondary.ok {
    width: 100%;
    font-weight: 500;
    line-height: 125%;
    font-size: 1rem;
    width: 188px;
    height: 44px;
    opacity: 1;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
  }
  #search_filter_controls .btn-tertiary {
    width: 107px;
    height: 36px;
    opacity: 1;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #left-column #search_filter_controls #_mobile_search_filters_clear_all {
    background: transparent !important;
    border: 0;
  }
  #left-column #search_filter_controls .btn-secondary {
    border: 0;
    cursor: pointer;
  }
  #search_filter_controls {
    width: 100% !important;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 68px;
    opacity: 1;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
  }
  #sort_order_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
  }
  #sort_order_wrapper ul {
    line-height: 36px;
    padding-left: 16px;
    font-weight: 400;
    font-size: 14px;
  }
  #sort_order_wrapper #search_filter_controls {
    justify-content: space-around;
  }
  #sort_order_wrapper #search_filter_controls .btn {
    width: 100%;
  }
  #category #left-column #search_filters_wrapper {
    margin-left: unset !important;
    margin-right: unset !important;
  }
  #left-column #search_filters_wrapper {
    margin-left: unset !important;
    margin-right: unset !important;
  }
  #category #left-column #search_filters .facet ul li {
    padding: 0.5rem 1.25rem;
  }
  #search_filters .facet ul li.radio {
    border-top: 1px solid #CCCCCC !important;
  }
  .mobile-ui-facet {
    display: flex;
    align-items: center;
    background: #000;
    border-radius: 25px;
    position: fixed;
    bottom: 10px;
    z-index: 998;
    padding: 0px 25px;
    width: 85%;
    justify-content: center;
  }
  .mobile-ui-facet .btn-secondary:hover,
  .mobile-ui-facet .btn-tertiary:hover {
    background-color: transparent;
  }
  .mobile-ui-facet .product-sort-order {
    display: flex;
    color: #fff;
    width: 50%;
    justify-content: center;
    font-weight: 500;
    font-family: Saira;
    font-size: 16px;
  }
  .mobile-ui-facet .filter-button {
    border-left: 1px solid;
    width: 50%;
    background: transparent !important;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .mobile-ui-facet .filter-button #search_filter_toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-family: Saira;
    font-weight: 500;
    font-size: 16px;
  }
  .mobile-ui-facet .filter-button #search_filter_toggler:active {
    background: transparent;
  }
  .mobile-ui-facet .filter-button #search_filter_toggler:focus {
    outline: none;
  }
  #js-product-list-top {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sort-by-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    align-items: stretch;
  }
}
.sort-by-row {
  gap: 15px;
}

.facet .facet-label a:hover {
  color: #174DFF !important;
}

.sort-by-row button.btn-unstyle.select-title {
  border-radius: 25px;
  background: #E9E9E9;
  border: 1px solid #E9E9E9;
  color: #000412;
  font-weight: 600;
  font-size: 0.75rem !important;
  padding: 3px 8px;
  font-size: 12px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.total_count_listing {
  font-size: 1rem;
  color: #aca6b2;
  font-weight: 400;
  letter-spacing: 0;
}

.page-load-status {
  display: none;
  text-align: center;
}

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title {
  margin: 0;
}

#search_filters .facet .facet-title {
  text-transform: uppercase;
  font-family: "Saira";
  font-size: 1rem;
  font-weight: 700;
  color: #000412 !important;
  line-height: 100%;
}

#search_filters .facet .facet-label a {
  font-family: "Poppins";
  font-size: 0.9rem;
  color: #000412;
}
#search_filters .facet .facet-label a.disabled-filter {
  pointer-events: none;
  opacity: 0.3;
  cursor: not-allowed;
}
#search_filters .facet .facet-label a span.magnitude {
  color: #808080;
  font-size: 13px;
}

button.btn.btn-tertiary.js-search-filters-clear-all {
  background: transparent;
  color: #000;
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  padding-left: 0;
}
button.btn.btn-tertiary.js-search-filters-clear-all:hover {
  border: 1px solid transparent;
}

.total-products p {
  font-size: 1rem;
  color: #4D4E4F;
}

.active_filters {
  padding: 0;
  background-color: transparent;
}

.active_filters .filter-block {
  color: #000412;
  background: #E9E9E9;
  border: solid 1px #E9E9E9;
  border-radius: 100px;
  padding: 5px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.2s;
}
.active_filters .filter-block:hover {
  border-color: #174DFF;
}
.active_filters .filter-block .close {
  font-weight: 900;
  width: 24px;
  height: 20px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up,
button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
  border: 0px;
  background: transparent;
}

.product-quantity .add,
.product-quantity .qty {
  margin-bottom: 0;
}

.quantity_wanted,
#quantity_wanted,
.js-cart-line-product-quantity {
  text-align: center;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  content: "\e145";
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
  content: "\e15b";
}

.product-quantity .input-group-btn-vertical .btn {
  border: 0;
}

.qty > .bootstrap-touchspin {
  display: flex;
  padding-left: 15px;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
}

.swiper-slide button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
  left: -60px !important;
  margin-top: 0px;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
  top: 50%;
  transform: translateY(-50%);
}

button.btn.btn-primary.add-to-cart.out-of-stock {
  background: rgba(0, 38, 87, 0.5019607843);
  cursor: not-allowed;
}

.product-flags {
  flex-direction: row;
  gap: 4px;
  margin-top: 0.625rem;
}

.block-category {
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
  background: #000000;
}

.product-miniature .product-price-and-shipping {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  gap: 15px;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.product-miniature .product-price-and-shipping .product-flags {
  position: relative;
  margin: 0;
  padding: 0;
  top: 0;
  width: auto;
  left: 0;
}
.product-miniature .product-price-and-shipping .product-flags li {
  margin: 0;
}
.product-miniature .product-price-and-shipping .price {
  font-size: 24px;
  font-weight: 700;
}
.product-miniature .product-price-and-shipping span.regular-price {
  font-weight: 400;
  font-size: 1rem !important;
  color: #808080 !important;
  font-family: "Saira";
  line-height: 125%;
}

.product_reference {
  margin-top: 1rem;
  display: block;
  color: #4D4E4F;
  height: 20px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  line-height: 162%;
}

.product-miniature .product_reference {
  color: rgb(128, 128, 128) !important;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 162%;
}
.product-miniature .variants-link a {
  padding: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-miniature .highlighted-informations {
  position: relative;
}

.product-miniature .thumbnail-top {
  background-color: #D9D9D9;
}

.product-miniature .product-description * {
  text-align: left;
}

article.product-miniature.js-product-miniature {
  border: 1px solid #D9D9D9;
  margin: 15px 0;
  background-color: #fff;
}
article.product-miniature.js-product-miniature .variants-container {
  min-height: 70px;
  overflow: hidden;
}
article.product-miniature.js-product-miniature .thumbnail-container {
  width: 100%;
  margin-bottom: 0;
  margin: 0px;
}
article.product-miniature.js-product-miniature input#quantity_wanted {
  border: 1px solid #CCCCCC;
  padding: 0;
  width: 38px;
}
article.product-miniature.js-product-miniature button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
  left: -60px !important;
  margin-top: 0px;
}
article.product-miniature.js-product-miniature button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
  left: -4px !important;
}

.product-miniature .product-title a {
  color: #061440;
  font-size: 1rem;
  font-weight: 500;
}

.product-miniature .product-title {
  height: 52px;
  line-height: 0;
  overflow: hidden;
}

/**
end Listing
**/
/**
start Cart
**/
#blockcart-modal .product-name {
  color: #000412;
}

/**
end Cart
**/
/**
start cms
**/
@media (max-width: 991px) {
  .page-content.page-cms {
    padding: 0;
    word-wrap: break-word;
  }
}
/**
end cms
**/
/**
start search
**/
#search .pagination {
  display: none !important;
}

/**
end search
**/
/**
start Slider
**/
@media (max-width: 991px) {
  #carousel .caption {
    left: 0 !important;
    position: absolute !important;
  }
  .carousel .carousel-item .caption .display-1 {
    color: #fff !important;
  }
}
.homepage_slider .box {
  background-size: cover;
  background-position: center;
}

.carousel .carousel-item .caption {
  top: 28px;
  left: 32px;
  max-width: 401px;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  opacity: 1 !important;
  border-top-width: 1px !important;
}

.carousel .carousel-inner {
  height: 468px;
}

.carousel {
  margin-bottom: 0;
}

.carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
.carousel .carousel-item .caption .caption-description p,
.page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
  color: #000412;
}

.carousel .carousel-item .caption .display-1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-transform: none !important;
}

.slider-down-blocks {
  clear: both;
  margin-top: 3rem;
}
.slider-down-blocks .box-outline {
  border: unset !important;
  background-color: unset;
}
.slider-down-blocks .box-outline .d-flex {
  gap: 15px;
  align-items: flex-start;
}
.slider-down-blocks .box-outline .d-flex div {
  width: 260px;
  height: 83px;
  gap: 8px;
  angle: 0 deg;
  opacity: 1;
}
.slider-down-blocks .box-outline .d-flex h4 {
  font-family: Saira;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 162%;
  color: rgb(0, 4, 18);
  margin-bottom: unset;
}
.slider-down-blocks .box-outline .d-flex p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 162%;
  color: #4D4E4F;
  margin-bottom: 8px;
}
.slider-down-blocks .box-outline .d-flex a {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 162%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: rgb(6, 20, 64);
}

.homepage_slider > .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.homepage_slider > .row > * > * {
  background-color: #eee;
}

.slider-down-blocks {
  display: flex;
  padding-bottom: 5px;
  align-items: stretch;
}
.slider-down-blocks .col-lg-4 {
  display: grid;
}
.slider-down-blocks .col-lg-3 {
  display: grid;
}

.slider-down-blocks .owl-item .col-lg-12 > .box-outline {
  display: grid;
  width: 100%;
}

.slider-down-blocks .owl-item .col-lg-12,
.slider-down-blocks .owl-item,
.slider-down-blocks .owl-item .col-lg-12,
.slider-down-blocks .owl-stage {
  display: flex;
  width: 100%;
}

section.homepage_slider {
  margin: 0 -16px;
  min-height: 425px;
}
section.homepage_slider * {
  display: grid;
  margin: 0;
}
section.homepage_slider #carousel .carousel-item > a {
  height: 100%;
}
section.homepage_slider .caption-description p {
  color: #fff !important;
}

/**
end Slider
**/
/** 
start Footer
**/
.gdpr_consent a {
  text-decoration: underline;
  color: #4D4E4F;
}
.gdpr_consent .psgdpr_consent_message span {
  color: #4D4E4F;
}

.footer-container h2,
.footer-container h3,
.footer-container h4,
.footer-container .h2,
.footer-container .h3,
.footer-container .h4 {
  font-size: 1.15rem;
  line-height: 125%;
  font-family: "Saira", sans-serif;
}

.payments-footer-list div img,
.shipping-footer-list div img {
  margin-right: 10px;
}

#contact-infos h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 162%;
}

@media (max-width: 574px) {
  #blockEmailSubscription_displayFooterBefore form input[type=submit] {
    width: 100%;
  }
}
#blockEmailSubscription_displayFooterBefore .btn.btn-primary {
  background-color: #002659;
}
#blockEmailSubscription_displayFooterBefore input[type=email]::placeholder {
  color: #808080;
  opacity: 1;
}
@media (min-width: 992px) {
  #blockEmailSubscription_displayFooterBefore {
    min-height: 350px;
    align-items: center;
    display: flex;
  }
  #blockEmailSubscription_displayFooterBefore > .container > .row {
    align-items: center;
    display: flex;
  }
}

@media (max-width: 1768px) {
  .footer-bottom {
    padding-bottom: 4px;
  }
}
@media (min-width: 768px) {
  #product #footer {
    position: relative;
    bottom: 88px;
  }
}
.footer-bottom {
  background-color: #050F33;
  color: #061440;
}
.footer-bottom img {
  padding-left: 4px;
  padding-bottom: 2px;
  width: 50px;
  height: 12px;
}
.footer-bottom p {
  color: #fff;
}

.block_newsletter form input[type=email]:focus {
  border-color: #061440 !important;
}

@media (min-width: 992px) {
  .footer-container {
    background-color: #061440;
    color: #fff;
  }
  .footer-container .links .h4 {
    color: #fff;
  }
  .footer-container .links {
    color: #fff;
  }
  .footer-container a {
    color: #fff;
  }
  .footer-container h2,
  .footer-container h3,
  .footer-container h4,
  .footer-container .h2,
  .footer-container .h3,
  .footer-container .h4 {
    color: #A8B2E0;
  }
  .footer-container li a {
    color: #fff !important;
  }
}
#scrollToTop {
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(6, 20, 64, 0.1490196078);
  width: 44px;
  height: 44px;
  display: flex;
  color: #061440;
  position: fixed;
  right: 10px;
  cursor: pointer;
  bottom: 10px;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  z-index: 99;
}

#scrollToTop:hover {
  color: #174dff;
}

#product #scrollToTop {
  bottom: 100px;
}

.contact-footer-info-row {
  padding: 1rem;
}
.contact-footer-info-row h2 {
  font-size: 18px;
}
.contact-footer-info-row > div {
  align-items: center;
  display: flex;
}

.footer-container li a {
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  font-family: "Poppins";
  line-height: 196%;
}

.contact-footer-info-content {
  font-size: 14px;
}

.block-social li {
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.block-social ul li:hover {
  background-color: #D9D9D9;
}

.facebook {
  /*background-image: url(../img/fb.svg) !important;*/
  -webkit-mask: url(../img/fb.svg) no-repeat 50% 50%;
  background-color: white;
  mask-size: initial;
  mask: url(../img/fb.svg) no-repeat 50% 50%;
}

.twitter {
  /*background-image: url(../img/x.svg) !important;*/
  -webkit-mask: url(../img/x.svg) no-repeat 50% 50%;
  background-color: white;
  mask-size: initial;
  mask: url(../img/x.svg) no-repeat 50% 50%;
}

.youtube {
  /*background-image: url(../img/yt.svg) !important;*/
  -webkit-mask: url(../img/yt.svg) no-repeat 50% 50%;
  background-color: white;
  mask-size: initial;
  mask: url(../img/yt.svg) no-repeat 50% 50%;
}

.instagram {
  /*background-image: url(../img/instagram.svg) !important;*/
  -webkit-mask: url(../img/instagram.svg) no-repeat 50% 50%;
  background-color: white;
  mask-size: initial;
  mask: url(../img/instagram.svg) no-repeat 50% 50%;
}

.linkedin {
  /*background-image: url(../img/ln.svg) !important;*/
  -webkit-mask: url(../img/ln.svg) no-repeat 50% 50%;
  background-color: white;
  mask-size: initial;
  mask: url(../img/ln.svg) no-repeat 50% 50%;
}

.pinterest {
  /*background-image: url(../img/pin.svg) !important;*/
  -webkit-mask: url(../img/pin.svg) no-repeat 50% 50%;
  background-color: white;
  mask-size: initial;
  mask: url(../img/pin.svg) no-repeat 50% 50%;
}

.contact-footer-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact-footer-info-icon > div {
  position: relative;
  border-radius: 50%;
  content: " ";
  width: 50px;
  height: 50px;
  background-color: #e9e9e9;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-copy {
  display: flex;
  align-items: center;
}

.footer-copy p {
  font-size: 0.75rem;
  line-height: 162%;
  opacity: 1;
  gap: 8px;
}

.block-social ul li {
  border-radius: 50%;
  background: #D9D9D9;
}

.photos-inner {
  overflow: hidden;
  gap: 3px;
}
.photos-inner .box {
  background-size: cover;
  background-position: center;
  background-color: #eee;
  width: 225px;
  height: 225px;
}
.photos-inner .photo {
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-payment-methods {
  border-top: 1px solid #4D4E4F;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}
.footer-payment-methods .box {
  min-height: auto;
}

.payments-footer-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.payments-footer-list .box {
  background-color: #eee;
  margin: 0 5px;
  padding: 5px 15px;
}

/**
start Contact
**/
label[for=file-upload].btn {
  background: #b7b7b7;
  color: #232323 !important;
  text-transform: none !important;
}

/**
end Contact
**/
/**
start Home
**/
#index #wrapper .breadcrumb[data-depth="1"] {
  display: none !important;
}

#index #footer,
#index .block_newsletter {
  margin-top: 0 !important;
  padding-top: 0;
}

h1#ps_emailsubscription_modal_title {
  font-size: 32px;
  line-height: 125%;
  font-weight: 700;
  font-family: "Saira";
}

#ps_emailsubscription_modal .modal-body p {
  color: #4D4E4F;
  font-weight: 400;
  font-family: "Poppins";
  font-size: 1rem;
  line-height: 162%;
}

.owl-carousel-photo {
  max-width: 1920px;
}

.carousel .carousel-item img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

span.odliczanie {
  font-weight: 700;
  font-size: 1.5rem;
}

.mjcustomerphotos img {
  min-height: 220px;
  max-height: 220px;
}

#mjcustomerphotos_file_trigger {
  background: rgba(0, 38, 89, 0.0509803922);
  color: #061440;
  text-transform: none;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: "Saira";
  border: 1px solid #cccccc;
  border-right: 0;
}

#mjcustomerphotos_file_text {
  background: transparent;
  border-left: 0px !important;
}

.modal-body label {
  font-weight: 700;
  margin: 5px 0;
  font-size: 14px;
  color: #000412;
  line-height: 162%;
  font-family: "Saira";
}

.mjwhatfind .row {
  display: flex !important;
  align-items: stretch;
  flex-flow: wrap;
}
.mjwhatfind .row .col-lg-2 {
  display: grid;
}
.mjwhatfind a:focus {
  color: inherit;
  text-decoration: none;
}
.mjwhatfind {
  text-align: center;
}

.mjwhatfind .box,
.box {
  padding: 15px;
  min-height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mjwhatfind .box {
  background-color: #061440;
  border-radius: 50%;
  max-width: 172px;
  margin: auto;
  background-size: 100%;
  transition: 0.5s all ease-in-out;
}
.mjwhatfind .box:hover {
  background-color: #174DFF;
  text-decoration: underline;
}

.mjwhatfind {
  transition: 0.5s all ease-in-out;
}
.mjwhatfind a:hover {
  text-decoration: underline;
}
.mjwhatfind a:hover .box {
  background-color: #174DFF;
  text-decoration: underline;
}
.mjwhatfind h4 {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  font-family: Poppins;
  line-height: 162%;
}

.mjwhatfind a:hover .box {
  background-size: 115%;
}

.mjhomebanners {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mjhomebanners span.secondary-label {
  margin: 5px 0;
  padding: 3px 12px;
  display: table;
  font-family: "Saira";
  font-size: 11px;
  line-height: 162%;
  font-weight: 400;
  text-transform: uppercase;
}
.mjhomebanners h2 a {
  color: #fff;
}
.mjhomebanners h2 a:hover {
  text-decoration: underline;
}
.mjhomebanners h2 {
  line-height: 150%;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0px 0px 6px rgba(0, 4, 18, 0.6980392157);
}
.mjhomebanners .row [class*=col-lg-] .box {
  will-change: transform;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 300px;
  align-items: flex-end;
  margin: 15px 0;
}
.mjhomebanners .row [class*=col-lg-] .box:hover h2 {
  text-decoration: underline;
}
.mjhomebanners .row [class*=col-lg-] .box:hover .arrows .btn-primary {
  text-shadow: 0px 0px 6px rgba(0, 4, 18, 0.6980392157);
}
.mjhomebanners .row [class*=col-lg-] .box:hover .arrows .btn-primary:first-child {
  transform: translateX(0%);
}
.mjhomebanners .row [class*=col-lg-] .box:hover .arrows .btn-primary:last-child {
  transform: translateX(100%);
}
.mjhomebanners .row [class*=col-lg-] .box * {
  position: relative;
  z-index: 1;
}
.mjhomebanners .row [class*=col-lg-] .box::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 4, 18, 0) 0%, rgba(0, 4, 18, 0.7) 100%);
}
.mjhomebanners .h1,
.mjhomebanners .h2,
.mjhomebanners .h3 {
  color: #fff;
  font-family: "Saira";
}
.mjhomebanners .arrows {
  display: flex;
  overflow: hidden;
  width: 50px;
}
.mjhomebanners .arrows .btn-primary:first-child {
  transform: translateX(-100%);
}
.mjhomebanners .arrows .btn-primary:last-child {
  transform: translateX(-100%);
}
.mjhomebanners .btn {
  background-image: url(../img/arrow_back.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  transition-property: transform, fill;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.4, 1);
}
.mjhomebanners .btn:hover {
  background-color: transparent !important;
}

.specials-products-block {
  background-image: url(../img/sales_pattern_block.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  background-color: #061440;
  position: relative;
}
.specials-products-block .others-special-products .product-miniature .product-description {
  margin-bottom: 0;
}
.specials-products-block .others-special-products .product-miniature .x13pricehistory-product-list {
  margin-bottom: 0;
}
.specials-products-block > .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .specials-products-block .all-product-link {
    color: #fff !important;
  }
}
.specials-products-block .col-lg-4 .product .product-title a {
  font-size: 18px !important;
}
.specials-products-block .others-special-products .product-title a {
  font-size: 15px !important;
}
@media (max-width: 991px) {
  .specials-products-block .counter {
    margin-top: 50px !important;
  }
  .specials-products-block .swiper-scrollbar {
    filter: invert(1);
  }
}
.specials-products-block .odliczanie {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: baseline;
  margin-top: -25px !important;
}
.specials-products-block .timmer-container {
  display: flex;
  flex-flow: column;
  font-family: Saira;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  vertical-align: bottom;
}
.specials-products-block .timmer-container .value {
  background: rgba(255, 255, 255, 0.3);
  padding: 9px;
  min-width: 56px;
  min-height: 56px;
  border: 1px solid #cccccc;
  align-items: center;
  display: flex;
  justify-content: center;
}
.specials-products-block .timmer-container .label {
  font-weight: 400;
  text-align: center;
  margin: 2px 0;
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
}
.specials-products-block .col-lg-4 .product {
  width: 100% !important;
}
.specials-products-block .others-special-products .variants-container {
  display: none !important;
}
.specials-products-block .others-special-products form {
  display: none !important;
}
.specials-products-block .others-special-products .product-price-and-shipping .product-flags {
  display: none !important;
}
.specials-products-block .others-special-products .product-miniature .product-flags {
  display: none !important;
}
.specials-products-block {
  color: #fff;
}
.specials-products-block .products-section-title {
  color: #fff;
  display: flex;
  gap: 15px;
  align-content: center;
  flex-wrap: wrap;
}
.specials-products-block .all-product-link {
  color: #002659;
}
.specials-products-block .products .big-product {
  padding-left: 0;
  padding-right: 0;
}
.specials-products-block .products .big-product .product-description {
  padding: 16px;
  margin: 0;
  flex-direction: column;
  gap: 16px;
  display: flex;
}
.specials-products-block .products .big-product .product-description .product_reference {
  margin: 0;
}
.specials-products-block .products .big-product .product-description .product-title {
  height: auto;
  margin: 0;
}
.specials-products-block .products .big-product .product-description .variants-container {
  min-height: auto;
}
.specials-products-block .products .big-product .product-description .variants-container #product-availability {
  margin: 0;
  padding: 0;
}
.specials-products-block .products .big-product .product-description .product-special-div .product-price-and-shipping {
  margin-top: 0;
}
.specials-products-block .products .big-product .product-description .product-special-div .product-price-and-shipping .price {
  font-size: 40px !important;
}
.specials-products-block .products .big-product .product-description .product-special-div .x13pricehistory-product-list {
  margin-bottom: 0;
}
.specials-products-block .products .others-special-products {
  padding-left: 0;
  padding-right: 0;
}
.specials-products-block .products .others-special-products .product {
  padding-left: 12px;
  padding-right: 12px;
}
.specials-products-block .products .others-special-products .product .product-miniature {
  margin: 12px 0;
}
.specials-products-block .products .others-special-products .product .product-miniature .product-description {
  padding: 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.specials-products-block .products .others-special-products .product .product-miniature .product-description .product_reference {
  margin: 0;
  padding: 0;
}
.specials-products-block .products .others-special-products .product .product-miniature .product-description .product-title {
  height: auto;
  margin: 0;
  padding: 0;
}
.specials-products-block .products .others-special-products .product .product-miniature .product-description .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.specials-products-block .products .others-special-products .product .product-miniature .product-description .product-special-div .product-price-and-shipping {
  margin-top: 0;
}
.specials-products-block .products .others-special-products .product .product-miniature .product-description .product-special-div .product-price-and-shipping .regular-price {
  font-size: 16px;
}
.specials-products-block .products .others-special-products .product .product-miniature .product-description .product-special-div .product-price-and-shipping .price {
  font-size: 24px;
}
.specials-products-block::after {
  background: linear-gradient(0deg, #061440, rgba(255, 255, 255, 0));
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.block-reassurance-item {
  display: flex;
  text-align: left;
}

h2.products-section-title.text-center {
  text-align: center !important;
}

#custom-text {
  padding: 3.125rem 0;
  text-align: left;
  background: transparent;
}
@media (max-width: 767px) {
  #custom-text {
    padding: 0;
  }
}

.block_newsletter {
  background: #EEEFF1;
  max-width: 100% !important;
}

.block_newsletter .col-lg-6 p.hidden-md-down {
  max-width: 580px;
}
.block_newsletter .psgdpr_consent_message span {
  font-size: 12px;
}

#index .page-footer {
  margin-bottom: 0;
}

#block-reassurance img {
  width: 70px !important;
}
@media (max-width: 767px) {
  #block-reassurance > .row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 16px;
  }
  #block-reassurance > .row > .col-lg-3 {
    margin: 0;
    padding: 0;
  }
  #block-reassurance > .row > .col-lg-3 .block-reassurance-item .icon img {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 9px 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
  }
  #block-reassurance > .row > .col-lg-3 .block-reassurance-item h4 {
    color: #000412;
    font-size: 14px;
    font-weight: 700;
  }
  #block-reassurance > .row > .col-lg-3 .block-reassurance-item p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 162%;
  }
}

.block_newsletter form input[type=email] {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type {
  margin-left: 0;
}

section.ps_banner {
  background: rgba(217, 217, 217, 0.1019607843);
  text-align: center;
  padding: 3rem;
}

@media (max-width: 1199px) {
  #product-comments-list-header .swiper-button-next,
  #product-comments-list-header .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 1200px) {
  #product-comments-list-header .swiper-button-next,
  #product-comments-list-header .swiper-button-prev {
    display: flex;
    position: absolute;
    top: calc(50% + 15px);
    margin-top: 0;
    margin-bottom: 0;
    height: 32px;
  }
  #product-comments-list-header .swiper-button-next {
    margin-right: 0%;
  }
  #product-comments-list-header .swiper-button-prev {
    margin-left: 0%;
  }
  #product-comments-list-header .product-comments {
    display: flex;
    align-items: center;
  }
  #product-comments-list-header .swiperComment {
    padding: 0 27px;
  }
  #product-comments-list-header .swiper-slide .grade .material-icons {
    vertical-align: top;
  }
}
@media (min-width: 1600px) {
  #product-comments-list-header .swiper-button-next {
    margin-right: -70px;
    position: relative;
  }
  #product-comments-list-header .swiper-button-prev {
    margin-left: -70px;
    position: relative;
  }
}
/*@media(min-width:1900px) {
#product-comments-list-header .swiper-button-next {
    margin-right: 9%;
}
#product-comments-list-header .swiper-button-prev {
    margin-left: 9%;
}
}*/
/**
end Home
**/
/**
start Nagłówki
**/
.products-section-title {
  color: #000412;
  text-align: left !important;
  font-size: 32px;
  font-weight: 700 !important;
  text-transform: none !important;
  font-family: "Saira";
}
@media (max-width: 767px) {
  .products-section-title {
    font-size: 20px;
  }
}

.sort-filter {
  display: none;
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
  display: none;
}

#search_filters .facet .collapse.in,
#search_filters_brands .facet .collapse.in,
#search_filters_suppliers .facet .collapse.in {
  display: block;
}

/**
end Home
**/
/**
start RWD
**/
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
    width: auto;
  }
  .swiper-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .images-container + .scroll-box-arrows {
    position: absolute;
    width: 100px;
    top: 0;
    height: 100%;
  }
  .scroll-box-arrows i:nth-child(1) {
    top: 0;
    left: 25px;
    width: 100%;
    line-height: normal;
    height: 20px;
    text-align: center;
    transform: rotate(90deg);
  }
  .scroll-box-arrows i:nth-child(2) {
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    bottom: -20px;
  }
  .js-images-container {
    display: flex;
    flex-flow: row-reverse;
    gap: 15px;
  }
}
@media (max-width: 360px) {
  .swiper-slide button.btn.btn-primary.add-to-cart {
    padding: 0.5rem 6px;
  }
  .timmer-container .value {
    padding: 5px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    font-size: 1rem !important;
  }
  .timmer-container .label {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 480px) {
  span.odliczanie {
    font-size: 1.25rem;
  }
  .specials-products-block .odliczanie {
    gap: 5;
  }
}
@media (max-width: 767px) {
  #header .blockcart__body {
    max-width: 320px !important;
  }
  #header .blockcart__body .blockcart__items .blockcart__item .blockcart__item__content {
    flex-direction: column;
    gap: 0;
  }
  #header .blockcart__body .blockcart__items .blockcart__item .blockcart__item__content .blockcart_item_name .blockcart__item__product-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
  }
  #header .blockcart__body .blockcart__items .blockcart__item .blockcart__item__content .blockcart__item__inner-content {
    width: 100%;
    padding-bottom: 4px;
  }
  #header .blockcart__body .blockcart__items .blockcart__item .blockcart__item__content .blockcart__item__inner-content .product-price {
    font-size: 0.75rem;
  }
  #header .blockcart__body .blockcart__items .blockcart__item .blockcart__item__content .blockcart__item__inner-content .remove-from-cart .material-symbols-outlined {
    font-size: 20px;
  }
  .searchbar-autocomplete {
    max-width: 480px;
    left: 0 !important;
  }
  #category #left-column #search_filters .facet ul {
    margin-bottom: 0.5rem;
  }
  .sort-title {
    border-bottom: 1px solid #EEEFF1;
  }
  .magnitude {
    color: #808080;
    font-size: 14px;
  }
  #category #left-column #search_filters .facet .navbar-toggler {
    padding: 0.5rem 0.75rem !important;
  }
  a.select-list.current.js-search-link:after {
    color: #174DFF;
  }
  #category #left-column #search_filter_controls,
  .products-selection h1 {
    margin-bottom: unset !important;
  }
  .ui-autocomplete.searchbar-autocomplete.search-expanded-style {
    width: 100% !important;
    max-width: unset;
    border: none;
    top: 143px !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 16px;
    max-height: 60vh;
    overflow-y: auto;
    background: #fff;
    z-index: 999999 !important;
  }
  #search_widget.search-expanded form input {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  #search_widget .clear {
    cursor: pointer;
    position: absolute;
    top: 54.5%;
    transform: translateY(-50%);
    color: rgb(6, 20, 64);
    font-weight: 700 !important;
    display: none;
  }
  #category #left-column #search_filters .facet {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: unset !important;
  }
  #search_filters .facet,
  #search_filters_brands .facet,
  #search_filters_suppliers .facet {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: unset !important;
  }
  #search_filters {
    padding: 0;
    margin-bottom: 20px;
    border-top: 1px solid #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #search_filters .facet ul li {
    border-top: none !important;
    padding: 12px 0 !important;
  }
  #search_filters .facet ul li.radio {
    border: none !important;
    display: block;
    margin: 0;
    border-radius: 0;
  }
  #search_filters .facet ul li.radio.active {
    background-color: #fff !important;
  }
  #search_filters .facet:first-of-type {
    border-top: none;
  }
  #category #left-column #search_filters .facet:first-of-type {
    border-top: none;
  }
  #category #left-column #search_filters .facet ul li {
    padding: 1.25rem;
  }
  #category #left-column #search_filters {
    border-top: unset !important;
    padding-bottom: 80px;
  }
  #category #left-column #search_filters .facet .h6 {
    padding: 1rem !important;
  }
  #search_filters_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
  }
  #wrapper {
    padding-top: 80px !important;
  }
  #main .images-container .js-qv-mask.scroll {
    width: calc(100% - 60px);
    white-space: nowrap;
  }
  .images-container + .scroll-box-arrows {
    width: 100%;
  }
  #search_widget {
    position: absolute;
    top: 0px !important;
    left: 0;
    width: 100% !important;
    display: none;
    background: #fff;
  }
  #search_widget.search-expanded {
    position: absolute;
    top: 56px !important;
    left: 0;
    width: 100% !important;
    display: block;
    background: #fff;
  }
  .inner-header-right div#search_widget.search-expanded {
    max-width: 100% !important;
  }
  #search_widget.search-expanded .left_arrow_menu_mobile {
    display: none !important;
  }
  #search_widget.search-expanded form input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 162%;
    letter-spacing: 0%;
    width: 375;
    height: 44;
    angle: 0 deg;
    opacity: 1;
    top: 137px;
    padding-right: 16px;
    padding-left: 16px;
    gap: 16px;
    border-bottom-width: 1px;
  }
  #search_widget.search-expanded form i {
    right: 25px;
    color: #061440;
    width: 24px;
    angle: 0 deg;
    opacity: 1;
  }
  .ui-autocomplete.searchbar-autocomplete.search-expanded-style .search-button-item {
    display: none !important;
  }
  #search_widget.search-expanded form i.clear {
    right: 45px !important;
  }
  #content-wrapper {
    padding-top: 50px;
  }
  section.homepage_slider {
    padding-top: 20px;
  }
  #search_widget form input {
    border: 1px solid rgb(0, 0, 0);
    font-size: 16px;
  }
  .sort-filter {
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 10;
  }
  #search_widget.search-expanded i.search {
    width: 18px !important;
    padding-right: unset;
    font-weight: 700 !important;
    padding-top: 8px;
    top: 50%;
  }
  .search-widgets {
    max-width: 100%;
  }
  .search-widgets.showInMenu {
    max-width: 480px !important;
  }
  #search_widget {
    margin-bottom: 0;
  }
  #search_widget .close {
    top: 50%;
    transform: translateY(-50%);
    display: none !important;
  }
  .ui-autocomplete.searchbar-autocomplete {
    width: 100%;
    min-height: 50px;
    max-height: 40vh;
    border: none;
    display: flex;
    flex-direction: column;
    top: 58px !important;
    opacity: 1;
    gap: 16px;
    padding-right: 16px;
    padding-left: 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  .ui-autocomplete.searchbar-autocomplete.keyboard-hidden {
    max-height: 80vh !important;
  }
  .showInMenu {
    top: 0 !important;
    padding: 10px;
    z-index: 999 !important;
    display: block !important;
  }
  .showInMenu .close {
    right: 50px !important;
    color: #000 !important;
    opacity: 1;
    display: block !important;
  }
}
@media (min-width: 992px) {
  #header .header-top {
    padding: 21px 0 !important;
  }
  #header {
    position: sticky;
    top: 0;
    z-index: 99;
  }
  /**
          Blog desktop
          **/
  #index .simpleblog .swiper-slide {
    width: 33.33%;
  }
  #index .simpleblog__listing__post__wrapper {
    margin: 0 15px;
  }
  #index .simpleblog__listing__post {
    width: 100% !important;
    padding: 0;
  }
}
@media (max-width: 991px) {
  #product-comments-list-header .col-lg-8,
  #product-comments-list-header .col-lg-4 {
    padding: 0;
  }
  #product-comments-list-header .col-lg-4 .btn {
    width: 100%;
  }
  .blockcart .cart_value {
    padding-left: unset !important;
  }
  .blockcart.cart-preview {
    width: 80% !important;
  }
  #_desktop_user_info {
    padding: 0 4px !important;
  }
  .mobile-tabs .title {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-left: -15px;
    margin-right: -15px;
  }
  .mobile-tabs .title::after {
    display: none;
  }
  .mobile-tabs .title .products-section-title {
    line-height: 1.5;
    text-transform: uppercase !important;
    margin-bottom: 0;
  }
  .mobile-tabs .title .float-xs-right .collapse-icons {
    border: none !important;
    padding: 0;
  }
  .mobile-tabs .title .float-xs-right .collapse-icons .add,
  .mobile-tabs .title .float-xs-right .collapse-icons .remove {
    color: #1C1B1F;
  }
  .mobile-tabs .title .material-icons.add {
    display: block;
  }
  .mobile-tabs .title .material-icons.remove {
    display: none;
  }
  .mobile-tabs .title[aria-expanded=false] .material-icons.remove {
    display: none;
  }
  .mobile-tabs .title[aria-expanded=false] .material-icons.add {
    display: block !important;
  }
  .mobile-tabs .title[aria-expanded=true] .material-icons.add {
    display: none !important;
  }
  .mobile-tabs .title[aria-expanded=true] .material-icons.remove {
    display: block !important;
  }
  .mobile-tabs #specyfikacja-tab #product-details {
    opacity: 1;
  }
  .mobile-tabs #zalaczniki-tab {
    padding: 15px 0;
  }
  .breadcrumb {
    margin-top: 1rem;
  }
  .sidebar.show > .text.d-flex {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9999;
  }
  .separator.lang {
    display: flex;
    gap: 5px;
    position: fixed;
    bottom: env(safe-area-inset-bottom);
    font-size: 0.9rem;
    white-space: nowrap;
    width: 100%;
    max-width: 480px;
    background-color: #fff;
    z-index: 999;
    line-height: 60px;
    padding-left: 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .separator.lang > span,
  .separator.lang > .dropup {
    width: 50%;
    text-align: left;
    font-weight: 600;
    color: #000412;
    font-family: Saira;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    letter-spacing: 0%;
    vertical-align: bottom;
  }
  .separator.lang > .dropup {
    padding-right: 15px;
    text-align: right;
  }
  .separator.lang > .dropup button {
    background: transparent;
    outline: none;
    border: 0;
  }
  .separator.lang > .dropup .dropdown-menu {
    background: #EEEFF1;
    line-height: 30px;
    border: 0px;
    right: 0;
    left: auto;
  }
  .separator.lang > .dropup.open .expand-more {
    transform: rotate(-90deg);
  }
  #carousel .caption {
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  .carousel .carousel-item .caption {
    margin: 0 !important;
  }
  #product-comments-list-header,
  .mjcustomerphotos > .container,
  .featured-products > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .mjhomebanners .col-lg-6,
  .mjhomebanners .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .specials-products-block .products-section-title {
    text-align: center !important;
    justify-content: center;
  }
  .specials-products-block .counter {
    justify-content: center;
    display: flex;
  }
  .btn-border-solid {
    background: transparent;
    display: block;
    width: 100%;
    padding: 12px 25px;
    border: 1px solid #D9D9D9;
    text-decoration: none !important;
  }
  #index .simpleblog__listing__post {
    padding-left: 0 !important;
    width: 100% !important;
  }
  #index .simpleblog__listing__post .thumb img {
    width: 100% !important;
  }
  .footer-container .links ul {
    background: transparent !important;
  }
  .footer-container .links ul > li a {
    font-weight: 700;
  }
  .payments-footer-list div {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
  }
  #wrapper {
    padding-top: 120px;
  }
  .header-top {
    padding: 0px !important;
  }
  .footer-copy {
    display: block;
  }
  .footer-copy .block-social {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .header-top {
    padding: 21px 0 !important;
  }
}
@media (max-width: 991px) {
  .new-products-block,
  .specials-products-block {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }
  .mjwhatfind {
    margin-top: 3.5rem;
  }
  .contact-footer-info-row .col-lg-3 {
    padding: 0 !important;
  }
  .contact-footer-info {
    display: flex !important;
    justify-content: flex-start;
  }
  .wishlist-button-add.wishlist-button-product {
    position: absolute;
    bottom: 15px;
    left: 0;
  }
  #product .product-image-container .wishlist-button-add.wishlist-button-product {
    bottom: 15px;
    position: absolute;
    right: auto;
    left: auto;
    top: auto;
  }
  #product .product-image-container #image-legend {
    position: absolute;
    font-size: 8px;
    bottom: -20px;
    left: 0;
    padding: 0;
  }
  #product .product-info .mobile-product-preheader {
    margin: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #product .product-info .mobile-product-preheader .product-comments-additional-info {
    padding: 0;
    margin: 0;
  }
  #product .product-info .mobile-product-preheader .product-comments-additional-info .comments-note {
    margin-bottom: 0;
  }
  #product .product-info .mobile-product-preheader .product_reference {
    margin: 0;
    padding: 0;
  }
  #product .product-info .product-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .mjwhatfind-container,
  #custom-text > .container,
  #custom-text2 > .container,
  .homepage_slider .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-footer-info-row {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .slider-down-blocks .box-outline {
    margin: 5px 0;
  }
  .slider-down-blocks.product-section .box-outline {
    border: 0px !important;
  }
  .blockcart.cart-preview .shopping-cart {
    transform: translateY(-50%);
  }
  .footer-container .links .h3 {
    display: inline-block;
    color: rgb(168, 178, 224);
  }
  .block-contact > #contact-infos > h4 {
    color: rgb(255, 255, 255) !important;
  }
  .mjwhatfind .row .col-lg-2 {
    display: block;
    min-height: 225px;
  }
  .box {
    min-height: 225px;
  }
  .specials-products-block .products {
    display: block;
  }
  .specials-products-block .odliczanie {
    gap: 5;
  }
  div#_desktop_cart {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #_desktop_user_info {
    width: 100%;
  }
  .container {
    width: 100%;
  }
  .counter {
    margin-top: -25px;
  }
  .carousel-indicators {
    display: none !important;
  }
  .carousel {
    left: 0;
    max-width: 100% !important;
    width: 100% !important;
  }
  #header .cart-products-count {
    top: 0px;
    left: 20px;
  }
  #header {
    position: fixed;
    width: 100%;
  }
  .header-nav {
    display: none;
  }
  .mjwhatfind .row .col-lg-2 {
    margin: 15px 0;
  }
  .payments-footer-list {
    text-align: center;
  }
  .payments-footer-list .box {
    display: inline-block;
    min-height: 32px;
    min-width: 22%;
    margin: auto;
  }
  #blockEmailSubscription_displayFooterBefore {
    padding: 15px 0 !important;
  }
  .carousel {
    display: none;
  }
  .mjwhatfind .row,
  .slider-down-blocks,
  .homepage_slider > .row,
  .contact-footer-info-row > div,
  .contact-footer-info,
  .payments-footer-list {
    display: block;
  }
  .carousel {
    width: 100vw;
    left: 0;
  }
}
@media (max-width: 575px) {
  .carousel .direction .carousel-control {
    display: none !important;
  }
  .carousel .carousel-item .caption .display-1 {
    font-family: Saira;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  #carousel .caption {
    padding: 0px 15px;
  }
  .btn-primary {
    text-align: center !important;
  }
  #search_widget form input {
    padding: 10px 20px 10px 40px;
  }
  .product_reference {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
  }
  #product-comments-list-header .post-product-comment {
    width: 100%;
  }
  .product_reference::before {
    display: block;
  }
  .footer-container .links ul > li a {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 175%;
  }
  #index .simpleblog__listing__post .thumb {
    width: 200px;
    overflow: hidden;
  }
  #index .simpleblog__listing__post .thumb img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
  }
  .simpleblog__listing__post__wrapper__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 290px;
    padding: 0 1.25rem 1.563rem;
  }
  .swiperBlog .swiper-scrollbar-drag {
    background-color: rgb(6, 20, 64) !important;
    height: 3px !important;
  }
  .simpleblog__listing__post__wrapper__content__footer {
    margin-top: auto;
  }
  .specials-products-block .products {
    display: block;
    overflow: visible;
  }
  .swiperProductsArrow {
    overflow: visible !important;
  }
  .swiper-scrollbar-drag {
    border-radius: unset !important;
  }
  #product-comments-list-header .ml-0 {
    margin-left: -15px !important;
  }
  #product-comments-list-header .swiper-scrollbar {
    background: transparent;
    display: none;
  }
  #product-comments-list-header .swiper-scrollbar-drag {
    background: transparent;
  }
  #product-comments-list-header .mr-0 {
    margin-right: -15px !important;
  }
  .new-products-block .products-section-title {
    margin-top: 32px !important;
    margin-bottom: 24px !important;
  }
  .swiperProductsArrow .js-product {
    margin-bottom: 24px !important;
  }
  .new-products-block .btn-new-products {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .swiperProducts {
    overflow: visible !important;
  }
  #content-wrapper {
    overflow: hidden;
  }
  .specials-products-block .all-product-link {
    margin-bottom: 32px !important;
  }
  .specials-products-block {
    position: relative;
    background-color: #061440;
    overflow: hidden;
  }
  .specials-products-block {
    background-image: unset;
  }
  .specials-products-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 50%;
    background-image: url(../img/sales_pattern_block.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
  .specials-products-block > * {
    position: relative;
    z-index: 1;
  }
  .specials-products-block .swiperProducts .js-product.product {
    margin-bottom: 24px;
  }
  .specials-products-block .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: var(--swiper-scrollbar-bottom, 0px) !important;
  }
  .specials-products-block .mt-3 {
    margin-top: 2.5rem !important;
  }
  .specials-products-block .counter {
    height: 75px;
  }
  .specials-products-block .products-section-title {
    height: 24px;
  }
  .swiperBlog,
  .swiperComment {
    overflow: visible !important;
  }
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: var(--swiper-scrollbar-bottom, -8px) !important;
  }
  .swiperProducts .swiper-scrollbar {
    background-color: rgb(238, 239, 241) !important;
    height: 2px !important;
  }
  .swiperProducts .swiper-scrollbar-drag {
    background-color: rgb(6, 20, 64) !important;
    height: 3px !important;
  }
  .specials-products-block .swiper-scrollbar,
  .swiperProductsArrow .swiper-scrollbar {
    background-color: rgb(165, 165, 165) !important;
    height: 2px !important;
  }
  .specials-products-block .swiper-scrollbar-drag,
  .swiperProductsArrow .swiper-scrollbar-drag {
    background-color: rgb(0, 0, 0) !important;
    height: 3px !important;
  }
  .new-products-block .swiperProductsArrow .swiper-scrollbar {
    bottom: var(--swiper-scrollbar-bottom, 0px) !important;
  }
  .btn-blog-news {
    color: #002659 !important;
    float: none !important;
    font-size: 1rem;
    margin-top: 2rem !important;
    font-family: Saira;
  }
  .product-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 15px 0;
  }
  .footer-container .links .h3 {
    display: inline-block;
    color: rgb(168, 178, 224);
  }
  .product-title a {
    color: #000;
    text-decoration: none;
  }
  .contact-footer-info-content a {
    color: rgb(255, 255, 255) !important;
  }
  .footer-container {
    background: rgb(6, 20, 64) !important;
  }
  .links .title {
    border-bottom: unset;
  }
  .links .title[data-toggle=collapse] {
    border-bottom: 1px solid rgb(77, 78, 79);
    cursor: pointer;
  }
  .links .title[aria-expanded=true] {
    border-bottom: none;
  }
  .footer-container .links ul > li {
    border-bottom: unset !important;
    angle: 0 deg;
    opacity: 1;
    border-top-width: 1px;
    padding-left: 16px;
  }
  .block-social ul {
    display: unset !important;
  }
  .variants-container {
    margin-bottom: 20px;
  }
  .variant-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .variant-links::before {
    display: block;
    padding: 8px;
    border: 1px solid #000;
    text-align: center;
    font-size: 13px;
    background: white;
    cursor: pointer;
  }
  .variant-links::after {
    display: block;
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 13px;
    background: white;
    cursor: pointer;
    grid-column: 2;
    grid-row: 1;
  }
  .product-price-and-shipping {
    margin-bottom: 15px;
  }
  .regular-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-right: 8px;
  }
  .price {
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
  .product-price-and-shipping::after {
    display: block;
    font-size: 11px;
    color: #666;
    margin-top: 5px;
  }
  .add-to-cart {
    width: 100%;
    padding: 0.5rem 1rem !important;
    box-sizing: border-box;
  }
  .pb-3 {
    padding-bottom: unset !important;
  }
  .pt-3 {
    padding-top: unset !important;
  }
  .mb-2 {
    margin-bottom: unset !important;
  }
  button.btn.btn-primary.add-to-cart.out-of-stock {
    background: #061440;
    cursor: not-allowed;
  }
  .add-to-cart:hover {
    background: #888;
  }
  .qty {
    display: none;
  }
  input[type=hidden] {
    display: none;
  }
  .footer-copy p {
    text-align: center !important;
    color: rgb(224, 224, 224);
  }
  .footer-copy p strong {
    color: white !important;
  }
  .btn-new-products,
  .btn-all-special-products {
    background: rgba(255, 255, 255, 0.05);
    display: block;
    width: 100%;
    padding: 12px 25px;
    border: none !important;
    text-decoration: none !important;
  }
  .btn-blog-news,
  .btn-best-sellers {
    background: rgba(0, 38, 89, 0.05);
    display: block;
    width: 100%;
    padding: 12px 25px;
    border: none !important;
    text-decoration: none !important;
  }
  .block-contact > #contact-infos > h4 {
    color: rgb(255, 255, 255) !important;
  }
  .float-xs-right .collapse-icons .add {
    color: rgb(255, 255, 255);
  }
  .float-xs-right .collapse-icons .remove {
    color: rgb(255, 255, 255);
  }
  .inner-header-right > #_desktop_user_info > .user_info > .material-icons {
    color: unset;
  }
  #search_widget .close {
    display: none !important;
  }
}
.block-social ul li a:hover {
  background-color: #174dff;
}

.left_arrow_menu_mobile {
  display: none;
}

.mySwiperMjfeatureblock .swiper-slide {
  opacity: 0;
  transition: opacity 0.6s ease-in, visibility 0s linear 0.6s;
  visibility: hidden;
  font-family: "Saira";
  font-weight: 700;
  font-size: 12px;
  line-height: 162%;
  text-align: center;
  color: #061440;
}

.mySwiperMjfeatureblock .swiper-slide-active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.icon-hover {
  display: none;
}

.contact-footer-info:hover .icon-default {
  display: none;
}

.contact-footer-info:hover a {
  text-decoration: underline;
  text-decoration-color: #fff;
}

.contact-footer-info:hover .icon-hover {
  display: block;
}

.sidebar.show .sub-menu.show .menu-parent-item.category-item a:hover {
  color: #174DFF !important;
}

.sidebar.show .menu-main-menu-container .menu-main.menu ul#menu-main-menu > li a:hover {
  color: #174DFF !important;
}

@media (max-width: 767px) {
  .mobile-footer .collapse {
    display: block !important;
  }
  .menu-parent-item.category-item[data-depth="2"] > .menu-item {
    pointer-events: none;
  }
}
#product-comments-list-header .post-product-comment {
  height: 44px;
  angle: 0 deg;
  opacity: 1;
  padding-top: 12px;
  padding-right: 32px;
  padding-bottom: 12px;
  padding-left: 32px;
  background: rgba(0, 38, 89, 0.05);
  color: rgb(0, 38, 89) !important;
  font-family: Saira;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px !important;
  leading-trim: NONE;
  line-height: 125%;
  letter-spacing: 0%;
  position: relative;
  bottom: 12px;
  vertical-align: bottom;
  outline: none !important;
  box-shadow: none !important;
}

#product-comments-list-header .post-product-comment:hover {
  background-color: rgba(0, 38, 89, 0.1019607843);
}

#index .simpleblog__listing__post .thumb {
  width: 200px;
  overflow: hidden;
}

#index .simpleblog__listing__post .thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.caption-description::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow_back.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -100px;
  margin-left: 1px;
}

.carousel .carousel-item:hover .display-1 {
  text-decoration: underline;
}

.upward-arrow-filter {
  font-size: 20px;
  vertical-align: middle;
  margin-bottom: 2px;
  padding-right: -12px !important;
  width: 14px;
}

@media (max-width: 767px) {
  .carousel {
    padding-bottom: unset;
  }
  .carousel .carousel-item .caption {
    top: 28px !important;
  }
  .icon-footer-mobile {
    display: none !important;
  }
  .footer-container .links .navbar-toggler {
    padding-left: 16px;
  }
  .fax-number-footer {
    position: relative;
    left: 50px;
    bottom: 25px;
  }
  .company-data .products-section-title {
    font-size: 18px !important;
  }
  .shop-number-footer {
    position: relative;
    bottom: 10px;
  }
  .contact-footer-info-row {
    margin-right: -15px;
    margin-left: -15px;
    border: none;
  }
  .contact-footer-info {
    gap: 16px;
  }
  #contact-infos {
    display: block !important;
  }
  .block-contact .navbar-toggler {
    display: none;
  }
  .block-contact #contact-infos {
    padding: unset !important;
  }
  .company-data {
    padding: unset !important;
    border: none !important;
    margin-top: 16px;
  }
  #contact-infos .mt-3 {
    margin-top: unset !important;
    font-size: 18px;
  }
  #contact-infos .mb-3 {
    margin-bottom: unset !important;
  }
  .footer-copy .block-social {
    margin-bottom: 12px;
  }
  .footer-container .links ul > li a:hover,
  .footer-container .links ul > li a:focus,
  .footer-container .links ul > li a:active {
    text-decoration: underline;
  }
  .footer-container {
    padding-top: unset;
  }
  .footer-container .h3,
  .footer-container .h4 {
    margin-bottom: unset;
  }
  .footer-container .links .title {
    height: 44px;
  }
  .footer-container .links ul > li:last-child {
    font-weight: 600;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(77, 78, 79) !important;
  }
  .homepage_slider .carousel-inner .carousel-item:not(:first-child) {
    display: none !important;
  }
  .homepage_slider .carousel-control {
    display: none !important;
  }
  .homepage_slider .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 390px) {
  .header-top-right {
    width: 100%;
    padding-right: 276px;
  }
}
a.product-attachment-link {
  color: #061140;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 162%;
  text-decoration: underline;
  padding-left: 15px;
  display: flex;
  align-content: center;
}

a.product-attachment-link::before {
  content: " ";
  /*background-image: url(../img/draft.svg);*/
  -webkit-mask: url(../img/draft.svg) no-repeat 0 0;
  background-color: #061140;
  mask-size: initial;
  mask: url(../img/draft.svg) no-repeat 0 0;
  /*background-repeat: no-repeat;*/
  display: inline-block;
  width: 17px;
  height: 21px;
  margin-right: 10px;
}

a.product-attachment-link:hover::before {
  background-color: #174DFF;
}

@media (max-width: 991px) {
  a.product-attachment-link-mobile {
    color: #4D4E4F;
    font-size: 1rem;
    font-weight: 400;
    line-height: 162%;
    text-decoration: underline;
  }
}
a.product-attachment-link:hover,
a.product-attachment-link-mobile:hover {
  color: #174DFF;
  text-decoration: none;
}

/**
modules styles
**/
.x13pricehistory-product-list {
  font-size: 12px;
  color: #4D4E4F;
  line-height: 162%;
  margin-bottom: 1rem;
}

@media (min-width: 769px) {
  #lnk-produkty {
    position: static;
  }
  #lnk-produkty > .sub-menu.submenu-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50vw);
    width: 100vw;
    min-height: 520px;
    background: #fff;
    z-index: 9999;
    display: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  #lnk-produkty:hover > .sub-menu.submenu-container,
  #lnk-produkty > .sub-menu.submenu-container:hover {
    display: flex;
  }
  #lnk-produkty > .sub-menu.submenu-container {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: calc((100vw - 1790px) / 2);
  }
  #lnk-produkty > .sub-menu.submenu-container > ul {
    width: 1320px;
    padding: 30px 400px 30px 0;
    box-sizing: border-box;
  }
  .mjmenu-desktop .menu-parent-item.category-item[data-depth="2"] {
    width: 20%;
    float: left;
  }
  .mjmenu-right-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
    height: 100%;
    padding: 25px;
    background: #eee;
    box-sizing: border-box;
  }
  .mjmenu-right-box a {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
  }
  .mjmenu-right-box a:hover {
    transform: scale(1.05);
  }
  .sub-menu.submenu-container {
    width: 100%;
  }
  .sub-menu.submenu-container .sub-menu {
    width: 100%;
    float: left;
    line-height: 32px;
  }
  .sub-menu.submenu-container .mjmenu-right-box {
    width: 25%;
    margin: -25px 0;
    height: 520px;
  }
  .mjmenu-desktop .sub-menu.submenu-container .menu-parent-item.category-item[data-depth="3"] > a {
    font-family: "Poppins";
    line-height: 162%;
    font-weight: 400;
    color: rgb(0, 4, 18);
    font-size: 14px;
    leading-trim: NONE;
    gap: 10px;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .mjmenu-all-products {
    float: left;
    clear: both;
    left: 22px;
    display: block !important;
    padding: 29px 25px;
    font-weight: 700;
    font-family: "Saira";
    font-size: 1.125rem;
    line-height: 125%;
    top: -10px;
  }
}
@media (max-width: 900px) {
  .mjmenu-desktop .menu-parent-item.category-item[data-depth="2"] {
    width: unset !important;
  }
}
.specials-products-block .products-section-title img {
  width: 32px;
  height: 32px;
  opacity: 1;
}

@media (max-width: 1520px) {
  .slider-down-blocks .box-outline .d-flex div {
    width: unset !important;
  }
}
.homepage_slider .col-lg-3 .box-content {
  z-index: 2;
}
.homepage_slider .col-lg-3 a.box {
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.35s ease;
}
.homepage_slider .col-lg-3 a.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.35s ease;
  z-index: 0;
}
.homepage_slider .col-lg-3 a.box:hover::before {
  transform: scale(1.03);
}
.homepage_slider .col-lg-3 .box-content h2.h2 {
  color: #fff;
  font-family: "Saira";
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.homepage_slider .col-lg-3 a.box:hover .box-content h2.h2 {
  text-decoration: underline;
}
.homepage_slider .col-lg-3 .arrows {
  display: flex;
  overflow: hidden;
}
.homepage_slider .col-lg-3 .arrows .btn.btn-primary {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/arrow_back.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.4, 1);
}
.homepage_slider .col-lg-3 .arrows .btn.btn-primary:first-child {
  transform: translateX(-110%);
}
.homepage_slider .col-lg-3 .arrows .btn.btn-primary:last-child {
  transform: translateX(-110%);
}
.homepage_slider .col-lg-3 a.box:hover .arrows .btn.btn-primary:first-child {
  transform: translateX(0%);
}
.homepage_slider .col-lg-3 a.box:hover .arrows .btn.btn-primary:last-child {
  transform: translateX(110%);
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  display: none;
}

.odliczanie {
  justify-content: center;
}

.specials-products-block .col-lg-4.big-product .thumbnail-top {
  height: 422px;
}

.specials-products-block .col-lg-4.big-product .thumbnail-top img {
  width: 100%;
}

.specials-products-block .col-lg-4.big-product .product-miniature .thumbnail-top {
  background-color: unset;
}

.specials-products-block .col-lg-4.big-product .product-miniature .product-price-and-shipping {
  display: flex;
  flex-wrap: wrap;
}

.specials-products-block .col-lg-4.big-product .product-miniature .product-price-and-shipping > * {
  order: 7;
}

.specials-products-block .col-lg-4.big-product .product-miniature .product-price-and-shipping .regular-price {
  order: 1;
  flex: 0 0 100%;
  margin: 0;
  font-size: 20px !important;
  font-family: Saira;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 125%;
  vertical-align: bottom;
  text-decoration: line-through;
}

.specials-products-block .col-lg-4.big-product .product-miniature .product-price-and-shipping .price {
  line-height: 1.1;
  font-size: 40px !important;
}

.specials-products-block .col-lg-4.big-product .product-miniature .product-price-and-shipping .discount-percentage,
.specials-products-block .col-lg-4.big-product .product-miniature .product-price-and-shipping .discount-amount {
  order: 4;
  white-space: nowrap;
}

.specials-products-block .product-flags li.product-flag.discount {
  position: relative;
}

@media (min-width: 989px) {
  .specials-products-block .product-flags li.product-flag.discount::after {
    content: "zawiera VAT";
    position: absolute;
    left: calc(100% + 0.5em);
    top: 50%;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0.85;
    color: rgb(77, 78, 79);
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 162%;
    text-transform: none;
  }
}
.specials-products-block .col-lg-4.big-product .product-description .product-quantity .btn-primary {
  width: 301px;
  text-align: center !important;
  height: 52px;
}

.specials-products-block .col-lg-4.big-product .product-description .product-quantity .qty {
  margin-right: 1rem;
}

.specials-products-block .col-lg-8.others-special-products .product-miniature .product-price-and-shipping {
  gap: 3px !important;
}

@media (max-width: 1440px) {
  .specials-products-block .col-lg-4.big-product .product-description .product-quantity .qty {
    margin-right: 0.4rem;
  }
  .specials-products-block .col-lg-4.big-product .product-miniature .product-price-and-shipping .price {
    font-size: 24px !important;
  }
  .specials-products-block .col-lg-8.others-special-products .product-miniature .product-price-and-shipping .price {
    font-size: 16px !important;
  }
}
.specials-products-block a:hover {
  color: #174DFF !important;
}

.product-cover-wrapper {
  position: relative;
}

.product-cover-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  padding: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}

.product-cover-arrow:hover,
.product-cover-arrow:active,
.product-cover-arrow:focus {
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.product-cover-arrow-prev {
  left: 10px;
}

.product-cover-arrow-next {
  right: 15px;
}

.product-cover-wrapper:hover .product-cover-arrow {
  opacity: 1;
  visibility: visible;
}

.product-cover-arrow .material-icons {
  font-size: 60px;
  color: rgb(6, 20, 64);
}

.product-cover-arrow:active .material-icons {
  color: rgb(23, 77, 255);
}

.thumb-container img.thumb {
  opacity: 0.5;
  border: 2px solid transparent;
  outline: none;
}

.thumb-container img.thumb:hover {
  opacity: 1;
  border: none !important;
}

.thumb-container img.thumb.selected {
  opacity: 1;
  border: 2px solid rgb(23, 77, 255) !important;
  box-sizing: border-box;
}

.scroll-box-arrows i {
  font-size: 60px !important;
  user-select: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.scroll-box-arrows i:hover {
  color: #174DFF;
}

.scroll-box-arrows i:focus,
.scroll-box-arrows i:active {
  background: none;
  outline: none;
  color: inherit;
}

.data-sheet dd.value.material-info {
  text-transform: none !important;
}

.box-content.baner2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  opacity: 1;
  padding: 10px;
  text-align: right;
}

.box-content.baner3 {
  position: absolute;
  top: 0;
  margin: 14px;
  width: 276px;
  opacity: 1;
}

.box-content.baner4 {
  position: absolute;
  bottom: 0;
  margin: 8px;
  opacity: 1;
}

.box-content.baner2 h2 {
  color: #002659 !important;
}

.box-content.baner3 h2 {
  color: #002659 !important;
}

.box-content.baner2 .arrows {
  position: absolute;
  right: 0px;
  top: 95%;
}

.homepage_slider .col-lg-3 .box-content.baner2 .arrows .btn.btn-primary {
  background-image: url(../img/arrow_back_blue.svg) !important;
}

.homepage_slider .col-lg-3 .box-content.baner3 .arrows .btn.btn-primary {
  background-image: url(../img/arrow_back_blue.svg) !important;
}

.box-content.baner3 .arrows {
  margin: 8px;
  width: 40px;
}

.box-content.baner4 .arrows {
  margin: 12px;
  width: 40px;
}

@media (max-width: 1240px) {
  .box-content.baner3 {
    position: absolute;
    top: 0;
    margin: 14px;
    padding: unset;
    width: unset;
    opacity: 1;
  }
}
.box .flag2.new {
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 26px;
  opacity: 1;
  gap: 10px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  text-align: right;
  background: #F0F0F0;
  font-family: Saira;
  font-weight: 400;
  font-style: Regular;
  font-size: 11px;
  leading-trim: NONE;
  line-height: 162%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.box .flag3.new {
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  height: 26px;
  opacity: 1;
  gap: 10px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  text-align: right;
  background: #F0F0F0;
  font-family: Saira;
  font-weight: 400;
  font-style: Regular;
  font-size: 11px;
  leading-trim: NONE;
  line-height: 162%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.box .flag4.new {
  width: 68px;
  height: 26px;
  opacity: 1;
  gap: 10px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  text-align: right;
  background: #F0F0F0;
  font-family: Saira;
  font-weight: 400;
  font-style: Regular;
  font-size: 11px;
  leading-trim: NONE;
  line-height: 162%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-top: -37px;
}

.category_footer h2 {
  color: #000412;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}
.category_footer p {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .carousel .carousel-item .caption {
    max-width: 500px;
  }
  .caption-description::after {
    margin-top: unset;
    margin-left: 220px;
  }
}
@media (max-width: 575px) {
  .carousel .carousel-item .caption {
    max-width: 340px;
  }
  .caption-description::after {
    margin-left: 0;
    margin-top: 8px;
    padding: 6px;
    width: 40px;
    height: 40px;
    background-size: 28px;
    background-position: center;
  }
}
.slider-down-blocks .box-outline .d-flex a:hover {
  text-decoration: unset !important;
  color: #174DFF;
}

.container .mjwhatfind {
  margin-top: 60px;
}

.product-payment-methods {
  width: 332px;
}

.padded-icon {
  padding-top: 10px;
}

.blockreassurance_product > div > p > b {
  font-weight: 600;
}

.col-lg-8.others-special-products .product-special-div {
  height: auto !important;
  align-content: initial !important;
}

.faceted-overlay {
  z-index: 1000;
}

#post-product-comment-modal .modal-content {
  border-radius: 0;
}

@media (max-width: 767px) {
  #main_product_add_to_cart.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 10px;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
  }
  #main_product_add_to_cart.is-fixed #product-availability {
    display: none;
  }
}
.ajax_add_to_cart_button,
[data-button-action=add-to-cart] {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
  width: 100%;
  text-align: center !important;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ajax_add_to_cart_button.loading,
[data-button-action=add-to-cart].loading {
  pointer-events: none;
}
.ajax_add_to_cart_button.added,
[data-button-action=add-to-cart].added {
  background: #174DFF !important;
  color: #fff !important;
}
.ajax_add_to_cart_button .ps-spinner,
[data-button-action=add-to-cart] .ps-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #174DFF;
  border-top-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  animation: ps-spin 0.6s linear infinite;
}
.ajax_add_to_cart_button .ps-check,
[data-button-action=add-to-cart] .ps-check {
  width: 14px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-top: -2px;
}
.ajax_add_to_cart_button .ps-check::after,
[data-button-action=add-to-cart] .ps-check::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  animation: ps-check-anim 0.3s ease forwards;
}

/* animations */
@keyframes ps-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ps-check-anim {
  0% {
    transform: rotate(45deg) scale(0);
    opacity: 0;
  }
  50% {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) scale(1);
    opacity: 1;
  }
}
.btn.disabled,
.btn:disabled {
  opacity: 1;
}

#cart .product-line-grid-body .product-line-info.product-price {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
#cart .product-line-grid-body .product-line-info.product-price .product-discount {
  order: 2;
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
  align-items: center;
}
#cart .product-line-grid-body .product-line-info.product-price .product-discount .regular-price {
  font-weight: 400;
  font-size: 1rem !important;
  color: #808080 !important;
  font-family: "Saira";
  line-height: 125%;
  margin: 0;
}
#cart .product-line-grid-body .product-line-info.product-price .product-discount .discount {
  background-color: #ED1C3D;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  line-height: 162%;
  min-width: auto;
  margin: 0;
}
#cart .product-line-grid-body .product-line-info.product-price .current-price .price {
  order: 1;
  font-family: "Saira";
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #000412 !important;
  line-height: 125%;
}
#cart .product-line-grid-body .product-line-info.product-price .x13pricehistory-product-list {
  order: 3;
  margin-bottom: 0;
}
#cart .product-line-grid-body .product-line-info br {
  display: none;
}
#cart .product-line-grid-body .product-line-info .label {
  font-size: 14px;
  font-weight: 600;
}
#cart .product-line-grid-body .product-line-info .value {
  font-size: 14px;
  font-weight: 600;
}
#cart .product-line-grid-right .product-price {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 36px;
}

@media (max-width: 575px) {
  #category #products #js-product-list .products .product,
  #best-sales #products #js-product-list .products .product,
  #prices-drop #products #js-product-list .products .product {
    width: 50% !important;
    padding-right: 5px;
    padding-left: 5px;
  }
  #category #products #js-product-list .products .product .product-miniature,
  #best-sales #products #js-product-list .products .product .product-miniature,
  #prices-drop #products #js-product-list .products .product .product-miniature {
    padding: 10px;
    margin: 5px 0;
  }
  #category #products #js-product-list .products .product .product-miniature .thumbnail-container,
  #best-sales #products #js-product-list .products .product .product-miniature .thumbnail-container,
  #prices-drop #products #js-product-list .products .product .product-miniature .thumbnail-container {
    display: flex;
    flex-direction: column;
  }
  #category #products #js-product-list .products .product .product-miniature .thumbnail-container .product-flags,
  #best-sales #products #js-product-list .products .product .product-miniature .thumbnail-container .product-flags,
  #prices-drop #products #js-product-list .products .product .product-miniature .thumbnail-container .product-flags {
    position: relative;
    order: -1;
    margin: 0;
    margin-bottom: 4px;
    min-height: 56px;
  }
  #category #products #js-product-list .products .product .product-miniature .thumbnail-container .product-flags .product-flag,
  #best-sales #products #js-product-list .products .product .product-miniature .thumbnail-container .product-flags .product-flag,
  #prices-drop #products #js-product-list .products .product .product-miniature .thumbnail-container .product-flags .product-flag {
    height: fit-content;
  }
  #category #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description,
  #best-sales #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description,
  #prices-drop #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description {
    padding: 0;
    padding-top: 10px;
    margin: 0;
  }
  #category #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product_reference,
  #best-sales #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product_reference,
  #prices-drop #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product_reference {
    display: none;
  }
  #category #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-title,
  #best-sales #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-title,
  #prices-drop #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-title {
    font-size: 14px;
    font-weight: 500;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
  }
  #category #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .variants-container,
  #best-sales #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .variants-container,
  #prices-drop #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .variants-container {
    display: none;
  }
  #category #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-special-div .product-price-and-shipping,
  #best-sales #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-special-div .product-price-and-shipping,
  #prices-drop #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-special-div .product-price-and-shipping {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 4px;
    margin: 10px 0 8px;
  }
  #category #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-special-div .price,
  #best-sales #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-special-div .price,
  #prices-drop #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-special-div .price {
    font-size: 20px !important;
  }
  #category #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-special-div .regular-price,
  #best-sales #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-special-div .regular-price,
  #prices-drop #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-special-div .regular-price {
    font-size: 16px !important;
    color: #000412 !important;
  }
  #category #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-special-div .product-flags,
  #best-sales #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-special-div .product-flags,
  #prices-drop #products #js-product-list .products .product .product-miniature .thumbnail-container .product-description .product-special-div .product-flags {
    display: none;
  }
  #category #products #js-product-list .products .product .product-miniature .thumbnail-container .x13pricehistory-product-list,
  #best-sales #products #js-product-list .products .product .product-miniature .thumbnail-container .x13pricehistory-product-list,
  #prices-drop #products #js-product-list .products .product .product-miniature .thumbnail-container .x13pricehistory-product-list {
    margin-bottom: 0;
  }
  #category #products #js-product-list .products .product .product-miniature .thumbnail-container #add-to-cart-or-refresh,
  #best-sales #products #js-product-list .products .product .product-miniature .thumbnail-container #add-to-cart-or-refresh,
  #prices-drop #products #js-product-list .products .product .product-miniature .thumbnail-container #add-to-cart-or-refresh {
    display: none;
  }
}
/**
end RWD
**/
.page-my-account #content .links a span.link-item {
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.2s;
}
.page-my-account #content .links a:hover span.link-item {
  border: 1px solid rgb(0, 0, 0);
}

/* supercheckout */
#module-supercheckout-supercheckout {
  padding-bottom: 0;
}
#module-supercheckout-supercheckout #_desktop_contact_link li:last-child {
  display: none;
}
#module-supercheckout-supercheckout .container {
  width: 100% !important;
}
#module-supercheckout-supercheckout #wrapper {
  padding-top: 0 !important;
}
#module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__safe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F3FCF0;
  color: #2C990A;
  font-weight: 600;
  padding: 0.625rem 0.3125rem;
}
#module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__safe .header-supercheckout__safe__icon {
  margin-right: 0.625rem;
}
#module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__safe .header-supercheckout__safe__text {
  font-size: 1rem;
}
#module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__content {
  padding: 22px 5rem;
  border-bottom: 1px solid #EEEFF1;
  box-shadow: 0 0 12px 0 rgba(6, 20, 64, 0.2);
}
#module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__content .header-supercheckout__content__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  #module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__content .header-supercheckout__content__row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
#module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__content .header-supercheckout__content__row .header-supercheckout__content__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  #module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__content .header-supercheckout__content__row .header-supercheckout__content__right {
    display: none;
  }
}
#module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__content .header-supercheckout__content__row .header-supercheckout__content__right .contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
#module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__content .header-supercheckout__content__row .header-supercheckout__content__right .contact-link .contact-footer-info {
  gap: 16px;
}
#module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__content .header-supercheckout__content__row .header-supercheckout__content__right .contact-link .contact-footer-info .contact-footer-info-icon {
  width: 44px;
  height: 44px;
}
#module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__content .header-supercheckout__content__row .header-supercheckout__content__right .contact-link .contact-footer-info .contact-footer-info-icon > div {
  width: 44px;
  height: 44px;
}
#module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__content .header-supercheckout__content__row .header-supercheckout__content__right .a-polish-producer {
  position: relative;
  display: block;
  float: left;
  color: #002855;
  padding: 1.0625rem 1rem;
  padding-left: 3.125rem;
}
#module-supercheckout-supercheckout #header-supercheckout .header-supercheckout__content .header-supercheckout__content__row .header-supercheckout__content__right .a-polish-producer:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 15px;
  width: 19px;
  height: 12px;
  background: url(../img/flags/pl.png) center center no-repeat;
}
#module-supercheckout-supercheckout .opc-container .panel {
  background-color: transparent !important;
}
#module-supercheckout-supercheckout .opc-container .panel h2.cart-title {
  color: #000412 !important;
  font-family: Saira;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: none !important;
  margin-top: 10px;
}
#module-supercheckout-supercheckout .opc-container .panel .form-control {
  border-radius: 0 !important;
}
#module-supercheckout-supercheckout .opc-container .panel .input-different-shipping input {
  margin-top: 2px;
}
#module-supercheckout-supercheckout .opc-container .panel .input-different-shipping label {
  padding: 0;
  margin-left: 5px;
}
#module-supercheckout-supercheckout .opc-container .panel .input-different-shipping label b {
  color: #4D4E4F !important;
  font-family: Poppins;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel h2 {
  color: #000412 !important;
  font-family: Saira;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option {
  gap: 16px;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline {
  width: 100%;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: rgba(0, 38, 89, 0.05);
  border-radius: 0;
  margin: 0 !important;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline.radio-inline--checked {
  border: 1px solid #174DFF;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline label {
  color: #002659 !important;
  font-size: 16px !important;
  padding: 0;
  margin: 0;
  font-family: Saira;
  font-weight: 500;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline .radio-inline-content {
  padding: 0;
  width: 100%;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline .radio-inline-content .login-form,
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline .radio-inline-content .register-section {
  margin-top: 0;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline .radio-inline-content .login-form .form-group,
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline .radio-inline-content .register-section .form-group {
  margin-bottom: 16px;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline .radio-inline-content .login-form .sort_data .input-box,
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline .radio-inline-content .register-section .sort_data .input-box {
  margin: 0 !important;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline .radio-inline-content .login-form .sort_data .input-box input,
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline .radio-inline-content .register-section .sort_data .input-box input {
  width: 15px !important;
  height: 15px !important;
  margin: 4px 12px 4px 4px !important;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline .radio-inline-content .login-form .sort_data .input-box label,
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline .radio-inline-content .register-section .sort_data .input-box label {
  color: #4D4E4F !important;
  font-family: Poppins;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  padding-left: 0 !important;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline-separator {
  margin-bottom: 0;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #supercheckout-option .radio-inline-separator span {
  color: #4D4E4F;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #checkoutShippingAddress label {
  color: #000412 !important;
  font-family: Saira;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 162%;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #shipping-method li {
  border: 1px solid #EEEFF1;
  background: #FFF;
  border-radius: 0;
  padding: 16px;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #shipping-method li.alert-info {
  background-color: #fff;
  border-color: #174DFF;
  border-radius: 0;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #shipping-method li label {
  color: #4D4E4F;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
  padding-left: 36px;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #shipping-method li label span {
  color: #000412;
  font-family: Saira;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #shipping-method li .shippingInfo {
  margin-left: 10px;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #payment-method li .radio {
  border: 1px solid #EEEFF1;
  background: #FFF;
  border-radius: 0;
  padding: 16px;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #payment-method li.alert-info .radio {
  background-color: #fff;
  border-color: #174DFF;
  border-radius: 0;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #payment-method li label {
  color: #4D4E4F;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
  padding-left: 36px;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #payment-method li label span {
  color: #000412;
  font-family: Saira;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #payment-method li .shippingInfo {
  margin-left: 10px;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .Cart-product-Image {
  max-width: auto;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .Cart-product-Image .product_img {
  display: flex;
  width: 100px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  aspect-ratio: 1/1;
  max-height: 100px;
  border-radius: 0;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .shopping-cart-description {
  align-self: center;
  padding: 0;
  width: 65%;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .shopping-cart-description p span {
  color: #000412;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .shopping-cart-description p.product-title {
  margin-bottom: 8px !important;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .shopping-cart-description p.product-title span a {
  color: #061440 !important;
  font-family: Poppins;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 162% !important;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .shopping-cart-description p.product-title span::after {
  content: none;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .cart-summary-item .cart-summary-item__quantity {
  margin-right: auto;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .cart-summary-item .cart-summary-item__quantity .input-group.bootstrap-touchspin .input-group {
  padding-left: 0;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .cart-summary-item .cart-summary-item__quantity .input-group.bootstrap-touchspin .input-group .input-group-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .cart-summary-item .cart-summary-item__quantity .input-group.bootstrap-touchspin .input-group .input-group-btn button,
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .cart-summary-item .cart-summary-item__quantity .input-group.bootstrap-touchspin .input-group .input-group-btn button:hover,
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .cart-summary-item .cart-summary-item__quantity .input-group.bootstrap-touchspin .input-group .input-group-btn button:active,
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .cart-summary-item .cart-summary-item__quantity .input-group.bootstrap-touchspin .input-group .input-group-btn button:focus {
  width: 24px;
  height: 24px;
  color: #061440;
  background: transparent !important;
  font-size: 14px !important;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .cart-summary-item .cart-summary-item__quantity .input-group.bootstrap-touchspin .input-group #quantity {
  display: flex;
  width: 44px !important;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: auto;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .cart-summary-item .cart-summary-item__price .cart-product-price {
  color: #000412;
  text-align: center;
  font-family: Saira;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #complete_cart_summary #confirmCheckout .cart_list_item .cart-summary-item .cart-summary-item__remove span {
  color: #000;
  font-size: 20px;
  margin-top: 2px;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel #confirmCheckout .supercheckout-totals:before {
  color: #000412;
  font-family: Saira;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
#module-supercheckout-supercheckout .opc-container .panel .cart-summary-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.0625rem;
}
#module-supercheckout-supercheckout .opc-container .panel .cart-summary-item .input-group {
  border: none;
}
#module-supercheckout-supercheckout .opc-container .panel .supercheckout-totals tfoot {
  margin-bottom: 0;
  border-radius: 0;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  background: #EEEFF1;
  padding-bottom: 4px;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel.rewardsection {
  margin-bottom: 0;
  border-radius: 0;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  background: #EEEFF1;
  padding-top: 0;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel.rewardsection .rewardBody {
  display: none;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel.rewardsection .totalAmount h3 {
  color: #000412;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel.rewardsection .totalAmount h3 #total_price {
  color: #000412;
  text-align: right;
  font-family: Saira;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#module-supercheckout-supercheckout .opc-container .panel .custom-panel.rewardsection br {
  display: none;
}
#module-supercheckout-supercheckout .opc-container .panel .supercheckout-totals tfoot #supercehckout_summary_total_products,
#module-supercheckout-supercheckout .opc-container .panel .supercheckout-totals tfoot #supercehckout_summary_total_shipping {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000412;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
#module-supercheckout-supercheckout .opc-container .panel .supercheckout-totals tfoot #supercehckout_summary_total_products td,
#module-supercheckout-supercheckout .opc-container .panel .supercheckout-totals tfoot #supercehckout_summary_total_shipping td {
  line-height: 1;
  color: #000412;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
#module-supercheckout-supercheckout .opc-container .panel .supercheckout-totals tfoot #supercehckout_summary_total_products td #supercehckout_total_products_value,
#module-supercheckout-supercheckout .opc-container .panel .supercheckout-totals tfoot #supercehckout_summary_total_products td #supercehckout_total_shipping_value,
#module-supercheckout-supercheckout .opc-container .panel .supercheckout-totals tfoot #supercehckout_summary_total_shipping td #supercehckout_total_products_value,
#module-supercheckout-supercheckout .opc-container .panel .supercheckout-totals tfoot #supercehckout_summary_total_shipping td #supercehckout_total_shipping_value {
  color: #000412;
  text-align: right;
  font-family: Saira;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#module-supercheckout-supercheckout .opc-container .panel .supercheckout-totals {
  margin-bottom: 0 !important;
}
#module-supercheckout-supercheckout .opc-container .panel #supercheckout-comments .comment-label {
  color: #000412;
  font-family: Saira;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 162%;
  padding-bottom: 0;
}
#module-supercheckout-supercheckout .opc-container .panel #supercheckout-agree label, #module-supercheckout-supercheckout .opc-container .panel #supercheckout-agree label a {
  color: #4D4E4F !important;
  font-family: Poppins;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
}
#module-supercheckout-supercheckout .opc-container .panel #placeorderButton .secure-message {
  color: #4CAF50;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
}
#module-supercheckout-supercheckout .opc-container .panel #placeorderButton #buttonWithProgres #supercheckout_confirm_order.orangebutton {
  background: #002659 !important;
  display: flex;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  box-shadow: none;
  border-radius: 0;
  color: #FFF !important;
  font-family: Saira;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  border: none !important;
  box-shadow: none !important;
}
#module-supercheckout-supercheckout .opc-container .panel #supercheckout-fieldset .orangebutton #progressbar {
  display: none;
}
#module-supercheckout-supercheckout .opc-container .panel .orangebuttonsmall {
  background: #002659 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  box-shadow: none;
  border-radius: 0;
  color: #FFF !important;
  font-family: Saira;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border: none !important;
  box-shadow: none !important;
}
#module-supercheckout-supercheckout .footer-container .container {
  max-width: 1440px !important;
}
#module-supercheckout-supercheckout #x13eucookies,
#module-supercheckout-supercheckout #x13eucookies-icon, #module-supercheckout-supercheckout .wishlist-add-to, #module-supercheckout-supercheckout .wishlist-delete, #module-supercheckout-supercheckout .wishlist-create, #module-supercheckout-supercheckout .wishlist-login, #module-supercheckout-supercheckout .wishlist-toast {
  display: none;
}