.bg__light-grey {
  background: #f9f9f9;
}

.btn-primary {
  background: #F2E600;
  color: #000;
  border: none;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #F2E600;
}
.btn-primary:hover, .btn-primary:focus {
  color: #572D83;
  background: #fff;
  border: 1px solid #572D83;
  box-shadow: none;
}
.btn-primary:active {
  color: #202020 !important;
  background-color: #fff !important;
  border: 1px solid #572D83 !important;
  box-shadow: none !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #000;
  background-color: #FFF793;
  border-color: #FFF793;
}

.btn-secondary {
  color: #572D83;
  background: #fff;
  border: none;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #572D83;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #572D83;
  color: #fff;
  border: 1px solid #572D83;
  box-shadow: none;
}
.btn-secondary:active {
  background-color: #572D83 !important;
  color: #fff !important;
  border: 1px solid #572D83 !important;
  box-shadow: none !important;
}

.product-line-grid {
  align-items: center;
}
.product-line-grid:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
.product-line-grid__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .product-line-grid__row {
    flex-wrap: nowrap;
  }
}
.product-line-grid__block {
  padding: 0 0.625rem;
}
.product-line-grid__block--image {
  align-self: flex-start;
  flex: 0 0 80px;
  max-width: 80px;
  order: -3;
}
@media (min-width: 768px) {
  .product-line-grid__block--image {
    align-self: center;
    flex: 0 0 100px;
    max-width: 100px;
  }
}
.product-line-grid__block--prod {
  order: -2;
  flex: 0 0 calc(100% - 5rem - 3.125rem);
  max-width: calc(100% - 5rem - 3.125rem);
}
@media (min-width: 768px) {
  .product-line-grid__block--prod {
    flex: 1 1 auto;
    max-width: inherit;
  }
}
.product-line-grid__block--qty {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0.9375rem 0 0;
}
@media (min-width: 768px) {
  .product-line-grid__block--qty {
    margin: 0;
    flex: 0 0 8.125rem;
    max-width: 8.125rem;
  }
}
.product-line-grid__block--total {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0.9375rem 0 0;
  text-align: right;
}
@media (min-width: 768px) {
  .product-line-grid__block--total {
    margin: 0;
    text-align: center;
    flex: 0 0 7.5rem;
    max-width: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .product-line-grid__block--total {
    flex: 0 0 9.375rem;
    max-width: 9.375rem;
  }
}
.product-line-grid__block--delete {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .product-line-grid__block--delete {
    align-self: flex-start;
    order: -1;
    padding-top: 0.3125rem;
  }
}

.checkout-step:not(:first-child) {
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.checkout-step__header {
  border-bottom: 0;
}
.checkout-step .step-number {
  display: inline-block;
}
.checkout-step .content {
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkout-step .content,
.checkout-step .done,
.checkout-step .step-edit {
  display: none;
}
.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkout-step.-current .step-title {
  cursor: default;
}
.checkout-step.-current .content {
  display: block;
}
.checkout-step.-reachable.-complete .done {
  display: inline-block;
}
.checkout-step.-reachable.-complete .content {
  display: none;
}
.checkout-step.-current.-reachable.-complete .done,
.checkout-step.-current.-reachable.-complete .step-edit {
  display: none;
}
.checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block;
}
.checkout-step.-current.-reachable.-complete .content {
  display: block;
}

.js-payment-binary {
  display: none;
}
.js-payment-binary .accept-cgv {
  display: none;
}
.js-payment-binary.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.js-payment-binary.disabled::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
}
.js-payment-binary.disabled .accept-cgv {
  display: block;
}

.checkout-option__col--thumb {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
}
@media (min-width: 576px) {
  .checkout-option__col--thumb {
    flex: 0 0 3.75rem;
    max-width: 3.75rem;
  }
}

.checkout-option-block {
  position: relative;
}
.checkout-option-block > input {
  position: absolute;
  left: -99999em;
}
.checkout-option-block.selected .card {
  border-color: #007bff;
}

.cart-section {
  height: -moz-fit-content;
  height: fit-content;
}
.cart-section hr {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.cart-section .basket_item_description .name {
  font-weight: 700;
  font-size: 18px;
}
.cart-section .basket_item_description .attribute-name {
  font-size: 13px;
  font-weight: 700;
}
.cart-section .basket_item_description .priceForOne {
  color: #787878;
}
.cart-section .basket_item_description .unit_price {
  font-weight: 700;
}
.cart-section .price-and-quantity {
  text-align: right;
}
@media (max-width: 768px) {
  .cart-section .price-and-quantity .product-price {
    padding-top: 7px;
  }
}
.cart-section .price-and-quantity .price-total {
  font-weight: 700;
  font-size: 18px;
}
.cart-section .price-and-quantity .js-cart-line-product-quantity {
  background-color: inherit;
  border: none;
}
.cart-section .price-and-quantity .bootstrap-touchspin {
  margin-right: 0;
  text-align: right;
  max-width: 120px;
  border: none;
}
.cart-section .price-and-quantity .bootstrap-touchspin .btn {
  background-color: inherit;
  font-weight: 900;
  color: #202020;
  font-size: 25px;
}

.remove-from-cart {
  position: absolute;
  bottom: 0px;
}
.remove-from-cart:hover, .remove-from-cart:focus {
  text-decoration: none;
}
.remove-from-cart button {
  padding: 0;
  color: #787878;
}
.remove-from-cart button:hover, .remove-from-cart button:focus {
  color: #787878;
}
.remove-from-cart button svg {
  margin-right: 10px;
}

.remove-from-cart-mobile:hover, .remove-from-cart-mobile:focus {
  text-decoration: none;
}
.remove-from-cart-mobile button {
  padding: 0;
  color: #787878;
}
.remove-from-cart-mobile button:hover, .remove-from-cart-mobile button:focus {
  color: #787878;
}
.remove-from-cart-mobile button svg {
  margin-right: 10px;
}

#shipping_section {
  background: #f9f9f9;
}
#shipping_section .shipping_header {
  font-weight: 400;
}

