.page {
  background-color: #ffffff; }

.checkout-card-header {
  font-size: 1.25em;
  font-weight: 600; }

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

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

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

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

.product-divider {
  margin-left: -0.625em;
  margin-right: -0.625em; }
  .product-divider hr {
    border-top: dashed 0.063em; }

.product-line-item + .product-line-item::before,
.multi-shipping + .product-line-item::before {
  content: "";
  display: block;
  margin: 0.625em -0.625em; }
  @media (min-width: 992px) {
    .product-line-item + .product-line-item::before,
    .multi-shipping + .product-line-item::before {
      margin: 0.625em -1.225em; } }

.shipment-block + .shipment-block::before {
  content: "";
  display: block;
  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;
  margin-top: 30px; }

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

.product-summary-block {
  margin: 1em 0; }
  .product-summary-block h3 {
    font-size: 1.25rem; }

.leading-lines {
  overflow: hidden;
  margin: 0;
  margin-top: -7px; }
  .leading-lines label {
    background-color: white; }
  .leading-lines .start-lines {
    padding: 1px; }
    .leading-lines .start-lines span {
      position: relative;
      background-color: white;
      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: white;
      z-index: 2; }

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

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

.summary-section-label {
  font-size: 1em;
  font-weight: bold; }
  @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 .single-shipping .shipping-content {
  display: none; }

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

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

.single-shipping .summary-section-label {
  font-weight: bold; }

.confirm-details .shipping-method,
.confirm-details .shipping-method-price {
  margin-bottom: 0; }

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

.multi-shipping {
  display: none; }

.contact-info-block {
  border-bottom: 0.063em dashed #ccc; }

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

.form-group.required .form-control-label::before {
  content: "*";
  color: #ff0000; }

.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; }

.page {
  background-color: #f9f9f9; }

.checkout-card-header {
  font-size: 1.25em;
  font-weight: 600; }

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

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

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

.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: dashed 0.063em; }

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

.shipment-block + .shipment-block::before {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #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: 1em 0; }
  .product-summary-block h3 {
    font-size: 1.25rem; }

.leading-lines {
  overflow: hidden;
  margin: 0; }
  .leading-lines label {
    background-color: white; }
  .leading-lines .start-lines {
    padding: 1px; }
    .leading-lines .start-lines span {
      position: relative;
      background-color: white;
      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: white;
      z-index: 2; }

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

.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 .single-shipping .shipping-content {
  display: none; }

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

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

.single-shipping .summary-section-label {
  margin-bottom: 0; }

.confirm-details .shipping-method,
.confirm-details .shipping-method-price {
  margin-bottom: 0; }

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

.multi-shipping {
  display: none; }

.contact-info-block {
  border-bottom: 0.063em dashed #ccc; }

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

.form-group.required .form-control-label::before {
  content: "*";
  color: #ff0000; }

.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; }

.card.ghost {
  opacity: 0.5; }

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

.billing-address {
  display: block; }

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

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

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

.error-message {
  display: none; }

.next-step-button {
  position: fixed;
  bottom: 0;
  z-index: 3;
  padding-right: 0;
  padding-left: 0; }
  @media (max-width: 543.98px) {
    .next-step-button {
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
      .next-step-button div {
        padding: 1rem; } }
  @media (min-width: 544px) {
    .next-step-button {
      position: static;
      padding-right: 0.938em;
      padding-left: 0.938em; } }

.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 {
  display: block; }

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

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

.data-checkout-stage[data-checkout-stage] button.place-order {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.submit-payment {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.submit-shipping {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping].multi-ship .order-product-summary {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] .card.payment-form {
  display: none; }

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

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

.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=customer] .shipping-address-block {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=shipment] .shipping-address-form {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=edit] .shipping-address-block {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-show-details,
.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-add-new {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] .shipping-section,
.data-checkout-stage[data-checkout-stage=payment] .card.ghost {
  display: none; }

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

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

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

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=customer] .billing-address {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=shipment] .billing-address {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=edit] .billing-address {
  display: none; }

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

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

.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-section,
.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-form,
.data-checkout-stage[data-checkout-stage=placeOrder] .card.ghost {
  display: none; }

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

.data-checkout-stage[data-checkout-stage=placeOrder] button.place-order {
  display: block; }

.data-checkout-stage[data-checkout-stage=submitted] .shipping-form,
.data-checkout-stage[data-checkout-stage=submitted] .card.payment-form,
.data-checkout-stage[data-checkout-stage=submitted] .card.ghost {
  display: none; }

.data-checkout-stage[data-checkout-stage=submitted] .summary-section-label.shipping-addr-label {
  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 {
  display: none; }

.data-checkout-stage option[value=new] {
  display: none; }

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

[data-customer-type=guest] .single-shipping .shipment-selector-block {
  display: none; }

.single-shipping .multi-ship-action-buttons {
  display: none; }

.single-shipping .view-address-block {
  display: none; }

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

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

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

.card-number-wrapper[data-type="jcb"]::after {
  background-image: url("../../images/JCB.png");
  background-size: contain; }

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

#weChatModal .modal-dialog {
  display: block;
  background-color: #fff;
  z-index: 9999;
  display: block; }

#weChatModal .modal-body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; }

#weChatModal .modal-backdrop {
  opacity: 0.5;
  z-index: 1; }

#deliveryAddressVerificationModal .modal-dialog {
  background-color: #fff;
  z-index: 9999; }

#deliveryAddressVerificationModal .modal-body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; }
  #deliveryAddressVerificationModal .modal-body .originalAddress {
    float: left;
    margin-left: 5%;
    width: 42%; }
    #deliveryAddressVerificationModal .modal-body .originalAddress span {
      font-size: 1.2rem;
      display: block;
      margin-bottom: 10%; }
    #deliveryAddressVerificationModal .modal-body .originalAddress p {
      margin: 0%; }
  #deliveryAddressVerificationModal .modal-body .standardAddress {
    float: right;
    clear: none;
    width: 42%;
    position: relative;
    margin-right: 5%;
    margin-left: 5%; }
    @media (max-width: 543.98px) {
      #deliveryAddressVerificationModal .modal-body .standardAddress {
        width: 45%;
        margin-right: 0%; } }
    #deliveryAddressVerificationModal .modal-body .standardAddress span {
      font-size: 1.2rem;
      display: block;
      margin-bottom: 10%; }
    #deliveryAddressVerificationModal .modal-body .standardAddress p {
      margin: 0%; }
  #deliveryAddressVerificationModal .modal-body .dav-buttons-div {
    display: inline-block;
    width: 100%; }
    #deliveryAddressVerificationModal .modal-body .dav-buttons-div .useOrigAddress {
      float: left;
      width: 40%;
      white-space: normal;
      margin-left: 5%;
      margin-top: 2%; }
    #deliveryAddressVerificationModal .modal-body .dav-buttons-div .useStdAddress {
      float: right;
      width: 42%;
      white-space: normal;
      margin-right: 5%;
      margin-top: 2%; }
      @media (max-width: 543.98px) {
        #deliveryAddressVerificationModal .modal-body .dav-buttons-div .useStdAddress {
          margin-right: 3%; } }
  #deliveryAddressVerificationModal .modal-body .continueWithThisAddress {
    margin-top: 3%;
    width: 60%;
    white-space: normal; }
    @media (max-width: 543.98px) {
      #deliveryAddressVerificationModal .modal-body .continueWithThisAddress {
        width: 85%; } }

