@font-face {
  font-family: Poppins;
  src: url("../../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("../../fonts/Poppins-ExtraLight.ttf") format("truetype");
}
.page {
  background-color: #FFF;
}
.page * {
  font-family: Poppins;
}

nav .checkout .minicart {
  padding-right: 20px;
}
@media (max-width: 768px) {
  nav .checkout .minicart {
    padding-right: 0;
  }
}

.modal-dialog {
  transform: none;
  position: absolute;
  right: 10px;
  top: 30px;
}
.modal-dialog .modal-content {
  background-color: #FFE7E7;
  border: none;
  padding: 10px 45px;
}
.modal-dialog .modal-content::before {
  background-image: url("../../images/warning-icon.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  left: 10px;
  position: absolute;
  content: "";
}
.modal-dialog .modal-header {
  height: 22px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
}
.modal-dialog .modal-header h2 {
  font-family: "Poppins-Medium" !important;
}
.modal-dialog .modal-header .close {
  position: absolute;
  right: 0;
  top: -7px;
  margin: 0;
}
.modal-dialog .modal-body {
  min-height: 44px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #5A5A5A;
}
.modal-dialog .modal-header, .modal-dialog .modal-body {
  padding: 0;
}
.modal-dialog .modal-footer {
  display: none;
}

.checkout-container {
  background-color: #fff;
}
.checkout-container select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("../../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
  padding: 15px 24px !important;
}
.checkout-container .open-pay-content .margin-30 {
  margin-top: 30px;
}
.checkout-container .your-cart-text {
  margin-bottom: 0;
}
.checkout-container .your-cart-text h2 {
  font-family: "Poppins-Medium";
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -1px;
}
.checkout-container .payment-options li {
  padding: 20px 0 0 0;
  border-bottom: 1px solid #5A5A5A;
}
.checkout-container .payment-options li .label-payment {
  font-family: "Poppins-Medium";
  font-weight: 600;
  color: #000000;
}
.checkout-container .payment-options li .label-payment .mp-powered-by {
  font-family: Poppins !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  font-style: normal;
  color: #5A5A5A;
}
.checkout-container .nav-link.dropdown-toggle, .checkout-container .nav-link {
  font-family: Poppins;
}
.checkout-container .pymnt-itm {
  padding: 0 15px;
}
.checkout-container h2.card-header-custom {
  font-family: "Poppins-Medium" !important;
  font-weight: 500 !important;
}
.checkout-container .customer-summary {
  margin-bottom: 0;
}
.checkout-container .customer-summary .card-body {
  padding: 0 15px;
}
.checkout-container .card-body {
  padding: 0 15px;
}
.checkout-container .phone-container {
  display: flex;
  align-items: center;
}
.checkout-container .phone-container .flag-container {
  position: absolute;
  right: 25px;
  width: 88px;
  height: 44px;
  background-color: #F2F2F2;
  border-radius: 4px;
  display: none;
  justify-content: center;
  align-items: center;
}
.checkout-container .phone-container .shippingPhoneNumber:focus ~ .flag-container,
.checkout-container .phone-container .shippingPhoneNumber:not(:placeholder-shown) ~ .flag-container {
  display: flex;
}
.checkout-container .summary-details.customer {
  font-size: 14px;
}
.checkout-container .summary-details.customer .shippingFirstName, .checkout-container .summary-details.customer .shippingLastName {
  color: #111111;
  font-weight: 500;
  font-size: 16px;
  line-height: 22.4px;
  font-family: "Poppins-Medium";
}
.checkout-container .product-line-item .checkout__text {
  text-transform: lowercase;
}
.checkout-container .product-line-item .checkout__text::first-letter {
  text-transform: uppercase;
}
.checkout-container .checkout__text {
  color: #000000;
  font-family: "Poppins-Medium" !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
}
.checkout-container .order-receipt-label.checkout__text {
  color: #111111 !important;
}
.checkout-container .data-checkout-stage .card {
  background-color: #fff;
}
.checkout-container .data-checkout-stage .card .card-header {
  width: 100%;
  background-color: #fff;
  justify-content: space-between;
  padding: 15px;
}
.checkout-container .mobile-accordion #not-accordion .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-container .mobile-accordion #not-accordion .card-header a {
  margin-top: 0;
}
.checkout-container .mobile-accordion #accordion .card-header {
  display: flex;
}
.checkout-container .mobile-accordion #accordion .card-header .card-header-custom {
  text-decoration: underline;
}
.checkout-container .mobile-accordion #accordion .card-header .card-header-custom::after {
  background-image: url("../../images/arrow-up.svg");
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  left: 15px;
  top: 2px;
}
.checkout-container .mobile-accordion #accordion .card-header .card-header-custom.collapsed::after {
  transform: rotate(180deg);
}
.checkout-container .mobile-accordion #accordion .card-header .grand-total {
  font-weight: 700;
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .checkout-container .mobile-accordion #accordion .card-header .grand-total {
    right: 15px;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .checkout-container .responsive-checkout {
    flex-direction: column-reverse;
  }
}
.checkout-container .order-total-summary .order-receipt-label, .checkout-container .order-total-summary .subtotal-item .text-right {
  color: #5A5A5A;
  font-weight: 600;
}
.checkout-container .order-total-summary .order-discount .order-receipt-label {
  color: inherit;
}
.checkout-container .order-total-summary .shipping-cost {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.checkout-container .order-total-summary .grand-total .order-receipt-label, .checkout-container .order-total-summary .grand-total .grand-total-sum {
  font-size: 20px;
}
.checkout-container .checkout__order--divider {
  height: 1px;
  width: 100%;
  background-color: #E1E1E1;
  position: absolute;
}
.checkout-container .card.ghost {
  opacity: 0.5;
  display: none;
}
.checkout-container .leading-lines {
  margin-top: 5px !important;
}
.checkout-container .leading-lines.grand-total {
  margin: 1.5rem 0 !important;
}
.checkout-container .shipping-address-block {
  padding: 0 15px !important;
}
.checkout-container .coupon-not-applied {
  color: #FF4438;
  font-size: 0.813em;
}
.checkout-container .coupon-error {
  color: #FF4438;
  margin-top: 0.25rem;
}
.checkout-container .promo-code-submit {
  position: absolute;
  right: 25px;
  top: 25px;
  border-radius: 4px;
}
.checkout-container .promo-code-submit .promo-code-btn {
  margin-top: 1.5px !important;
  background-color: #000;
  color: #fff;
  font-family: "Poppins-ExtraLight";
  border-radius: 4px;
  font-weight: 300;
  line-height: 22.4px;
}
.checkout-container .promo-code-submit .promo-code-btn:hover {
  opacity: 0.5;
}
.checkout-container .customer-section .card-header {
  display: flex;
  align-items: center;
}
.checkout-container .customer-section .card-header a {
  color: #000 !important;
  text-decoration: underline;
  font-weight: 500;
}
.checkout-container .customer-section .login-show span {
  font-family: "Poppins-Medium";
  font-weight: 600;
}
.checkout-container .customer-section .card-body {
  padding: 0;
}
.checkout-container .left-side::after {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 66%;
  background-color: #E1E1E1;
}
.checkout-container .card-header-custom {
  text-align: left;
  font-weight: 600;
  font-size: 28px;
  line-height: 135%;
  letter-spacing: -1px;
  color: #111111;
}
@media (max-width: 768px) {
  .checkout-container .card-header-custom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.checkout-container .store-name {
  width: 100%;
}
.checkout-container .label-pickup-available {
  justify-content: space-between;
}
.checkout-container .storelocator-txt {
  font-size: 12px;
  color: #5A5A5A !important;
  font-weight: 500;
}
.checkout-container .open-pay-content {
  border-top: 1px solid #000;
  padding-top: 25px;
}
.checkout-container .shipping-address {
  padding: 0;
}
.checkout-container .shipping-address .pickup-in-store {
  padding: 0 15px;
}
.checkout-container .data-checkout-stage .order-product-summary .card-header, .checkout-container .data-checkout-stage .card.checkout__order {
  background-color: #fff;
}
.checkout-container .order-product-summary .item-image {
  max-width: 160px;
  background-color: #f8f8f8;
}
.checkout-container .order-product-summary .item-image .product-image {
  width: 80px;
}
.checkout-container .data-checkout-stage .card.checkout__order {
  border: none;
}
@media (max-width: 768px) {
  .checkout-container .data-checkout-stage .card.checkout__order {
    margin-bottom: 50px;
    border-bottom: 1px solid #E1E1E1;
  }
}
.checkout-container .form-control.is-invalid {
  border-color: #FF4438;
}
.checkout-container .form-control.is-invalid + label {
  color: #FF4438;
}
.checkout-container fieldset.d-none {
  padding: 0;
}
.checkout-container .store-locator-container .search-form {
  margin-bottom: 12px;
}
.checkout-container .store-locator-container .search-form input {
  border-radius: 4px;
  border-color: #5A5A5A;
}
.checkout-container .shipping-method-block {
  display: none;
}
.checkout-container input, .checkout-container select, .checkout-container .pac-target-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  isolation: isolate;
  border-color: #A0A0A0;
  min-height: 56px;
  font-weight: 300;
  line-height: 140%;
  background-color: #FFF;
  color: #5A5A5A !important;
}
.checkout-container input:focus, .checkout-container select:focus, .checkout-container .pac-target-input:focus {
  color: #000 !important;
  border-color: #000;
}
.checkout-container .pac-target-input {
  margin-bottom: 0 !important;
}
.checkout-container .results-card {
  width: calc(100% + 15px);
}
.checkout-container .results-card .results.striped {
  padding: 0;
}
.checkout-container .results-card .results.striped .form-check {
  padding-left: 0;
}
.checkout-container .results-card .results.striped .card-body:has(input[type=radio]:checked) {
  background-color: #F0F0F0;
  border: 1px solid #000;
}
.checkout-container .results-card .results.striped .card-body {
  border: 1px solid #CECECE;
  border-radius: 4px;
  margin: 15px 15px 15px 0;
  margin-bottom: 12px;
}
.checkout-container .results-card .results.striped .card-body .store-details .store-name {
  width: 322px;
  height: 22px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 5px;
}
.checkout-container .results-card .results.striped .card-body .store-details .store-map {
  font-size: 12px;
  color: #007BBB;
  font-weight: 600;
}
.checkout-container .results-card .results.striped .card-body .store-details .storelocator-phone {
  font-size: 12px;
  color: #5A5A5A !important;
  font-weight: 700;
}
.checkout-container .product-line-item .line-item-attributes {
  font-size: 12px;
  color: #5A5A5A;
  font-weight: 600;
}
.checkout-container .product-line-item .line-item-total-price-amount, .checkout-container .product-line-item .strike-through {
  display: flex;
  justify-content: end;
  padding-right: 15px;
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .checkout-container .product-line-item .line-item-total-price-amount, .checkout-container .product-line-item .strike-through {
    font-size: 16px !important;
  }
}
.checkout-container .shipping-check-card {
  padding: 10px;
  border: 1px solid #A0A0A0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin: 12px auto;
  border-radius: 4px;
  position: relative;
  height: 56px;
}
.checkout-container .shipping-check-card .check-decorator {
  position: absolute;
}
.checkout-container .shipping-check-card .shipping-description {
  padding: 0 30px;
  text-align: left;
}
.checkout-container .shipping-check-card .shipping-description strong {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: lighter;
  color: #222222;
}
.checkout-container .shipping-check-card .shipping-description p {
  font-size: 16px;
}
.checkout-container .steps-container {
  padding: 0;
}
.checkout-container .steps-container .next-step-button {
  bottom: 0;
  z-index: 3;
  padding: 0;
}
.checkout-container .steps-container .next-step-button button {
  height: 50px;
  font-size: 18px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.checkout-container .submit_shipping_container {
  padding: 0 15px;
}
.checkout-container .submit-shipping {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.checkout-container .submit-shipping.boton-checkout-proceder-pago {
  width: 100%;
}
.checkout-container .submit-customer, .checkout-container .select-store, .checkout-container .submit-shipping, .checkout-container .submit-payment.boton-checkout-proceder-pago, .checkout-container .btn-add-new, .checkout-container .btn-show-details {
  background-color: #000;
  height: 56px;
  color: #fff !important;
  border-radius: 4px;
  font-family: "Poppins-Medium";
  font-size: 18px;
  line-height: 26.1px;
}
.checkout-container .submit-customer:hover, .checkout-container .select-store:hover, .checkout-container .submit-shipping:hover, .checkout-container .submit-payment.boton-checkout-proceder-pago:hover, .checkout-container .btn-add-new:hover, .checkout-container .btn-show-details:hover {
  opacity: 0.5;
}

.checkout-card-header {
  font-size: 1.5rem;
}

.grand-total-price {
  float: right;
  font-weight: 600;
}

.grand-total,
.grand-total-label {
  font-weight: 600;
}

.grand-total {
  font-size: 1.125rem !important;
}

.order-receipt-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product-divider {
  margin-left: -0.625em;
  margin-right: -0.625em;
}

.product-divider hr {
  border-top: 0.063em dashed;
}

/*
.multi-shipping + .product-line-item:before,
.product-line-item + .product-line-item:before {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #ccc;
  margin: 0.625em -0.625em;
}
 */
@media (min-width: 992px) {
  .multi-shipping + .product-line-item:before,
.product-line-item + .product-line-item:before {
    margin: 0.625em -1.225em;
  }
}
.shipment-block + .shipment-block:before {
  content: "";
  display: block;
  border-bottom: 0.063em solid #ccc;
  margin: 0.625em -0.625em;
}

@media (min-width: 992px) {
  .shipment-block + .shipment-block:before {
    margin: 0.625em -1.225em;
  }
}
.shipping-method {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hero-confirmation {
  background-image: url("../../images/thankyou.jpg");
  background-position-y: -8.125em;
}

.product-summary-block {
  margin: 0 0 1em 0;
  overflow: hidden auto;
  max-height: 400px;
}

.product-summary-block h3 {
  font-size: 1.25rem;
}

.leading-lines {
  overflow: hidden;
}

.leading-lines label {
  background-color: #fff;
}

.leading-lines .start-lines {
  padding: 1px;
}

.leading-lines .start-lines span {
  position: relative;
  background-color: #fff;
  z-index: 2;
}

/* .leading-lines .start-lines:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  z-index: 1;
  color: #adadad;
} */
.leading-lines .end-lines {
  padding: 1px;
}

.leading-lines .end-lines span {
  position: relative;
  background-color: #fff;
  z-index: 2;
}

.summary-details {
  font-size: 0.938em;
}

.summary-details .address-summary {
  margin-bottom: 0.5em;
}

.summary-section-label {
  font-size: 1em;
  font-weight: 600;
}

@media (min-width: 992px) {
  .summary-section-label {
    font-weight: 500;
  }
}
.add-payment {
  margin-top: 1rem;
}

.selected-payment {
  background-color: #e9ecef;
}

.saved-security-code {
  margin-top: 1rem;
}

.saved-credit-card-type {
  font-weight: 600;
}

.saved-payment-information {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.payment-information {
  margin-bottom: 1rem;
}

.checkout-hidden {
  display: none;
}

.card-image {
  margin-top: 0.5rem;
  width: 100%;
}

.cancel-new-payment {
  margin-top: 1rem;
}

.form-check.start-lines {
  padding-left: 1.5rem;
}

.multi-ship .shipping-summary .single-shipping,
.multi-ship .single-shipping .shipping-content {
  display: none;
}

.gift-message-block {
  padding-bottom: 1em;
  padding-top: 1em;
}

.confirm-details .shipping-method,
.confirm-details .shipping-method-price,
.single-shipping .summary-section-label {
  margin-bottom: 0;
}

.multi-ship .confirm-details .single-shipping,
.multi-shipping {
  display: none;
}

.shipping-method-block h3,
.view-address-block h3 {
  font-size: 1.25rem;
}

.card-number-wrapper {
  position: relative;
}

.card-number-wrapper:after {
  content: "";
  position: absolute;
  right: 3px;
  background-repeat: no-repeat;
  background-image: url("../../images/credit.png");
  background-size: contain;
  width: 48px;
  height: 30px;
  top: 5px;
}

.card-number-wrapper[data-type=visa]:after {
  background-image: url("../../images/payment-types.png");
  background-size: auto;
  background-position: -162px -110px;
}

.card-number-wrapper[data-type=mastercard]:after {
  background-image: url("../../images/payment-types.png");
  background-size: auto;
  background-position: -295px -110px;
}

.card-number-wrapper[data-type=amex]:after {
  background-image: url("../../images/payment-types.png");
  background-size: auto;
  background-position: -230px -15px;
}

.card-number-wrapper[data-type=discover]:after {
  background-image: url("../../images/payment-types.png");
  background-size: auto;
  background-position: -95px -110px;
}

.arrival-time {
  white-space: pre;
}

.billing-address {
  display: block;
}

.checkout-checkbox {
  font-size: 0.875em;
}

.customer-information-block .btn-link {
  color: var(--skin-link-color-2);
  padding: 0;
  vertical-align: baseline;
}

.btn-add-new,
.btn-show-details,
.edit-button {
  color: var(--skin-link-color-1);
  float: right;
  cursor: pointer;
}

.btn-add-new:hover,
.btn-show-details:hover,
.edit-button:hover {
  text-decoration: underline;
}

.edit-button {
  border: none;
  padding: 0;
  background: none;
}

.error-message {
  display: none;
  background: #D9D9D9;
  /*  background-color: #f5f5f5; */
}

.error-message-text {
  color: #ff0000;
}

.error-message-text-popup {
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  position: fixed;
  background: #d4d4d4;
  color: #ff0000;
}

.close-x {
  color: #000000;
}

.shipping-methods {
  font-size: 1.125em;
  font-weight: 600;
}

.shipping-method-option {
  font-size: 0.938em;
}

.shipping-method-pricing {
  font-weight: bolder;
}

.multi-ship .multi-shipping,
span.ship-to-address1,
span.ship-to-address2,
span.ship-to-city-st-zip,
span.ship-to-name,
span.ship-to-phone {
  display: block;
}

.data-checkout-stage[data-checkout-stage=customer] .card.customer-summary,
.data-checkout-stage[data-checkout-stage=customer] .card.ghost.customer,
.data-checkout-stage[data-checkout-stage=customer] .card.payment-form,
.data-checkout-stage[data-checkout-stage=customer] .card.shipping-section,
.data-checkout-stage[data-checkout-stage] .card.payment-summary,
.data-checkout-stage[data-checkout-stage] .shipping-summary,
.data-checkout-stage[data-checkout-stage] button.place-order,
.data-checkout-stage[data-checkout-stage] button.submit-payment,
.data-checkout-stage[data-checkout-stage] button.submit-shipping {
  display: none;
}

.data-checkout-stage[data-checkout-stage=customer] button.submit-customer {
  display: block;
}

.data-checkout-stage[data-checkout-stage=shipping] .card.customer-section,
.data-checkout-stage[data-checkout-stage=shipping] .card.ghost.shipping,
.data-checkout-stage[data-checkout-stage=shipping] .card.ghost.customer,
.data-checkout-stage[data-checkout-stage=shipping] .payment-form,
.data-checkout-stage[data-checkout-stage=shipping].multi-ship .order-product-summary,
.data-checkout-stage[data-checkout-stage=shipping] button.submit-customer {
  display: none;
}

.data-checkout-stage[data-checkout-stage=shipping] button.submit-shipping {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  font-size: 18px;
}

.data-checkout-stage[data-checkout-stage=shipping] .shipment-selector-block .btn-add-new,
.data-checkout-stage[data-checkout-stage=shipping] .shipment-selector-block .btn-show-details {
  border: none;
}

.data-checkout-stage[data-checkout-stage=payment] .card.ghost,
.data-checkout-stage[data-checkout-stage=payment] .customer-section,
.data-checkout-stage[data-checkout-stage=payment] .shipping-section,
.data-checkout-stage[data-checkout-stage=payment] button.submit-customer,
.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=customer] .shipping-address-block,
.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=edit] .shipping-address-block,
.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-add-new,
.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-show-details,
.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=shipment] .shipping-address-form {
  display: none;
}

.data-checkout-stage[data-checkout-stage=payment] .card.payment-form,
.data-checkout-stage[data-checkout-stage=payment] .shipping-summary,
.data-checkout-stage[data-checkout-stage=payment] button.submit-payment {
  display: block;
}

.data-checkout-stage[data-checkout-stage=payment] .address-selector-block .btn-add-new,
.data-checkout-stage[data-checkout-stage=payment] .address-selector-block .btn-show-details {
  border: none;
}

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=customer] .billing-address,
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=details] .btn-add-new,
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=details] .btn-show-details,
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=edit] .billing-address,
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=new] .btn-add-new,
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=new] .btn-show-details,
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=shipment] .billing-address,
.data-checkout-stage[data-checkout-stage=placeOrder] .card.ghost,
.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-form,
.data-checkout-stage[data-checkout-stage=placeOrder] .customer-section,
.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-section,
.data-checkout-stage[data-checkout-stage=placeOrder] button.submit-customer {
  display: none;
}

