@charset "UTF-8";
body,
html {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #40434b;
}

/* miscellaneous */
a {
  text-decoration: none;
}

.red {
  color: #e05c74;
}

.grey-text {
  color: #939497;
}

.bg-green {
  background-color: #098800;
}

.bg-blue {
  background-color: #1877f2;
}

.light-grey-bb {
  border-bottom: 0.0714285714rem solid #d9d9db;
}

.btn:focus {
  border: 0.0714285714rem solid #3482db;
}

.link {
  color: #0163d2;
  text-decoration: underline;
}
.link-success {
  color: #0f5132 !important;
}
.link:hover {
  text-decoration: none;
}

.form-control,
.form-select {
  padding: 0.45rem 0.75rem;
  border: 0.0714285714rem solid #d9d9db;
  border-radius: 0.25rem;
}
.form-control[disabled=disabled], .form-control[readonly=readonly],
.form-select[disabled=disabled],
.form-select[readonly=readonly] {
  background-color: #f4f4f4;
}

.form-select {
  padding-right: 2.75rem;
}
.form-select:disabled {
  background-color: #f4f4f4;
}

.bl-0 {
  border-left: 0 !important;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1199.98px) {
  .bl-0 {
    border-right: 0.0714285714rem solid #3482db;
  }
}

.c-gr {
  color: #939497;
  text-align: right;
}
.c-gr span {
  color: #40434b;
}

.alert a {
  text-decoration: underline;
  color: #004899;
}

.alert a:hover {
  text-decoration: none;
}

.alert h2,
.alert-primary h2 {
  font-size: 1.3rem;
  font-weight: 700;
}

.alert-success p {
  margin-bottom: 0;
}
.alert-success p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
  .pm-l {
    padding-left: 5.6428571429rem;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 0.25rem;
  }
}
.content {
  position: relative;
  margin-top: 4.6428571429rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .content {
    margin-top: 2.5rem;
  }
}

/* end miscellaneous */
/* icons */
.ico {
  width: 1rem;
  height: 1rem;
  margin-top: -0.0714285714rem;
}
.ico-mail {
  filter: invert(99%) sepia(1%) saturate(822%) hue-rotate(195deg) brightness(106%) contrast(100%);
}
.ico-lock {
  margin-right: 0.3571428571rem;
  vertical-align: bottom;
}
.ico-cart {
  position: relative;
  top: -0.1428571429rem;
  filter: invert(99%) sepia(1%) saturate(822%) hue-rotate(195deg) brightness(106%) contrast(100%);
  width: 1.75rem;
  height: 1.75rem;
}
.ico-cart-header {
  filter: invert(25%) sepia(12%) saturate(442%) hue-rotate(186deg) brightness(92%) contrast(89%);
  width: 2.2rem;
  height: 2.2rem;
}
.ico-search {
  margin-right: 1rem;
  filter: invert(99%) sepia(1%) saturate(822%) hue-rotate(195deg) brightness(106%) contrast(100%);
  width: 1.75rem;
  height: 1.75rem;
}
@media screen and (max-width: 767.98px) {
  .ico-search {
    margin-right: 0;
  }
}
.ico-home {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.4285714286rem;
  margin-right: 0.6428571429rem;
  filter: invert(23%) sepia(20%) saturate(285%) hue-rotate(186deg) brightness(93%) contrast(87%);
}
.ico-plus {
  width: 1.5rem;
  height: 1.5rem;
  filter: invert(25%) sepia(86%) saturate(5077%) hue-rotate(203deg) brightness(92%) contrast(99%);
}
.ico-add {
  width: 1.25rem;
  height: 1.25rem;
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(291deg) brightness(109%) contrast(101%);
}

/* end icons */
/* buttons */
.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #0163d2;
  border-radius: 1.5rem;
  padding: 0.68rem 3rem;
  text-transform: uppercase;
  font-size: 0.9285714286rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  border: 0.0714285714rem solid #0163d2;
}
.btn-primary:hover {
  color: #fff;
  background: #004899 !important;
}
.btn-primary--small {
  padding: 0.4rem 2rem;
  border-radius: 1.5rem;
  font-size: 0.85rem;
}
.btn-primary--small::after {
  display: none !important;
  background: none;
}
.btn-primary--next {
  font-size: 1rem;
  padding: 0.7rem 2.5rem 0.7rem 3.7rem;
  border-radius: 1.5rem;
  height: 3.5714285714rem;
}
.btn-primary--next::after {
  background-image: url("/gfx/chevron_right.svg");
  background-size: 20px 20px;
  display: inline-block;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  margin: 0 0 0 0.3571428571rem;
  content: "";
  filter: invert(99%) sepia(1%) saturate(822%) hue-rotate(195deg) brightness(106%) contrast(100%);
}
.btn-primary--next:hover::after {
  filter: invert(99%) sepia(1%) saturate(822%) hue-rotate(195deg) brightness(106%) contrast(100%);
}
@media screen and (max-width: 767.98px) {
  .btn-primary--next {
    margin-bottom: 2rem;
  }
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.75rem;
  text-transform: uppercase;
  font-size: 0.9285714286rem;
  font-weight: 700;
  color: #0163d2;
  background: #fff;
  border: 0.0714285714rem solid #d9d9db;
  border-radius: 0.25rem;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.btn-secondary:hover {
  border-color: #0163d2;
  text-decoration: none;
  background: #0163d2;
  color: #fff;
}
.btn-secondary:focus, .btn-secondary:active {
  background: #004899;
}
.btn-secondary--small {
  padding: 0.2rem 2rem;
  border-radius: 1.5rem;
  font-size: 0.9rem;
}
.btn-secondary--small img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  filter: invert(20%) sepia(75%) saturate(5475%) hue-rotate(204deg) brightness(95%) contrast(99%);
}
.btn-secondary--small:hover img {
  filter: invert(99%) sepia(1%) saturate(822%) hue-rotate(195deg) brightness(106%) contrast(100%);
}
.btn-secondary--back {
  font-size: 1rem;
  padding: 0.6rem 1.5rem 0.6rem 0.7rem;
  border-radius: 1.5rem;
  height: 2.8571428571rem;
}
.btn-secondary--back::before {
  background-image: url("/gfx/chevron_left.svg");
  background-size: 20px 20px;
  display: inline-block;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  margin: 0 0.3571428571rem 0 0;
  content: "";
  filter: invert(20%) sepia(75%) saturate(5475%) hue-rotate(204deg) brightness(95%) contrast(99%);
}
.btn-secondary--back:hover::before {
  filter: invert(99%) sepia(1%) saturate(822%) hue-rotate(195deg) brightness(106%) contrast(100%);
}
.btn-secondary--clear {
  font-size: 1rem;
  padding: 0.6rem 2rem;
  border-radius: 1.5rem;
  height: 2.5rem;
}
.btn-secondary--clear:hover::before {
  filter: invert(99%) sepia(1%) saturate(822%) hue-rotate(195deg) brightness(106%) contrast(100%);
}
.btn-secondary--privacy {
  display: block;
  padding: 0.2857142857rem 0.5rem;
  margin: 0.3571428571rem auto;
  color: #004899;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.btn-product-add {
  display: inline-flex;
  align-items: center;
  background: #0163d2;
  border-radius: 1.5rem;
  padding: 0.68rem 1.2rem;
  text-transform: uppercase;
  font-size: 0.9285714286rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  border: 0;
  white-space: nowrap;
}
.btn-product-add::before {
  background-image: url("/gfx/add_shopping_cart.svg");
  background-size: 20px 20px;
  display: inline-block;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  margin: 0 0.3571428571rem 0 0;
  content: "";
  filter: invert(99%) sepia(1%) saturate(822%) hue-rotate(195deg) brightness(106%) contrast(100%);
}
.btn-product-add:hover {
  color: #fff;
  background: #004899;
}
@media screen and (max-width: 380px) {
  .btn-product-add {
    margin-top: 1rem;
  }
}
.btn-product-add--small {
  padding: 0.38rem 1.2rem;
  border-radius: 1.5rem;
  font-size: 0.85rem;
}
.btn-product-add--small::before {
  background-size: 15px 15px;
  width: 1.0714285714rem;
  height: 1.0714285714rem;
}

.btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0 0 0;
}
@media screen and (max-width: 767.98px) {
  .btn-container {
    flex-direction: column-reverse;
  }
}

.btn-container-send {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}

.btn-store {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 2rem;
  height: 2rem;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  font-size: 0.9285714286rem;
  font-weight: 700;
  background: #0163d2;
  color: #fff !important;
  text-decoration: none !important;
  border: 0.0714285714rem solid #0163d2;
  border-top: 0;
  border-radius: 0 0 1.5rem 1.5rem;
}
.btn-store:hover {
  background: #fff;
  color: #0163d2 !important;
}

/* end buttons */
/* dropdown menu */
.dropdown-menu {
  overflow: hidden;
  border-radius: 1.5rem;
}

.dropdown-item {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: 600;
}

.cart-quantity {
  position: absolute;
  top: 0;
  left: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #40434b !important;
}

.basket-price-small {
  font-size: 0.8rem;
  font-weight: 400;
}

#dropdownMenuCategory {
  border-top: 0.0714285714rem solid #d9d9db;
  border-bottom: 0.2142857143rem solid #d9d9db;
}

#navbarMobileCategories {
  font-weight: 800;
  color: #40434b;
}

#dropdownCategory {
  border: 0;
}

/* end dropdown menu*/
/* navbar */
.top-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: #0163d2;
  color: #fff;
  height: 3.5714285714rem;
}
.top-menu .btn-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.1428571429rem;
  height: 2.1428571429rem;
  padding: 0;
  text-align: center;
  border-radius: 1.5rem;
}
.top-menu .btn-circle:first-child {
  margin-right: 0.5714285714rem;
}
.top-menu .btn-circle:last-child {
  margin-right: 1.4285714286rem;
}
@media screen and (max-width: 1199.98px) {
  .top-menu .btn-circle:last-child {
    margin-right: 0.7142857143rem;
  }
}
.top-menu .btn-circle .active {
  background: #fff;
}
.top-menu .btn-inverse-color {
  color: #40434b;
  background: #fff;
  border: 0.0714285714rem solid #fff;
}
.top-menu .btn-inverse-color.dropdown-toggle:hover {
  color: #40434b;
  background: #fff;
  border: 0.0714285714rem solid #fff;
}
.top-menu .btn-cart {
  position: relative;
  height: 2.1428571429rem;
  border-radius: 1.5rem;
}
.top-menu .btn-cart:hover {
  border: 0.0714285714rem solid #3482db;
  background: rgba(52, 130, 219, 0.7);
}
.top-menu .navbar-right form {
  display: inline-block;
}
@media screen and (max-width: 991.98px) {
  .top-menu .navbar-right {
    font-size: 13px;
  }
}
@media screen and (max-width: 575.98px) {
  .top-menu .navbar-right form {
    display: none;
  }
}
.top-menu .navbar-brand {
  margin: 0;
  padding: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 1.7142857143rem;
  color: #fff;
}

.navbar-btn {
  display: inline-flex;
  align-items: center;
  height: 2.1428571429rem;
  line-height: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  border: 0.0714285714rem solid transparent;
  border-radius: 1.5rem;
  color: #fff;
}
.navbar-btn:active, .navbar-btn:hover {
  text-decoration: none;
  color: #fff;
  border: 0.0714285714rem solid #3482db;
  background: rgba(52, 130, 219, 0.7);
}
.navbar-btn:active .ico-lock, .navbar-btn:hover .ico-lock {
  filter: invert(99%) sepia(1%) saturate(822%) hue-rotate(195deg) brightness(106%) contrast(100%);
}