.js-delivery-and-payment .load {
  display: none;
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background: rgb(54, 54, 54);
  background: radial-gradient(circle, rgba(54, 54, 54, 0.8) 20%, rgba(255, 255, 255, 0.8) 100%);
  top: 0;
  left: 0;
}
.js-delivery-and-payment .load .centerer {
  position: relative;
  width: 100%;
  height: 100%;
}
.js-delivery-and-payment .load .centerer #loader_brand {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -55px;
  animation: jump-shaking 0.83s infinite;
}
@keyframes jump-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(-9px);
  }
  35% {
    transform: translateY(-9px) rotate(17deg);
  }
  55% {
    transform: translateY(-9px) rotate(-17deg);
  }
  65% {
    transform: translateY(-9px) rotate(17deg);
  }
  75% {
    transform: translateY(-9px) rotate(-17deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.js-delivery-and-payment.loading .load {
  display: block;
}

#payment_section {
  background: #f9f9f9;
}
#payment_section .shipping_header {
  font-weight: 400;
}

.checkout_shadow .radio {
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  color: #787878;
}

.checkout_shadow .radio label {
  padding: 17px 10px;
}

.checkout_shadow .radio.checked {
  border: 1px solid #363636;
  font-weight: 700;
}

.checkout_shadow .radio input[type=radio] {
  accent-color: #363636;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.checkout_shadow .radio input[type=radio]:checked {
  outline-color: #363636;
  background-color: #363636;
  accent-color: #363636;
}

.float-end {
  float: right !important;
}

.cart-summary {
  font-weight: 400;
}

.cart-bg {
  background: #f9f9f9;
}

#cart .featured-products {
  background: #f9f9f9;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-top: 20px !important;
}

#cart .featured-products__title {
  text-transform: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}

#cart .product-slider {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-right: 0;
  margin-left: 0;
}

.gift_selected {
  border: 1px solid black;
}

.checkout_shadow .radio label {
  font-size: 16px;
  color: #787878;
}
.checkout_shadow .radio label.checked-ship, .checkout_shadow .radio label.checked-pay {
  font-weight: 700;
}
.checkout_shadow .checked-skip-div, .checkout_shadow .checked-pay-div {
  border: 1px solid black;
}

#delivery_country_form {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
#delivery_country_form h5 {
  text-wrap: nowrap;
  margin: 0;
  line-height: 37px;
}

#shipping_section .radio {
  position: relative;
}
#shipping_section .radio .h_label {
  position: absolute;
  top: -7px;
  right: -1px;
  background-color: #572D83;
  font-size: 12px;
  color: #F2E600;
  width: 105px;
  text-align: center;
}
#shipping_section .radio .h_info {
  color: #AEAEAE;
}
#shipping_section .radio .price_grn,
#shipping_section .radio .h_info.grn {
  color: #572D83;
}
#shipping_section .radio input[type=radio] {
  margin-top: 15px;
}
#shipping_section .radio .price_def {
  color: #AEAEAE;
  margin-right: 5px;
  text-decoration: line-through;
}