.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-summary,
.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-summary,
.data-checkout-stage[data-checkout-stage=placeOrder] button.place-order {
  display: block;
}

.data-checkout-stage[data-checkout-stage=submitted] .card.ghost,
.data-checkout-stage[data-checkout-stage=submitted] .card.payment-form,
.data-checkout-stage[data-checkout-stage=submitted] .shipping-form,
.data-checkout-stage[data-checkout-stage=submitted] .summary-section-label.shipping-addr-label,
.data-checkout-stage[data-checkout-stage=submitted] button.submit-customer {
  display: none;
}

.data-checkout-stage[data-checkout-stage=submitted] .card.payment-summary,
.data-checkout-stage[data-checkout-stage=submitted] .shipping-summary {
  display: block;
}

.data-checkout-stage[data-checkout-stage=submitted] button.place-order,
.data-checkout-stage option[value=new] {
  display: none;
}

.data-checkout-stage h5 > span {
  font-size: 0.8em;
}

.single-shipping .multi-ship-action-buttons,
.single-shipping .view-address-block,
[data-customer-type=guest] .single-shipping .shipment-selector-block {
  display: none;
}

.btn-show-details {
  padding-top: 0;
}

.multi-ship-address-actions .btn-save-multi-ship {
  margin-left: 10px;
}