.navbar-main .nav-link {
  border-right: 0.0714285714rem solid #3482db;
  padding: 0.3571428571rem 1.4285714286rem !important;
  font-weight: 600;
  color: #fff;
}
.navbar-main .nav-link:active, .navbar-main .nav-link:hover, .navbar-main .nav-link:link {
  color: #fff;
  background: transparent;
}
.navbar-main .nav-link:hover {
  opacity: 0.7;
}
.navbar-main .nav-link .ico {
  margin-right: 0.6428571429rem;
}
@media screen and (max-width: 1399.98px) {
  .navbar-main .nav-link {
    padding: 0.3571428571rem 1.0714285714rem !important;
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar-main .nav-link {
    color: #40434b !important;
    border: 0;
  }
}

.nav-item:last-child .nav-link {
  border: 0;
}

.navbar-toggler {
  border: 0.0714285714rem solid transparent;
  padding: 0.0714285714rem 0.2857142857rem;
}
.navbar-toggler:hover {
  border: 0.0714285714rem solid #3482db;
  background: rgba(52, 130, 219, 0.7);
}
.navbar-toggler:focus {
  box-shadow: none;
  border: 0.0714285714rem solid transparent;
}

.navbar-toggler-icon {
  background-image: url("/gfx/menu.svg");
  filter: invert(99%) sepia(1%) saturate(822%) hue-rotate(195deg) brightness(106%) contrast(100%);
}

.navbar-cart-wrapper {
  display: none;
  margin: 0 1.5rem;
  padding: 0 0.9rem;
  vertical-align: middle;
  border-left: 0.0714285714rem solid #3482db;
  border-right: 0.0714285714rem solid #3482db;
}
@media screen and (max-width: 1199.98px) {
  .navbar-cart-wrapper {
    display: inline-block;
  }
}
@media screen and (max-width: 991.98px) {
  .navbar-cart-wrapper {
    margin: 0 0.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .navbar-cart-wrapper {
    border-left: 0;
    padding: 0 0.5rem;
  }
}
.navbar-cart-wrapper i {
  font-size: 1.5rem;
}
.navbar-cart-wrapper .dropdown-toggle::after {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-cart-wrapper.dropdown:hover .dropdown-menu,
.navbar-login-wrapper.dropdown:hover .dropdown-menu {
  display: block;
  top: 100%;
  right: 0;
  margin-top: 0.125rem;
}

.navbar-login-wrapper {
  border-left: 0.0714285714rem solid #3482db;
}

.offcanvas {
  display: none;
  overflow-y: scroll !important;
}
.offcanvas .navbar-nav {
  border-top: 0.0714285714rem solid #d9d9db !important;
}
@media screen and (max-width: 1199.98px) {
  .offcanvas {
    display: block;
  }
}
.offcanvas .nav-link.dropdown-toggle {
  border-bottom: 0.0714285714rem solid #d9d9db;
}
.offcanvas .nav-item {
  border-bottom: 0.0714285714rem solid #d9d9db;
}
.offcanvas .nav-item .nav-item .nav-item a {
  padding: 0.8rem 1.8rem 0.8rem 3.6rem;
  font-size: 0.9rem;
}
.offcanvas .nav-item .dropdown-menu {
  border: 0;
  border-radius: 0;
  background-color: #fff;
  padding: 0;
}
.offcanvas .nav-item a {
  display: block;
  color: #40434b;
  padding: 0.8rem 1.8rem;
  white-space: normal;
}
.offcanvas .nav-item.brd-bottom {
  border-bottom: 0.2142857143rem solid #d9d9db !important;
}
.offcanvas .nav-item.brd-top {
  border-top: 0.2142857143rem solid #d9d9db !important;
}
.offcanvas .nav-item:hover {
  background: #f3f3f3;
}
.offcanvas-header {
  color: #40434b !important;
}
.offcanvas-body {
  padding-left: 0;
  padding-right: 0;
}

/* end navbar*/
/* header*/
.header-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 10.7142857143rem;
  background: #f0f0f1;
  z-index: 1;
  margin-top: 3.5714285714rem;
}
.header-wrapper .brand {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 3.8571428571rem;
  color: #0163d2;
  margin-right: 0.5714285714rem;
  line-height: 1;
}
.header-wrapper small {
  font-size: 0.7857142857rem;
  color: #606060;
}
.header-wrapper--basket {
  height: 7.1428571429rem !important;
  border-bottom: 0.0714285714rem solid #d9d9db;
}
@media screen and (max-width: 767.98px) {
  .header-wrapper--basket {
    height: 5rem !important;
  }
}
@media screen and (max-width: 991.98px) {
  .header-wrapper .brand {
    font-size: 3rem;
  }
  .header-wrapper {
    height: 9.2857142857rem;
  }
}
@media screen and (max-width: 767.98px) {
  .header-wrapper {
    height: 90px;
  }
}

.header-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.header-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-search-form-wrapper {
  display: flex;
  align-items: center;
  z-index: 1;
}
.header-search-form-wrapper form {
  width: 100%;
  align-items: center;
}
.header-search-form-wrapper form .input-group {
  height: 4rem;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  .header-search-form-wrapper form .input-group {
    height: 3.5714285714rem;
  }
}
.header-search-form-wrapper .input-group {
  justify-content: center;
}
.header-search-form-wrapper .input-group-append {
  border-radius: 0 2.1428571429rem 2.1428571429rem 0;
  border: 0.0714285714rem solid #888;
  border-left: 0;
  background: #fff;
}
.header-search-form-wrapper .input-group-text {
  display: flex;
  height: 100%;
  padding: 0 2.3571428571rem;
  font-size: 1.1428571429rem;
  border: 0.1428571429rem solid #fff;
  border-radius: 0 2.1428571429rem 2.1428571429rem 0;
  color: #fff;
  background: #0163d2;
}
.header-search-form-wrapper .input-group-text:hover {
  background: #004899;
}
@media screen and (max-width: 991.98px) {
  .header-search-form-wrapper .input-group-text {
    padding: 0 1.4285714286rem;
    font-size: 0.8rem;
  }
}

.header-search-input {
  flex-grow: 1;
  border-radius: 30px 0px 0px 30px;
  border: 1px solid #888;
  border-right: 0;
  padding: 10px;
  padding-left: 25px;
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 991.98px) {
  .header-search-input::-moz-placeholder {
    content: "Szukaj elementu...";
  }
  .header-search-input::placeholder {
    content: "Szukaj elementu...";
  }
}
.header-search-input:focus {
  outline: none;
}
@media screen and (max-width: 991.98px) {
  .header-search-input {
    font-size: 0.9285714286rem;
  }
}

.header-cart-wrapper {
  display: none;
  align-items: center;
}
.header-cart-wrapper.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0px;
  transform: translate(-10px, 57px);
}
.header-cart-wrapper .btn:hover,
.header-cart-wrapper .btn:focus,
.header-cart-wrapper .btn:active {
  color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.header-cart-wrapper i {
  margin-top: 8px;
  line-height: 160px;
}
.header-cart-wrapper .btn-link {
  position: relative;
  margin: 0 0 0 auto;
  text-decoration: none;
  padding: 0;
  color: #40434b;
}
.header-cart-wrapper .cart-quantity {
  top: -0.5rem;
  left: 0.7rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #0163d2;
  font-size: 1rem;
  color: #fff !important;
}

/*end header*/
/* breadcrumbs */
.breadcrumbs {
  display: flex;
  align-items: center;
  height: 50px;
  background: #f9f9f9;
  border-bottom: 0.0714285714rem solid #d9d9db;
  color: #40434b;
  font-size: 0.86rem;
}
.breadcrumbs-cart {
  height: auto;
  padding: 1rem 0;
}
.breadcrumbs a {
  color: #0163d2;
  text-decoration: underline;
  font-weight: 800;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

/* end breadcrumbs */
.section-margin {
  margin-top: 5rem;
}

.section-header {
  border-bottom: 0.0714285714rem solid #d9d9db;
  margin-bottom: 2rem;
}
.section-header h1,
.section-header h2 {
  margin-bottom: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 1.7142857143rem;
  color: #004899;
}
@media screen and (max-width: 991.98px) {
  .section-header h1,
  .section-header h2 {
    font-size: 1.2857142857rem;
  }
}
.section-header h1 em,
.section-header h2 em {
  color: #40434b;
}
.section-header h2 {
  font-size: 1.4285714286rem;
}

/* sidebar */
.sidebar {
  font-size: 0.9285714286rem;
  border-left: #d9d9db;
  margin: 0 0 4rem 0;
}
.sidebar .sidebar-menu {
  margin: 0 0 0 -0.1428571429rem;
  padding: 0;
  list-style: none;
}
.sidebar .sidebar-menu a {
  display: block;
  position: relative;
  line-height: 1.4;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
  color: #40434b;
  text-decoration: none;
  border-left: 0.2142857143rem solid transparent;
}
.sidebar .sidebar-menu a:hover {
  border-left: 0.2142857143rem solid #0163d2;
  color: #0163d2;
}
.sidebar .sidebar-menu a#active {
  font-weight: bold;
  background: none;
  color: #0163d2;
  border-left: 0.2142857143rem solid #0163d2;
}
.sidebar .sidebar-menu a#active::after {
  position: absolute;
  top: 0.5rem;
  right: 0;
  background-image: url("/gfx/chevron_right.svg");
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  filter: invert(20%) sepia(75%) saturate(5475%) hue-rotate(204deg) brightness(95%) contrast(99%);
}
.sidebar .sidebar-menu li li a {
  padding-left: 3rem;
}
.sidebar .sidebar-menu a.sidebar-menu-open {
  position: relative;
  font-weight: 700;
}
.sidebar .sidebar-menu a.sidebar-menu-open::after {
  position: absolute;
  top: 0.5rem;
  right: 0;
  background-image: url("/gfx/expand_more.svg");
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
}
.sidebar .sidebar-menu a.sidebar-menu-open#active::after {
  background-image: url("/gfx/expand_more.svg") !important;
}

