.cart__theme {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background: #FAFAFA;
}
.cart__theme .uk-cart-logo-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.cart__theme .uk-cart-logo-container .uk-webcertificate {
  width: 100%;
  max-width: 106px;
  margin-left: 30px;
}
@media (min-width: 900px) {
  .cart__theme .uk-cart-logo-container {
    position: relative;
  }
  .cart__theme .uk-cart-logo-container .uk-webcertificate {
    position: absolute;
    top: 0;
  }
}
@media (min-width: 701px) and (max-width: 880px) {
  .cart__theme .cart__theme-footer-uk {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cart__theme .uk-cart-logo-container {
    flex-direction: column;
    align-items: start;
  }
  .cart__theme .uk-cart-logo-container .uk-webcertificate {
    margin-top: 5px;
    margin-left: 0;
  }
}
@media (max-width: 460px) {
  .cart__theme .uk-cart-logo-container {
    flex-direction: column;
  }
}
.cart__theme-header {
  height: 70px;
  width: 100%;
  background: #fff;
}
.cart__theme-header-logo {
  max-height: 75px;
}
@media (max-width: 700px) {
  .cart__theme-header-logo {
    max-width: 45vw;
  }
}
.cart__theme-header-logo--svg {
  width: 300px;
  position: relative;
  left: -55px;
}
@media (max-width: 700px) {
  .cart__theme-header-logo--svg {
    max-width: 50vw;
  }
}
@media (max-width: 600px) {
  .cart__theme-header-logo--svg {
    left: -19px;
  }
}
.cart__theme-header-content {
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .cart__theme-header-content {
    max-width: 1100px;
  }
}
.cart__theme-header-icon {
  color: #555;
  font-size: 0.8em;
}
.cart__theme-header-secure {
  color: #555;
  font-size: 20px;
}
@media (max-width: 700px) {
  .cart__theme-header-secure {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .cart__theme-header {
    margin: 0 3%;
    width: 94%;
  }
}
.cart__theme-content {
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.cart__theme-footer {
  height: 90px;
  width: 100%;
  background: #fff;
  padding: 0 25px;
}
.cart__theme-footer .logo-footer--svg {
  max-width: 300px;
  width: 100%;
  position: relative;
  top: 0;
  left: -16px;
  margin-bottom: -15px;
}
@media (max-width: 700px) {
  .cart__theme-footer {
    height: 220px;
  }
}
.cart__theme-footer-right {
  display: flex;
}
@media (max-width: 700px) {
  .cart__theme-footer-right {
    width: 100%;
    justify-content: space-around;
  }
}
.cart__theme-footer-content {
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  height: 90px;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .cart__theme-footer-content {
    flex-direction: column-reverse;
    justify-content: space-around;
    height: 220px;
  }
}
.cart__theme-footer-copyright {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 0.8em;
  color: #999;
}
@media (max-width: 700px) {
  .cart__theme-footer-copyright {
    font-size: 1em;
  }
}
.cart__theme-footer-tab {
  display: flex;
  align-items: center;
}
.cart__theme-footer-tab:not(:first-of-type) {
  margin-left: 10px;
}
@media (max-width: 700px) {
  .cart__theme-footer-tab:not(:first-of-type) {
    margin-left: 0;
  }
}
.cart__theme-footer-tab-right {
  margin-left: 10px;
}
@media (max-width: 700px) {
  .cart__theme-footer-tab-right {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  .cart__theme-footer-tab {
    flex-direction: column;
    text-align: center;
  }
}
.cart__theme-footer-tab-text {
  margin: 0;
  color: #999;
}
@media (max-width: 700px) {
  .cart__theme-footer-tab-text {
    line-height: 13px;
    margin-top: -1px !important;
    padding: 0 5px;
  }
}

.product-cart-2 {
  font-size: 14px;
  /* top right*/
}
.product-cart-2 .gift-info {
  margin-left: 20px;
  margin-right: 20px;
}
.product-cart-2 .cart-price-total-product-title,
.product-cart-2 .cart-price-total-shipping-title,
.product-cart-2 .cart-price-total-rabat-title {
  font-size: 16px;
  line-height: 24px;
  color: #19191a;
  font-weight: 400;
}
.product-cart-2 .cart-price-total-product-title--green,
.product-cart-2 .cart-price-total-shipping-title--green,
.product-cart-2 .cart-price-total-rabat-title--green {
  font-weight: 900;
  color: #09cb23;
}
.product-cart-2 .cart-price-shipping-free {
  color: var(--leadingColor4);
  font-weight: bold;
}
.product-cart-2 .product-cart-separator {
  margin: 15px 0 0 0;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid #ebedf3;
}
.product-cart-2 .cart-coupon-list .item {
  font-size: 16px;
  line-height: 24px;
  color: #19191a;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-cart-2 .cart-coupon-list .item--first {
  margin-top: 8px;
  margin-bottom: 8px;
}
.product-cart-2 .cart-coupon-list .item .icon {
  margin-top: -4px;
  margin-right: 4px;
}
.product-cart-2 .cart-coupon-list .item .cart-coupon-list-link-item:hover {
  text-decoration: none;
}
.product-cart-2 .cart-coupon-list .item .red {
  color: #de3d3d;
}
.product-cart-2 .cart-info {
  border: none;
  background-color: #f5f6fa;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  margin: 0;
}
.product-cart-2 .cart-info--second .cart-coupon-box {
  padding-top: 15px;
  padding-bottom: 9px;
}
.product-cart-2 .cart-info--second .cart-coupon-box .coupon-label-error {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
  color: red;
  display: none;
}
.product-cart-2 .cart-info--second .cart-coupon-box .coupon-label-error.active {
  display: block;
}
.product-cart-2 .cart-info .payment-method-desc {
  display: none;
}
.product-cart-2 .cart-info > .col-12 {
  padding-left: 20px;
  padding-right: 20px;
}
.product-cart-2 .cart-e-invoice {
  border-bottom: 2px solid #ebedf3;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-cart-2 .cart-e-invoice .btn-primary {
  margin-top: 10px;
  height: 40px;
}
.product-cart-2 .cart-e-invoice .invoice-desc {
  font-weight: 400;
}
.product-cart-2 .cart-e-invoice .invoice-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-cart-2 .cart-e-invoice .invoice-header:hover {
  cursor: pointer;
}
.product-cart-2 .cart-e-invoice .invoice-header .invoice-header-title {
  font-size: 16px;
  line-height: 28px;
  color: #19191a;
  font-weight: bold;
  margin-bottom: 0;
}
.product-cart-2 .cart-e-invoice .invoice-header .icon {
  color: var(--leadingColor4);
}
.product-cart-2 .cart-e-invoice .invoice-header .icon.down {
  transform: rotateX(180deg);
}
.product-cart-2 .cart-e-invoice .invoice-body .invoice-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.product-cart-2 .cart-e-invoice .invoice-body .invoice-info-wrapper .invoice-info {
  font-size: 14px;
  font-weight: 400;
  color: var(--leadingColor4);
  margin-bottom: 5px;
}
.product-cart-2 .cart-e-invoice .invoice-body .invoice-info-wrapper .icon:hover {
  cursor: pointer;
}
.product-cart-2 .cart-e-invoice .invoice-body .invoice-info-body .text {
  font-size: 14px;
  font-weight: bold;
  color: #19191a;
}
.product-cart-2 .cart-e-invoice .invoice-body .invoice-info-body .e-invoice-email-container {
  display: none;
}
.product-cart-2 .cart-e-invoice .invoice-body .nice-field-input:placeholder-shown:not(:-webkit-autofill):not(:focus) + .nice-field-placeholder {
  transform: translateY(21px);
}
.product-cart-2 .cart-e-invoice .invoice-body .nice-field-input {
  border-color: #e1e4eb;
  border-radius: 5px;
}
.product-cart-2 .cart-e-invoice .invoice-body .nice-field-input:focus {
  box-shadow: none;
}
.product-cart-2 .cart-e-invoice .invoice-body #invoice-email[disabled] {
  background-color: inherit;
  cursor: not-allowed;
}
.product-cart-2 .cart-e-invoice .invoice-body #edit-e-invoice-email-link {
  background-color: var(--leadingColor4);
  cursor: pointer;
}
.product-cart-2 .cart-e-invoice #e-invoice-email-show .nice-field {
  margin-top: 0;
}
.product-cart-2 .cart-e-invoice .invoice-info-paper-header {
  margin-top: 16px;
}
.product-cart-2 .cart-e-invoice .invoice-info-paper-header label {
  font-size: 16px;
  font-weight: 400;
  color: #767678;
}
.product-cart-2 .cart-e-invoice .invoice-info-paper-header label:before {
  background-color: #fff;
}
.product-cart-2 .cart-e-invoice .invoice-info-paper .alert-success {
  margin-top: 10px;
  display: none;
}
.product-cart-2 .cart-e-invoice .invoice-info-paper-body {
  display: none;
}
.product-cart-2 .cart-coupon-box {
  text-align: left;
  border-bottom: 2px solid #ebedf3;
  text-align: right;
  padding-bottom: 12px;
  padding-right: 0px;
}
.product-cart-2 .cart-coupon-box .icon {
  color: var(--leadingColor4);
}
.product-cart-2 .cart-coupon-box input.form-control {
  font-family: "Lato", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #495057;
  padding-top: 11px;
  padding-bottom: 11px;
  height: 52px;
}
.product-cart-2 .cart-coupon-box input.form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.product-cart-2 .cart-coupon-box input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9c9d9f !important;
}
.product-cart-2 .cart-coupon-box input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #9c9d9f !important;
}
.product-cart-2 .cart-coupon-box input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #9c9d9f !important;
}
.product-cart-2 .cart-coupon-box input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #9c9d9f !important;
}
.product-cart-2 .cart-coupon-box #button-coupon-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-cart-2 .cart-coupon-box #button-coupon-toggle .icon {
  transition: all 0.3s;
}
.product-cart-2 .cart-coupon-box #button-coupon-toggle .icon.down {
  transform: rotateX(180deg);
}
@media (max-width: 991px) {
  .product-cart-2 .cart-coupon-box #button-coupon-toggle {
    text-align: left;
  }
}
.product-cart-2 .cart-coupon-box .cart-button-coupon-set {
  background-color: var(--leadingColor4);
  color: #fff;
  font-size: 16px;
  text-transform: inherit;
  font-family: "Lato", Sans-Serif;
  line-height: 24px;
  margin-left: 10px;
  height: 52px;
  transition: all 0.3s;
  border-radius: 5px !important;
}
.product-cart-2 .cart-coupon-box .cart-button-coupon-set:hover {
  background-color: var(--leadingColor4Hover);
}
.product-cart-2 .cart-coupon-box .cart-button-coupon-set.hide {
  display: none;
}
.product-cart-2 .cart-coupon-box > a {
  font-size: 16px;
  line-height: 28px;
  text-transform: inherit;
  color: #19191a;
  font-weight: bold;
}
.product-cart-2 .cart-next-button {
  text-transform: inherit;
  font-size: 16px;
  line-height: 24px;
  height: 54px;
  box-shadow: none;
  border: none;
  background-color: var(--leadingColor4) !important;
  transition: all 0.3s;
  margin: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-cart-2 .cart-next-button:hover {
  background-color: var(--leadingColor4Hover) !important;
}
.product-cart-2 .coupon-info {
  margin-top: 10px;
}
.product-cart-2 .coupon-info p {
  font-size: 12px;
  color: #969799;
}
.product-cart-2 .coupon-info p span {
  color: var(--leadingColor4);
}
.product-cart-2 .cart-price-total-product,
.product-cart-2 .cart-price-total-shipping,
.product-cart-2 .cart-price-total-rabat {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-cart-2 .cart-price-total-rabat {
  margin-top: 12px;
  color: #000;
}
.product-cart-2 .cart-price-total-product-net, .product-cart-2 .cart-price-total-product-gross,
.product-cart-2 .cart-price-total-shipping-net,
.product-cart-2 .cart-price-total-rabat-net,
.product-cart-2 .cart-coupon-list .item .red {
  font-weight: bold;
}
.product-cart-2 .cart-price-total-product-net--green,
.product-cart-2 .cart-price-total-shipping-net--green,
.product-cart-2 .cart-price-total-rabat-net--green,
.product-cart-2 .cart-coupon-list .item .red--green {
  font-weight: 900;
  color: #09cb23;
}
.product-cart-2 .cart-price-total-rabat-net .red {
  font-size: 16px;
  color: red;
}
.product-cart-2 .cart-price-total-all {
  margin-top: 8px;
}
.product-cart-2 .cart-price-total-all .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-cart-2 .cart-price-total-all > span {
  text-align: right;
  font-size: 16px;
  font-family: "Lato";
}
.product-cart-2 .cart-price-total-all-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #19191a;
  font-family: "Lato", Sans-Serif;
}
.product-cart-2 .cart-price-total {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: var(--leadingColor4);
  font-family: "Lato", Sans-Serif;
}
.product-cart-2 .cart-price-total .rate {
  font-size: 15px;
}
@media (max-width: 767px) {
  .product-cart-2 .cart-price-total {
    text-align: right;
  }
}
@media (max-width: 400px) {
  .product-cart-2 .cart-price-total {
    line-height: 21px;
  }
}
.product-cart-2 .cart-price-total-all-net,
.product-cart-2 .cart-price-total-all-net > span {
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #646466;
}
.product-cart-2 .cart-price-total-all-net {
  font-size: 12px !important;
  line-height: 12px;
  font-weight: 400;
  margin-top: -7px;
}
.product-cart-2 .cart-info-bottom-text {
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #969799;
}
.product-cart-2 .cart-info-bottom-text .icon {
  margin-right: 10px;
}
.product-cart-2 .cart-products-wrapper {
  width: 100%;
}
.product-cart-2 .cart-products-empty h2 {
  text-transform: none;
}
.product-cart-2 .cart-product-container {
  border: 1px solid #e1e4eb;
  border-left: 1px solid #e1e4eb;
  border-radius: 10px;
}
.product-cart-2 .cart-upselling-products {
  display: block;
  width: 100%;
  margin: 30px 0 10px 0;
  text-align: left;
}
.product-cart-2 .cart-upselling-products span {
  color: var(--leadingColor4);
}
.product-cart-2 .cart-upselling-products .remove-all-upselling {
  color: #F75454;
  float: right;
}
.product-cart-2 .cart-upselling-products .remove-all-upselling:hover {
  cursor: pointer;
}
.product-cart-2 .cart-product {
  margin-top: 0;
  padding-top: 0;
}
.product-cart-2 .cart-product .row-first {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
}
.product-cart-2 .cart-product-id .row.cart-product-action {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.product-cart-2 .cart-product .row-second {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f5f6fa;
}
.product-cart-2 .cart-product .row-second .title-kc-cart {
  margin-bottom: 9px;
}
.product-cart-2 .cart-product .rabat-list .item label {
  font-size: 14px;
  line-height: 24px;
  color: #646466;
  opacity: 0.5;
  margin-left: 5px;
  margin-bottom: 0;
}
.product-cart-2 .cart-product .rabat-list .item label span {
  color: var(--leadingColor4);
  font-weight: bold;
}
.product-cart-2 .cart-product .rabat-list .item label:hover {
  cursor: pointer;
}
.product-cart-2 .cart-product .rabat-list .item input[type=radio]:checked + label {
  opacity: 1;
}
.product-cart-2 .cart-product--package .cart-product-main .cart-product-label {
  margin-bottom: 10px;
}
.product-cart-2 .title-kc-cart {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #19191a;
}
.product-cart-2 .cart-product-main {
  display: flex;
  align-items: center;
}
.product-cart-2 .cart-product-main__desc {
  width: calc(100% - 78px);
}
.product-cart-2 .cart-product-main .cart-product-main-image {
  margin-right: 20px;
  height: 80px;
}
.product-cart-2 .cart-product-main .cart-product-title {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 20px;
  color: #19191a;
  font-weight: bold;
  font-family: "Lato", Sans-Serif;
  text-transform: none;
}
.product-cart-2 .cart-product-main .cart-product-label {
  margin-bottom: 0;
  font-family: "Lato", Sans-Serif !important;
}
.product-cart-2 .cart-product-aside > .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
}
.product-cart-2 .cart-product-aside > .row > * {
  width: auto;
}
.product-cart-2 .cart-product-price {
  float: none;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #19191a;
}
.product-cart-2 .cart-product-price-old {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  color: #de3d3d;
  float: left;
  text-align: right;
}
.product-cart-2 .cart-product-price-container {
  display: flex;
  flex-direction: column;
  margin-right: 23px;
  padding-left: 0;
  padding-right: 0;
}
.product-cart-2 .cart-product-price-container .net {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #646466;
  text-align: right;
}
.product-cart-2 .cart-product-price-container .cart-product-price-old + .net {
  margin-top: -10px;
}
.product-cart-2 .quantity-container {
  clear: both;
  margin: 15px 32px 0 15px;
  position: relative;
  border: 1px solid #e1e4eb;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-cart-2 .quantity-container .text {
  position: absolute;
  background-color: transparent;
  font-size: 12px;
  color: #19191a;
  top: -13px;
  left: 4px;
  padding: 4px;
}
.product-cart-2 .quantity-container input {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}
.product-cart-2 .quantity-container input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}
.product-cart-2 .quantity-container input::-webkit-outer-spin-button,
.product-cart-2 .quantity-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-cart-2 .quantity-container input[type=button] {
  background-color: transparent;
  border: none;
  min-width: 20px;
  width: auto;
  transition: all 300ms ease;
}
.product-cart-2 .quantity-container .button-minus, .product-cart-2 .quantity-container .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
}
.product-cart-2 .quantity-container .quantity-field {
  /*      position: relative;
        left: -6px;*/
  text-align: center;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  resize: vertical;
  padding: 0;
  width: 23px;
  height: 53px;
  border: none;
  background-color: transparent;
}
.product-cart-2 .quantity-container .button-plus {
  left: -13px;
}
.product-cart-2 .quantity-container input[type=number] {
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
}
.product-cart-2 .cart-product-change-quantity {
  padding-left: 0;
  padding-right: 0;
}
.product-cart-2 .cart-product-list-items {
  padding-left: 0;
  padding-right: 0;
}
.product-cart-2 .cart-product-list-items .item {
  position: relative;
}
.product-cart-2 .cart-product-list-items .item:hover {
  text-decoration: none;
}
.product-cart-2 .cart-product-list-items .item:hover .kc-tooltip {
  display: block;
}
.product-cart-2 .cart-product-list-items .item .kc-tooltip {
  position: absolute;
  top: -40px;
  left: -50%;
  display: none;
  font-size: 10px;
  font-family: "Lato", Sans-Serif;
  text-align: center;
  line-height: 12px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  width: 180px;
  padding: 6px 8px;
  z-index: 10;
  border-radius: 5px;
}
.product-cart-2 .cart-product-list-items .item .kc-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 19%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.65) transparent transparent transparent;
}
.product-cart-2 .cart-product-list-items .item .kc-tooltip--remove {
  top: -45px;
  width: 137px;
}
.product-cart-2 .cart-product-list-items .item .kc-tooltip--remove:before {
  left: 24%;
}
.product-cart-2 .cart-product-list-items .item .kc-tooltip--gift {
  width: 110px;
  top: -50px;
  left: -20%;
}
.product-cart-2 .cart-complementary-item {
  opacity: 0.5;
}
.product-cart-2 .cart-complementary-item .read-more {
  color: var(--leadingColor4);
}
.product-cart-2 .cart-complementary-item:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .product-cart-2 .cart-complementary-item {
    opacity: 1;
  }
}
.product-cart-2 .cart-complementary .title {
  margin-top: 26px;
  font-size: 16px;
  font-family: "Lato", Sans-Serif;
  line-height: 30px;
  font-weight: bold;
  color: #19191a;
  opacity: 0.5;
}
.product-cart-2 .cart-complementary .box-item {
  border: 1px solid #e1e4eb;
  border-radius: 5px;
  padding: 25px 35px 25px 35px;
  margin-bottom: 32px;
  overflow: hidden;
}
.product-cart-2 .cart-complementary .box-item:hover {
  height: auto !important;
}
.product-cart-2 .cart-complementary .box-item:hover .box-inner .text-container .box-product-type,
.product-cart-2 .cart-complementary .box-item:hover .box-inner .text-container-body {
  visibility: visible;
  opacity: 1;
}
.product-cart-2 .cart-complementary .box-item:hover .box-inner .text-container .box-product-type {
  max-height: 20px;
}
.product-cart-2 .cart-complementary .box-item:hover .box-inner .text-container-body {
  margin-top: 10px;
  max-height: 1000px;
}
.product-cart-2 .cart-complementary .box-item .box-title {
  font-size: 14px;
  font-family: "Lato", Sans-Serif;
  text-align: left;
}
.product-cart-2 .cart-complementary .box-item .box-inner .text-container .box-product-type,
.product-cart-2 .cart-complementary .box-item .box-inner .text-container-body {
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-cart-2 .cart-complementary .box-item .box-inner .text-container .box-product-type,
  .product-cart-2 .cart-complementary .box-item .box-inner .text-container-body {
    opacity: 1;
    max-height: unset;
    overflow: visible;
    visibility: visible;
  }
}
.product-cart-2 .cart-complementary .box-item .box-inner {
  display: flex;
  gap: 25px;
  font-size: 14px;
  line-height: 18px;
}
.product-cart-2 .cart-complementary .box-item .box-inner .image-container .image {
  max-width: 90px;
}
.product-cart-2 .cart-complementary .box-item .box-inner .text-container .box-title {
  font-weight: bold;
  color: #19191a;
  margin-bottom: 2px;
}
.product-cart-2 .cart-complementary .box-item .box-inner .text-container .box-product-type {
  color: #646466;
  margin-bottom: 3px;
}
.product-cart-2 .cart-complementary .box-item .box-inner .text-container .box-price {
  font-weight: bold;
  font-size: 18px;
  color: #19191a;
  margin-bottom: 0;
}
.product-cart-2 .cart-complementary .box-item .box-inner .text-container .box-price .net {
  font-weight: 400;
  font-size: 12px;
  color: #646466;
}
.product-cart-2 .cart-complementary .box-item .box-inner .text-container-body .box-desc {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.product-cart-2 .cart-complementary .box-item .box-inner .text-container-body .box-desc p {
  margin-bottom: 0;
}
.product-cart-2 .cart-complementary .box-item .box-inner .text-container-body .box-desc .short {
  box-sizing: border-box;
}
.product-cart-2 .cart-complementary .box-item .box-inner .text-container-body .box-desc .full,
.product-cart-2 .cart-complementary .box-item .box-inner .text-container-body .box-desc .read-more {
  display: none;
}
.product-cart-2 .cart-complementary .box-item .box-inner .text-container-body .box-desc * {
  font-size: 14px;
  line-height: 18px !important;
}
.product-cart-2 .cart-complementary .box-item .box-inner .text-container-body .box-button {
  font-size: 16px;
  font-family: "Lato", Sans-Serif;
  line-height: 24px;
  color: #fff;
  background-color: var(--leadingColor4);
  border: none;
  width: 100%;
  border-radius: 5px;
  transition: all 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-cart-2 .cart-complementary .box-item .box-inner .text-container-body .box-button:hover {
  cursor: pointer;
  background-color: var(--leadingColor4Hover);
}
.product-cart-2 .cart-product-coupon-description {
  margin-left: 5px;
}
.product-cart-2 .cart-product-pack-item-container {
  background-color: #f5f6fa;
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item-body {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item-body .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item-body .row {
  margin-left: 0;
  margin-right: 0;
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item-header .icon {
  transition: all 0.3s;
  color: var(--leadingColor4);
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item-header .icon.up {
  transform: rotateX(180deg);
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item-header .cart-product-pack-info {
  font-size: 16px;
  line-height: 24px;
  color: #19191a;
  font-weight: bold;
  text-transform: inherit;
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item-header:hover {
  cursor: pointer;
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item {
  background-color: transparent;
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item.last {
  padding-bottom: 15px;
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item .cart-product-price {
  font-size: 16px !important;
  position: static;
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item .cart-product-price-old {
  float: none;
  color: #de3d3d;
  display: block;
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item .cart-product-title {
  margin-bottom: 0;
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item-inner {
  display: flex;
  justify-content: space-between;
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item-inner-title {
  width: calc(100% - 150px);
}
.product-cart-2 .cart-product-pack-item-container .cart-product-pack-item-inner-price {
  text-align: right;
  width: 150px;
}
.product-cart-2 .cart-product-label-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.product-cart-2 .cart-product-label-wrapper .cart-product-label {
  width: calc(100% - 150px);
}
.product-cart-2 .cart-product-label-wrapper .cart-product-label-price {
  width: 150px;
  text-align: right;
}
.product-cart-2 .cart-product-label-wrapper .cart-product-label-price .cart-product-pack-price {
  display: flex;
  flex-direction: column-reverse;
}
.product-cart-2 .product-cart-2-page-header a:hover {
  text-decoration: none;
}
.product-cart-2 .product-cart-2-page-header .back-to-cart-link {
  display: flex;
  width: fit-content;
  align-items: center;
  margin-left: 10px;
  color: #19191a;
  font-family: "Lato", Sans-Serif;
}
.product-cart-2 .product-cart-2-page-header .back-to-cart-link .icon {
  width: 10px;
  margin-right: 5px;
}
.product-cart-2 .cart-wrapper {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-cart-2 .cart-wrapper {
    display: flex;
  }
}
.product-cart-2 .cart-logged-info {
  font-size: 16px;
  font-family: "Lato", Sans-Serif;
  color: #19191a;
}
.product-cart-2 .cart-logged-info a {
  color: var(--leadingColor4);
  text-decoration: underline;
}
.product-cart-2 .cart-heading-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.product-cart-2 .cart-heading-container.active .cart-heading-step {
  background-color: var(--leadingColor4);
  border-color: var(--leadingColor4);
  color: #fff;
}
.product-cart-2 .cart-heading-container.done .cart-heading-step {
  background-color: green;
  border-color: green;
  color: white;
}
.product-cart-2 .cart-heading-container .cart-heading-step {
  width: 35px;
  height: 35px;
  border: 1px solid #a4a4a6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a4a4a6;
  font-size: 16px;
  margin-right: 15px;
  transition: all 0.3s;
}
.product-cart-2 .cart-heading-container .cart-heading-step img {
  width: 15px;
}
.product-cart-2 .cart-heading-container .cart-heading {
  font-size: 22px;
  font-weight: bold;
  font-family: "Lato", Sans-Serif !important;
  line-height: 24px;
  margin-top: 2px;
  margin-bottom: 1px;
  text-transform: none;
}
.product-cart-2 .nice-radio > input[type=radio] + label:before {
  border-color: #e3e3e5;
}
.product-cart-2 .nice-radio > input[type=radio] + label:after {
  border: 2px solid var(--leadingColor4);
}
.product-cart-2 .nice-radio > input[type=radio]:checked + label:before {
  border-color: var(--leadingColor4);
  border-width: 5px;
}
.product-cart-2 .nice-radio > input[type=radio]:checked + label:after {
  background-color: #fff;
}
.product-cart-2 .order-address-container {
  padding-left: 0;
  padding-right: 0;
}
.product-cart-2 .order-address-container input {
  border-color: #e1e4eb;
  padding-left: 15px;
  padding-right: 15px;
  height: 52px;
  border-radius: 5px;
}
.product-cart-2 .order-address-container input.error {
  border-color: red;
}
.product-cart-2 .order-address-container input:hover, .product-cart-2 .order-address-container input:focus {
  box-shadow: none;
}
.product-cart-2 .nice-field select {
  border-color: #e1e4eb;
  height: 52px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 92% center;
}
.product-cart-2 .nice-field select.error {
  border-color: red;
}
.product-cart-2 .getDataFromGus {
  float: right;
  font-size: 14px;
  font-weight: 500;
  color: #00abee;
  color: var(--leadingColor4);
  text-decoration: underline;
}
.product-cart-2 .vat-error-box {
  font-size: 12px;
  background-color: #F2DEDE;
  border: 0.5px solid #EBCDD0;
  padding: 5px;
  color: red;
  margin-top: 10px;
}
.product-cart-2 .nice-field-placeholder {
  font-weight: 400;
  font-family: "Lato", Sans-Serif !important;
  text-transform: inherit;
  letter-spacing: 0;
}
.product-cart-2 .nice-field-placeholder,
.product-cart-2 .nice-field-input:focus + .nice-field-placeholder, .product-cart-2 .nice-field-placeholder {
  font-size: 12px;
}
.product-cart-2 .nice-field-input:placeholder-shown:not(:-webkit-autofill):not(:focus) + .nice-field-placeholder {
  margin-bottom: 0;
  transform: translateY(28px);
}
.product-cart-2 .nice-basic-checkbox-radio > label::before {
  border-color: #e1e4eb;
}
.product-cart-2 .nice-basic-checkbox-radio .error-label::before {
  border-color: #de3d3d;
}
.product-cart-2 .cart-pay-method {
  padding: 23px 25px 15px 25px;
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  border-bottom: 2px solid #ebedf3;
}
.product-cart-2 .cart-pay-method .image-container .icon {
  margin-right: 18px;
  filter: invert(53%) sepia(13%) saturate(0%) hue-rotate(156deg) brightness(89%) contrast(92%);
}
.product-cart-2 .cart-pay-method .text-container {
  width: 100%;
}
.product-cart-2 .cart-pay-method .text-container .nice-radio {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}
.product-cart-2 .cart-pay-method .text-container .text-label {
  color: #646466;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}
.product-cart-2 .cart-pay-method .text-container .text-method, .product-cart-2 .cart-pay-method .text-container .payment-method-desc {
  color: #19191a;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
.product-cart-2 .cart-pay-method .text-container .payment-method-desc {
  margin-top: 13px;
}
.product-cart-2 .cart-pay-method .cart-pay-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-cart-2 .cart-pay-method .cart-pay-title svg {
  color: #00abee;
  color: var(--leadingColor4);
}
.product-cart-2 .cart-pay-method .cart-pay-title svg.down {
  transform: rotateX(180deg);
}
.product-cart-2 .cart-info-product-item {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  gap: 15px;
  border-bottom: 2px solid #ebedf3;
  padding-bottom: 16px;
}
.product-cart-2 .cart-info-product-item + .cart-info-product-item {
  padding-top: 14px;
}
.product-cart-2 .cart-info-product-item .text-container {
  width: 100%;
}
.product-cart-2 .cart-info-product-item .image-container .img {
  width: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-cart-2 .cart-info-product-item .text-container .title {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #19191a;
  margin-bottom: 0;
}
.product-cart-2 .cart-info-product-item .text-container .type {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #646466;
  margin-bottom: 0;
}
.product-cart-2 .cart-info-product-item .text-container .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.product-cart-2 .cart-info-product-item .text-container .inner .quantity {
  color: #646466;
  margin-bottom: 0;
  font-weight: 400;
}
.product-cart-2 .cart-info-product-item .text-container .inner .price {
  color: #00abee;
  color: var(--leadingColor4);
  margin-bottom: 0;
  font-weight: 500;
}
.product-cart-2 .btn-primary {
  text-transform: inherit;
  font-size: 16px;
  line-height: 24px;
  height: 54px;
  box-shadow: none;
  border: none;
  background-color: #00abee;
  background-color: var(--leadingColor4);
  color: #fff;
  transition: all 0.3s;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  border-radius: 5px;
}
.product-cart-2 .btn-primary:hover, .product-cart-2 .btn-primary:active {
  cursor: pointer;
  background-color: rgb(0, 134.3571428571, 187) !important;
  background-color: var(--leadingColor4Hover) !important;
}
.product-cart-2 .btn-primary--full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.product-cart-2 .product-cart-2-summary-item-address {
  justify-content: space-between;
}
.product-cart-2 .product-cart-2-summary-item-address .box-item {
  flex: 0 0 48% !important;
}
.product-cart-2 .product-cart-2-summary-item-address .box-item.summary-item-address-box-1 .companyName {
  display: none;
}
.product-cart-2 .product-cart-2-summary-item-address .box-item.summary-item-address-box-4 {
  flex: 0 0 100% !important;
}
.product-cart-2 .product-cart-2-summary-item-address .box-item.summary-item-address-box-4 .item-address-desc {
  color: #00abee;
  color: var(--leadingColor4);
}
.product-cart-2 .product-cart-2-summary-item-address .box-item.summary-item-address-box-4 .item-address-desc span {
  color: #646466;
}
@media (max-width: 768px) {
  .product-cart-2 .product-cart-2-summary-item-address .box-item {
    flex: 0 0 48% !important;
  }
}
.product-cart-2 .gift-icon {
  display: block;
  background-image: url("../img/icon-gift-marked.svg");
  width: 32px;
  height: 32px;
  margin: 0 15px;
}
.product-cart-2 .product-cart-2-summary-wrapper {
  display: none;
}
.product-cart-2 .product-cart-2-summary--address,
.product-cart-2 .product-cart-2-summary--gift-recipient,
.product-cart-2 .product-cart-2-gift-summary {
  border: 1px solid #e1e4eb;
  border-radius: 10px;
  position: relative;
  padding: 30px 20px 27px 32px;
  margin: 0;
}
.product-cart-2 .product-cart-2-summary--address .product-cart-2-edit-button,
.product-cart-2 .product-cart-2-summary--gift-recipient .product-cart-2-edit-button,
.product-cart-2 .product-cart-2-gift-summary .product-cart-2-edit-button {
  position: absolute;
  top: 25px;
  right: 15px;
}
.product-cart-2 .product-cart-2-summary--address .product-cart-2-edit-button,
.product-cart-2 .product-cart-2-summary--gift-recipient .product-cart-2-edit-button,
.product-cart-2 .product-cart-2-gift-summary .product-cart-2-edit-button {
  top: 10px;
}
.product-cart-2 .product-cart-2-summary--address .product-cart-2-summary-item-address,
.product-cart-2 .product-cart-2-summary--gift-recipient .product-cart-2-summary-item-address,
.product-cart-2 .product-cart-2-gift-summary .product-cart-2-summary-item-address {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.product-cart-2 .product-cart-2-summary--address .product-cart-2-summary-item-address .box-item:first-child,
.product-cart-2 .product-cart-2-summary--gift-recipient .product-cart-2-summary-item-address .box-item:first-child,
.product-cart-2 .product-cart-2-gift-summary .product-cart-2-summary-item-address .box-item:first-child {
  flex: 0 0 40%;
}
.product-cart-2 .product-cart-2-summary--address .product-cart-2-summary-item-address .box-item p,
.product-cart-2 .product-cart-2-summary--gift-recipient .product-cart-2-summary-item-address .box-item p,
.product-cart-2 .product-cart-2-gift-summary .product-cart-2-summary-item-address .box-item p {
  font-size: 14px;
  line-height: 20px;
  color: #646466;
  font-family: "Lato", Sans-Serif;
  font-weight: normal;
  margin-bottom: 0;
}
.product-cart-2 .product-cart-2-summary--address .product-cart-2-summary-item-address .box-item .item-address-title,
.product-cart-2 .product-cart-2-summary--gift-recipient .product-cart-2-summary-item-address .box-item .item-address-title,
.product-cart-2 .product-cart-2-gift-summary .product-cart-2-summary-item-address .box-item .item-address-title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", Sans-Serif;
  font-weight: bold;
  color: #19191a;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .product-cart-2 .product-cart-2-summary--address .product-cart-2-summary-item-address .box-item,
  .product-cart-2 .product-cart-2-summary--gift-recipient .product-cart-2-summary-item-address .box-item,
  .product-cart-2 .product-cart-2-gift-summary .product-cart-2-summary-item-address .box-item {
    flex: 0 0 100%;
  }
  .product-cart-2 .product-cart-2-summary--address .product-cart-2-summary-item-address .box-item:first-child,
  .product-cart-2 .product-cart-2-summary--gift-recipient .product-cart-2-summary-item-address .box-item:first-child,
  .product-cart-2 .product-cart-2-gift-summary .product-cart-2-summary-item-address .box-item:first-child {
    flex: 0 0 100%;
  }
}
.product-cart-2 .product-cart-2-gift-summary {
  margin-top: 20px;
}
.product-cart-2 .product-cart-2-gift-summary > .container {
  padding-left: 0;
}
.product-cart-2 .product-cart-2-gift-summary .giftProductName {
  margin-top: 10px;
  color: #1aa0e4;
  color: var(--leadingColor4);
}
@media (min-width: 1200px) {
  .product-cart-2 .product-cart-2-gift-summary .giftProductName {
    padding-right: 100px;
  }
}
.product-cart-2 .product-cart-2-gift-summary .giftRecipient {
  font-weight: bold;
}
.product-cart-2 .product-cart-2-gift-summary .giftRecipient a {
  font-weight: 400;
  color: #1aa0e4;
  color: var(--leadingColor4);
}
.product-cart-2 .product-cart-2-gift-summary .giftMessage {
  color: #646466;
}
.product-cart-2 .product-cart-2-gift-summary .giftSignature {
  color: #646466;
  font-style: italic;
}
.product-cart-2 .product-cart-2-summary--gift-recipient {
  display: block;
  padding: 25px 15px 15px 15px;
  margin: 15px 15px 25px 15px;
  position: relative;
}
.product-cart-2 .ribbon {
  width: 125px;
  height: 125px;
  overflow: hidden;
  position: absolute;
}
.product-cart-2 .ribbon span {
  position: absolute;
  display: block;
  width: 215px;
  padding: 10px 0;
  background-color: #1aa0e4;
  background-color: var(--leadingColor4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 400 12px/1 "Lato", sans-serif;
  letter-spacing: 2px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
.product-cart-2 .ribbon-top-right {
  top: 0;
  right: 0;
}
.product-cart-2 .ribbon-top-right::before, .product-cart-2 .ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.product-cart-2 .ribbon-top-right::before {
  top: 0;
  left: 0;
}
.product-cart-2 .ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.product-cart-2 .ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
@media (min-width: 1200px) {
  .product-cart-2 .gift-info {
    padding-right: 100px;
  }
}
.product-cart-2 .product-cart-2-summary,
.product-cart-2 .product-cart-2-summary-shipment {
  display: none;
  border: 1px solid #e1e4eb;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding: 0 59px 0 32px;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-edit-button,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-edit-button {
  position: absolute;
  top: 25px;
  right: 15px;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-item-header p,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-item-header p {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #19191a;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-item,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-item {
  width: 100%;
  margin-top: 15px;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-item:first-child,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-item:first-child {
  margin-top: 27px;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-item:last-child,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-item:last-child {
  margin-bottom: 27px;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-item:last-child .product-cart-2-summary-separator,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-item:last-child .product-cart-2-summary-separator {
  display: none;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-list,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-list {
  display: flex;
  flex-wrap: wrap;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-list .item,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-list .item {
  flex: 0 0 33.33%;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-list .item p,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-list .item p {
  font-size: 14px;
  line-height: 20px;
  color: #646466;
  margin-bottom: 0;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-list .item.product-cart-2-summary-add-list p,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-list .item.product-cart-2-summary-add-list p {
  color: #00abee;
  color: var(--leadingColor4);
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-separator,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-separator {
  width: 100%;
  height: 1px;
  background-color: #e1e4eb;
  margin-top: 20px;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-item-address,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-item-address {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-item-address .box-item:first-child,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-item-address .box-item:first-child {
  flex: 0 0 40%;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-item-address .box-item p,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-item-address .box-item p {
  font-size: 14px;
  line-height: 20px;
  color: #646466;
  font-weight: normal;
  margin-bottom: 0;
}
.product-cart-2 .product-cart-2-summary .product-cart-2-summary-item-address .box-item .item-address-title,
.product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-item-address .box-item .item-address-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #19191a;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .product-cart-2 .product-cart-2-summary .product-cart-2-summary-item-address .box-item,
  .product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-item-address .box-item {
    flex: 0 0 100%;
  }
  .product-cart-2 .product-cart-2-summary .product-cart-2-summary-item-address .box-item:first-child,
  .product-cart-2 .product-cart-2-summary-shipment .product-cart-2-summary-item-address .box-item:first-child {
    flex: 0 0 100%;
  }
}
.product-cart-2 .product-cart-2-summary-shipment {
  margin-bottom: 20px;
}
.product-cart-2 .product-cart-2-edit-button {
  border: none;
  background-color: transparent;
}
.product-cart-2 .product-cart-2-edit-button:focus {
  outline: none;
}
.product-cart-2 .product-cart-2-edit-button:hover {
  cursor: pointer;
}
.product-cart-2 .product-cart-2-edit-button .a {
  stroke: #00abee;
  stroke: var(--leadingColor4);
}
.product-cart-2 .order-participant {
  border: 1px solid #e1e4eb;
  border-radius: 10px;
  background-color: #f5f6fa;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-cart-2 .order-participant .nice-select-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 92% center;
}
.product-cart-2 .order-participant .nice-input, .product-cart-2 .order-participant .nice-select-field {
  height: 56px;
  border-color: #e1e4eb;
  border-radius: 5px;
}
.product-cart-2 .order-participant .nice-input.error, .product-cart-2 .order-participant .nice-select-field.error {
  border-color: red;
}
.product-cart-2 .order-participant .nice-input:hover, .product-cart-2 .order-participant .nice-select-field:hover {
  box-shadow: none;
}
.product-cart-2 .order-participant .product-announcement {
  margin-top: 25px;
  margin-bottom: 5px;
}
.product-cart-2 .order-participant .order-participant-addition-list {
  display: none;
}
.product-cart-2 .order-participant .order-participant-addition-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 15px;
}
.product-cart-2 .order-participant .order-participant-addition-list-header .icon {
  transition: all 0.3s;
}
.product-cart-2 .order-participant .order-participant-addition-list-header .icon.down {
  transform: rotateX(180deg);
}
.product-cart-2 .order-participant .order-participant-addition-list-header:hover {
  cursor: pointer;
}
.product-cart-2 .order-participant *, .product-cart-2 .order-participant ::after, .product-cart-2 .order-participant ::before {
  box-sizing: border-box;
}
.product-cart-2 .order-participant-list {
  font-family: "Lato", Sans-Serif;
}
.product-cart-2 .order-participant-header {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.product-cart-2 .order-participant-header .product-variant-label {
  font-weight: 400;
  width: 200%;
  display: block;
  font-size: 12px;
}
.product-cart-2 .order-participant-header .order-participant-title {
  font-weight: bold;
  color: #19191a;
  margin: 0;
  text-transform: inherit;
}
.product-cart-2 .order-participant-header .order-participant-title span {
  color: inherit;
}
.product-cart-2 .order-participant-header .order-participant-title:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .product-cart-2 .order-participant-header .order-participant-title {
    padding-right: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-cart-2 .order-participant-header .order-participant-title {
    padding-right: 50%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .product-cart-2 .order-participant-header .order-participant-title {
    padding-right: 10vw;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .product-cart-2 .order-participant-header .order-participant-title {
    width: 81%;
  }
}
.product-cart-2 .order-participant-header .order-participant-remove {
  margin: 0 20px 0 auto;
}
.product-cart-2 .order-participant-header .chevron-box {
  background-color: #e1e4eb;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.product-cart-2 .order-participant-header .chevron-box:hover {
  cursor: pointer;
}
.product-cart-2 .order-participant-header .chevron-box .icon {
  transition: all 0.3s;
}
.product-cart-2 .order-participant-header .chevron-box .icon.down {
  transform: rotateX(180deg);
}
.product-cart-2 .order-participant-group-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: #19191a;
}
.product-cart-2 .order-participant-group {
  padding-bottom: 15px;
}
.product-cart-2 .order-participant-body {
  display: none;
  transition: 0.3s ease-in;
}
.product-cart-2 .order-participant-body > .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.product-cart-2 .nice-basic-checkbox-radio > .small-padding {
  padding: 0 0 0 2.5em !important;
}
.product-cart-2 .order-participant-addition-item {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.product-cart-2 .order-participant-addition-item .order-participant-group-checkbox {
  width: calc(100% - 120px);
}
.product-cart-2 .order-participant-addition-item .order-participant-group-item-price {
  color: #00abee;
  color: var(--leadingColor4);
  font-size: 16px;
  width: 120px;
  text-align: right;
}
.product-cart-2 .order-participant-addition-item label {
  font-size: 16px;
  color: #6b6b6d;
}
.product-cart-2 .order-addParticipant {
  color: #00abee;
  color: var(--leadingColor4);
  border: 2px solid #00abee !important;
  border: 2px solid var(--leadingColor4) !important;
  border-radius: 5px;
  height: 51px;
  display: flex;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  transition: all 0.3s;
}
.product-cart-2 .order-addParticipant .icon {
  width: 22px;
  margin-right: 14px;
}
.product-cart-2 .order-addParticipant:hover {
  background-color: #00abee;
  background-color: var(--leadingColor4);
  color: #fff;
}
.product-cart-2 .order-addParticipant:focus {
  color: #00abee;
  color: var(--leadingColor4);
  outline: none;
}
.product-cart-2 .order-addParticipant:focus:hover {
  color: #fff;
}
.product-cart-2 .order-addParticipant-text {
  height: auto;
  text-transform: initial;
  font-size: 16px;
  font-weight: bold;
  padding-right: 0;
}
.product-cart-2 .participant-cost {
  display: flex;
  justify-content: center;
  color: #6b6b6d;
  font-size: 14px;
}
.product-cart-2 .participant-cost .icon-container .icon {
  width: 20px;
  color: #00abee;
  color: var(--leadingColor4);
  margin-right: 14px;
}
.product-cart-2 .order-address-container-inner {
  display: flex;
  flex-wrap: wrap;
}
.product-cart-2 .cart-2-agreement-form .nice-basic-checkbox-radio > label {
  padding-left: 35px;
  color: #646466;
  font-weight: 400;
}
.product-cart-2 .cart-2-agreement-form .nice-basic-checkbox-radio > label a {
  color: #1aa0e4 !important;
  color: var(--leadingColor4) !important;
}
.product-cart-2 .cart-2-agreement-form .nice-basic-checkbox-radio > label a:hover {
  color: rgb(20.7795275591, 127.874015748, 182.2204724409) !important;
  color: var(--leadingColor4Hover) !important;
}
.product-cart-2 .basket-cart-2-login {
  display: none;
}
.product-cart-2 .basket-cart-2-login .cart-2-login-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #19191a;
}
.product-cart-2 .basket-cart-2-login .nice-field-input {
  height: 56px;
  border-color: #e1e4eb;
  border-radius: 5px;
  margin-bottom: 13px;
}
.product-cart-2 .basket-cart-2-login .nice-field-input:focus {
  box-shadow: none;
}
.product-cart-2 .basket-cart-2-login .btn-primary,
.product-cart-2 .basket-cart-2-login .btn-cart-2-outline {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 56px;
  border-radius: 5px;
  font-weight: bold;
}
.product-cart-2 .basket-cart-2-login .btn-cart-2-outline {
  background-color: #fff;
  border: 2px solid #00abee;
  border: 2px solidvar(--leadingColor4);
  color: #00abee;
  color: var(--leadingColor4);
  transition: all 0.3s;
}
.product-cart-2 .basket-cart-2-login .btn-cart-2-outline:hover {
  background-color: #00abee;
  background-color: var(--leadingColor4);
  color: #fff;
}
.product-cart-2 .basket-cart-2-login .cart-2-login-password-remind-link {
  font-size: 16px;
  line-height: 24px;
  color: #00abee;
  color: var(--leadingColor4);
  text-decoration: underline;
  margin-bottom: 40px;
  display: inline-block;
}
.product-cart-2 .basket-cart-2-login .basket-cart-2-login-steps {
  margin-top: 36px;
}
.product-cart-2 .basket-cart-2-login .basket-cart-2-login-steps .cart-heading-container {
  margin-bottom: 17px;
}
.product-cart-2 .basket-cart-2-login .basket-cart-2-login-steps .cart-heading-container .cart-heading {
  color: #969799;
}
.product-cart-2 .basket-cart-2-login-form-lost-password {
  display: none;
}
.product-cart-2 .order-success-cart-2 {
  border: none;
}
.product-cart-2 .order-success-cart-2 .order-success-payment-description {
  margin-bottom: 0;
}
.product-cart-2 .order-success-cart-2 .order-success-payment {
  margin: 0;
  padding: 0;
}
.product-cart-2 .order-success-cart-2 .order-success-payment-title, .product-cart-2 .order-success-cart-2 .order-success-title2 {
  color: #00abee;
  color: var(--leadingColor4);
  text-transform: initial;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.product-cart-2 .order-success-cart-2 .order-success-title {
  text-align: left;
}
.product-cart-2 .order-success-cart-2 .order-success-subtitle {
  text-align: left;
  font-size: 16px;
  color: #5f5f5f;
  font-weight: bold;
}
.product-cart-2 .order-success-cart-2 .order-success-certificate-path {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}
.product-cart-2 .order-success-cart-2 .order-success-certificate-img {
  width: 30px;
  margin-right: 10px;
}
.product-cart-2 .order-success-cart-2 .success-cart-2-info {
  color: #00abee;
  color: var(--leadingColor4);
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.product-cart-2 .order-success-cart-2 .order-success-ordtran {
  color: #646466;
  font-size: 18px;
  font-weight: normal;
}
.product-cart-2 .order-success-cart-2 .cart-price-payment-buttons .btn {
  margin-bottom: 10px;
}
.product-cart-2 .order-success-cart-2 .cart-price-payment-buttons .btn:last-child {
  margin-bottom: 0;
}
.product-cart-2 .order-success-cart-2 .cart-price-payment-buttons .btn:first-child {
  margin-top: 10px;
}
.product-cart-2 .order-success-cart-2 .btn-cart-pay-button, .product-cart-2 .order-success-cart-2 .btn-cart-download-invoice {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 47px;
  transition: all 0.3s;
  font-size: 15px;
}
.product-cart-2 .order-success-cart-2 .btn-cart-pay-button {
  background-color: #45Ac16;
}
.product-cart-2 .order-success-cart-2 .btn-cart-pay-button:hover {
  background-color: rgb(50.8608247423, 126.7835051546, 16.2164948454);
}
.product-cart-2 .order-success-cart-2 .btn-cart-download-invoice {
  background-color: #646466;
}
.product-cart-2 .order-success-cart-2 .btn-cart-download-invoice:hover {
  background-color: rgb(74.7524752475, 74.7524752475, 76.2475247525);
}
.product-cart-2 .participants-fields-container,
.product-cart-2 .agreement-fields-container,
.product-cart-2 .shipping-fields-container {
  display: none;
  margin-bottom: 25px;
}
.product-cart-2 .address-fields-container {
  margin-bottom: 25px;
}
.product-cart-2 .purchaserIsNotRecipient-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-cart-2 .purchaserIsNotRecipient-container label {
  font-family: "Lato", Sans-Serif;
  font-weight: 400;
}
.product-cart-2 .justify-label-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.product-cart-2 .justify-label-container .nice-radio:first-child {
  margin-right: 25px;
}
.product-cart-2 .justify-label-container .nice-radio > input[type=radio]:checked + label:after {
  top: 4px;
  left: 3px;
}
.product-cart-2 .justify-label-container label {
  font-weight: normal;
  font-size: 14px;
}
.product-cart-2 .justify-label-container-wrapper {
  display: none;
}
.product-cart-2 .recipient-form-container {
  display: none;
}
.product-cart-2 .recipient-form-container-inner {
  margin: 0;
}
.product-cart-2 .form-cart-send-invoice .nice-radio-inline {
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
  display: inline-flex;
}
.product-cart-2 .form-cart-send-invoice .form-check.hide {
  display: none;
}
.product-cart-2 .form-cart-send-invoice .nice-radio > input[type=radio] + label::after {
  top: 4px;
  left: 3px;
}
.product-cart-2 .form-cart-send-invoice .form-cart-send-invoice-header h3 {
  margin-bottom: 0;
}
.product-cart-2 .form-cart-send-invoice .form-check--recipient {
  display: none;
}
.product-cart-2 .order-address-deliveryAddressProduct.invoice-address-form {
  padding-left: 15px;
  padding-right: 15px;
}
.product-cart-2 .recipient-form-container-inner .nice-field-input:placeholder-shown:not(:-webkit-autofill):not(:focus) + .nice-field-placeholder {
  margin-top: 0;
}
.product-cart-2 #deliveryAddressProductContent > .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.product-cart-2 #anotherAddressToSendInvoice > .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.product-cart-2 .budget-unit-section-title, .product-cart-2 .business-section-title {
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  color: #00abee;
  color: var(--leadingColor4);
  text-transform: uppercase;
  display: none;
  margin: 15px 0 10px 0;
  font-weight: 600;
}
.product-cart-2 .budget-unit-section-title.active, .product-cart-2 .business-section-title.active {
  display: block;
}
.product-cart-2 .budget-unit-section-title span, .product-cart-2 .business-section-title span {
  text-transform: initial;
  color: #222;
}
.product-cart-2 .order-address-container h3 {
  color: #00abee;
  color: var(--leadingColor4);
}
.product-cart-2 .order-address-client-type-button-container {
  padding: 0;
}
.product-cart-2 .order-address-client-type-button-container .form-check-inline:first-child {
  margin-left: 0;
  padding-left: 0;
}
.product-cart-2 .order-address-deliveryAddressProduct-checkbox .nice-basic-checkbox-radio {
  padding-left: 0;
  padding-right: 0;
}
.product-cart-2 .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .product-cart-2 .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .product-cart-2 .product-cart-2-main {
    flex: 0 0 62.666667%;
    max-width: 62.666667%;
    width: 62.666667%;
  }
  .product-cart-2 .product-cart-2-aside {
    flex: 0 0 37.333333%;
    max-width: 37.333333%;
    width: 37.333333%;
  }
}
@media (max-width: 1199px) {
  .product-cart-2 .product-cart-2-summary .product-cart-2-summary-list .item {
    padding: 0 15px;
  }
  .product-cart-2 .cart-product-price-container {
    margin-right: 0;
  }
  .product-cart-2 .quantity-container {
    margin-left: 20px;
    margin-right: 0;
    margin-top: 0;
  }
  .product-cart-2 .cart-product-list-items {
    margin-left: 20px;
  }
  .product-cart-2 .cart-complementary .box-item {
    padding: 20px;
  }
}
@media (max-width: 910px) {
  .product-cart-2 .quantity-container {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-cart-2 .cart-product-aside {
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .product-cart-2 .product-cart-2-summary .product-cart-2-summary-list .item {
    flex: 0 0 50%;
    padding: 0;
    margin-bottom: 15px;
  }
  .product-cart-2 .product-cart-2-summary .product-cart-2-summary-list .item:last-child {
    margin-bottom: 0;
  }
  .product-cart-2 .cart-product-aside > .row {
    justify-content: flex-start;
    padding: 5px 15px 0 15px;
  }
  .product-cart-2 .cart-product-price-container,
  .product-cart-2 .quantity-container {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-cart-2 .cart-complementary .box-item .box-inner {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .product-cart-2 .order-success-xs-title-wrapper .order-success-title {
    text-align: left;
  }
  .product-cart-2 .order-success-cart-2 {
    flex-direction: column-reverse;
  }
  .product-cart-2 .product-cart-2-summary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-cart-2 .order-address-container {
    margin: 0;
  }
  .product-cart-2 .cart-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .product-cart-2 .order-address-container-inner > .col-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-cart-2 .order-address-client-type-button-container {
    display: flex;
  }
  .product-cart-2 .order-address-client-type-button-container .nice-radio-inline {
    padding-left: 0;
    margin-left: 0;
  }
  .product-cart-2 .cart-heading-container .cart-heading-step {
    margin-right: 10px;
  }
  .product-cart-2 .order-address-client-type-button-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.product-cart-2 .product-upselling-old-price {
  color: #de3d3d;
}
.product-cart-2 .nice-checkbox > input[type=checkbox] + label::after {
  color: #45Ac16;
}
.product-cart-2 .freeShippingPriceInfo {
  font-size: 14px !important;
  color: #00ABEE;
  color: var(--leadingColor4);
}
@media (min-width: 576px) {
  .product-cart-2 .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    width: 66.666667%;
  }
  .product-cart-2 .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .product-cart-2 .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
  }
  .product-cart-2 .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .product-cart-2 .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    width: 58.333333%;
  }
  .product-cart-2 .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .product-cart-2 .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    width: 41.666667%;
  }
}
@media (min-width: 992px) {
  .product-cart-2 .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    width: 66.666667%;
  }
  .product-cart-2 .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    width: 58.333333%;
  }
  .product-cart-2 .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    width: 41.666667%;
  }
  .product-cart-2 .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
  }
  .product-cart-2 .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-cart-2 .cart-product-main {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .product-cart-2 .product-cart-2-main, .product-cart-2 .product-cart-2-aside {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .product-cart-2 .product-cart-2-aside {
    padding-bottom: 20px;
  }
}
.product-cart-2 #deliveryAddressProductContent {
  display: none;
}
.product-cart-2 #deliveryAddressProductContent .row {
  display: flex;
  flex-wrap: wrap;
}
.product-cart-2 .cart-2-agreement-form #terms-collapse {
  font-size: 14px;
  font-family: "Lato", Sans-Serif;
  font-weight: 400;
}
.product-cart-2 .cart-2-agreement-form label {
  width: auto;
}
.product-cart-2 .cart-2-agreement-form label span {
  font-family: "Lato", Sans-Serif;
}
.product-cart-2 .cart-2-agreement-form textarea {
  font-family: "Lato", Sans-Serif;
  font-size: 16px;
}
.product-cart-2 .cart-2-agreement-form textarea::-webkit-input-placeholder, .product-cart-2 .cart-2-agreement-form textarea:-moz-placeholder, .product-cart-2 .cart-2-agreement-form textarea::-moz-placeholder, .product-cart-2 .cart-2-agreement-form textarea:-ms-input-placeholder, .product-cart-2 .cart-2-agreement-form textarea::placeholder {
  color: rgb(73, 80, 87);
  font-weight: 400;
  opacity: 1;
}
.product-cart-2 .cart-2-agreement-form .btn-primary {
  margin-top: 24px;
}
.product-cart-2 .nice-basic-checkbox-radio > label {
  font-family: "Lato", Sans-Serif !important;
  text-transform: inherit;
}
.product-cart-2 .required:after {
  display: none;
}
.product-cart-2 .text-danger {
  font-family: "Lato", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  color: #dc3545 !important;
}
.product-cart-2 .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.product-cart-2 .recipient-form-container-inner {
  margin: 0 -15px;
}
.product-cart-2 .cart-e-invoice {
  font-family: "Lato", Sans-Serif;
}
.product-cart-2 .back-to-shopping {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Lato", Sans-Serif;
}

.product-cart-2-page {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}
.product-cart-2-page .product-cart-2 .cart-info-wrapper {
  position: sticky;
  top: 20px;
  padding: 0 15px;
  font-family: "Lato", Sans-Serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-cart-2-page .product-cart-2 .cart-info-wrapper {
    padding: 0;
  }
}
.product-cart-2-page .product-cart-2 .cart-price-total-all {
  margin-bottom: 0;
}
.product-cart-2-page .product-cart-2 .invoice-info-paper-body .nice-field {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .product-cart-2-page #orderContent > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .product-cart-2-page.product-cart-2-page--order-success .product-cart-2 > .container {
    padding-left: 0;
  }
  .product-cart-2-page.product-cart-2-page--order-success .product-cart-2 > .container > .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-cart-2-page .select2-selection {
  height: 51.5px;
  display: flex;
  align-items: center;
  border-color: #e1e4eb;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 92% center;
  padding: 0 10px;
  font-size: 16px;
}
.product-cart-2-page .select2-selection__rendered {
  color: #808080 !important;
}
.product-cart-2-page .select2-selection__arrow {
  display: none;
}

.coupon-label-error {
  display: none;
}
.coupon-label-error.active {
  display: block;
}

.container-cart-2 {
  position: relative;
  max-width: 1370px;
  width: 100%;
  font-size: 14px;
}

/*a {
  color: #337ab7; }

body {
  font-size: 14px; }*/
.cart {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .cart {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.cart-payment-time-container {
  width: 100%;
}

.cart-payment-time-wrapper {
  margin-top: 5px;
  padding-bottom: 10px;
}

.cart-payment-time-title {
  font-size: 14px;
  font-family: "Lato";
  color: #58595b;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.cart-payment-time .form-check {
  padding-left: 0 !important;
}

.cart-payment-time-description {
  position: absolute;
  right: -170px;
  top: 0;
  font-size: 0.7em;
  display: inline-table;
  width: 160px;
}

.cart-technicalInfo {
  padding: 10px 20px 20px;
  font-size: 0.8em;
}

.cart-gratis {
  background-color: #f4f4f4;
  padding: 10px;
  margin: 10px 0px;
  display: flex;
  align-items: center;
}

.cart-gratis-price {
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.cart-gratis-price-old {
  color: #a8a8a8;
}

.cart-gratis-price-line {
  text-decoration: line-through;
  color: black;
}

.cart-gratis-title {
  font-size: 22px;
  margin: 10px 0px;
}

.cart-gratis-plus {
  height: 35px;
  width: 35px;
  background-color: #0bafe6;
  background-color: var(--leadingColor4);
  border-radius: 50%;
  text-align: center;
}

.cart-gratis-plus-col {
  display: block;
}

.cart-gratis-plus span {
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.cart-footer-address {
  padding-left: 18px;
}

.cart-step {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 15px;
  text-align: center;
}

.cart-step-div {
  display: inline-flex;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  color: #727272;
}

.cart-step-div.active {
  color: #00ABEE;
  color: var(--leadingColor4);
  font-size: 18px;
}

.cart-step-div.active p {
  color: #00ABEE;
  color: var(--leadingColor4);
}

.cart-step-div.currently-active {
  font-weight: bold;
}

.cart-step-div.currently-active > p {
  letter-spacing: 1px;
}

.cart-step-box {
  font-family: "Lato";
  letter-spacing: 0.03em;
  cursor: pointer;
  text-transform: uppercase;
}

.cart-info {
  border: 1px solid #eaeaea;
  background-color: #fff;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
}

.cart-back {
  text-align: center;
}

.cart-back a {
  font-size: 14px;
  font-family: "Lato";
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

.cart-back-button {
  width: 100%;
  background-color: #bebebe;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 60px;
  font-size: 19px;
}

.cart-back-button:hover, .cart-back-button:active, .cart-back-button:focus {
  color: #fff;
}

.cart-next-button {
  width: 100%;
  background-color: #00ABEE !important;
  background-color: var(--leadingColor4) !important;
  box-shadow: 0px 0px 2px 0px rgba(4, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  color: #fff;
  font-size: 24px;
  padding: 10px 0px;
  margin: 0 0 10px 0;
  font-family: "Lato";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cart-next-button[disabled]:hover {
  cursor: not-allowed;
}

.cart-next-button:hover, .cart-next-button:active, .cart-next-button:focus {
  color: #fff;
}

.cart-next-button > i {
  font-size: 18px;
  margin-left: 3px;
}

.cart-payment-method {
  border-bottom: 1px solid #00ABEE;
  border-bottom: 1px solid var(--leadingColor4);
  border-bottom: 1px solid rgba(0, 171, 238, 0.4);
  padding-bottom: 10px;
  min-height: 85px;
}

.cart-payment-method-info {
  border-radius: 2px;
  border: 1px solid #eaeaea;
  border-top: none;
  background-color: #fcfcfc;
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  padding: 15px;
}

.cart-payment-method-info-close {
  float: right;
  font-size: 12px;
  font-family: "LATO";
  color: #ee0032;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.cart-payment-method-title {
  font-size: 14px;
  font-family: "Lato";
  color: #58595b;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.cart-payment-method-description {
  font-size: 14px;
  font-family: "Lato";
  color: #58595b;
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.cart-payment-method-description i {
  color: #00ABEE;
  color: var(--leadingColor4);
}

.cart-payment-method-description ul {
  padding-left: 5px;
  padding-top: 5px;
  margin-bottom: 5px;
}

.cart-payment-method-description li {
  font-size: 0.8em;
}

.cart-price-total-all {
  margin: 18px 0px;
  color: #000;
}

.cart-price-total-all > span {
  text-align: right;
  font-size: 16px;
  font-family: "Lato";
}

.cart-price-total-all-title {
  color: #00ABEE;
  color: var(--leadingColor4);
  font-weight: bold;
  display: block;
}

.cart-price-total-all-gross {
  font-weight: bold;
  display: block;
}

.cart-price-total-all-net {
  display: block;
}

.cart-price-total-difference {
  display: block;
  font-size: 14px;
  line-height: 1.1em;
  padding-top: 5px;
}

.cart-price-total-shipping {
  margin-top: 10px;
  color: #000;
}

.cart-price-total-shipping > span {
  text-align: left;
  font-family: "Lato";
}

.cart-price-total-shipping-title {
  color: #00ABEE;
  color: var(--leadingColor4);
  font-weight: bold;
  display: block;
  font-size: 14px;
}
.cart-price-total-shipping-title--green {
  font-weight: 900;
  color: #09cb23;
}

.cart-price-total-shipping-net {
  display: block;
  font-size: 16px;
}

.cart-price-total-product {
  margin-top: 12px;
  color: #000;
}

.cart-price-total-product > span {
  text-align: left;
  font-family: "Lato";
}

.cart-price-total-product-title {
  color: #00ABEE;
  color: var(--leadingColor4);
  font-weight: bold;
  display: block;
  font-size: 14px;
}

.cart-price-total-product-net, .cart-price-total-product-gross {
  display: block;
  font-size: 16px;
}

.cart-coupon-box {
  text-align: right;
  padding-bottom: 12px;
  padding-right: 0px;
}

.cart-coupon-box > a {
  font-size: 14px;
  font-family: "Lato";
  text-transform: uppercase;
  color: #00ABEE;
  color: var(--leadingColor4);
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 1px;
}

.cart-products {
  background-color: #fff;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.cart-products-empty {
  padding-left: 10px;
  padding-right: 10px;
}

.cart-product {
  margin: 15px 15px 0 15px;
  padding-top: 5px;
}

.cart-product-container {
  border: 1px solid #f7f7f7;
  border-left: 3px solid #00ABEE;
  border-left: 3px solid var(--leadingColor4);
  border-radius: 2px;
  margin-bottom: 15px;
  width: 100%;
}

.cart-product-action {
  border-radius: 2px;
  background-color: #f7f7f7;
}

.cart-product-change-quantity > span {
  display: block;
  font-size: 12px;
  font-family: "Lato";
  color: rgba(0, 0, 0, 0.541);
  margin-bottom: 12px;
}

.cart-product-change-quantity > select {
  display: block;
  min-width: 55px;
}

.cart-product-quantity {
  font-size: 16px;
  min-height: 16px;
  color: #969696;
  text-align: center;
}

.cart-product-quantity > a {
  color: #333;
  cursor: pointer;
  text-decoration: none;
  margin-left: 6px;
}

.cart-product-label {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "Lato";
  color: rgba(0, 0, 0, 0.541);
  text-transform: none;
}

.cart-product-pack-info {
  font-size: 12px;
  font-family: "Lato";
  color: #00ABEE;
  color: var(--leadingColor4);
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 15px;
}

.cart-product-pack-item {
  border-radius: 2px;
  background-color: #fcfcfc;
  padding-bottom: 5px;
}

.cart-product-pack-title {
  font-size: 16px !important;
}

.cart-product-pack-price {
  font-size: 20px !important;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .cart-product-pack-price {
    position: relative;
  }
}
.cart-product-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 500;
  color: #58595b;
  text-transform: none;
}

.cart-product-description {
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
}

.cart-product-remove {
  font-size: 14px;
  font-family: "Lato";
  color: rgba(239, 15, 52, 0.702);
  font-weight: bold;
  margin: 10px;
  text-decoration: none;
  float: right;
}

.cart-product-remove:hover, .cart-product-remove:focus, .cart-product-remove:active {
  color: rgba(239, 15, 52, 0.702);
}

.cart-product-price {
  float: right;
  margin: 0px 10px 20px;
  font-size: 24px;
  font-family: "Lato";
  color: #58595b;
  line-height: 0.778;
}

.cart-product-price-old {
  text-decoration: line-through;
  float: right;
  font-family: "Lato";
  font-weight: 400;
  font-size: 18px;
  margin: 5px 10px;
  color: #58595b;
}

.cart-product-coupon-description {
  float: none;
  color: #58595b;
  font-size: 14px;
  margin: 10px;
  font-weight: bold;
  font-family: "Lato";
}

.cart-product-coupon-description-code {
  color: #00ABEE;
  color: var(--leadingColor4);
  text-transform: uppercase;
}

.cart-product-coupon-description-name {
  color: #474747;
  font-weight: normal;
  font-style: italic;
}

.cart-product-restore-container {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  background-color: #f4f4f4;
  border: 1px solid #e9e9e9;
}

.cart-product-restore-container-close {
  cursor: pointer;
  font-weight: bold;
  color: #bebebe;
  position: absolute;
  right: 10px;
  bottom: 2px;
}

.cart-product-restore-container-close:hover {
  color: #7b7b7b;
}

.cart-product-restore-container a {
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

.cart-productVariantText {
  border: 1px solid #f7f7f7;
  border-left: 3px solid #DC143C;
  border-radius: 2px;
  margin-bottom: 5px;
  width: 100%;
}

.cart-productVariantText__box {
  margin: 5px 10px;
  font-family: "Lato";
  color: #DC143C;
  font-weight: bold;
  display: inline-block;
}

.anotherWorld-title {
  cursor: pointer;
}

.anotherWorld-input {
  cursor: pointer;
}

.cart-onepage-copy {
  font-size: 17px;
  padding: 11px;
}

.cart-onepage-button {
  color: white;
  background-color: #727272;
  padding: 10px;
  font-size: 19px;
}

.cart-onepage-button-next {
  background-color: #00ABEE !important;
  background-color: var(--leadingColor4) !important;
  border-color: #00ABEE !important;
  border-color: var(--leadingColor4) !important;
  border-radius: 0px;
  padding: 10px 60px;
  font-size: 19px;
  color: white;
}

.cart-onepage-button-back {
  background-color: #fff !important;
  border-color: #7b7b7b !important;
  border-radius: 0px;
  padding: 10px 40px;
  font-size: 19px;
  color: #7b7b7b;
}

.cart-onepage-button-next:active, .cart-onepage-button-next:hover, .cart-onepage-button-next:focus, .cart-onepage-button :active, .cart-onepage-button :hover, .cart-onepage-button :focus {
  color: #fff !important;
}

.cart-onepage-button-back:active, .cart-onepage-button-back:hover, .cart-onepage-button-back:focus {
  color: #7b7b7b !important;
}

.cart-onepage-button-coupon-set:active, .cart-onepage-button-coupon-set:hover, .cart-onepage-button-coupon-set:focus {
  color: #fff !important;
}

.cart-onepage-payment-bar {
  background-color: #e9e9e9;
  padding: 6px;
}

.cart-onepage-payment-method-div {
  display: inline;
}

.cart-onepage-payment-method > input {
  margin-left: 15px;
}

.cart-onepage-product {
  border-bottom: 1px solid silver;
  margin-bottom: 10px;
  padding-bottom: 6px;
}

.cart-onepage-product-top {
  color: white;
  background-color: #727272;
  padding: 10px 30px;
  margin-bottom: 30px;
}

.cart-onepage-summary {
  padding: 10px;
}

.cart-onepage-summary button {
  background-color: #00ABEE;
  background-color: var(--leadingColor4);
  border-color: #00ABEE;
  border-color: var(--leadingColor4);
  color: #fff;
}

.cart-onepage-marginTop {
  margin-top: 50px;
}

.cart-onepage-quantity {
  max-width: 100px;
  margin-top: 20px;
}

.cart-onepage-footer {
  padding: 40px 0px;
}

.cart-onepage-sub-title {
  padding: 4px 8px;
  background-color: #0bafe6;
  background-color: var(--leadingColor4);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

.cart-onepage-title {
  font-size: 22px;
  margin: 10px 0px;
}

.cart-onepage-description {
  font-size: 14px;
}

.cart-onepage-remove {
  color: red;
  text-transform: uppercase;
  font-size: 12px;
}

.cart-onepage-coupon-description {
  text-align: right;
  color: red;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}

.cart-onepage-price-net {
  text-align: right;
  color: red;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}

.cart-onepage-price-net-old {
  font-weight: 600;
  text-decoration: line-through;
}

.cart-onepage-price-net-additional {
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.cart-onepage-additional-title {
  font-size: 22px;
  margin: 10px 0px;
}

.cart-onepage-additional-product-variant {
  background-color: #f4f4f4;
  padding: 10px;
  margin: 10px 0px;
}

.cart-onepage-additional-plus {
  height: 35px;
  width: 35px;
  background-color: #0bafe6;
  background-color: var(--leadingColor4);
  border-radius: 50%;
  text-align: center;
  margin-top: 5px;
}

.cart-onepage-additional-plus span {
  color: #fff;
  font-size: 37px;
  line-height: 1;
}

.discount-radio-label {
  display: block;
  position: relative;
}

.discount-radio-label input {
  position: absolute;
  top: 8px;
}

.discount-radio-label .discount-coupon-name {
  margin-left: 20px;
}

.discount-radio-label .discount-amount {
  font-size: 0.8em;
  margin-left: 20px;
  color: lightcoral;
}

.discount-radio-label.coupon-disabled .discount-coupon-name {
  color: #9a9a9a;
}

.discount-radio-label.coupon-disabled .discount-amount {
  color: #f5aeae;
}

.coupon-disabled-info {
  padding: 10px 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.8em;
  display: none;
}

@media (max-width: 768px) {
  .cart-gratis {
    display: block;
  }
  .cart-gratis-plus-col {
    display: none;
  }
}
@media (max-width: 768px) {
  #orderOnePage-clientType {
    width: 100%;
  }
  .cart-onepage-button-next {
    padding: 10px 0px;
    width: 100%;
  }
  .cart-onepage-top-menu {
    border-bottom: 10px solid #727272;
  }
  .cart-onepage-description {
    display: none;
  }
  .cart-onepage-payment-method-title {
    display: block;
  }
  .cart-onepage-payment-method-div {
    display: block;
    margin-top: 10px;
  }
  .cart-onepage-product-top {
    display: none;
  }
  .cart-onepage-price-net-additional {
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .cart-onepage-additional-title {
    font-size: 16px;
    margin: 10px 0px;
  }
  .cart-onepage-additional-plus {
    height: 30px;
    width: 30px;
    background-color: #0bafe6;
    background-color: var(--leadingColor4);
    border-radius: 50%;
    text-align: center;
    margin-top: 10px;
  }
  .cart-onepage-additional-plus span {
    color: #fff;
    font-size: 37px;
    line-height: 0.9;
  }
}
.product-upselling {
  opacity: 0.6;
  height: fit-content;
}

.product-upselling:hover {
  opacity: 1;
}

.product-upselling-old-price {
  text-decoration: line-through;
  font-size: 12px;
}

.product-upselling-header {
  font-weight: bold;
}

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

@media (min-width: 992px) {
  .product-upselling {
    flex: 0 0 47%;
    max-width: 47%;
  }
}
.upselling-add-to-cart {
  font-size: 12px;
  font-weight: bold;
  color: white !important;
}

.order-participant {
  border: 1px solid #f7f7f7;
  border-left: 3px solid #00ABEE;
  border-left: 3px solid var(--leadingColor4);
  border-radius: 2px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  overflow: hidden;
}
.order-participant-footer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .order-participant-footer > div {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.order-participant-title {
  font-size: 18px;
  font-family: "Lato";
  color: #58595b;
  margin-top: 15px;
  margin-bottom: 20px;
}

.order-participant-remove {
  font-size: 14px;
  font-family: "Lato";
  color: #ef0f34;
  font-weight: bold;
  line-height: 0.609;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.order-participant-remove:hover, .order-participant-remove:focus, .order-participant-remove:active {
  color: #F35921;
}

.order-participant-group > table:last-child {
  margin-bottom: 0px;
}

.order-participant-group-title {
  font-size: 18px;
  font-family: "Lato";
  color: #58595b;
  padding-left: 8px;
  margin-bottom: 0px;
  margin-top: 23px;
}

.order-participant-group-checkbox {
  padding-left: 8px !important;
  padding-right: 0px !important;
}

.order-participant-group table td {
  border: 0 !important;
}

.order-participant-group table th {
  border: 0 !important;
  font-size: 14px;
  font-family: "Lato";
  color: rgba(0, 0, 0, 0.541);
  line-height: 1.2;
}

.order-participant-group-item-title {
  font-size: 18px;
  font-family: "Lato";
  color: #58595b;
  line-height: 0.474;
}

.order-participant-group-item-label {
  font-size: 14px;
  font-family: "Lato";
  color: rgba(0, 0, 0, 0.541);
  line-height: 1.8;
}

.order-participant-group-item-quantity {
  font-size: 18px;
  font-family: "Lato";
  color: rgba(0, 0, 0, 0.871);
  line-height: 1.2;
}

.order-participant-group-item-quantity > span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.122);
  width: 35px;
  display: block;
}

.order-participant-group-item-price {
  font-size: 18px;
  font-family: "Lato";
  color: rgba(88, 89, 91, 0.871);
  line-height: 1.2;
}

.order-addParticipant {
  float: right;
  padding: 10px 0 10px 35px;
  text-align: right;
  text-transform: uppercase;
  font-family: "Lato";
  color: #F46C3B;
  background: none;
  border: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .order-addParticipant {
    padding: 10px 35px;
  }
}
.order-addParticipant:hover, .order-addParticipant:focus, .order-addParticipant:active {
  color: #F46C3B;
}

.order-addParticipant-text {
  display: inline-block;
  padding-right: 20px;
  height: 50px;
  font-size: 14px;
  line-height: 1.286;
}

.order-addParticipant > .fa-plus {
  display: inline-block;
  color: #fff;
  font-size: 19px;
  padding: 20px 20px;
  border-radius: 50%;
  background-color: #f35921;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  width: 56px;
  height: 56px;
}

.order-address-deliveryAddressProduct {
  width: 100%;
}

.order-address-deliveryAddressProduct-checkbox label {
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: normal;
}

.order-address-container {
  padding-left: 20px;
  padding-right: 20px;
}

.order-address-container input {
  margin-bottom: 10px;
}

.order-address-container h3 {
  font-size: 14px;
  font-family: "Lato";
  color: #00ABEE;
  color: var(--leadingColor4);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.order-address-container p.header-desc {
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}

.order-address-another {
  width: 100%;
  position: relative;
  float: left;
}

.order-address-another .anotherWorld-title {
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: normal;
}

.order-address-client-type {
  border: 1px solid #f7f7f7;
  border-left: 3px solid #00ABEE;
  border-left: 3px solid var(--leadingColor4);
  border-radius: 2px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.order-address-client-type form {
  display: inline-flex;
}

.order-address-client-type h3 {
  font-size: 14px;
  font-family: "Lato";
  color: #00ABEE;
  color: var(--leadingColor4);
  text-transform: uppercase;
}

.order-address-client-type-button-container {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}

.order-address-client-type-button-container label {
  font-size: 16px;
  font-family: "Lato";
  color: #414141;
  font-weight: bold;
  line-height: 1.1;
}

@media (max-width: 576px) {
  .order-address-client-type-button-container {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
.order-blue {
  color: #00ABEE;
  color: var(--leadingColor4);
}

.order-success {
  border: 1px solid #f7f7f7;
  border-left: 3px solid #00ABEE;
  border-left: 3px solid var(--leadingColor4);
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 10px;
}

.order-success-confirmation {
  font-size: 18px;
  font-family: "Lato";
  color: #00ABEE;
  color: var(--leadingColor4);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 20px;
  letter-spacing: 1px;
}

.order-success-title {
  font-size: 18px;
  font-family: "Lato";
  color: #5f5f5f;
  font-weight: bold;
  text-align: center;
}

.order-success-title2 {
  font-size: 14px;
  font-family: "Lato";
  color: #00ABEE;
  color: var(--leadingColor4);
  text-transform: uppercase;
  margin-top: 30px;
}

.order-success-upselling {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: #F5F5F5;
  padding: 10px;
  margin-top: 15px;
}

.order-success-subtitle {
  font-size: 18px;
  font-family: "Lato";
  color: #5f5f5f;
  text-align: center;
  margin-bottom: 20px;
}

.order-success-ordnum {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 700;
  margin-top: 12px;
}

.order-success-ordtran {
  font-size: 16px;
  color: #00ABEE;
  color: var(--leadingColor4);
  font-weight: 700;
}

.order-success-opv {
  margin-bottom: 10px;
  padding-top: 5px;
  border-bottom: 1px solid rgba(0, 171, 238, 0.4);
  font-size: 16px;
}

.order-success-opv-last {
  border-bottom: 2px solid rgba(0, 171, 238, 0.4);
}

.order-success-opv-title {
  font-weight: 700;
  margin-bottom: 25px;
}

.order-success-opv-details {
  width: 100%;
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  color: #00ABEE;
  color: var(--leadingColor4);
  text-decoration: none;
  cursor: pointer;
  ont-size: 14px;
}

.order-success-opv-details:hover, .order-success-opv-details:focus, .order-success-opv-details:active {
  color: #00ABEE;
  color: var(--leadingColor4);
}

.order-success-total-price {
  padding-top: 10px;
  font-size: 16px;
  font-family: "Lato";
  font-weight: bold;
}

.order-success-total-price > span {
  color: #00ABEE;
  color: var(--leadingColor4);
}

.order-success-shipping {
  color: #353535;
  font-size: 14px;
}

.order-success-shipping > span {
  font-weight: 700;
  color: #606060;
}

.order-success-payment {
  margin-top: 40px;
  margin-bottom: 10px;
}

.order-success-payment-title, .product-cart-2 .order-success-cart-2 .order-success-title2 {
  font-size: 14px;
  font-family: "Lato";
  color: #f35921;
  font-weight: bold;
  text-transform: uppercase;
}

.order-success-payment-description {
  font-size: 14px;
  font-family: "Lato";
  color: #58595b;
}

.order-success-payment-description-items {
  padding-left: 5px;
}

.order-success-payment-description-items li {
  font-size: 0.9em;
}

.order-success-payment-img {
  padding: 0 10px;
}

.order-success-payment-button {
  background-color: #a3c800;
  font-size: 18px;
  font-family: "Lato";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 40px;
  border: 3px solid #aac612;
  border-radius: 40px;
  margin-top: 25px;
  display: inline-block;
}

@media (max-width: 768px) {
  .order-success-payment-button {
    font-size: 12px;
    padding: 15px 15px;
    width: 100%;
    margin: 25px 0;
  }
}
.order-success-payment-button:hover, .order-success-payment-button:focus, .order-success-payment-button:active {
  color: #fff;
}

.order-success-payment-button.button-proforma {
  background-color: lightskyblue;
  border-color: lightskyblue;
}

.order-info {
  height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.order-product {
  border-bottom: 1px solid silver;
  margin-bottom: 20px;
}

.order-product-quantity {
  margin-left: 20px;
}

.order-summary {
  border: 1px solid #f7f7f7;
  border-left: 3px solid #00ABEE;
  border-left: 3px solid var(--leadingColor4);
  border-radius: 2px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.order-summary form {
  width: 100%;
}

.order-summary-total-price-net {
  font-size: 20px;
  font-weight: 700;
}

.order-summary-total-price-gross {
  font-weight: 700;
}

.order-summary-price-gross {
  font-size: 18px;
}

.order-summary-title {
  font-size: 14px;
  font-family: "Lato";
  color: #00ABEE;
  color: var(--leadingColor4);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.order-summary-address-title {
  font-size: 14px;
  font-family: "Lato";
  color: #00ABEE;
  color: var(--leadingColor4);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.order-summary-terms-label, .order-summary-vat-label {
  font-weight: normal;
  padding: 0 0 0 2em !important;
}

.order-summary-terms-check-all, .order-summary-vat-check-all {
  color: #F46C3B;
  cursor: pointer;
}

.order-summary-terms-check-all:hover, .order-summary-terms-check-all:focus, .order-summary-terms-check-all:active, .order-summary-vat-check-all:hover, .order-summary-vat-check-all:focus, .order-summary-vat-check-all:active {
  color: #F46C3B;
}

.order-summary-vat-label-small {
  display: block;
  font-size: 1em;
  font-weight: 200;
}

.order-summary-vat-label-small .error {
  display: inline;
}

.order-summary-vat-publicsector {
  display: inline;
  border: 0;
  border-bottom: 1px solid #c14242;
  border-radius: 0;
  height: 19px;
  font-weight: 900;
  width: 40%;
}

.order-summary-vat-publicsector::placeholder {
  color: #ffffff;
  letter-spacing: 1px;
  padding-right: 3px;
  padding-left: 3px;
  background-color: #c14242;
  text-align: center;
}

.order-summary-vat-publicsector::-webkit-input-placeholder {
  color: #ffffff;
  letter-spacing: 1px;
  padding-right: 3px;
  padding-left: 3px;
  background-color: #c14242;
  text-align: center;
}

.order-summary-vat-publicsector::-moz-placeholder {
  color: #ffffff;
  letter-spacing: 1px;
  padding-right: 3px;
  padding-left: 3px;
  background-color: #c14242;
  text-align: center;
}

.order-summary-vat-publicsector:-ms-input-placeholder {
  color: #ffffff;
  letter-spacing: 1px;
  padding-right: 3px;
  padding-left: 3px;
  background-color: #c14242;
  text-align: center;
}

.order-summary-vat-publicsector:-moz-placeholder {
  color: #ffffff;
  letter-spacing: 1px;
  padding-right: 3px;
  padding-left: 3px;
  background-color: #c14242;
  text-align: center;
}

.order-summary-vat-publicsector-error {
  border-bottom: 1px solid red;
}

.order-summary-techInfo {
  font-size: 14px;
  font-family: "Lato";
  color: #2b2b2b;
}

.order-summary-techInfo-title {
  font-size: 14px;
  font-family: "Lato";
  color: #2f2f2f;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.order-summary-form {
  margin-top: 40px;
}

.order-summary-product {
  background-color: #fafafa;
  padding: 15px 5px;
  margin: 15px 5px;
}

.order-summary-product-title {
  font-size: 16px;
  font-family: "Roboto";
  color: #353535;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px;
}

@media (max-width: 768px) {
  .order-summary-product-title {
    margin-top: 0 !important;
  }
}
.order-summary-product-price {
  font-size: 16px;
  font-family: "Roboto";
  color: #353535;
  font-weight: bold;
  line-height: 1.2;
}

.order-summary-product-price > small {
  font-weight: normal;
}

.order-summary-product-label {
  font-size: 14px;
  font-family: "Roboto";
  color: #000000;
  line-height: 1.2;
}

.order-summary-product-event > h4 {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

.order-summary-product-event > p {
  margin: 0px;
  padding: 0px;
  font-family: "Lato";
  font-size: 14px;
}

.distributionChannel__type {
  text-align: center;
  color: #999;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
  padding: 10px 27px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0;
  background: #fff;
  display: inline-block;
}

.distributionChannel__type-active {
  color: #fff;
  background: #00aeef;
  background: var(--leadingColor4);
  border: 1px solid #00aeef;
  border: 1px solid var(--leadingColor4);
}

.form-register {
  max-width: 95%;
  padding: 15px;
  margin: 0 auto;
}

.form-register .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-register .form-control:focus {
  z-index: 2;
}

.form-register .form-control:first-of-type {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.form-register .form-control {
  margin-bottom: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.contentProductGroup {
  padding: 10px;
  margin: 10px 0px;
}

.contentProductGroup h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contentProductGroup-content {
  padding: 10px;
  margin: 10px 0px;
}

.contentProductGroup-arrow {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  text-align: center;
  margin-top: 8px;
}

.contentProductGroup-arrow span {
  font-size: 22px;
  line-height: 36px;
}

.contentProductGroup-container {
  background-color: #f7f7f7;
}

@media (max-width: 768px) {
  .contentProductGroup-arrow {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    margin-top: 8px;
  }
  .contentProductGroup-arrow span {
    font-size: 20px;
    line-height: 33px;
  }
  .order-step-text {
    width: auto;
    float: none;
    height: 80px;
    line-height: 80px;
    padding: 0px 0px;
    font-size: 12px;
    margin: 0 auto;
  }
  .order-step-box-complete, .order-step-box-active, .order-step-box {
    float: none;
    margin: 0 auto;
  }
  .order-summary-product-title {
    margin-top: 15px;
    font-size: 17px;
  }
  .order-summary-product-price {
    margin: 0px;
    font-size: 12px;
  }
  .order-summary-product-price .summary-price-gross {
    font-size: 16px;
  }
  .order-summary-product-postage {
    font-size: 12px;
  }
}
.text-right {
  text-align: right;
}

html {
  -ms-overflow-style: none;
}

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

span.error {
  color: red;
  display: block;
}

button[disabled] {
  color: inherit;
  background: #e0e0e0 !important;
  border-color: #d3d3d3 !important;
}

button[disabled]:hover {
  color: inherit;
}

.swal2-loading button.swal2-styled.swal2-confirm {
  border-left-color: #3085d6 !important;
  border-right-color: #3085d6 !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

.fm-form-text {
  padding-bottom: 8px;
}

.fm-no-padding-left {
  padding-left: 0 !important;
}

.header-no-margin {
  margin-top: 0px;
}

.user-account-edit h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.user-account-edit .btn-sm {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1.2;
}

.niceGroup {
  padding: 20px 0;
  /*
  Basic input element using psuedo classes
  */
  /* niceInput */
  /* Underline and Placeholder */
}

.niceGroup > input, .niceGroup > label, .niceGroup > textarea {
  display: block;
  margin: 10px;
  padding: 5px;
  border: none;
  font-size: 18px;
  color: #000000 !important;
}

.niceGroup > textarea:focus, .niceGroup > input:focus {
  outline: 0;
}

.niceGroup > input.niceInput, .niceGroup > textarea.niceInput {
  font-size: 18px;
  font-weight: 300;
  border-radius: 2px;
  margin: 0;
  border: none;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  transition: padding-top 0.2s ease, margin-top 0.2s ease;
  overflow-x: hidden;
  /* Hack to make "rows" attribute apply in Firefox. */
}

.niceGroup > textarea.niceInput {
  resize: none;
}

.niceGroup > input.niceInput + label, .niceGroup > textarea.niceInput + label {
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #00ABEE;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  height: 0px;
}

.niceGroup > input.niceInput:focus + label, .niceGroup > textarea.niceInput:focus + label {
  width: 100%;
}

.niceGroup > input.niceInput:focus, .niceGroup > input.niceInput.niceInputValid {
  padding-top: 5px;
}

.niceGroup > textarea.niceInput.niceInputValid, .niceGroup > textarea.niceInput:focus, .niceGroup > textarea.niceInput:valid {
  margin-top: 37px;
}

.niceGroup > input.niceInput:focus + label > span, .niceGroup > input.niceInput.niceInputValid + label > span, .niceGroup > input[required].niceInput:valid + label > span {
  top: -60px;
  font-size: 16px;
  color: #00ABEE;
  font-weight: 400;
}

.niceGroup > textarea.niceInput:focus + label > span, .niceGroup > textarea.niceInput.niceInputValid-Active + label > span, .niceGroup > textarea.niceInput:valid + label > span {
  top: -60px;
  font-size: 16px;
  color: #333;
}

.niceGroup > input.niceInput.niceInputValid + label, .niceGroup > textarea.niceInput.niceInputValid + label, .niceGroup > input.niceInput:valid + label, .niceGroup > textarea.niceInput:valid + label {
  border-color: #00ABEE;
}

.niceGroup > input.niceInput, .niceGroup > textarea.niceInput {
  box-shadow: none;
}

.niceGroup > input.niceInput + label > span, .niceGroup > textarea.niceInput + label > span {
  font-weight: 300;
  margin: 0;
  position: absolute;
  color: #000;
  font-size: 18px;
  top: -35px;
  left: 0px;
  -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
  transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

.niceCheckbox {
  line-height: 1.31;
}

.niceCheckbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  display: none;
}

.niceCheckbox input.showMessage {
  display: block !important;
  z-index: -999 !important;
}

.niceCheckbox input[type=checkbox]:checked ~ .niceCheckbox-switch {
  background: #00ABEE;
  padding-left: 0.5em;
  padding-right: 2em;
}

.niceCheckbox input[type=checkbox]:checked ~ .niceCheckbox-switch:before {
  content: "Tak";
  color: white;
}

.niceCheckbox input[type=checkbox]:checked ~ .niceCheckbox-switch:after {
  left: 100%;
  margin-left: -1.75em;
}

.niceCheckbox-switch {
  font-weight: normal !important;
  box-shadow: inset 0 0 2px #c0c0c0;
  display: inline-block;
  position: relative;
  background: #eaeaea;
  padding: 0.25em 0.5em 0.25em 2em;
  border-radius: 1em;
  min-width: 2em;
  color: #FFF;
  cursor: pointer;
  transition: background-color 0.15s;
}

.niceCheckbox-switch:after {
  box-shadow: 0 0 2px #c0c0c0;
  content: " ";
  display: block;
  background: #FFF;
  width: 1.6em;
  height: 1.6em;
  border-radius: 1em;
  position: absolute;
  left: 0.2em;
  top: 0.1em;
  transition: left 0.15s, margin-left 0.15s;
}

.niceCheckbox-switch:before {
  color: #0a0a0a;
  content: "Nie";
}

/* Basic styles */
.nice-checkbox > input[type=checkbox], .nice-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.nice-basic-checkbox-radio > .small-padding {
  padding: 0 0 0 1.5em !important;
}

.nice-basic-checkbox-radio > label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2em;
  height: 1.5em;
  line-height: 1.5;
  cursor: pointer;
  color: #222;
}

.nice-basic-checkbox-radio > label::before, .nice-basic-checkbox-radio > label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
}

.nice-basic-checkbox-radio > label::before {
  content: " ";
  border: 2px solid #00ABEE;
  border-radius: 20%;
}

/* Checkbox */
.product-cart-2-page .nice-checkbox > input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #45Ac16;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) !important;
}

/* Radio */
.nice-radio > input[type=radio] + label::before {
  border-radius: 50%;
}

.nice-radio > input[type=radio] + label::after {
  content: " ";
  top: 0.25em;
  left: 0.25em;
  width: 1em;
  height: 1em;
  background: #00ABEE;
  border: 0.2em solid #00ABEE;
  border-radius: 50%;
}

.product-cart-2 .nice-radio > input[type=radio] + label::after {
  background: #00ABEE;
  background: var(--leadingColor4);
  border: 0.2em solid #00ABEE;
  border: 0.2em solid var(--leadingColor4);
}

/* :checked */
.nice-checkbox > input[type=checkbox]:checked + label::before,
.nice-radio > input[type=radio]:checked + label::before {
  background: #fff;
  border-color: #cbcbcb;
}

.nice-radio.nice-radio-fixed > input[type=radio] + label {
  padding-left: 0;
  display: flex;
  align-items: center;
}
.nice-radio.nice-radio-fixed > input[type=radio] + label:before, .nice-radio.nice-radio-fixed > input[type=radio] + label:after {
  display: none;
}
.nice-radio.nice-radio-fixed > input[type=radio] + label .radio-placeholder {
  position: relative;
  width: 22px;
  height: 22px;
  padding-right: 0;
  border-radius: 50%;
  border: 2px solid #e3e3e5;
  box-sizing: border-box;
  margin-right: 5px;
}
.nice-radio.nice-radio-fixed > input[type=radio]:checked + label:before, .nice-radio.nice-radio-fixed > input[type=radio]:checked + label:after {
  display: none;
}
.nice-radio.nice-radio-fixed > input[type=radio]:checked + label .radio-placeholder {
  background-color: #00ABEE;
  background-color: var(--leadingColor4);
  border-color: #00ABEE;
  border-color: var(--leadingColor4);
}
.nice-radio.nice-radio-fixed > input[type=radio]:checked + label .radio-placeholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}

.vat-container .nice-radio.nice-radio-fixed > input[type=radio] + label {
  display: inline-block;
  padding-left: 36px !important;
}
.vat-container .nice-radio.nice-radio-fixed > input[type=radio] + label .radio-placeholder {
  position: absolute;
  left: -2px;
}

.nice-checkbox > input[type=checkbox] + label::after, .nice-radio > input[type=radio] + label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.nice-checkbox > input[type=checkbox]:checked + label::after, .nice-radio > input[type=radio]:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.nice-radio-inline, .nice-checkbox-inline {
  padding-left: 20px;
  margin-left: 10px;
}

.nice-select {
  margin-bottom: 1em;
  padding: 0.25em;
  border: 0;
  border-bottom: 2px solid currentcolor;
  font-weight: bold;
  letter-spacing: 0.15em;
  border-radius: 0;
}

.nice-select:focus, .nice-select:active {
  outline: 0;
  border-bottom-color: #00ABEE;
}

.nice-input {
  -moz-appearance: none;
  -ms-text-size-adjust: 100%;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  appearance: none;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 21px;
  margin: 0;
  min-width: 0;
  outline: none;
  padding: 9.5px 12px;
  text-size-adjust: 100%;
  width: 100%;
}

.nice-input.invalid {
  border-color: red;
  border-width: 1px;
}

.nice-input:-ms-input-placeholder {
  color: #767676;
}

.nice-input::-ms-input-placeholder {
  color: #767676;
}

.nice-input::placeholder {
  color: #767676;
}

.nice-input::-ms-clear {
  display: none;
}

.nice-field {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin-top: 12px;
  position: relative;
  text-size-adjust: 100%;
}

.nice-field-addon {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: blue;
  padding: 15px;
  cursor: pointer;
  z-index: 900;
  font-size: 0.7em;
}

.nice-field-input {
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  vertical-align: top;
}

.nice-field-input:focus, .nice-field-input:hover {
  border-color: #767676;
  box-shadow: 0 0 0 1px #767676;
}

.nice-field-input:disabled {
  color: #aaa;
  pointer-events: none;
}

.nice-field-input:-ms-input-placeholder {
  color: transparent;
}

.nice-field-input::placeholder {
  color: transparent;
}

.nice-field-input::-ms-input-placeholder {
  color: transparent;
}

.nice-field-input::-ms-clear {
  display: none;
}

.nice-field-input.placeholder-shown + .nice-field-placeholder, .nice-field-input:placeholder-shown + .nice-field-placeholder {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #222;
  color: #767676;
  cursor: text;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-size-adjust: 100%;
  transform: translateY(21px);
}

.nice-field-input:placeholder-shown:not(:-webkit-autofill):not(:focus) + .nice-field-placeholder {
  -webkit-text-size-adjust: 100%;
  color: #222;
  color: #767676;
  cursor: text;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-size-adjust: 100%;
  transform: translateY(21px);
}

.nice-field-input:focus + .nice-field-placeholder, .nice-field-placeholder {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
  box-sizing: border-box;
  color: #767676;
  font-size: 13px;
  left: 11px;
  line-height: 20px;
  max-width: calc(100% - 23px);
  overflow: hidden;
  padding: 0 2px;
  position: absolute;
  text-overflow: ellipsis;
  top: -11px;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out, font-size 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
}

.nice-select-field {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 21px;
  margin: 0;
  min-width: 0;
  outline: none;
  padding: 9.5px 12px;
  text-size-adjust: 100%;
  width: 100%;
}

.form-signup {
  max-width: 95%;
  padding: 15px;
  margin: 0 auto;
}

.form-signup .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signup-invalid {
  border: 1px solid red;
}

.form-signup-submit {
  margin-top: 25px;
}

.form-signup-terms-1 {
  text-align: justify;
}

.form-signup-terms-1 .collapsing {
  transition: none !important;
}

.form-signup-terms-1 .in {
  display: inline !important;
}

.form-signup-terms-2 {
  margin-top: 20px;
}

.form-signup-termText {
  margin-left: 20px;
}

.form-signup-pass-info {
  position: relative;
  top: -15px;
}

.form-signup-textWithTooltip {
  letter-spacing: 1px;
  border-bottom: 1px dotted #555;
}

.form-signup-inline-inputs, .form-signup-inline-terms {
  display: flex;
  flex-direction: row;
}

.form-signup-inline-inputs {
  justify-content: space-between;
}

@media screen and (max-width: 550px) {
  .form-signup-inline-inputs {
    flex-direction: column;
  }
}
.form-signup-inline-inputs .form-group {
  width: 49%;
}

@media screen and (max-width: 550px) {
  .form-signup-inline-inputs .form-group {
    width: 100%;
  }
}
.has-error > ul {
  list-style: none;
  color: red;
  margin-bottom: 0px;
  padding-left: 0px;
}

.intl-tel-input {
  display: block !important;
}

.start__form {
  margin-bottom: 25px;
  margin-top: 20px;
}

.start__preview {
  max-height: 180px;
  display: block;
  margin: 0 auto;
}

.start__tip {
  display: block;
  margin-top: -7px;
  margin-bottom: 3px;
}

.login {
  padding: 0 0 50px 0;
  width: 100%;
  max-width: 100% !important;
}

@media (max-width: 970px) {
  .login {
    padding: 20px 40px !important;
  }
}
.login-multicount {
  border: 1px solid;
  border-color: #ececec;
  border-radius: 10px;
}

.login-menu {
  padding-top: 15px;
  padding-bottom: 10px;
}

.login-menu-container {
  display: flex;
  align-items: stretch;
}

.login-menu-active {
  overflow: hidden;
  background: #fff;
  border: 1px solid #00ABEE;
  border-bottom: none;
  box-shadow: 0 10px 0px -1px #fff;
}

.login-menu-active > a {
  text-decoration: none;
  font-size: 22px;
  color: #00ABEE !important;
}

.login-menu > a {
  cursor: pointer;
  text-decoration: none;
  font-size: 22px;
  color: grey;
}

.login-content {
  border: 0px solid #00ABEE;
  background-color: #fff;
  padding: 20px 5px;
}

.login-content .phoneRow .nice-field-placeholder {
  left: 85px !important;
}

.login-content-skip {
  border: none;
  color: #fff;
  border-radius: 2px;
  background-color: darkgrey;
  box-shadow: 0px 0px 2px 0px rgba(4, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  padding: 11px 0px;
  font-size: 24px;
  width: 100%;
  line-height: 0.8em;
  margin-top: 10px;
}

.login-content-skip:hover, .login-content-skip:active, .login-content-skip:focus {
  color: #fff;
}

.login-content-skip p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.6em;
}

.login-content-submit {
  border: none;
  color: #fff;
  border-radius: 2px;
  background-color: #00ABEE;
  box-shadow: 0px 0px 2px 0px rgba(4, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  padding: 12px 0px;
  font-size: 24px;
  width: 100%;
}

.login-content-submit:hover, .login-content-submit:active, .login-content-submit:focus {
  color: #fff;
}

.login-content-right {
  text-align: right;
}

.login-content-right > a {
  cursor: pointer;
}

.login-content-register {
  text-align: center;
  font-size: 15px;
  font-family: "Lato";
  color: #6d6d6d;
  text-transform: uppercase;
  line-height: 0.568;
  margin-bottom: 30px;
}

.login-content-register > a {
  cursor: pointer;
  color: #00ABEE;
}

.login-content-forgot-password {
  font-size: 14px;
  font-family: "Lato";
  color: #00a0e3;
  text-transform: uppercase;
  text-align: right;
}

.login-content-forgot-password > span a {
  color: #00ABEE;
  text-decoration: none;
}

.login-content-remember-me {
  font-size: 14px;
  font-family: "Lato";
  color: #585858;
  text-transform: uppercase;
}

.login-content-remember-me > label {
  color: #333;
  font-weight: 500;
  cursor: pointer;
}

.login-content-remember-me > label > input {
  margin-right: 10px;
  cursor: pointer;
}

.login-content-container {
  padding: 20px 0 20px 0;
}

.login-show-password {
  font-weight: 600;
  position: relative;
  top: -30px;
  float: right;
  text-transform: uppercase;
  font-size: 10px;
  color: #00ABEE;
  right: 15px;
  cursor: pointer;
}

.login-social {
  margin-top: 20px;
}

.login-social > h5 {
  text-align: center;
  font-size: 15px;
  font-family: "Lato";
  color: #6d6d6d;
  text-transform: uppercase;
}

.login-social > hr {
  margin: 0 30px;
}

.login-social-buttons {
  text-align: center;
  font-size: 50px;
}

.login-social-buttons a {
  text-decoration: none;
  cursor: pointer;
}

.login-social-buttons-google {
  color: #e34b51;
}

.login-social-buttons-google:hover, .login-social-buttons-google:active, .login-social-buttons-google:focus {
  color: #e34b51;
}

.login-social-buttons-facebook {
  color: #336fad;
}

.login-social-buttons-facebook:hover, .login-social-buttons-facebook:active, .login-social-buttons-facebook:focus {
  color: #336fad;
}

.formTitleRegister {
  margin-bottom: 35px;
  color: #B8860B;
}

.emptySpace5 {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.emptySpace10 {
  display: block;
  margin-bottom: 10px;
}

.emptySpace20 {
  display: block;
  margin-bottom: 20px;
}

.emptySpace35 {
  font-weight: 700;
  display: block;
  margin-bottom: 35px;
}

.emptySpace40 {
  display: block;
  margin-bottom: 40px;
}

/*.sf-display-none {
  display: none !important;
}*/
.userBar {
  background-color: #3b3b3b;
  background-image: none;
  border-radius: 0px;
  letter-spacing: 1px;
  padding: 0px !important;
  font-size: 14px;
}

@media (max-width: 768px) {
  .userBar ul {
    display: block;
  }
}
.userBar ul > li > a {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

@media (max-width: 768px) {
  .userBar ul > li > a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .userBar .hidden-xs {
    display: none;
  }
}
.userBar--light {
  background-color: #fff;
}

.userBar--light .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.userBar--light .navbar-collapse .navbar-info p {
  margin-bottom: 0;
}

.userBar--light .navbar-nav .userBar-box a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.userBar--light .navbar-nav > .userBar-box {
  height: 45px;
  display: flex;
  align-items: center;
}

.userBar--light .navbar-nav > .userBar-box .material-symbols-outlined {
  font-size: 28px;
  line-height: 22px;
  margin-right: 5px;
}

.userBar--light .navbar-nav > .userBar-box .nav-link--logout {
  display: flex;
  color: #8c8c8c !important;
}

.userBar--light .navbar-nav > .userBar-box .nav-link--logout .material-symbols-outlined {
  margin-right: 0;
}

.userBar--light .navbar-nav > .userBar-box > a {
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: 13px;
}

.userBar--light .navbar-nav > .userBar-box--grey > a {
  color: #8c8c8c !important;
}

.userBar--light .navbar-nav > .userBar-box--single-text > a {
  display: flex;
  align-items: center;
}

.userBar--light .navbar-nav > .userBar-box--double-text > a {
  display: flex;
}

.userBar--light .navbar-nav > .userBar-box--double-text > a .nav-item-icon {
  align-self: center;
  margin-right: 5px;
}

.userBar--light .navbar-nav > .userBar-box--double-text > a .big-text {
  display: flex;
  flex-direction: column;
  top: 0;
}

.userBar--light .navbar-nav > .userBar-box--double-text > a .big-text .up {
  font-size: 10px;
  line-height: 10px;
}

.userBar--light .navbar-nav > .userBar-box--double-text > a .big-text .down {
  line-height: 13px;
}

@media (max-width: 600px) {
  .userBar--light .navbar-nav > .userBar-box--double-text > a .big-text {
    display: none;
  }
}
.userBar--light .navbar-nav > .userBar-box {
  transition: all 0.3s;
}

.userBar--light .navbar-nav > .userBar-box:hover {
  background-color: transparent !important;
}

.userBar--light .navbar-nav > .userBar-box > a:hover, .userBar--light .navbar-nav > .userBar-box > a:focus, .userBar--light .navbar-nav > .userBar-box > a:active {
  background-color: transparent !important;
}

.userBar--light .navbar-nav {
  align-items: center;
}

.userBar--light .userBar-cart {
  display: flex;
}

.userBar--light .userBar-cart__icon {
  width: 23px;
  height: 20px;
  margin-right: 6px;
}

.userBar--light .userBar-cart__text > span {
  display: block;
  line-height: 16px;
}

.userBar--light .userBar-cart__text > span.small-text {
  font-size: 10px;
  line-height: 10px;
}

.userBar--light .userBar-cart__text > span.price {
  font-size: 11px !important;
  line-height: 10px;
  font-weight: bold;
}

.userBar--light .navbar-nav > .userBar-box > .userBar-cart {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.userBar--light .big-text {
  position: relative;
  top: 5px;
}

.userBar--light .navbar-label-info {
  display: flex;
  flex: 0 0 50%;
  justify-content: center;
  text-align: center;
}

.userBar--light .navbar-label-info p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1900px) {
  .userBar--light .navbar-label-info {
    margin-right: -180px;
  }
}
@media (max-width: 600px) {
  .userBar--light .navbar-label-info {
    display: none;
  }
}
@media (max-width: 1500px) {
  .userBar--light .navbar-label-info {
    order: 1;
    flex: 0 0 100%;
    padding: 15px;
  }
  .userBar--light .navbar-logo-container {
    order: 2;
  }
  .userBar--light .navbar-collapse .navbar-nav {
    order: 3;
  }
}
@media (max-width: 768px) {
  .userBar--light .navbar-logo-container {
    padding-top: 5px;
  }
  .userBar--light .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: calc(100% - 37px);
  }
  .userBar--light .navbar-nav > .userBar-box-cart {
    float: none;
  }
  .userBar--light .navbar-nav > .userBar-box-myAccount, .userBar--light .navbar-nav > .userBar-box-logout, .userBar--light .navbar-nav > .userBar-box-login {
    width: auto;
  }
  .userBar--light .navbar-collapse {
    display: flex;
    align-items: flex-start;
  }
  .userBar--light .navbar-nav > .userBar-box {
    height: auto;
  }
  .userBar--light .navbar-nav > .userBar-box > a {
    padding: 0 5px 0 0 !important;
    font-size: 10px;
  }
  .userBar--light .navbar-nav > .userBar-box-logout > a {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
  }
  .userBar--light .navbar-nav > .userBar-box > .userBar-cart {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .userBar--light .navbar-nav > .userBar-box--single-text {
    position: relative;
    top: -6px;
  }
  .userBar--light .navbar-nav > .userBar-box--single-text > a {
    padding-top: 11px !important;
    padding-bottom: 7px !important;
  }
}
@media (max-width: 600px) {
  .userBar--light .navbar-nav > .userBar-box--single-text {
    lefT: -3px;
  }
  .userBar--light .navbar-nav > .userBar-box--single-text > a {
    padding-top: 13px !important;
    padding-bottom: 2px !important;
  }
}
.top-bar {
  background: #3b3b3b;
  color: #777;
  min-height: 46px;
}

.top-bar a {
  color: #777;
  line-height: 35px;
}

.top-bar a.eco {
  font-style: italic;
}

.top-bar-light {
  background-color: #fff;
}

.top-bar-light .header-iframe {
  background-color: #fff;
}

.navbar-nav > .userBar-box:hover {
  background-color: #6e6e6e !important;
}

@media (max-width: 768px) {
  .navbar-nav > .userBar-box {
    text-align: center;
    height: 45px;
    font-size: 1.2rem;
    display: inline-block;
  }
  .navbar-nav > .userBar-box-myAccount {
    width: 29%;
  }
  .navbar-nav > .userBar-box-logout {
    width: 25%;
  }
  .navbar-nav > .userBar-box-cart {
    float: right;
  }
}
.navbar-nav > .userBar-box > .userBar-cart {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}

.navbar-nav > .userBar-box > .userBar-cart > .ico {
  font-size: 33px;
}

.navbar-nav > .userBar-box > .userBar-cart > .sum {
  background-color: #ffde00;
  border-radius: 50%;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  color: black;
  left: -27px;
  position: relative;
  top: 15px !important;
  font-size: 12px;
}

.navbar-nav > .userBar-box > .userBar-cart > .ico2 {
  font-size: 21px;
  position: relative;
  top: -2px;
}

.navbar-nav > .userBar-box > .userBar-cart > .title {
  font-size: 12px;
  padding-right: 5px;
  margin-left: -56px;
  position: relative;
  bottom: 11px;
  left: 37px;
}

.navbar-nav > .userBar-box > .userBar-cart > .price {
  font-size: 1em;
  padding-right: 5px;
  margin-left: -20px;
  position: relative;
  top: 5px;
  color: #ffde00;
  display: inline-block;
  min-width: 54px;
  text-align: right;
}

.navbar-nav > .userBar-box > a {
  padding-top: 20px;
  padding-bottom: 10px;
  color: white !important;
  text-decoration: none;
  cursor: pointer;
}

.navbar-nav > .userBar-box > a:hover, .navbar-nav > .userBar-box > a:focus, .navbar-nav > .userBar-box > a:active {
  background-color: #6e6e6e !important;
  color: white;
}

@media (max-width: 768px) {
  .navbar-nav > .userBar-box > a {
    padding: 15px 0 0 0 !important;
  }
}
.userEdit-button {
  margin-top: 20px;
  margin-left: 15px;
  padding: 6px 20px;
}

.multicount-banner {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  margin-bottom: 30px;
}

.multicount-banner::before {
  content: " ";
}

.multicount-banner--img-box {
  width: 60px;
  height: 100%;
  float: left;
  background-color: #316e66;
  border-top-left-radius: 10px;
}

.multicount-banner--img-box img {
  margin-top: 7px;
}

.multicount-banner--box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #408779;
  border-top-right-radius: 10px;
}

.multicount-banner--box .box-text {
  font-size: 22px;
  color: #FBFCFC;
}

@media (max-width: 991px) {
  .multicount-banner--box .box-text {
    font-size: 16px;
  }
}
@media (max-width: 776px) {
  .multicount-banner--box .box-text {
    font-size: 14px;
  }
}
.multicount-banner--box .box-i {
  font-size: 12px;
  font-weight: bold;
  color: #316e66;
  position: absolute;
  right: 5px;
  top: 5px;
  diplay: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}

.multicount-banner--box .box-i .tooltiptext {
  visibility: hidden;
  width: 370px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  margin-left: -357px;
  opacity: 0;
  transition: opacity 0.3s;
}

.multicount-banner--box .box-i .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -2px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.multicount-banner--box .box-i:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

.formContentCMS-form {
  text-align: left;
  display: inline-block;
  margin-right: -3px;
  position: relative;
  margin-bottom: 20px;
}
.formContentCMS-form.w-100 {
  width: 100% !important;
}

.formContentCMS-form label {
  width: 200px;
  padding: 3px 15px;
}

.formContentCMS-form input, .formContentCMS-form select, .formContentCMS-form textarea {
  height: 40px;
  padding: 0 20px;
  color: #808080;
  font-size: 16px;
  width: 100%;
  border: 1px solid #808080;
  cursor: pointer;
}

.formContentCMS-form input:hover, .formContentCMS-form select:hover, .formContentCMS-form textarea:hover {
  border-color: #8A2BE2;
}

.formContentCMS-form input:focus, .formContentCMS-form select:focus, .formContentCMS-form textarea:focus {
  outline: none;
  border-color: #8A2BE2;
}

.formContentCMS-form textarea {
  height: 200px;
  padding-top: 15px;
  resize: none;
}

.newsletter {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}

.newsletter__message {
  margin: 10px 0px;
  text-align: center;
  min-height: 30px;
  width: 100%;
  border-radius: 20px;
}

.newsletter__message-text {
  font-size: 16px;
  line-height: 20px;
  color: #00abee;
}

.newsletter__title {
  display: block;
  color: #00ABEE;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 3px;
}

.newsletter__input {
  height: 40px;
  border-radius: 0;
}

.newsletter__button {
  min-width: 140px;
  border-radius: 0;
  background-color: #00ABEE;
  margin-top: 20px;
}

.newsletter__button span {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.newsletter__text {
  display: none;
  text-align: justify;
  color: #919191;
  font-size: 13px;
  margin-top: 20px;
}

.newsletter__content {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 600px) {
  .newsletter {
    width: 90%;
  }
  .newsletter__input-container {
    display: block;
  }
  .newsletter__input-container .col:not(:last-child) {
    margin-bottom: 15px;
  }
  .newsletter__input-container--one-row {
    display: block;
  }
  .newsletter__input-container--one-row > input {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .newsletter__input-container--one-row .newsletter__button {
    display: block;
    margin: 0 auto;
  }
}
.otp-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.otp-container .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 3rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: white;
  background: #00ABEE;
  text-transform: uppercase;
}

.otp-container a {
  color: #00ABEE;
}

.otp-container__spinner {
  display: none;
}

.otp-container__box {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 30px 60px;
  text-align: center;
  margin: 30px 0 10px 0;
}

@media (max-width: 576px) {
  .otp-container__box {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 30px 10px;
    text-align: center;
    margin: 30px 0 5px 0;
  }
}
.otp-container__box strong {
  display: block;
  margin-bottom: 20px;
}

.otp-container__box__code {
  border: 0px;
  text-align: center;
  border-bottom: 2px solid #DADADA;
  width: 45px;
  margin: 0px 10px;
  font-weight: bold;
  font-size: 30px;
  padding: 5px 0;
}

.otp-container__activate {
  margin: 10px 0 30px 0;
}

.otp-container__phone {
  display: none;
  text-align: center;
  margin: 15px 0 10px 0;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FEFEFE;
  background-clip: padding-box;
  border: 2px solid #00ABEE;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0px 0px 10px 0px #D8D7D7;
}

.otp-container__email {
  display: none;
}

.otp-message {
  display: none;
  font-size: 20px;
  padding-top: 10px;
}

.otp-message--success, .otp-message--phone-success, .otp-message--mail-success {
  color: #00ABEE;
}

.otp-message--success {
  display: block;
}

.otp-message--error, .otp-message--phone-error, .otp-message--no-email, .otp-message--no-phone, .otp-message--user-phone-error {
  color: #DC3545;
}

.otp-message--phone-success, .otp-message--phone-error, .otp-message--no-phone, .otp-message--no-email, .otp-message--user-phone-error, .otp-message--mail-success {
  font-size: 15px;
}

.otp-password {
  height: fit-content;
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 40px;
}

.otp-password__save {
  align-items: center;
  width: 100%;
}

.otp-password__save__btn {
  width: 100%;
  height: 50px;
  padding: 0px;
  font-size: 22px;
  background: #00ABEE;
  border-color: #00ABEE;
}

.otp-password__message {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
}

.otp-password__set {
  width: 95%;
  margin: auto;
}

.otp-password__set p {
  font-weight: 400;
}

#otp-after-activation {
  display: block;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 740px) {
  .otp-container__box__code {
    border: 0px;
    text-align: center;
    border-bottom: 2px solid #DADADA;
    width: 30px;
    margin: 0px 5px;
    font-weight: bold;
    font-size: 25px;
    padding: 5px 0;
  }
}
.device-auth-container {
  text-align: center;
}

.single-device-auth-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 1px solid;
  text-align: center;
  line-height: 40px;
  background: transparent;
  width: 50px;
  font-weight: 500;
  font-size: 1.6rem;
  outline: 0;
  margin-right: 10px;
}

.single-device-auth-input__invalid {
  border-color: red;
}

.device-auth-remember {
  font-size: 14px;
  font-family: "Lato";
  color: #585858;
  text-transform: uppercase;
}

.device-auth-remember > label {
  color: #333;
  font-weight: 500;
  cursor: pointer;
}

.device-auth-remember > label > input {
  margin-right: 10px;
  cursor: pointer;
}

.device-auth-button {
  border: none;
  color: #fff;
  border-radius: 2px;
  background-color: #4e657b;
  box-shadow: 0px 0px 2px 0px rgba(4, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  padding: 12px 0px;
  font-size: 24px;
  width: 98%;
}

.device-auth-button:hover {
  color: #fff;
}

.device-auth-button__cancel {
  background-color: darkgrey;
}

.device-auth-button__submit {
  cursor: auto !important;
}

.device-auth-button__submit:focus {
  outline: 0;
  box-shadow: 0px 0px 2px 0px rgba(4, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
}

.device-auth-button__submit-active {
  background-color: #00ABEE;
  cursor: pointer !important;
}

.payu .container * {
  font-size: 14px;
  color: #fff;
}

.payu .container {
  text-align: center;
  width: 420px;
  margin: 20px auto 10px;
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
}

.payu .card-container {
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  padding: 10px;
  background: #020024;
  background: linear-gradient(163deg, #020024 0%, #3d3d8c 39%, #0693d6 100%);
  text-align: left;
  box-sizing: border-box;
}

.payu .card-container aside {
  padding-bottom: 6px;
}

.payu .payu-card-form {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 4px;
}

.payu .card-details {
  clear: both;
  overflow: auto;
  margin-top: 10px;
}

.payu .card-details .expiration {
  width: 50%;
  float: left;
  padding-right: 5%;
}

.payu .card-details .cvv {
  width: 45%;
  float: left;
}

.payu .container button {
  font-weight: bold;
  margin-top: 5px;
  font-family: "Lato-Bold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  letter-spacing: 1.33px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  padding: 18px 42px;
  border-radius: 26px;
  background: linear-gradient(163deg, #020024 0%, #3d3d8c 10%, #0693d6 100%);
}

.payu .response-success {
  color: #438F29;
}

.payu .response-error {
  color: #990000;
}

.payu .security-payment-images {
  text-align: center;
  margin: 20px auto 10px;
}

.payu .security-payment-images #_3ds {
  width: 50%;
}

.payu .security-payment-images #pci {
  width: 35%;
}

@media (max-width: 1200px) {
  .payu .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .security-payment-images {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.order-on-site h4 {
  margin-top: 20px;
}

.order-on-site .error-container {
  color: red;
  font-weight: bold;
}

.order-on-site .submit-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.order-on-site .variant {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  text-align: center;
  padding: 30px 20px;
  margin: 0;
}

.order-on-site .variant-container {
  margin-bottom: 20px;
}

.order-on-site .variant-height {
  min-height: 200px;
  margin-bottom: 20px;
}

.order-on-site .variant-radio {
  border: 1px solid #3263ac;
  padding: 15px 20px;
  color: #3263ac;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
}

.order-on-site .variant-radio:hover, .order-on-site .variant-radio:link, .order-on-site .variant-radio:visited {
  color: #fff;
  background-color: #3263ac;
}

.order-on-site .variant-radio input[type=radio] {
  font-size: 14px;
  color: #717171;
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px !important;
  margin-top: 5px;
  float: left;
}

.fastLeadFreeAccess {
  text-align: center;
}

.fastLeadFreeAccess__messageTitle {
  font-weight: 600;
  font-size: 28px;
  display: block;
}

.fastLeadFreeAccess__messageSubtitle {
  font-size: 23px;
}

.fastLeadFreeAccess form {
  margin-top: 20px;
}

.fastLeadFreeAccess__footerMessage {
  font-size: 14px;
  text-align: left;
}

.fastLeadFreeAccess .btn {
  font-size: 18px;
  background-color: #00abee;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
}

.fastLeadFreeAccess .btn:hover {
  background-color: #8A2BE2;
}

.files .row:nth-of-type(even) div {
  background-color: rgba(0, 0, 0, 0.05);
}

.files .row:nth-of-type(odd) div {
  background: #FFFFFF;
}

.files .row {
  border-top: 1px solid #dee2e6;
}

.files .row div {
  padding: 12px;
}

.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 10px;
  height: 10px;
  display: inline-block;
  padding: 3px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

.divButtonPlay {
  text-align: center;
  display: flex;
  align-items: center;
}

.buttonPlay {
  width: 60px;
  margin: 0 auto;
}

.buttonPlay:hover {
  cursor: pointer;
}

@media (max-width: 480px) {
  .buttonPlay {
    width: 50px;
  }
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.payuSection .card-container-header {
  color: #04CAB0;
  font-family: "Lato", Sans-Serif;
  font-weight: 600;
  margin: 20px 0;
}
.payuSection .container * {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
}
.payuSection .container {
  text-align: center;
  width: 100%;
  margin: 20px auto 10px;
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
}
.payuSection .card-container {
  width: 420px;
  margin: 0 auto;
  border-radius: 6px;
  padding: 10px;
  background: rgb(2, 0, 60);
  text-align: left;
  box-sizing: border-box;
}
.payuSection .card-container aside {
  padding-bottom: 6px;
}
.payuSection .payu-card-form {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 4px;
}
.payuSection .card-details {
  clear: both;
  overflow: auto;
  margin-top: 10px;
}
.payuSection .card-details .expiration {
  width: 50%;
  float: left;
  padding-right: 5%;
}
.payuSection .card-details .cvv {
  width: 45%;
  float: left;
}
.payuSection button {
  border-radius: 5px;
  border: none;
  background: #438F29;
  padding: 8px 15px;
  margin-top: 20px;
  cursor: pointer;
}
.payuSection .button-text {
  font-family: "Lato", Sans-Serif;
  font-size: 1em;
}
.payuSection .payu-logo {
  width: 100px;
}
.payuSection .payment-description {
  font-family: "Lato", Sans-Serif;
  color: #B5B5B5;
  margin: 20px;
}
.payuSection .response-success {
  margin-top: 20px;
  color: #438F29;
}
.payuSection .response-error {
  margin-top: 20px;
  color: #990000;
}

.swal2-icon.swal2-error .swal2-x-mark {
  width: 80px;
}

.swal2-container .swal2-modal {
  padding: 20px;
}
.swal2-container .swal2-modal .swal2-confirm {
  background-color: #0095cf;
  margin-left: auto;
  margin-right: auto;
}

.paczkomatyModal {
  z-index: 1200;
}
.paczkomatyModal .modal-content {
  margin-top: 0;
}

.cart-help-toggle {
  cursor: pointer;
  color: var(--leadingColor4) !important;
}
.cart-help-toggle span {
  margin-right: 5px;
}
.cart-help-toggle .icon {
  filter: invert(53%) sepia(75%) saturate(2956%) hue-rotate(164deg) brightness(98%) contrast(101%);
}

.terms-container .makeOrder-form-row {
  padding-left: 0 !important;
}

.kc-icon-delete {
  filter: invert(65%) sepia(6%) saturate(95%) hue-rotate(182deg) brightness(92%) contrast(89%);
}

.kc-icon-pensil {
  filter: invert(84%) sepia(6%) saturate(94%) hue-rotate(187deg) brightness(98%) contrast(86%);
}

body.modal-open {
  overflow: hidden;
}

.cartHelpModal {
  z-index: 1200;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-right: 17px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cartHelpModal.active {
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1041 !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.cartHelpModal .modal-dialog-centered {
  display: block;
  min-height: auto;
  margin: 30px auto;
}
.cartHelpModal .modal-dialog-centered:before {
  min-height: auto;
  height: auto;
}
.cartHelpModal .modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 600px;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 0 auto;
  transform: translateY(-20px);
  transition: transform 0.3s ease-in-out;
}
.cartHelpModal .modal-content .modal-body {
  padding: 15px 16px 2px;
}
.cartHelpModal .modal-content .cart-help-container-inner {
  padding-left: 0;
  padding-right: 0;
}
.cartHelpModal .modal-content .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.cartHelpModal .modal-content .nice-field-placeholder {
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
}
.cartHelpModal .modal-content textarea.form-control {
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}
.cartHelpModal .modal-content textarea.form-control::placeholder {
  color: #767676;
  cursor: text;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
.cartHelpModal .modal-content .modal-footer {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.cartHelpModal .modal-content .modal-footer .btn {
  margin-top: 0 !important;
  margin-bottom: 0;
  margin-left: 5px;
}
@media (max-width: 700px) {
  .cartHelpModal {
    padding-right: 0;
  }
  .cartHelpModal .modal-content {
    width: 90%;
  }
}
.cartHelpModal.active .modal-content {
  transform: translateY(0);
}
@media (max-width: 550px) {
  .cartHelpModal .modal-content {
    width: 95%;
  }
}

.choose-shipping-type .nice-radio {
  margin-bottom: 10px;
}
.choose-shipping-type .nice-radio .form-check-label {
  width: 100%;
  padding-left: 35px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .choose-shipping-type .nice-radio {
    padding-left: 10px;
  }
}
.choose-shipping-type .nice-basic-checkbox-radio > label::after,
.choose-shipping-type .nice-basic-checkbox-radio > label::before {
  width: 20px;
  height: 20px;
  top: 2px;
}
.choose-shipping-type .nice-radio > input[type=radio] + label:before {
  border: 1px solid black;
}
.choose-shipping-type .nice-radio > input[type=radio]:checked + label:after {
  top: 5px;
  left: 3px;
}

.inpost-badge {
  height: 20px;
  margin-right: 5px;
}

.select-paczkomat {
  border: 2px solid #00abee !important;
  border-radius: 5px !important;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
  padding: 14px 0;
  color: #fff;
  background-color: #00abee !important;
  transition: all 0.3s ease-in;
}
.select-paczkomat.w-100 {
  width: 100% !important;
}
.select-paczkomat.d-none {
  display: none !important;
}
.select-paczkomat:hover {
  cursor: pointer;
  background-color: #00abee !important;
  color: #fff;
}

.paczkomaty-container {
  display: none;
}

.paczkomat-details {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-weight: 500;
  font-size: 13px;
  padding: 15px;
  border-radius: 5px;
}
.paczkomat-details.d-none {
  display: none !important;
}
.paczkomat-details-inner {
  width: 40%;
}
@media (max-width: 500px) {
  .paczkomat-details-inner {
    width: 50%;
  }
}
.paczkomat-details .paczkomat-name-wrapper {
  font-size: 12px;
}
.paczkomat-details .paczkomat-full-address {
  font-weight: 600;
}
.paczkomat-details p {
  margin-bottom: 0;
}
.paczkomat-details .paczkomat-name-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.paczkomat-details .paczkomat-icon {
  width: 17px;
  height: 11px;
  margin-right: 5px;
}
.paczkomat-details .change-paczkomat-button {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #00ABEE;
}

.paczkomaty-summary-shipment .paczkomat-details {
  background-color: #fff !important;
  padding-left: 0;
  padding-right: 0;
}

.other-summary-shipment {
  min-height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-check-icon {
  display: block;
  width: 15px;
  height: 15px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAAAXNSR0IArs4c6QAAIABJREFUeF7t3Qf0bFWV5/HfFhCRJAZAUcwiBkDBjGSQJAgIkkQFQTGBqWkzGFEMqI05oaig8JQMksSA0z3GHrvVme7WsR0DtrFFRMKedfA8eO/PP9yqOvfeE761Vq9eS26du/dnn//bu25V3TLxQAABBBBAAIHmBKy5jEkYAQQQQAABBMQAwCZAAAEEEECgQQEGgAaLTsoIIIAAAggwALAHEEAAAQQQaFCAAaDBopMyAggggAACDADsAQQQQAABBBoUYABosOikjAACCCCAAAMAewABBBBAAIEGBRgAGiw6KSOAAAIIIMAAwB5AAAEEEECgQQEGgAaLTsoIIIAAAggwALAHEEAAAQQQaFCAAaDBopMyAggggAACDADsAQQQQAABBBoUYABosOikjAACCCCAAAMAewABBBBAAIEGBRgAGiw6KSOAAAIIIMAAwB5AAAEEEECgQQEGgAaLTsoIIIAAAggwALAHEEAAAQQQaFCAAaDBopMyAggggAACDADsAQQQQAABBBoUYABosOikjAACCCCAAAMAewABBBBAAIEGBRgAGiw6KSOAAAIIIMAAwB5AAAEEEECgQQEGgAaLTsoIIIAAAggwALAHEEAAAQQQaFCAAaDBopMyAggggAACDADsAQQQQAABBBoUYABosOikjAACCCCAAAMAewABBBBAAIEGBRgAGiw6KSOAAAIIIMAAwB5AAAEEEECgQQEGgAaLTsoIIIAAAggwALAHEEAAAQQQaFCAAaDBopMyAggggAACDADsAQQQQAABBBoUYABosOikjAACCCCAAAMAewABBBBAAIEGBRgAGiw6KSOAAAIIIMAAwB5AAAEEEECgQQEGgAaLTsoIIIAAAggwALAHEEAAAQQQaFCAAaDBopMyAggggAACDADsAQQQQAABBBoUYABosOikjAACCCCAAAMAewABBBBAAIEGBRgAGiw6KSOAAAIIIMAAwB5AAAEEEECgQQEGgAaLTsoIIIAAAggwALAHEEAAAQQQaFCAAaDBopMyAggggAACDADsAQQQQAABBBoUYABosOikjAACCCCAAAMAewABBBBAAIEGBRgAGiw6KSOAAAIIIMAAwB5AAAEEEECgQQEGgAaLTsoIIIAAAggw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") no-repeat center;
  background-size: cover;
}

#terms-collapse a {
  color: var(--leadingColor4) !important;
}

.cart-help-wrapper {
  width: 100%;
}
.cart-help-button {
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-help-container {
  padding: 15px 15px 0 15px;
}
.cart-help-container .row {
  padding-top: 16px;
  padding-bottom: 16px;
}
.cart-help-container-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cart-help-container-alert {
  width: 100%;
  text-align: center;
  padding: 15px;
}
.cart-help-container form input {
  border-color: #e1e4eb;
  padding-left: 15px;
  padding-right: 15px;
  height: 52px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.cart-help-desc {
  text-align: center;
  font-family: Lato, Sans-Serif, serif;
}
.cart-help-desc h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 20px;
  color: #19191a !important;
  font-weight: 700;
  text-transform: none;
}
.cart-help-desc h4 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.541);
  text-transform: none;
  margin-bottom: 0;
}
.cart-help-toggle {
  color: #00abee;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  justify-content: end;
  padding: 0;
  margin-top: 10px;
}
.cart-help-toggle svg {
  margin-left: 5px;
}

.spinner-overlay-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 101%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.spinner-overlay-2 .spinner-border {
  position: relative;
  left: 50%;
  top: 30%;
  color: #00abee !important;
  color: var(--leadingColor4) !important;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 1s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 3px;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

#content-coupon .input-group .form-control {
  display: block;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.row--recipient {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row--recipient h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
}

.product-cart-2-summary--gift-recipient .container {
  width: 100%;
  max-width: 1170px;
}

.cart-advert-message {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-family: "Lato", Sans-Serif !important;
}
.cart-advert-message .icon {
  width: 25px;
  margin-right: 3px;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .cart-advert-message {
    padding-left: 115px;
  }
}

.product-cart-2-page--order-success p, .product-cart-2-page--order-success span, .product-cart-2-page--order-success div {
  font-size: 14px !important;
  font-family: "Lato", Sans-serif !important;
}
.product-cart-2-page--order-success a {
  font-family: "Lato", Sans-serif !important;
}
.product-cart-2-page--order-success .success-cart-2-info,
.product-cart-2-page--order-success .order-success-payment-title,
.product-cart-2-page--order-success .product-cart-2 .order-success-cart-2 .order-success-title2,
.product-cart-2 .order-success-cart-2 .product-cart-2-page--order-success .order-success-title2,
.product-cart-2-page--order-success .order-success-title2 {
  text-transform: uppercase !important;
  color: #00abee !important;
  color: var(--leadingColor4) !important;
}
.product-cart-2-page--order-success .payment-desc-link {
  color: #45ac16 !important;
  font-weight: bold;
  text-decoration: underline !important;
}
.product-cart-2-page--order-success .payment-desc-list {
  margin-left: 16px !important;
  padding-left: 0 !important;
}
.product-cart-2-page--order-success .payment-desc-list li {
  padding-left: 0 !important;
}
.product-cart-2-page--order-success .payment-list-image--big {
  width: 100%;
  max-width: 360px;
  margin-bottom: 20px;
}

.payment-list-image--sidebar {
  width: 100%;
  margin-left: -33px;
}

.required-star {
  color: #ff0000;
  margin-right: 5px;
}

/*# sourceMappingURL=cart-style.css.map */