.shipping-address-block input {
  border-radius: 4px;
}

.shipping-address-block input:focus {
  border-color: #000;
}

.form-control-label {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.form-control-label span {
  font-family: "Poppins";
  margin-left: 10px;
  font-size: 15px;
}

.card.order-product-summary .strike-price {
  height: auto;
}

.form-check-input.p-absolute {
  top: 7%;
  left: 10%;
}

.summary-edit-btn {
  position: absolute;
  right: 0;
}

#dwfrm_billing fieldset {
  padding: 0;
}

.billing-nav.payment-information .nav-tabs .nav-link.active {
  border-bottom: 0;
}

.form-control.custom-select {
  text-transform: capitalize;
}

.nav.nav-tabs.payment-options .nav-item .nav-link {
  display: flex;
  justify-content: space-between;
}

.shipment-selector-btns button {
  background: none;
}

.confirmation-summary-container .card-header-custom {
  margin-bottom: 0.5rem;
}

.order-confirm-create-account .card-header-custom {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}

.shipping-card-header {
  font-family: "Poppins-Medium";
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
  border-radius: 0;
  color: #000;
}

@media (min-width: 768px) {
  .shipping-card-header {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
  }
}
.shipping.only-visible {
  /* pointer-events: none; */
  border-top: 1px solid #000;
  padding-top: 23px;
}