#deliveryAddressVerificationModal .modal-backdrop {
  opacity: 0.5;
  z-index: 1; }

.DAVModalResourceStrings {
  display: none; }

#secureAcceptanceIframe iframe[name="hss_iframe"] {
  display: block;
  margin: auto;
  transform: scale(1.18, 1);
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: -2px; }

.data-checkout-stage[data-checkout-stage] .card.secure-acceptance-iframe {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.sa_redirect {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.alipay, .data-checkout-stage[data-checkout-stage] button.sof, .data-checkout-stage[data-checkout-stage] button.eps, .data-checkout-stage[data-checkout-stage] button.idl, .data-checkout-stage[data-checkout-stage] button.gpy, .data-checkout-stage[data-checkout-stage] button.mch, .data-checkout-stage[data-checkout-stage] button.klarna, .data-checkout-stage[data-checkout-stage] button.credit_card, .data-checkout-stage[data-checkout-stage] button.dw_google_pay, .data-checkout-stage[data-checkout-stage] button.wechat {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.sa_iframe {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.sa_silentpost {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.sa_flex {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] .card.secure-acceptance-iframe {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] button#showSubmitPayment {
  display: block; }

.data-checkout-stage[data-checkout-stage=payment] button#hideSubmitPayment {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] button.sa_redirect {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] button.sa_iframe {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] button.alipay, .data-checkout-stage[data-checkout-stage=payment] button.sof, .data-checkout-stage[data-checkout-stage=payment] button.eps, .data-checkout-stage[data-checkout-stage=payment] button.idl, .data-checkout-stage[data-checkout-stage=payment] button.gpy, .data-checkout-stage[data-checkout-stage=payment] button.mch, .data-checkout-stage[data-checkout-stage=payment] button.klarna, .data-checkout-stage[data-checkout-stage=payment] button.credit_card, .data-checkout-stage[data-checkout-stage=payment] button.dw_google_pay, .data-checkout-stage[data-checkout-stage=payment] button.wechat {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] button.sa_silentpost {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] button.sa_flex {
  display: none; }

.data-checkout-stage #cardNumber-container {
  height: 43px; }

.data-checkout-stage[data-checkout-stage=placeOrder] .card.secure-acceptance-iframe,
.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-summary,
.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-summary {
  display: block; }

.data-checkout-stage[data-checkout-stage=submitted] button.sasilentpost {
  display: none; }

.data-checkout-stage[data-checkout-stage=submitted] .card.secure-acceptance-iframe {
  display: none; }

.data-checkout-stage[data-checkout-stage=placeOrder] button.sa_redirect {
  display: block; }

.data-checkout-stage[data-checkout-stage=placeOrder] button.sa_iframe {
  display: block; }

.data-checkout-stage[data-checkout-stage=placeOrder] button.sa_silentpost {
  display: block; }

.data-checkout-stage[data-checkout-stage=placeOrder] button.alipay, .data-checkout-stage[data-checkout-stage=placeOrder] button.sof, .data-checkout-stage[data-checkout-stage=placeOrder] button.eps, .data-checkout-stage[data-checkout-stage=placeOrder] button.idl, .data-checkout-stage[data-checkout-stage=placeOrder] button.gpy, .data-checkout-stage[data-checkout-stage=placeOrder] button.mch, .data-checkout-stage[data-checkout-stage=placeOrder] button.klarna, .data-checkout-stage[data-checkout-stage=placeOrder] button.credit_card, .data-checkout-stage[data-checkout-stage=placeOrder] button.dw_google_pay, .data-checkout-stage[data-checkout-stage=placeOrder] button.wechat {
  display: block; }

.data-checkout-stage[data-checkout-stage=placeOrder] button.sa_flex {
  display: block; }

.data-checkout-stage[data-checkout-stage=shipping] button.paypal {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] button.alipay, .data-checkout-stage[data-checkout-stage=payment] button.sof, .data-checkout-stage[data-checkout-stage=payment] button.eps, .data-checkout-stage[data-checkout-stage=payment] button.idl, .data-checkout-stage[data-checkout-stage=payment] button.gpy, .data-checkout-stage[data-checkout-stage=payment] button.mch, .data-checkout-stage[data-checkout-stage=payment] button.klarna, .data-checkout-stage[data-checkout-stage=payment] button.credit_card, .data-checkout-stage[data-checkout-stage=payment] button.dw_google_pay, .data-checkout-stage[data-checkout-stage=payment] button.paypal, .data-checkout-stage[data-checkout-stage=payment] button.wechat {
  display: none; }

.card.ghost {
  opacity: 0.5; }

.selected {
  border: 0.0625rem solid #000 !important; }

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

.billing-address {
  display: block; }

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

.edit-button,
.btn-show-details,
.btn-add-new {
  color: #3d4d5c;
  float: right;
  cursor: pointer; }
  .edit-button:hover,
  .btn-show-details:hover,
  .btn-add-new:hover {
    text-decoration: underline; }

.error-message {
  display: none; }

.next-step-button {
  position: fixed;
  bottom: 0;
  z-index: 3;
  padding-right: 0;
  padding-left: 0; }
  @media (max-width: 543.98px) {
    .next-step-button {
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
      .next-step-button div {
        padding: 1rem; } }
  @media (min-width: 544px) {
    .next-step-button {
      position: static;
      padding-right: 0.938em;
      padding-left: 0.938em; } }

.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 {
  display: block; }

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

[data-customer-type="guest"] .single-shipping .shipment-selector-block {
  display: none; }

.single-shipping .multi-ship-action-buttons {
  display: none; }

.single-shipping .view-address-block {
  display: none; }

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

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

.page {
  background-color: #ffffff; }

.checkout-card-header {
  font-size: 1.25em;
  font-weight: 600; }

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

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

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

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

.product-divider {
  margin-left: -0.625em;
  margin-right: -0.625em; }
  .product-divider hr {
    border-top: dashed 0.063em; }

.product-line-item + .product-line-item::before,
.multi-shipping + .product-line-item::before {
  content: "";
  display: block;
  margin: 0.625em -0.625em; }
  @media (min-width: 992px) {
    .product-line-item + .product-line-item::before,
    .multi-shipping + .product-line-item::before {
      margin: 0.625em -1.225em; } }

.shipment-block + .shipment-block::before {
  content: "";
  display: block;
  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;
  margin-top: 30px; }

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

.product-summary-block {
  margin: 1em 0; }
  .product-summary-block h3 {
    font-size: 1.25rem; }

.leading-lines {
  overflow: hidden;
  margin: 0;
  margin-top: -7px; }
  .leading-lines label {
    background-color: white; }
  .leading-lines .start-lines {
    padding: 1px; }
    .leading-lines .start-lines span {
      position: relative;
      background-color: white;
      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: white;
      z-index: 2; }

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

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

.summary-section-label {
  font-size: 1em;
  font-weight: bold; }
  @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 .single-shipping .shipping-content {
  display: none; }

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

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

.single-shipping .summary-section-label {
  font-weight: bold; }

.confirm-details .shipping-method,
.confirm-details .shipping-method-price {
  margin-bottom: 0; }

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

.multi-shipping {
  display: none; }

.contact-info-block {
  border-bottom: 0.063em dashed #ccc; }

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

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

.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-show-details,
.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-add-new {
  display: block; }

.checkout-login-wrapper {
  margin: 5rem 0; }
  .checkout-login-wrapper__heading-bar {
    border-bottom: 0.0625rem solid #ccc;
    margin-bottom: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 767.98px) {
      .checkout-login-wrapper__heading-bar {
        display: block;
        padding: 0 0.625rem; } }
  .checkout-login-wrapper__title {
    color: #16384E;
    font-size: 2.25rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0.9375rem;
    margin-top: 0;
    text-transform: capitalize; }
    @media (max-width: 767.98px) {
      .checkout-login-wrapper__title {
        font-size: 1.375rem;
        line-height: 2rem;
        margin-bottom: 0;
        font-size: 1.675rem;
        line-height: 2rem;
        margin-bottom: 0;
        font-weight: 700; } }
  .checkout-login-wrapper__create-account {
    color: #16384E;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.25rem;
    margin-bottom: 0;
    text-transform: none; }
    .checkout-login-wrapper__create-account a {
      color: #1581C2; }
    @media (max-width: 767.98px) {
      .checkout-login-wrapper__create-account {
        font-size: 0.875rem;
        line-height: 1.375rem; } }

#checkout-main .card {
  border: 0;
  padding: 0; }
  #checkout-main .card .card-header {
    background-color: #FAFAF8;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0; }
    #checkout-main .card .card-header h4,
    #checkout-main .card .card-header .checkout-card-header {
      margin-top: 0;
      color: #16384E;
      font-size: 1.375rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 500;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: none; }
    #checkout-main .card .card-header .pre-fix-main {
      background-color: #DFEBF0;
      padding: 0.75rem 0;
      text-align: center; }
      #checkout-main .card .card-header .pre-fix-main .pre-fix {
        color: #16384E;
        font-size: 1.375rem;
        font-family: "Fira Sans", sans-serif;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 1.25rem;
        margin-bottom: 0;
        text-transform: none; }
  #checkout-main .card .card-header-custom {
    margin-top: 0;
    color: #16384E;
    font-size: 1.375rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize; }
  #checkout-main .card .card-body {
    margin-top: 1.25rem;
    padding: 0; }
    #checkout-main .card .card-body .btn {
      font-family: "Fira Sans", sans-serif;
      font-size: 0.75rem;
      font-weight: 500;
      width: 14.5rem;
      height: 3.75rem;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      text-decoration: none; }
      @media (max-width: 543.98px) {
        #checkout-main .card .card-body .btn {
          width: 100%;
          margin: 0 auto 0.875rem; } }
    #checkout-main .card .card-body .accept-info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
    #checkout-main .card .card-body .custom-control {
      display: inline-block; }
      #checkout-main .card .card-body .custom-control.custom-checkbox .custom-control-label::before {
        border-radius: 0; }
      #checkout-main .card .card-body .custom-control label {
        color: #16384E;
        font-size: 0.75rem;
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 1.25rem;
        margin-bottom: 0;
        text-transform: none; }
        #checkout-main .card .card-body .custom-control label a {
          color: #1581C2;
          font-size: 0.75rem; }
    #checkout-main .card .card-body.signInForm {
      width: 80%;
      margin: 1.25rem auto 0; }
    #checkout-main .card .card-body.shipping-content {
      width: 100%; }
      #checkout-main .card .card-body.shipping-content .shipping-address .pickup-info-main .pickup-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-bottom: 0.9375rem; }
        #checkout-main .card .card-body.shipping-content .shipping-address .pickup-info-main .pickup-item .pickup-info {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: start;
              justify-content: flex-start; }
          @media (min-width: 768px) {
            #checkout-main .card .card-body.shipping-content .shipping-address .pickup-info-main .pickup-item .pickup-info {
              padding-left: 60px; } }
          #checkout-main .card .card-body.shipping-content .shipping-address .pickup-info-main .pickup-item .pickup-info > div {
            margin-left: 0.9375rem; }
            #checkout-main .card .card-body.shipping-content .shipping-address .pickup-info-main .pickup-item .pickup-info > div .store-title {
              color: #16384E;
              font-size: 1rem;
              font-family: "Fira Sans", sans-serif;
              font-weight: 400;
              letter-spacing: normal;
              line-height: 1.25rem;
              margin: 0;
              text-transform: none; }
            #checkout-main .card .card-body.shipping-content .shipping-address .pickup-info-main .pickup-item .pickup-info > div p {
              color: #16384E;
              font-size: 0.5625rem;
              font-family: "Open Sans", sans-serif;
              font-weight: 500;
              letter-spacing: normal;
              line-height: normal;
              margin: 0;
              text-transform: none; }
              #checkout-main .card .card-body.shipping-content .shipping-address .pickup-info-main .pickup-item .pickup-info > div p span {
                color: #1581C2;
                margin-right: 0.3125rem; }
              #checkout-main .card .card-body.shipping-content .shipping-address .pickup-info-main .pickup-item .pickup-info > div p a {
                font-size: 0.5625rem;
                color: #1581C2; }
        #checkout-main .card .card-body.shipping-content .shipping-address .pickup-info-main .pickup-item .btn {
          height: 1.875rem;
          width: 8.125rem;
          text-transform: capitalize; }
      #checkout-main .card .card-body.shipping-content .shipping-address .shipment-selector-block .btn-show-details,
      #checkout-main .card .card-body.shipping-content .shipping-address .shipment-selector-block .btn-add-new {
        color: #1581C2;
        font-size: 0.75rem;
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 1.25rem;
        margin-top: 0.625rem;
        text-transform: none; }
      #checkout-main .card .card-body.shipping-content .shipping-address .shipment-selector-block .btn-add-new {
        text-align: right; }
      #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .shipping-address-block__title {
        color: #16384E;
        font-size: 1.125rem;
        font-family: "Fira Sans", sans-serif;
        font-weight: 500;
        letter-spacing: normal;
        line-height: normal;
        margin-bottom: 0.9375rem;
        margin-top: 0;
        text-transform: capitalize; }
      #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .shipping-address-block .btns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin: 1.25rem 0; }
        #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .shipping-address-block .btns button {
          margin-top: 0; }
        #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .shipping-address-block .btns .shipping-cancel {
          border-color: #1581C2;
          color: #1581C2;
          margin-right: 1.25rem;
          text-transform: uppercase;
          width: auto; }
          #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .shipping-address-block .btns .shipping-cancel:hover {
            background-color: #1581C2;
            color: #fff; }
      #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .shipping-method-block .shipping-method-list {
        margin-bottom: 1.25rem; }
        #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .shipping-method-block .shipping-method-list .form-check-label {
          color: #16384E;
          font-size: 0.875rem;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          letter-spacing: normal;
          line-height: 1.25rem;
          margin-bottom: 0;
          text-transform: none; }
        #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .shipping-method-block .shipping-method-list .shipping-method-pricing {
          font-size: 0.875rem;
          font-family: "Open Sans", sans-serif; }
        #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .shipping-method-block .shipping-method-list > .form-check input {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          top: -0.1875rem; }
        #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .shipping-method-block .shipping-method-list > .form-check .form-check-label {
          margin-left: 0.625rem; }
        #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .shipping-method-block .shipping-method-list > .form-check.start-lines {
          margin-bottom: 0.625rem; }
          #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .shipping-method-block .shipping-method-list > .form-check.start-lines::before {
            display: none; }
      #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .shipping-method-block .continue-to-billing {
        margin-bottom: 1.25rem; }
      #checkout-main .card .card-body.shipping-content .shipping-address .deliver-it-card .change-store {
        margin-bottom: 1.25rem; }
  #checkout-main .card.shipping-summary .single-shipping {
    display: none; }
    #checkout-main .card.shipping-summary .single-shipping p,
    #checkout-main .card.shipping-summary .single-shipping div {
      color: #16384E;
      font-size: 0.875rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.25rem;
      margin-bottom: 0;
      text-transform: none; }
    #checkout-main .card.shipping-summary .single-shipping .pricing {
      font-weight: 700; }
  #checkout-main .card.payment-form .billing-address-block {
    width: 80%;
    margin: 1.25rem auto 0; }
    #checkout-main .card.payment-form .billing-address-block__title {
      color: #16384E;
      font-size: 1.125rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 500;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 0.9375rem;
      margin-top: 0;
      text-transform: capitalize; }
    #checkout-main .card.payment-form .billing-address-block .payment-fields {
      margin-bottom: 1.875rem; }
      #checkout-main .card.payment-form .billing-address-block .payment-fields .credit-card-form .save-credit-card {
        display: none; }
      #checkout-main .card.payment-form .billing-address-block .payment-fields .payment-options {
        margin-left: 0.625rem;
        margin-top: 0.625rem; }
      #checkout-main .card.payment-form .billing-address-block .payment-fields .form-check-input {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        left: 1.25rem;
        top: 0.3125rem; }
    #checkout-main .card.payment-form .billing-address-block .address-selector-block .btn-show-details,
    #checkout-main .card.payment-form .billing-address-block .address-selector-block .btn-add-new {
      color: #1581C2;
      font-size: 0.75rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      letter-spacing: normal;
      line-height: 1.25rem;
      margin-top: 0.625rem;
      text-transform: none; }
    #checkout-main .card.payment-form .billing-address-block .address-selector-block .btn-add-new {
      text-align: right; }
  #checkout-main .card.payment-form .warning-info {
    background-color: #FCF7E2;
    padding: 0.625rem;
    border: 0.0625rem solid #ECE5C4;
    border-radius: 0.1875rem; }
    #checkout-main .card.payment-form .warning-info .title {
      color: #8B6D3B;
      font-size: 0.75rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      letter-spacing: normal;
      line-height: 1.25rem;
      margin-bottom: 0.1875rem;
      text-transform: uppercase; }
    #checkout-main .card.payment-form .warning-info .info {
      color: #A2895D;
      font-size: 0.75rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.25rem;
      margin-bottom: 0; }
      #checkout-main .card.payment-form .warning-info .info > span {
        color: #8B6D3B;
        font-weight: 700;
        text-transform: uppercase; }
      #checkout-main .card.payment-form .warning-info .info a {
        color: #8B6D3B;
        font-size: 0.75rem;
        font-family: "Open Sans", sans-serif;
        font-weight: 500; }
  #checkout-main .card.payment-summary > .card-body {
    display: none; }