.sidebar-menu-close {
  position: relative;
}

.sidebar-menu-close::after {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  content: url("/gfx/bg_menu_close.png");
}

.sidebar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-menu ul a {
  padding: 0.5rem 2rem;
}

.sidebar-menu li li {
  border: 0;
}

.sidebar-menu ul li li a {
  display: block;
  padding: 2px 25px 2px 20px;
  margin: 0;
  color: #313131;
  font-size: 1em;
  text-decoration: none;
  background: #fff;
}

.link-black {
  color: #000;
}
.link-black:link, .link-black:visited, .link-black:active {
  color: #000;
}

/* search */
.search-product {
  margin: 0;
  border-bottom: 0.0714285714rem solid #d9d9db;
  padding: 1rem;
}
.search-product h6 {
  font-weight: 600;
}
.search-product select {
  max-width: 21.4285714286rem;
}

/* end search */
/* limiter */
.limiter {
  font-size: 0.9rem;
  font-weight: 400;
  white-space: nowrap;
}

.limiter form {
  display: inline;
}

.limiter select {
  padding: 0.25rem;
  border: 0.0714285714rem solid #d9d9db;
  border-radius: 0.25rem;
  background: #fff;
}

/* end limiter */
/* produkty */
.product {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 0.0714285714rem solid #d9d9db;
  width: 100%;
}
.product-img {
  position: relative;
  display: block;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 0.8em;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  border: 0.0714285714rem solid #d9d9db;
  background: #cbcccd;
}
.product-img-webp {
  cursor: zoom-in;
}
.product-img-details {
  height: auto;
  width: 100%;
}
.product-img-list {
  width: 100%;
  height: auto;
  max-height: 200px;
}
.product-price {
  margin: 0 0 0.5rem 0;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.product-price--currency {
  margin: 0 0 0.5rem 0;
  font-size: 0.9rem;
  font-weight: 400;
}
.product-price--currency small {
  color: #40434b !important;
}
.product-price strong {
  padding: 0 0 0 0.1rem;
  font-size: 2rem;
  color: #4cb944;
}
.product-price small {
  font-size: 0.95rem;
  color: #4cb944;
}
.product-link:hover {
  color: #40434b;
  text-decoration: underline;
}
.product-qty-count {
  display: inline-block;
  width: 3rem;
  height: 2.5rem;
  margin: 0 0.5rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  background: #fff;
  border: 0.0714285714rem solid #d9d9db;
  color: #000;
}
.product-store-link {
  display: block;
  margin: 0.5rem 0;
  color: #0163d2;
  font-size: 0.8em;
  text-decoration: underline;
}
.product-store-link-store-link:hover {
  text-decoration: none;
}
.product-order-details {
  margin-bottom: 2rem;
}
.product-desc {
  margin: 1.5rem -1rem 0 -1rem;
  padding: 1rem;
  border-top: 0.0714285714rem solid #d9d9db;
  font-size: 0.9rem;
}

.product-img img {
  max-width: 100%;
  max-height: 400px;
  transition: opacity 0.5s;
}

span.product-img img {
  width: auto;
  height: auto;
}
span.product-img img:hover {
  opacity: 1;
}

span.product-img:hover {
  cursor: auto;
}

a span.product-img:hover {
  cursor: pointer;
}

/*
.product-img img:hover {
    opacity: 0;
}

.product-img:hover .product-zoom {
    opacity: 1;
}

.product-img .product-zoom {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
*/
.product-header,
.pay-header,
.blog-header-link {
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #40434b;
}

.product-header {
  margin: 0 0 1.5rem 0;
  color: #0163d2;
}

.blog-header-link {
  margin: 0.5rem 0 1rem 0;
  font-size: 1.2857142857rem;
  color: #0163d2;
}

.blog-details-link {
  font-size: 0.91rem;
  margin: 0 0 0.25rem 0;
  line-height: 1.5;
  font-weight: bold;
  color: #0163d2;
  text-decoration: underline;
  text-transform: uppercase;
}
.blog-details-link:hover {
  text-decoration: none;
}

.blog-img {
  margin: 0 1rem 1rem 0;
}

.blog-photo span {
  width: 7.143rem;
  margin: 0 1.5rem 1.5rem 0;
  font-size: 0.85rem;
  line-height: 1.1;
}
.blog-photo span img {
  border: 0.0714285714rem solid #d9d9db;
  margin-bottom: 0.5rem;
}

.blog-text h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.2857142857rem;
  color: #004899;
}
.blog-text h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.1428571429rem;
  color: #004899;
}