.shipping.only-visible .start-lines::before {
  content: "";
}

.shipping.only-visible span,
.shipping.only-visible .leading-lines label {
  background: none;
}

.shipping.only-visible .shipping-method-option {
  display: flex;
  flex-direction: column;
}

.shipping.only-visible .shipping-method-option .display-name {
  font-family: "Poppins-Medium";
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.shipping.only-visible .shipping-method-option .text-muted.arrival-time {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000 !important;
}

.checkout-summary-title-2 {
  font-family: "Poppins-Medium";
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

.checkout-summary-title-1 {
  font-family: "Poppins-Medium";
  font-weight: 800;
  font-size: 20px;
  line-height: 38px;
  color: #000000;
}

.paypal-checkout-button {
  display: flex;
  justify-content: center;
}

#outer-circle {
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
}

#inner-circle {
  background: #000000;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.shipping-check-card.active #inner-circle {
  display: block;
}

.order-product-summary .item-image {
  margin: 0;
  height: fit-content;
  max-width: 79px;
}

.order-product-summary .item-image img.product-image {
  width: 100%;
  max-height: none;
}

.order-product-summary .item-attributes {
  padding: 15px;
}

.card.payment-form .card-header-custom {
  font-weight: 800;
  line-height: 27px;
  text-align: start;
}