#checkout-main .next-step-button {
  max-width: 80%;
  margin: 0 auto; }
  #checkout-main .next-step-button .disclaimer-info {
    color: #16384E;
    display: none;
    font-size: 0.75rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
    text-transform: none; }

#checkout-main .submit-payment,
#checkout-main .place-order {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  width: 14.5rem;
  height: 3.75rem;
  text-decoration: none; }
  @media (max-width: 543.98px) {
    #checkout-main .submit-payment,
    #checkout-main .place-order {
      width: 100%;
      margin: 0 auto 0.875rem; } }

#checkout-main[data-checkout-stage="payment"] .disclaimer-info {
  display: block; }

#checkout-main[data-checkout-stage="placeOrder"] .disclaimer-info {
  display: none; }

#checkout-main[data-checkout-stage="placeOrder"] .card.payment {
  display: none; }

#checkout-main .order-summary .card {
  background-color: #F0F5F6; }

#checkout-main .order-summary > .card {
  padding: 30px; }
  #checkout-main .order-summary > .card .card-header {
    background-color: transparent;
    padding-bottom: 1.25rem; }

#checkout-main .order-summary .leading-lines .start-lines span,
#checkout-main .order-summary .leading-lines .end-lines span {
  background-color: transparent; }

#checkout-main .order-summary .line-item-divider {
  display: none; }