body#checkout .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
body#checkout .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
body#checkout .mt-3 {
  margin-top: 1rem !important;
}
body#checkout #order-contents {
  font-size: 1rem;
}
body#checkout .text-right {
  text-align: right;
}
@media (min-width: 768px) {
  body#checkout .text-md-end {
    text-align: right !important;
  }
}
body#checkout header .container-fluid {
  color: #000;
}
body#checkout header .container-fluid strong {
  font-size: 16px;
  margin-left: 8px;
  padding-right: 3px;
}
body#checkout header .container-fluid .text-right {
  text-align: right;
}
@media (min-width: 768px) {
  body#checkout header .container-fluid .text-md-end {
    text-align: right !important;
  }
}

#steps .nav-pills {
  gap: 10px;
}

#steps .nav-pills::before {
  content: "";
  width: 100%;
  border-bottom: solid 2px #e6e6e6;
  position: absolute;
  top: 30%;
  z-index: -1;
}

#steps .step__li {
  text-align: center;
}

@media (min-width: 768px) {
  #steps .step__li {
    min-width: 104px;
    background: white;
    margin-right: 50px;
    font-size: 14px;
  }
}
#steps .step__li a {
  font-weight: 700;
  font-size: 14px;
  color: #aeaeae;
}

@media (max-width: 767.98px) {
  #steps .step__li {
    min-width: 80px;
  }
}
@media (max-width: 340px) {
  #steps .step__li {
    min-width: 48px;
  }
  #steps .step__li a {
    font-weight: 700;
    font-size: 10px;
  }
}
#steps .step__li .active {
  color: #363636;
}

#steps .step__li .active .number {
  border: 1px solid #F2E600;
  background: #F2E600;
  color: #202020;
}

#steps .step__li .number {
  font-weight: 700;
  font-size: 20px;
  background: white;
  border: 1px solid #aeaeae;
  color: #aeaeae;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.input-group label {
  position: absolute;
  top: -20px;
  font-size: 13px;
}

.input-group input {
  border: 1px solid #aeaeae;
  width: 100%;
  border-radius: 0;
}

.form-control {
  border-radius: 0;
  background: #f9f9f9;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

#checkout #delivery-address .delivery-address__country span {
  font-weight: normal;
  margin-right: 2px;
  font-size: 16px;
}
#checkout #delivery-address .delivery-address__country b {
  font-size: 16px;
}
#checkout #delivery-address .delivery-address__country i {
  margin-left: 5px;
}
#checkout #delivery-address .delivery-address__country small {
  font-size: 0.875em;
}
#checkout #delivery-address .delivery-address__invoice .invoice_title {
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
}
#checkout #delivery-address .delivery-address__invoice .delivery-address_country span {
  font-weight: normal;
  margin-right: 2px;
  font-size: 16px;
}
#checkout #delivery-address .delivery-address__invoice .delivery-address_country b {
  font-size: 16px;
}
#checkout #delivery-address .delivery-address__invoice .delivery-address_country i {
  margin-left: 5px;
}
#checkout #delivery-address .delivery-address__invoice .delivery-address_country small {
  font-size: 15px;
}
#checkout .easypack-widget.mobile .easypack-search-widget .search-group {
  padding: 12px;
}
@media (max-width: 767.98px) {
  #checkout .easypack-widget.mobile .easypack-search-widget .search-input {
    text-overflow: ellipsis;
  }
}
#checkout .easypack-widget .easypack-search-widget #searchLoader {
  padding-top: 18px;
  padding-left: 0;
}
#checkout .easypack-widget .loading-icon-wrapper {
  margin: auto;
}
#checkout .easypack-widget .map-list-row .map-list-flex .map-widget .status-bar {
  right: 0;
  top: 30%;
  left: 0;
}
#checkout .easypack-widget .map-list-row .map-list-flex .map-widget .status-bar .current-status {
  margin: auto;
}

.checkbox_invoice_address,
.checkbox_vat {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox_invoice_address input[type=checkbox],
.checkbox_vat input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox_invoice_address .checkmark,
.checkbox_vat .checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #363636;
}
.checkbox_invoice_address input:checked ~ .checkmark,
.checkbox_vat input:checked ~ .checkmark {
  background-color: #363636;
}
.checkbox_invoice_address .checkmark:after,
.checkbox_vat .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox_invoice_address input:checked ~ .checkmark:after,
.checkbox_vat input:checked ~ .checkmark:after {
  display: block;
}
.checkbox_invoice_address .checkmark:after,
.checkbox_vat .checkmark:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
}

.fv_block {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.6s ease;
  height: 0;
}

.fv_block .nazwa {
  padding-top: 35px;
  padding-bottom: 35px;
}

.fv_block.animation {
  overflow: visible;
  opacity: 1;
  height: 146px;
}

#order-confirmation #content-hook_payment_return .price {
  bottom: 0;
}