.outer-circle {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
  margin-right: 10px;
}

.inner-circle {
  background: #000;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.nav-link.active .inner-circle {
  display: block;
}

.label-payment {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #555555;
  text-align: left;
}

.card.payment-summary .summary-section-label {
  font-family: "Poppins-Medium";
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

/*
.card.payment-summary .custom_edit-button {
  border: 1px solid #000;
  border-radius: 0;
  background: none;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: -0.011em;
  margin-right: 30%;
  color: #000;
}
 */
.card.payment-summary .custom_edit-button:hover {
  color: #fff;
  background: #000;
}

.checkout-summary-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .order-confirm-create-account .card-header-custom {
    font-family: "Poppins-Medium";
    font-weight: 900;
    font-size: 24px;
    line-height: 33px;
  }
}
.order-total-summary .edit-button {
  color: var(--color-grey5);
}

.order-total-summary .leading-lines p {
  margin: 0;
}

.order-total-summary .grand-total {
  margin: 1.5rem 0;
}

.order-total-summary .grand-total p span {
  font-family: "Poppins-Medium";
  font-weight: 800;
}

.card.checkout__order {
  padding: 0px 1rem;
}

.billing-nav.payment-information .payment-options {
  border-bottom: 0;
}

.container_custom.receipt {
  max-width: 50%;
  margin: 55px auto 250px;
}