#checkout-main .order-summary .order-product-summary .card-body {
  margin: 0; }
  #checkout-main .order-summary .order-product-summary .card-body > .leading-lines {
    display: none; }
  #checkout-main .order-summary .order-product-summary .card-body .product-summary-block .product-line-item {
    border-bottom: 0.0625rem solid #ccc;
    padding-bottom: 0.9375rem; }
    #checkout-main .order-summary .order-product-summary .card-body .product-summary-block .product-line-item .item-attributes .line-item-name {
      color: #16384E;
      font-size: 1rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 500;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: capitalize; }
    #checkout-main .order-summary .order-product-summary .card-body .product-summary-block .product-line-item .item-attributes .line-item-quantity,
    #checkout-main .order-summary .order-product-summary .card-body .product-summary-block .product-line-item .item-attributes .line-item-availability {
      color: #1581C2;
      font-size: 0.75rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.25rem;
      margin-top: 0.3125rem;
      text-transform: none; }
      #checkout-main .order-summary .order-product-summary .card-body .product-summary-block .product-line-item .item-attributes .line-item-quantity br,
      #checkout-main .order-summary .order-product-summary .card-body .product-summary-block .product-line-item .item-attributes .line-item-availability br {
        display: none; }
    #checkout-main .order-summary .order-product-summary .card-body .product-summary-block .product-line-item .item-attributes .pricing {
      color: #16384E;
      font-size: 0.75rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 500; }
    #checkout-main .order-summary .order-product-summary .card-body .product-summary-block .product-line-item .price {
      color: #16384E;
      font-size: 0.875rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 500; }