.product-link {
  text-decoration: underline;
  color: #0163d2;
}
.product-link:hover {
  text-decoration: none;
}

.product-data {
  font-size: 0.91rem;
  margin: 0 0 0.25rem 0;
  line-height: 1.5;
}
.product-data a {
  color: #0163d2;
  text-decoration: underline;
}
.product-data a:hover {
  text-decoration: none;
}

.product-details-link {
  font-size: 0.91rem;
  margin: 0 0 0.25rem 0;
  line-height: 1.5;
  font-weight: bold;
  color: #0163d2;
  text-decoration: underline;
}
.product-details-link:hover {
  text-decoration: none;
}

.product-order {
  margin: 0;
  padding: 1.5rem 0;
}

.product-price-strike {
  text-decoration: line-through;
  padding: 0 0.5rem;
  font-weight: 600;
}
.product-price-strike small {
  color: #40434b;
}

.product-amount {
  display: flex;
  align-items: center;
  margin: 1rem 0 0 0;
}
@media screen and (max-width: 380px) {
  .product-amount {
    flex-direction: column;
    align-items: start;
  }
}

.product-amount-label {
  display: flex;
  align-items: center;
  margin: 0 0.5rem 0 0;
}

.product-store-link {
  display: block;
  margin: 0.5rem 0;
  color: #0163d2;
  font-size: 0.8em;
  text-decoration: underline;
}
.product-store-link:hover {
  text-decoration: none;
}

.product-gallery {
  display: flex;
}

.product-gallery > * {
  display: flex;
  justify-content: center;
}

.product-gallery > *:last-child {
  justify-content: flex-end;
}

.product-gallery > *:first-child {
  justify-content: flex-start;
}

.product-gallery img {
  padding: 0 0 1.5rem 0;
  border: 0;
}

.product-qty {
  display: inline-flex;
  margin: 0 2rem 0 0;
}

.products-wrapper .product-tile {
  border: 0.0714285714rem solid #d9d9db;
  height: 245px;
  padding: 10px;
}
.products-wrapper .product-image-wrapper {
  height: 120px;
  max-width: 100%;
}
.products-wrapper .product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-wrapper .product-text {
  color: #40434b;
}
.products-wrapper .product-text header {
  font-weight: 800;
}
.products-wrapper .product-text header a {
  color: #40434b;
}
.products-wrapper .product-text header a:hover {
  text-decoration: underline;
}
.products-wrapper .product-text footer {
  padding-top: 2.1428571429rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .products-wrapper .product-text footer {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
  }
}
.products-wrapper .product-text footer .price {
  color: #4cb944;
  font-size: 1.1428571429rem;
  font-weight: 800;
}
@media screen and (max-width: 575.98px) {
  .products-wrapper .product-tile {
    display: flex;
    flex-flow: wrap;
    height: unset;
    border-left: none;
    border-right: none;
  }
  .products-wrapper .product-text {
    font-size: 1em;
  }
}

/* promo contact */
.contact-information {
  padding: 3rem 0;
  color: #fff;
  background: #0163d2;
}
.contact-information .btn-secondary:hover {
  text-decoration: none;
  color: #fff;
  border: 0.0714285714rem solid #3482db;
  background: rgba(52, 130, 219, 0.7);
}
.contact-information-tel {
  color: #fff;
}
.contact-information-tel:hover {
  opacity: 0.7;
  color: #fff;
}
.contact-information .authorization {
  border-left: 0.0714rem solid #fff;
  padding-left: 3rem;
}
.contact-information .authorization img {
  width: 12rem;
  height: auto;
  margin: 0;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(200%) contrast(200%);
}
@media screen and (max-width: 991.98px) {
  .contact-information .authorization img {
    width: 10.5rem;
  }
}
.contact-information .authorization p {
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .contact-information .authorization {
    padding-top: 1rem;
    padding-left: 0.8rem;
    border-left: 0;
    border-top: 0.0714rem solid #fff;
  }
}

/* end promo contact */
/* form */
.form-check-input {
  display: inline-block;
}

.form-checkox-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 10rem;
  padding: 1.0714285714rem;
  border: 0.0714285714rem solid #b3b4b7;
  border-radius: 1rem;
  cursor: pointer;
  text-align: center;
}
.form-checkox-label.active {
  border: 0.2142857143rem solid #0163d2;
}
.form-checkox-label.disabled {
  opacity: 0.4;
  cursor: auto;
}
.form-checkox-label span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-checkox-label strong {
  font-size: 1.2857142857rem;
}

.impel-form .form-group label {
  width: 100px;
  text-align: right;
}
.impel-form .form-group input[type=text],
.impel-form .form-group input[type=password] {
  width: 260px;
  margin-left: 30px;
}
.impel-form button {
  margin-left: 130px;
  width: 260px;
  height: 35px;
}