@media (max-width: 550px) {
  .container_custom.receipt {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .card-header-custom {
    line-height: 34px;
  }
}
.confirmation-summary-container {
  max-width: 1400px;
  margin: 2rem auto;
}

.confirmation-summary-container .product-summary-block {
  text-align: center;
}

.confirmation-summary-container .product-summary-block .item-image {
  margin: auto;
}

.address-summary .icon-shipping {
  margin-right: 15px;
}

.address-summary span,
.payment-details span {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.confirmation-summary-container .container_confirmation {
  border: 1px solid #000;
  padding: 20px 15px;
}

.order-thank-you-msg {
  font-family: "Poppins-Medium";
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  text-align: center;
}

.order-thank-you-email-msg {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #000000;
}

.order-thank-you-email-msg span {
  font-family: "Poppins-Medium";
}

.confirmation-summary-container .item-image {
  height: auto;
  width: auto;
}

.confirmation-summary-container .item-image img.product-image {
  max-height: 100%;
  max-width: 200px;
}

.container_confirmation .summary-section-label.shipping-method-label {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #000000;
}

@media (min-width: 1200px) {
  .order-thank-you-msg {
    font-size: 30px;
    color: #64656a;
  }
  .order-thank-you-email-msg {
    font-size: 24px;
  }
  .container_confirmation .summary-section-label.shipping-method-label {
    font-family: "Poppins-Medium";
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
  }
  .order-confirm-create-account {
    padding: 5%;
  }
}
.pickup-title {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #555555;
}

.store-locator-container input,
.store-locator-container select {
  border-radius: 0;
}

.store-locator-container .card-body {
  padding: 0;
}

.store-locator-container .card.search-form .card-body {
  display: flex;
  flex-direction: column;
}

#user-location-search-store, #user-location-search-address {
  border: 0;
  background: none;
  color: #000;
}

#user-location-search-store:hover, #user-location-search-address:hover {
  text-decoration: underline;
}