#checkout-main .order-summary .order-total-summary .order-calculations {
  padding-top: 20px; }

#checkout-main .order-summary .order-total-summary .promo-title {
  font-family: "Fira Sans", sans-serif;
  color: #16384E;
  text-transform: none;
  margin: 0; }

#checkout-main .order-summary .order-total-summary .promo-input {
  width: 50%; }

#checkout-main .order-summary .order-total-summary .leading-lines {
  border-bottom: 0.0625rem solid #ccc;
  margin-bottom: 0.625rem;
  padding-bottom: 0.375rem; }
  #checkout-main .order-summary .order-total-summary .leading-lines .start-lines::before {
    display: none; }
  #checkout-main .order-summary .order-total-summary .leading-lines .end-lines > p {
    font-family: "Fira Sans", sans-serif;
    color: #16384E;
    margin-bottom: 0; }
  #checkout-main .order-summary .order-total-summary .leading-lines .order-receipt-label {
    font-family: "Fira Sans", sans-serif;
    color: #16384E;
    margin-bottom: 0; }
  #checkout-main .order-summary .order-total-summary .leading-lines.grand-total {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
    #checkout-main .order-summary .order-total-summary .leading-lines.grand-total .end-lines > p {
      color: #16384E;
      font-size: 1rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 700; }
    #checkout-main .order-summary .order-total-summary .leading-lines.grand-total .order-receipt-label {
      color: #16384E;
      font-size: 1rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 700; }

#checkout-main .recommendations {
  margin: 1.875rem 0; }
  #checkout-main .recommendations .homepage-product-listing .slick-track {
    width: auto !important; }
  #checkout-main .recommendations .homepage-product-listing .slick-prev {
    background: transparent;
    border: 0;
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 32%;
    padding: 0;
    transform: translateY(-50%); }
    #checkout-main .recommendations .homepage-product-listing .slick-prev:focus {
      outline: none; }
  #checkout-main .recommendations .homepage-product-listing .slick-next {
    background: transparent;
    border: 0;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 32%;
    padding: 0;
    transform: translateY(-50%);
    z-index: 100; }
    #checkout-main .recommendations .homepage-product-listing .slick-next:focus {
      outline: none; }
  #checkout-main .recommendations__title {
    border-bottom: 0.0625rem solid #ccc;
    color: #16384E;
    font-size: 1.375rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem; }
  #checkout-main .recommendations .product .product-tile .quickview,
  #checkout-main .recommendations .product .product-tile .color-swatches {
    display: none; }
  #checkout-main .recommendations .product .product-tile .image-container a {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 100%; }
    #checkout-main .recommendations .product .product-tile .image-container a img {
      height: 100%;
      width: 100%;
      max-width: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #checkout-main .recommendations .product .product-tile .tile-body {
    padding-bottom: 0; }
    #checkout-main .recommendations .product .product-tile .tile-body .pdp-link {
      margin: 0.75rem 0;
      height: 35px; }
      #checkout-main .recommendations .product .product-tile .tile-body .pdp-link .link {
        color: #16384E;
        font-size: 1.125rem;
        font-family: "Fira Sans", sans-serif;
        font-weight: 700;
        line-height: normal; }
        @media (max-width: 543.98px) {
          #checkout-main .recommendations .product .product-tile .tile-body .pdp-link .link {
            font-size: 1rem; } }
    #checkout-main .recommendations .product .product-tile .tile-body .price {
      margin-bottom: 0.9375rem;
      text-align: center; }
      #checkout-main .recommendations .product .product-tile .tile-body .price .sales .value {
        color: #16384E;
        font-size: 1.125rem;
        font-family: "Fira Sans", sans-serif;
        font-weight: 700;
        line-height: normal; }
  #checkout-main .recommendations .btn {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-family: "Fira Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    height: 2.5rem;
    margin: 0 auto 1.875rem;
    text-decoration: none;
    width: 80%; }
    @media (max-width: 543.98px) {
      #checkout-main .recommendations .btn {
        margin: 0 auto 0.875rem; } }