#login-page-register {
  font-size: 0.8rem;
}
#login-page-register button,
#login-page-register a.product-button {
  width: 100%;
  width: 260px;
  height: 35px;
}
#login-page-register .register-button {
  padding: 4px;
}
#login-page-register a.product-button {
  color: #fff;
}
#login-page-register a.product-button:hover {
  color: #0163d2;
}

.register-form input[type=password],
.register-form input[type=text],
.register-form input[type=phone],
.register-form select {
  width: 360px;
}
.register-form label {
  width: 150px;
  margin-right: 15px;
}
.register-form .form-check-label {
  width: 360px;
  margin-left: unset;
  padding-right: 20px;
}
.register-form .form-person-radio label {
  width: unset;
}

.error-msg {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #f33;
}

/* end form */
/* menu account */
.account-menu {
  margin: 2rem 0;
}

.account-menu ul {
  display: flex;
  position: relative;
  top: 0.142rem;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}

.account-menu li {
  margin: 0 1rem 0 0;
  padding: 0 0.25rem;
  text-align: center;
  background: #fff;
  border: 0.0714285714rem solid #d9d9db;
  border-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  z-index: 3;
}
@media screen and (max-width: 575.98px) {
  .account-menu li {
    margin: 0 0.6rem 0 0;
  }
}

.account-menu li:last-child {
  margin: 0;
}

.account-menu li:hover {
  background: #d9d9db;
}

.account-menu li a {
  display: block;
  font-weight: bold;
  color: #40434b;
}

.account-menu li a:hover {
  text-decoration: none;
}

.account-menu li a span {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 575.98px) {
  .account-menu li a span {
    font-size: 0.8rem;
    font-weight: 800;
    padding: 0.5rem;
  }
}

.account-menu li#active {
  background: #0163d2;
  border: 0.071rem solid #0163d2;
  border-bottom: 0;
}

.account-menu li:hover#active {
  background: #004899;
}

.account-menu li#active a {
  color: #fff;
}

.account-menu .brd-menu {
  display: block;
  position: relative;
  top: 0.142rem;
  line-height: 0.142rem;
  height: 0.142rem;
  z-index: 10;
  background-color: #d9d9db;
}

.account-menu ul#logout {
  float: right;
}

.account-menu ul#logout li {
  margin: 0;
  background: #ffafaf;
  border: 0.071rem solid #ffafaf;
}

.account-menu ul#logout li:hover {
  background: #ff0000;
  border: 0.071rem solid #ff0000;
}

.account-menu ul#logout li a {
  color: #fff;
}

/* end menu account */
/* pagination */
.links {
  margin: 2rem 0;
  text-align: center;
}
.links p {
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
}
.links #active, .links a, .links a.active, .links span {
  display: inline-block;
  width: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-decoration: none;
  color: #0163d2;
  border: 0.071rem solid #d9d9db;
  border-right: 0;
}
.links span {
  color: #d9d9db;
}
.links span img {
  filter: invert(100%) sepia(0%) saturate(1879%) hue-rotate(120deg) brightness(88%) contrast(93%);
}
.links #active, .links a.active {
  background: #0163d2;
  color: #fff;
  border: 0.071rem solid #0163d2 !important;
}
.links a:hover {
  background: #0163d2;
  border: 0.0714285714rem solid #0163d2;
  border-right: 0;
  color: #fff;
}
.links a:hover img {
  filter: invert(97%) sepia(85%) saturate(11%) hue-rotate(205deg) brightness(103%) contrast(103%);
}
.links img {
  width: 1.5rem;
  height: auto;
  filter: invert(20%) sepia(75%) saturate(5475%) hue-rotate(204deg) brightness(95%) contrast(99%);
}
.links > :first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.links > :last-child {
  border-right: 0.071rem solid #d9d9db;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* end pagination */
/* footer */
.footer {
  padding: 3.2142857143rem 0 0.7142857143rem 0;
  color: #cbcccd;
  background: #40434b;
  font-size: 1rem;
}
.footer a,
.footer a:active,
.footer a:hover,
.footer a:link {
  font-size: 1rem;
  color: #cbcccd;
}
.footer-logo {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 2.8571428571rem;
  line-height: 1;
  color: #696b70;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .footer-logo {
    font-size: 2.1428571429rem;
  }
}
.footer-menu {
  list-style: none;
  padding: 0;
}
.footer-menu a {
  margin-bottom: 0.5rem;
}
.footer-menu a:hover {
  color: #fff;
}
.footer-copy {
  margin-top: 1.7857142857rem;
  font-size: 0.8rem;
}
@media screen and (max-width: 991.98px) {
  .footer {
    padding: 2.5rem 0;
  }
}
.footer-authorization img {
  width: 11.6rem;
  height: auto;
  margin: 0 0 1rem 0;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(200%) contrast(200%);
  opacity: 0.25;
}

/* end footer */
.heading1 {
  color: #0163d2;
  padding-bottom: 1.5rem;
}

.category-display-options {
  font-size: 0.8rem;
  line-height: 28px;
  border-bottom: 0.0714285714rem solid #d9d9db;
}
.category-display-options .float-right .products-display-style {
  height: 28px;
}
.category-display-options .float-right .products-display-style img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button-inverse {
  background: transparent;
  color: #0163d2;
  border: 1px solid #cbcccd;
  text-transform: uppercase;
  font-weight: 700;
}
.button-inverse:hover {
  background: #0163d2;
  color: #fff;
}

.product-quantity {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  margin: 0;
  width: 70px;
  height: 40px;
}

.position-quantity-controls {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
}
.position-quantity-controls .quantity-controls-wrapper {
  position: relative;
  height: 100%;
  right: 16px;
  padding-left: 2px;
}
.position-quantity-controls .quantity-controls-wrapper i {
  position: absolute;
}
.position-quantity-controls .quantity-controls-wrapper .quantity-up {
  bottom: 0;
}
.position-quantity-controls .quantity-controls-wrapper .quantity-down {
  top: 0;
  padding-bottom: 5px;
}

.product-row ul {
  margin: 0;
}
.product-row .product-image-wrapper {
  width: 160px;
  height: 93px;
}
.product-row .product-image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.0714285714rem solid #d9d9db;
}
.product-row .product-text {
  font-size: 0.8rem;
}
.product-row .product-text input[type=number] {
  width: 50px;
}
.product-row .product-text input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-row .product-button {
  width: 170px;
  height: 40px;
  font-size: 0.9rem;
}
.product-row .product-button:hover {
  background: #fff;
  color: #0163d2;
  border: 1px solid #0163d2;
}
.product-row .button-inverse {
  width: 190px;
}
.product-row .button-inverse:hover {
  background: #0163d2;
  color: #fff;
}