#user-location-search-store:focus, #user-location-search-address:focus {
  outline: none;
}

.store-locator-container .card.results-card .card-header {
  padding: 0;
}

.results.striped .card-body {
  margin: 15px;
  padding: 15px;
}

.results.striped {
  max-height: 400px;
  overflow-y: auto;
}

.form-check.start-lines:has(input) {
  display: none;
}

.form-check.start-lines:has(input) + .shipping-method-pricing {
  display: none;
}

.form-check.start-lines:has(input:checked) {
  display: block;
}

.form-check.start-lines:has(input:checked) + .shipping-method-pricing {
  display: block;
}

.checkout__order--product .strike-through span {
  color: #3c3c3c;
  text-decoration: line-through;
  text-decoration-color: #3c3c3c;
  font-size: 12px;
}

.coupon-price-adjustment + .coupon-price-adjustment {
  margin-top: 0.625rem;
}

.coupon-price-adjustment {
  background-color: #fff;
  padding: 0.625em;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}

.coupon-promotion-relationship {
  font-size: 0.813em;
  padding-left: 0rem;
  margin-bottom: 0;
}

.coupons-and-promos {
  margin-bottom: 0.625rem;
  padding-right: 0;
  padding-left: 0;
}

.coupon-code {
  font-size: 1.125em;
}