.thankyou-page__banner {
  background-color: #DAE9EE;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1.25rem 3.125rem;
  margin-right: 0.625rem; }
  @media (max-width: 767.98px) {
    .thankyou-page__banner {
      padding: 1.25rem;
      font-size: 1.375rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 500; } }
  .thankyou-page__banner__title {
    color: #16384E;
    font-size: 2rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 1.25rem;
    margin-top: 0;
    text-transform: none; }
    @media (max-width: 767.98px) {
      .thankyou-page__banner__title {
        font-size: 1rem;
        margin-bottom: 0.9375rem; } }
  .thankyou-page__banner__text {
    color: #16384E;
    font-size: 1rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5625rem;
    margin-bottom: 1.25rem;
    text-transform: none; }
    @media (max-width: 767.98px) {
      .thankyou-page__banner__text {
        font-size: 0.875rem; } }
    .thankyou-page__banner__text span {
      font-weight: 700; }

.thankyou-page__title {
  color: #16384E;
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0.625rem;
  margin-top: 2.5rem;
  text-transform: none; }
  @media (max-width: 767.98px) {
    .thankyou-page__title {
      font-size: 1.5625rem; } }

.thankyou-page__date-main__title, .thankyou-page__time-main__title {
  color: #16384E;
  font-size: 1.375rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 1.875rem;
  margin-top: 0.9375rem;
  text-transform: none; }
  @media (max-width: 767.98px) {
    .thankyou-page__date-main__title, .thankyou-page__time-main__title {
      font-size: 1rem;
      margin-bottom: 1.25rem; } }