.category-quantity-input {
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 0;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-appearance: textfield;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .category-image {
    width: 100%;
    height: auto;
  }
}

.single-product-row .product-image-wrapper {
  height: 215px;
}
.single-product-row .product-image-wrapper .product-image {
  height: 100%;
}

/* form */
.form-label {
  display: flex;
  padding-top: 0;
  align-items: flex-end;
  justify-content: flex-end;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 575.98px) {
  .form-label {
    justify-content: flex-start;
  }
}

.form-check-label {
  font-weight: 400;
}

.form h2 {
  margin-bottom: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 1.2857142857rem;
  color: #0163d2;
}

.form h2 span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}

.form h2.ok {
  margin: 2rem 0;
  font-weight: 700;
  font-size: 1.2rem;
  border: 0;
  color: #363636;
}

.form-row {
  margin-bottom: 1rem;
}

.form-group-hidden {
  display: none;
}

.readonly {
  background: #ccc;
}

.highlight {
  background-color: #9cfbbb !important;
}

/* end form */
/* popup */
.popup {
  position: relative;
  background: #fff;
  max-width: 50rem;
  margin: 0 auto;
  padding: 2rem 2rem 1rem 2rem;
  border-radius: 0.5rem;
}

.popup-content {
  position: relative;
  margin: 2rem 0 0 0;
  padding: 0 0 2rem 0;
}

.popup-product {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.product-header--popup {
  font-size: 1.2rem;
}

/* end popup */
/* store */
.store {
  margin-bottom: 1.5rem;
}

.store img {
  max-width: 4.2857142857rem;
  padding: 0 1rem 0 0;
  font-size: 0.6rem;
}

.store-row {
  width: 100%;
  margin: 0.5rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 0.0714285714rem solid #d9d9db;
}

.store-row:last-child {
  border-bottom: 0;
}

.store-link {
  display: block;
  margin: 0 0 0.5rem 0;
  font-size: 0.9rem;
  line-height: 1.2;
  text-align: left;
  color: #40434b;
}

/* end store */
/* processing path */
.processing-path-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  width: 100%;
}
.processing-path-wrapper span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #98999e;
  line-height: 1.1;
}
@media screen and (max-width: 575.98px) {
  .processing-path-wrapper span {
    font-size: 0.7rem;
  }
}
.processing-path-wrapper > div {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.processing-path-wrapper .active {
  background: #0163d2;
  border-color: #0163d2;
  color: #fff;
}
.processing-path-wrapper .enabled {
  background: #98999e;
  border-color: #98999e;
  color: #fff;
}
.processing-path-wrapper .enabled-text {
  color: #98999e;
}
.processing-path-wrapper:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.1428571429rem;
  height: 0.1428571429rem;
  width: 75%;
  margin: 0 auto;
  background: #98999e;
  content: "";
  z-index: -1;
}

.active-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0163d2;
}

.processing-path {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1428571429rem;
  height: 2.1428571429rem;
  background: #f0f0f1;
  color: #98999e;
  border-radius: 1.0714285714rem;
  margin: 0 auto 0.25rem auto;
  border: 0.1428571429rem solid #98999e;
  font-weight: 600;
}

.processing-path-mobile {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #0163d2;
  color: #fff;
  border-radius: 2rem;
}

/* end processing path */
/* select category */
.select-category {
  margin-bottom: 3rem;
}
.select-category h5 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}

/* endselect category */
/* error modal */
.form-alert h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #664d03;
}
.form-alert h3 {
  font-size: 1.1rem;
  font-weight: 700;
}
.form-alert .form-alert-text {
  margin-top: 1rem;
}
.form-alert dd {
  margin: 0;
}
.form-alert a {
  font-weight: 600;
  text-decoration: underline;
}
.form-alert a:hover {
  text-decoration: none;
}
.form-alert .alert-danger > * {
  color: #842029 !important;
}

/* end error modal */
/* basket */
.basket-header {
  text-transform: uppercase;
  color: #939497;
}

.basket-table-wrapper {
  border-top: 0.0714285714rem solid #d9d9db;
}
@media screen and (max-width: 767.98px) {
  .basket-table-wrapper {
    border-top: none;
  }
}
.basket-table-wrapper .basket-table {
  padding-top: 0.5rem;
}
.basket-table-wrapper .basket-table:last-child {
  border-color: #cbcccd;
}
.basket-table-wrapper .basket-table > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .basket-table-wrapper .basket-table > div {
    justify-content: start;
    align-items: start;
  }
}
.basket-table-wrapper .basket-table > div:first-child {
  justify-content: left;
}
.basket-table-wrapper .basket-table > div:first-child a {
  font-size: 0.9rem;
  line-height: 1.2;
  color: #40434b;
}
.basket-table-wrapper .basket-table > div:first-child a:hover {
  text-decoration: underline;
}
.basket-table-wrapper .basket-table > div:first-child img {
  width: 4.6428571429rem;
  height: auto;
  border: 0.0714285714rem solid #d9d9db;
}
.basket-table-wrapper .basket-table > div hr {
  width: 100%;
  height: 0.0714285714rem;
  margin: 0;
  margin: 0.7142857143rem 0 0 0;
  background: #ececed;
}
.basket-table-wrapper .basket-table-notice {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.2rem 0.5rem;
  color: #fff;
  background: #004899;
  text-transform: uppercase;
  font-size: 0.7rem;
  border: 0;
  border-radius: 0.5rem 0.5rem 0 0;
}
.basket-table-wrapper .basket-table-notice:hover {
  background: #0163d2;
}
.basket-table-wrapper .basket-table .product-qty {
  margin: 0;
}
.basket-table-wrapper .basket-table-close img {
  width: 1.7rem !important;
  height: 1.7rem !important;
  filter: invert(20%) sepia(75%) saturate(5475%) hue-rotate(204deg) brightness(95%) contrast(99%);
}
.basket-table-wrapper .basket-table-close img:hover {
  opacity: 0.75;
}
.basket-table-wrapper .basket-table-close--mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 2rem;
  border: 0.0714285714rem solid #d9d9db !important;
  border-radius: 100%;
}
.basket-table-wrapper .basket-table-close--mobile img {
  border: 0 !important;
}