.coupon-applied {
  color: #008827;
  font-size: 0.813em;
}

.coupon-missing-error {
  display: none;
}

.remove-coupon {
  border: none;
  background: transparent;
  margin-top: 1px;
  font-size: 32px;
}

.payment-form-fields {
  text-align: left;
}

.sumary-addres-select {
  position: relative;
  border: 1px solid #ced4da;
  border-radius: 4px;
  display: none;
  justify-content: space-between;
  padding: 10px;
}

.content-description {
  padding: 0 40px;
}

.sumary-addres-select #inner-circle {
  display: block;
}

.shipping-address-block.select-address .sumary-addres-select, .shipping-address-block.select-address .show-address-select {
  display: flex;
}

.show-address-select {
  display: none;
}

.shipment-selector-btns button img {
  width: 24px;
}

.order-product-summary > .card-header > a {
  margin-top: 0;
}

.order-product-summary > .card-header .edit-button:after {
  content: "";
  background-image: url("../../images/checkout/edit.svg");
  width: 15px;
  height: 20px;
  background-position: top;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 5px;
}

.order-product-summary > .card-header button.edit-button:before {
  content: none;
}

.card > .card-header .edit-button:before {
  content: "";
  background-image: url("../../images/checkout/edit.svg");
  width: 18px;
  height: 18px;
  background-position: top;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}

.payment-details .mercado-pago-type {
  text-align: left;
}

.credit-card-selection-new .boton-checkout-proceder-pago {
  display: block !important;
}

.hide-button-payment .next-step-button {
  display: none;
}

.floating-label {
  position: relative;
  margin-bottom: 20px;
}

.floating-label input {
  width: 100%;
  font-size: 16px;
  padding: 25px 10px 10px;
}

.floating-label label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background: white;
  padding: 0 5px;
  font-size: 16px;
  color: #aaa;
  pointer-events: none;
}

.floating-label label[for=name-guest], .floating-label label[for=lastname-guest] {
  left: 20px;
}

.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label {
  top: 15px;
  font-size: 14px;
  color: #5A5A5A;
  left: 6px;
  font-weight: 600;
  background-color: transparent;
  line-height: 20.3px;
}

.open-pay-content label {
  left: 20px !important;
}

.customer-information-block .floating-label input.name:focus + label,
.customer-information-block .floating-label input.lastname:focus + label,
.open-pay-content .floating-label.margin-30 input:focus + label,
.open-pay-content .floating-label.margin-30 input.show-password:not(:placeholder-shown) + label,
.customer-information-block .floating-label input.name:not(:placeholder-shown) + label,
.customer-information-block .floating-label input.lastname:not(:placeholder-shown) + label {
  left: 20px;
}

.label-free {
  width: 100%;
  text-align: right;
}

.form-check-label {
  width: 100%;
}

.address-summary .store-name {
  font-family: "Poppins-Medium";
}

.createAccount-confirm-txt {
  font-size: 18px;
  border-radius: 7px;
  background-color: #000;
  padding: 10px;
  color: #fff;
}

@media (max-width: 550px) {
  .createAccount-confirm-txt {
    background-color: rgba(255, 255, 255, 0);
    color: #000;
    font-weight: bold;
  }
}
label.test {
  left: 10px !important;
}

.outer-circle {
  border: 1px solid #000;
}

/*# sourceMappingURL=checkout.css.map*/