.thankyou-page__time-main {
  max-width: 42%;
  margin-left: auto; }
  @media (max-width: 767.98px) {
    .thankyou-page__time-main {
      max-width: 100%;
      border-bottom: 0.0625rem dashed #ccc; } }

.thankyou-page .date-title {
  color: #1581C2;
  font-size: 1.125rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0.625rem;
  text-transform: none;
  text-align: center; }

.thankyou-page__timings {
  margin-top: 1.875rem;
  text-align: center; }
  .thankyou-page__timings ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .thankyou-page__timings ul .slick-prev {
      background: transparent;
      border: 0;
      font-size: 1.375rem;
      position: absolute;
      left: -0.625rem;
      top: 32%;
      padding: 0;
      transform: translateY(-50%); }
      .thankyou-page__timings ul .slick-prev:focus {
        outline: none; }
    .thankyou-page__timings ul .slick-next {
      background: transparent;
      border: 0;
      font-size: 1.375rem;
      position: absolute;
      right: -0.625rem;
      top: 32%;
      padding: 0;
      transform: translateY(-50%);
      z-index: 100; }
      .thankyou-page__timings ul .slick-next:focus {
        outline: none; }
    .thankyou-page__timings ul .timings {
      margin-top: 1.875rem; }
      .thankyou-page__timings ul .timings-item {
        max-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
        @media (max-width: 767.98px) {
          .thankyou-page__timings ul .timings-item {
            max-width: unset;
            -ms-flex: unset;
                flex: unset; } }
      .thankyou-page__timings ul .timings-link {
        background: #DAE9EE;
        border: 0.0625rem solid #1581C2;
        border-radius: 0.3125rem;
        color: #16384E !important;
        display: inline-block;
        font-size: 1rem;
        font-family: "Fira Sans", sans-serif;
        font-weight: 700;
        letter-spacing: normal;
        line-height: normal;
        margin-bottom: 1.25rem;
        padding: 0.4375rem 0.625rem; }
        @media (max-width: 767.98px) {
          .thankyou-page__timings ul .timings-link {
            font-size: 0.875rem; } }
  .thankyou-page__timings__show-more {
    color: #1581C2;
    font-size: 1rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 2.1875rem;
    text-decoration: underline;
    text-transform: none;
    text-align: center;
    display: inline-block; }
    @media (max-width: 767.98px) {
      .thankyou-page__timings__show-more {
        display: none; } }
  .thankyou-page__timings .btn {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-family: "Fira Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    height: 3.75rem;
    margin: 0 auto 1.875rem;
    text-decoration: none;
    width: 14.5rem; }
    @media (max-width: 543.98px) {
      .thankyou-page__timings .btn {
        margin: 0 auto 0.875rem; } }

.thankyou-page__delivery-main {
  border-radius: 0.3125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 1.875rem;
  margin-top: 0.625rem;
  padding: 0.75rem; }
  @media (max-width: 767.98px) {
    .thankyou-page__delivery-main {
      padding: 0;
      padding: 25px;
      margin: 15px 0; } }
  .thankyou-page__delivery-main:hover {
    border-color: #000; }
  .thankyou-page__delivery-main__icon {
    margin-right: 0.75rem; }
  .thankyou-page__delivery-main__title {
    color: #16384E;
    font-size: 1.375rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0.9375rem;
    margin-top: 0;
    text-transform: none; }
    @media (max-width: 767.98px) {
      .thankyou-page__delivery-main__title {
        margin-bottom: 0.3125rem; } }
  .thankyou-page__delivery-main__description {
    color: #16384E;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5rem;
    margin-bottom: 0; }

.thankyou-page .selected {
  border: 0.0625rem solid #000; }

.thankyou-page__text-bottom {
  border-bottom: 0.0625rem dashed #ccc;
  padding: 0.625rem 0;
  max-width: 98%;
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    .thankyou-page__text-bottom {
      max-width: 100%;
      padding: 0.625rem 0.9375rem; } }
  .thankyou-page__text-bottom p {
    color: #16384E;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5rem;
    margin-bottom: 0.625rem; }
    .thankyou-page__text-bottom p span {
      color: #ff0000; }

.thankyou-page__receipt {
  margin-top: 1.875rem; }
  .thankyou-page__receipt .order-date {
    color: #16384E;
    font-size: 1.75rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0.625rem;
    margin-top: 0;
    text-transform: none; }
  .thankyou-page__receipt .order-number {
    color: #16384E;
    font-size: 1.25rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none; }
  .thankyou-page__receipt .confirm-details .card-header {
    border-color: #D3CCCC;
    padding: 0 0 0.625rem; }
    @media (max-width: 767.98px) {
      .thankyou-page__receipt .confirm-details .card-header {
        margin-top: 0.9375rem; } }
    .thankyou-page__receipt .confirm-details .card-header p {
      color: #16384E;
      font-size: 0.875rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.5rem;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .thankyou-page__receipt .confirm-details .card-header p {
          font-weight: 500; } }
      .thankyou-page__receipt .confirm-details .card-header p a {
        color: #1581C2; }
  .thankyou-page__receipt .confirm-details .card-body {
    padding: 0.9375rem 0; }
    .thankyou-page__receipt .confirm-details .card-body .summary-section-label {
      color: #16384E;
      display: inline-block;
      font-size: 1.375rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 500;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 0.9375rem;
      text-transform: none; }
      .thankyou-page__receipt .confirm-details .card-body .summary-section-label.multi-shipping {
        display: none; }
    .thankyou-page__receipt .confirm-details .card-body .summary-details .address-summary,
    .thankyou-page__receipt .confirm-details .card-body .summary-details .shipping-method,
    .thankyou-page__receipt .confirm-details .card-body .summary-details .payment-details {
      color: #16384E;
      font-size: 0.875rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.5rem;
      margin-bottom: 0; }
    .thankyou-page__receipt .confirm-details .card-body .summary-details.leading-lines .start-lines::before {
      display: none; }
  .thankyou-page__receipt .order-summary-table .head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: 0.0625rem solid #ccc;
    padding-bottom: 0.75rem; }
    .thankyou-page__receipt .order-summary-table .head > p {
      max-width: 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
      color: #16384E;
      font-size: 0.875rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.5rem;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .thankyou-page__receipt .order-summary-table .head > p:nth-child(2) {
          text-align: center; } }
      @media (max-width: 767.98px) {
        .thankyou-page__receipt .order-summary-table .head > p:last-child {
          text-align: right; } }
  .thankyou-page__receipt .order-summary-table .order-product-summary {
    padding: 0;
    border: 0; }
    .thankyou-page__receipt .order-summary-table .order-product-summary .line-item-unit-price {
      display: -ms-flexbox;
      display: flex; }
    .thankyou-page__receipt .order-summary-table .order-product-summary tr.table-row-label {
      color: #16384E; }
      .thankyou-page__receipt .order-summary-table .order-product-summary tr.table-row-label th:not(:first-child) {
        text-align: center; }
    .thankyou-page__receipt .order-summary-table .order-product-summary .card-body {
      padding: 0; }
      .thankyou-page__receipt .order-summary-table .order-product-summary .card-body > .leading-lines {
        display: none; }
      .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block {
        border-bottom: 0.0625rem solid #E5E3E3; }
        .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card {
          padding: 0;
          border: 0; }
          .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body {
            padding: 0; }
            .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item-details {
              overflow: hidden;
              width: 100%; }
              .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item-details > div:first-child {
                width: 100%; }
            .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-image {
              display: none; }
            .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-attributes {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              -ms-flex-pack: justify;
                  justify-content: space-between;
              width: 100%; }
              .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-attributes .line-item-pricing-info {
                color: #16384E; }
                .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-attributes .line-item-pricing-info .qty-card-quantity-label {
                  display: none; }
                .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-attributes .line-item-pricing-info br {
                  display: none; }
              .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-attributes .line-item-header,
              .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-attributes .line-item-quantity,
              .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-attributes .grand-total-price {
                color: #16384E;
                -ms-flex: 0 0 33.33%;
                    flex: 0 0 33.33%;
                font-size: 0.875rem;
                font-family: "Fira Sans", sans-serif;
                font-weight: 500;
                letter-spacing: normal;
                line-height: 1.5rem;
                max-width: 33.33%;
                margin-bottom: 0; }
                .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-attributes .line-item-header .line-item-name,
                .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-attributes .line-item-quantity .line-item-name,
                .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-attributes .grand-total-price .line-item-name {
                  color: #16384E; }
              @media (max-width: 767.98px) {
                .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-attributes .line-item-quantity {
                  text-align: center; } }
              @media (max-width: 767.98px) {
                .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-attributes .grand-total-price {
                  text-align: right; } }
              .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .item-attributes .item-options {
                display: none; }
            .thankyou-page__receipt .order-summary-table .order-product-summary .card-body .product-summary-block .card .card-body .product-line-item .line-item-divider {
              display: none; }
  .thankyou-page__receipt .checkout-order-total-summary {
    border: 0;
    padding: 0; }
    .thankyou-page__receipt .checkout-order-total-summary .order-total-summary {
      padding: 0; }
      .thankyou-page__receipt .checkout-order-total-summary .order-total-summary .leading-lines .start-lines {
        max-width: 66.5%;
        -ms-flex: 0 0 66.5%;
            flex: 0 0 66.5%;
        padding-right: 1.875rem; }
        @media (max-width: 767.98px) {
          .thankyou-page__receipt .checkout-order-total-summary .order-total-summary .leading-lines .start-lines {
            padding-right: 0; } }
        .thankyou-page__receipt .checkout-order-total-summary .order-total-summary .leading-lines .start-lines::before {
          display: none; }
        .thankyou-page__receipt .checkout-order-total-summary .order-total-summary .leading-lines .start-lines > p {
          text-align: right !important;
          margin-bottom: 0.3125rem;
          color: #16384E;
          font-size: 0.875rem;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          letter-spacing: normal;
          line-height: 1.5rem;
          margin-bottom: 0; }
      .thankyou-page__receipt .checkout-order-total-summary .order-total-summary .leading-lines.subtotal-item .order-receipt-label, .thankyou-page__receipt .checkout-order-total-summary .order-total-summary .leading-lines.grand-total .order-receipt-label {
        font-weight: 700; }
      .thankyou-page__receipt .checkout-order-total-summary .order-total-summary .leading-lines .end-lines {
        max-width: 33.5%;
        -ms-flex: 0 0 33.5%;
            flex: 0 0 33.5%; }
        .thankyou-page__receipt .checkout-order-total-summary .order-total-summary .leading-lines .end-lines > p {
          text-align: left !important;
          margin-bottom: 0.3125rem;
          color: #16384E;
          font-size: 0.875rem;
          font-family: "Fira Sans", sans-serif;
          font-weight: 400;
          letter-spacing: normal;
          line-height: 1.5rem;
          margin-bottom: 0; }
          @media (max-width: 767.98px) {
            .thankyou-page__receipt .checkout-order-total-summary .order-total-summary .leading-lines .end-lines > p {
              text-align: right !important; } }
          .thankyou-page__receipt .checkout-order-total-summary .order-total-summary .leading-lines .end-lines > p .sub-total,
          .thankyou-page__receipt .checkout-order-total-summary .order-total-summary .leading-lines .end-lines > p .grand-total-sum {
            font-weight: 700; }
  .thankyou-page__receipt .thankyou-footer {
    display: none !important;
    border-top: 0.0625rem dashed #ccc;
    display: inline-block;
    margin-bottom: 1.875rem;
    width: 100%; }
    .thankyou-page__receipt .thankyou-footer .download-btns {
      margin: 1.875rem 0; }
      .thankyou-page__receipt .thankyou-footer .download-btns > a {
        margin-right: 1.25rem; }
    .thankyou-page__receipt .thankyou-footer__info {
      color: #16384E;
      font-size: 0.875rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.5rem;
      margin-bottom: 1.875rem; }
    .thankyou-page__receipt .thankyou-footer__detail {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-bottom: 1.875rem; }
      .thankyou-page__receipt .thankyou-footer__detail > p {
        color: #16384E;
        font-size: 1.125rem;
        font-family: "Fira Sans", sans-serif;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 1.5rem;
        margin-bottom: 0;
        margin-right: 1.5625rem; }
        @media (max-width: 767.98px) {
          .thankyou-page__receipt .thankyou-footer__detail > p {
            font-size: 0.875rem; } }
        .thankyou-page__receipt .thankyou-footer__detail > p span {
          color: #1581C2;
          font-size: 1.25rem;
          margin-right: 0.5rem; }

.wrapper {
  margin: 0.9375rem auto;
  max-width: 68.75rem; }
  .wrapper .container-calendar {
    background: #fff;
    padding: 0 0.9375rem;
    max-width: 29.6875rem;
    margin: 0 auto;
    overflow: auto; }
    @media (max-width: 767.98px) {
      .wrapper .container-calendar {
        max-width: 100%;
        overflow: hidden;
        padding: 0; } }
    .wrapper .container-calendar #monthAndYear {
      text-align: center;
      margin-top: 0; }
    .wrapper .container-calendar .button-container-calendar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
      overflow: hidden;
      clear: both; }
      .wrapper .container-calendar .button-container-calendar button {
        background: transparent;
        border: 0;
        cursor: pointer;
        color: #000;
        display: inline-block;
        font-size: 20px;
        padding: 0.3125rem; }
        .wrapper .container-calendar .button-container-calendar button:focus {
          outline: none; }
        .wrapper .container-calendar .button-container-calendar button#previous {
          float: left; }
        .wrapper .container-calendar .button-container-calendar button#next {
          float: right; }
    .wrapper .container-calendar .table-calendar {
      border-collapse: collapse;
      width: 100%; }
      .wrapper .container-calendar .table-calendar tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
      .wrapper .container-calendar .table-calendar td,
      .wrapper .container-calendar .table-calendar th {
        color: #16384E;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        font-size: 1rem;
        font-family: "Fira Sans", sans-serif;
        font-weight: 700;
        height: 2.5rem;
        letter-spacing: normal;
        line-height: normal;
        margin: 0.3125rem;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        width: 2.5rem; }
      .wrapper .container-calendar .table-calendar .date-picker.selected {
        background-color: #1581C2;
        color: #fff; }
      .wrapper .container-calendar .table-calendar .date-picker:nth-child(1) {
        background-color: #DAE9EE; }
    .wrapper .container-calendar .footer-container-calendar {
      display: none; }

.order-summary-text {
  font-size: 18px !important;
  font-weight: bold !important; }

.order-summary-table .line-item-unit-price {
  display: -ms-flexbox;
  display: flex; }

.order-summary-table tr.table-row-label {
  color: #16384E; }

.order-summary-table th:not(:first-child) {
  text-align: center; }

.order-summary-table td:not(:first-child) {
  text-align: center; }

.order-summary-table .line-item-total-price .strike-through {
  font-weight: bolder; }

.price-position {
  position: absolute;
  right: 5px; }

.recommendations-title {
  text-transform: none !important; }

.underline-policy {
  text-decoration: underline; }

.nav-item input[type=radio]::after {
  top: 0; }

.nav-item input[type=radio]:checked::after {
  top: 0; }

.edit-cart-container {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px; }
  .edit-cart-container .edit-cart-link {
    color: black;
    text-decoration: underline; }

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

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

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

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

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

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

.coupons-and-promos .coupon-not-applied {
  color: #ff0000;
  font-size: 0.813em; }

.coupons-and-promos .remove-coupon {
  border: none;
  background: transparent; }

.coupons-and-promos .promotion-information {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem; }

.coupons-and-promos .applied-promotion-discount {
  color: #008827;
  float: right; }

.order-product-summary .product-summary-block .order-summary-table .product-th {
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 0; }

.order-product-summary .product-summary-block .order-summary-table .quantity-th {
  border-top: 0;
  border-bottom: 0;
  text-align: right;
  padding-right: 0;
  padding-bottom: 0; }

.order-product-summary .product-summary-block .order-summary-table .total-th {
  border-top: 0;
  border-bottom: 0;
  text-align: right;
  padding-left: 0;
  padding-bottom: 0; }