.basket-calc {
  display: inline-flex;
  margin: 1rem 0 3rem 0;
  text-align: right;
  float: right;
}

.basket-note {
  margin-top: 0.7142857143rem;
  padding-top: 0.7142857143rem;
  border-top: 0.0714285714rem dashed #d9d9db;
  font-size: 0.9rem;
}

/* end basket */
.payment-method-container {
  display: flex;
}
.payment-method-container .active {
  border: 2px solid #0163d2;
}

.impel-square {
  width: 150px;
  height: 100px;
  border: 1px solid #98999e;
  border-radius: 15px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.impel-square h5 {
  width: 120px;
  position: absolute;
  bottom: 0;
}

.register-form:before {
  display: table;
}

.process-other-address input[type=checkbox] {
  margin-top: 5px;
}

.process-summary-wrapper {
  position: relative;
  padding: 25px 15px 25px 0;
}

.process-summary-wrapper:after {
  content: "";
  background: #cbcccd;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 50%;
}

/* privacy policy  */
.privacy-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #004899;
  border: 0.0714285714rem solid #004899;
  color: #fff;
  z-index: 10000;
}

.privacy {
  margin: 0;
  padding: 1rem;
  text-align: center;
  font-size: 0.9rem;
}

.privacy a {
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  text-decoration: underline;
}

.privacy a:hover {
  text-decoration: none;
}

/* end privacy policy  */
/* modal */
.modal-content {
  background: #fff;
  border: 0.0714285714rem solid #d9d9db;
  padding: 0.142rem;
}
.modal-content .modal-header {
  padding: 1rem;
  border-bottom: 0;
  background: #0163d2;
  color: #fff;
}
.modal-content .modal-header .modal-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}
.modal-content .modal-header .btn-close {
  filter: invert(100%) sepia(23%) saturate(1%) hue-rotate(26deg) brightness(104%) contrast(101%);
  opacity: 1;
}
.modal-content .modal-header .btn-close:hover {
  opacity: 0.5;
}
.modal-content .modal-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 600;
}
.modal-content .modal-footer {
  border: 0;
}
.modal-content .modal-img {
  margin: 2rem 0;
  text-align: center;
}

/* end modal */
/* strona błędu http */
.http-error {
  max-width: 500px;
  margin: 3rem auto;
  padding: 0;
  border: 0.071rem solid #4482C0;
  color: #fff;
}
.http-error h2 {
  margin: 0;
  padding: 0.5rem 2rem 0.5rem 2.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  background: #0163d2 url("/gfx/important.png") no-repeat 5px 6px;
}
.http-error h3 {
  margin: 20px 0;
  font-weight: 700;
  color: #0163d2;
  text-align: center;
}
.http-error p {
  text-align: center;
  color: #0163d2;
}
.http-error img {
  margin: 1rem 2rem;
}
.http-error a {
  color: #0163d2;
}
.http-error dl {
  padding: 0.5rem;
  color: #0163d2;
}
.http-error dd {
  margin: 0;
  color: #0163d2;
}
.http-error dt {
  font-weight: 600;
  float: left;
  padding-right: 0.5rem;
  color: #0163d2;
}
.http-error dd.msg {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 1rem 0.5rem;
  color: #0163d2;
}

/* end strona błędu http */
@media screen and (max-width: 767.98px) {
  .text iframe {
    width: 100% !important;
  }
}

.toast-delivery {
  top: 79%;
  color: #fff !important;
  z-index: 10001;
}
@media screen and (max-width: 1399.98px) {
  .toast-delivery {
    top: 64%;
  }
}
@media screen and (max-width: 1199.98px) {
  .toast-delivery {
    top: 62%;
  }
}
@media screen and (max-width: 991.98px) {
  .toast-delivery {
    top: 60%;
  }
}
@media screen and (max-width: 767.98px) {
  .toast-delivery {
    top: 60%;
  }
}

/* baner promocyjny */
.promo {
  border: 1px solid #d9d9db;
}
.promo :hover {
  cursor: pointer;
}
.promo > div {
  background-color: #e9eefc;
}
@media screen and (max-width: 991.98px) {
  .promo > div {
    background-color: #fff;
  }
}
.promo-text {
  position: relative;
  padding: 1rem 0 1rem 7.5rem;
  z-index: 2;
}
@media screen and (max-width: 1199.98px) {
  .promo-text {
    padding: 1rem 0 1rem 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  .promo-text {
    padding: 1rem;
    text-align: center;
  }
}
.promo-text--header {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  margin: 0 0 0.5rem 0;
  color: #40434b;
}
.promo-text--subheader {
  position: relative;
  font-size: 1.3rem;
  color: #40434b;
}
.promo-text .btn-primary {
  z-index: 3;
}
.promo-img {
  display: flex;
  justify-content: end;
  text-align: right;
  background: #e9eefc url("/gfx/banner-bg-circle-white.png") no-repeat 190% 40%;
}
.promo-img img {
  margin: auto 20%;
}
@media screen and (max-width: 1399.98px) {
  .promo-img {
    background-position: -46% 70%;
  }
}
@media screen and (max-width: 1199.98px) {
  .promo-img {
    background-position: 0 70%;
  }
}
@media screen and (max-width: 991.98px) {
  .promo-img {
    background: #e9eefc;
    text-align: center;
    justify-content: center;
  }
}

/* karuzela */
.carousel-control-next {
  justify-content: start;
  padding-left: 11.5%;
}
@media screen and (max-width: 991.98px) {
  .carousel-control-next {
    padding-left: 5.5%;
  }
}

.carousel-control-prev {
  justify-content: end;
  padding-right: 11.5%;
}
@media screen and (max-width: 991.98px) {
  .carousel-control-prev {
    padding-right: 5.5%;
  }
}

.toast-body a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.toast-body a:hover {
  text-decoration: none;
}
.toast-body img {
  float: left;
  width: 2.5rem;
  height: auto;
  margin-right: 1rem;
}

.btn-product-add,
inpost-izi-button {
  width: 180px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.btn-product-add {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: normal;
  padding: 0 10px;
}

