/** Shopify CDN: Minification failed

Line 185:0 Unexpected "#156912-select-0"

**/
.rebuy-cart__flyout {
  margin: 0 !important;
}

/* Progress bar */
.rebuy-cart__progress-bar-meter-fill {
  background: var(--agf-bright-blue) !important;
  height: 6px !important;
  border-radius: 0 !important;
}

.rebuy-cart__progress-bar-wrapper {
  display: grid;
}

.rebuy-cart__progress-bar-meter {
  order: 2;
  flex: 1;
  border-radius: 0 !important;
  height: 6px !important;
}

.rebuy-cart__progress-bar-prompt {
  order: 1;
  text-align: left !important;
  color: var(--agf-blue);
  font-weight: 500;
  font-size: 13.5px !important;
  margin-top: 0 !important;
}

.rebuy-cart__progress-bar-prompt span {
  font-weight: 600;
}

.rebuy-cart__flyout-title {
  text-align: left !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.rebuy-cart__flyout-header {
  padding: 15px 30px !important;
}

.rebuy-cart__progress-bar-container {
  padding: 15px 30px 20px 30px !important;
}

/* Mobile Progress bar */
@media only screen and (max-width: 749px) {

  .rebuy-cart__progress-bar-prompt {
    font-size: 12px !important;
  }

  .rebuy-cart__flyout-title {
    font-size: 13.5px !important;
  }

  .rebuy-cart__progress-bar-container {
    padding: 20px !important;
  }

  .rebuy-cart__flyout-header {
    padding: 15px 20px !important;
  }

}

/* Products */
.rebuy-cart__flyout-item {
  margin: 0 30px !important;
}

.rebuy-cart__flyout-items {
  flex: 1 !important;
}

.rebuy-cart__flyout-item-info {
  display: grid !important;
}

.rebuy-cart__flyout-item-info {
  align-content: center;
  margin: 0 20px;
  border-width: 0;
  border-style: solid;
  border-color: #eee;
  padding: 20px 0;
  padding: 0 0 0 55px !important;
  height: 120px !important;
}

.rebuy-cart__flyout-item-product-title {
  order: 1;
  flex: 1;
  padding: 0 !important;
  font-weight: 500 !important;
  font-size: 13.5px !important;
  line-height: 16.46px !important;
  margin-bottom: 3px !important;
}

.rebuy-cart__flyout-item-price {
  order: 4;
  text-align: left !important;
  margin-top: 5px !important;
  flex-shrink: 0;
  width: 100% !important;
  display: flex !important;
}

.rebuy-cart__flyout-item-info .rebuy-money {
  font-size: 13.5px !important;
  line-height: 16.46px !important;
  font-weight: 400 !important;
  color: #000 !important;
}


.rebuy-cart__flyout-item-variant-title {
  order: 2;
  color: #000 !important;
  font-size: 13.5px !important;
  margin-bottom: 5px !important;
  margin-top: 2px !important;
}

.rebuy-cart__flyout-item-quantity {
  order: 5;
}

.rebuy-cart__flyout-item-remove {
  order: 6;
  top: unset !important;
  bottom: 0 !important;
}

.rebuy-cart__flyout-item-properties {
  order: 3;
  font-weight: 500;
}

.rebuy-cart__flyout-item-property {
  font-size: 13.5px !important;
  color: #000 !important;
  font-weight: 400 !important;
}

.rebuy-cart__flyout-item-media img {
  min-width: 120px !important;
  min-height: 120px !important;
  object-fit: contain;
  margin-right: 15px;
  background: var(--agf-light-grey) !important;
}

i.far.fa-trash {
  font-weight: 100 !important;
  color: var(--black) !important;
}

.rebuy-select:focus,
.rebuy-widget .rebuy-select:focus,
select.rebuy-select:focus,
.rebuy-widget select.rebuy-select:focus {
  border-color: #212121;
}

.rebuy-cart a:focus-visible,
.rebuy-cart button:focus-visible,
.rebuy-cart select:focus-visible,
.rebuy-cart input:focus-visible,
.rebuy-cart__progress-free-product-variant-select:focus-visible {
  outline: none !important;
}

#156912-select-0:focus {
  outline: none !important;
}


@media (max-width: 767px) {

  .rebuy-cart__flyout-item {
    margin: 0 20px !important;
  }

  .rebuy-cart__flyout-item-info {
    height: 99px !important;
  }

  .rebuy-cart a:focus-visible,
  .rebuy-cart button:focus-visible,
  .rebuy-cart select:focus-visible,
  .rebuy-cart input:focus-visible,
  .rebuy-cart__progress-free-product-variant-select:focus-visible {
    outline: none !important;
  }

  .rebuy-cart__flyout-item-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .rebuy-cart__flyout-item-property,
  .rebuy-cart__flyout-item-product-title,
  .rebuy-cart__flyout-item-info .rebuy-money,
  .rebuy-cart__flyout-item-variant-title {
    font-size: 12px !important;
  }

  .rebuy-cart__flyout-item-price {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 5px !important;
  }

  .rebuy-cart__flyout-item-info {
    padding: 0 0 0 25px !important;
  }

  .rebuy-cart__flyout-item-media img {
    min-width: 99px !important;
    min-height: 99px !important;
  }

  .rebuy-cart__flyout-item-variant-title {
    order: 3;
    margin-top: 2px !important;
    margin-bottom: 5px !important;    
  }
}

/* Recommendations */

.rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-info {
  width: 100% !important;
}

.rebuy-widget .rebuy-product-block .rebuy-product-media a.rebuy-product-image {
  max-width: 120px !important;
  height: 120px !important
}

.rebuy-product-info,
.rebuy-product-options {
  margin-left: 20px !important;
}

.rebuy-product-price {
  margin-top: 10px !important;
}

.rebuy-money.sale,
.rebuy-money,
.rebuy-widget .rebuy-money {
  color: var(--black) !important;
}

.rebuy-product-info {
  padding-left: 20px !important;
}

body .rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-actions {
  margin-left: -40px !important;
}

body .rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-options + .rebuy-product-actions {
  margin-left: 47px !important;
}

.rebuy-product-actions .rebuy-button {
  width: 100% !important;
  margin-bottom: 10px !important;
}

.rebuy-product-options {
  margin-bottom: 7px !important;
}

.rebuy-product-price {
  margin-top: 5px !important;
}

.rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block {
  display: grid !important;
  grid-template-areas:
    "img title title"
    "img price price"
    "img options actions";
  grid-template-columns: 100px 80px 1fr;
}


.rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block .rebuy-product-media {
  grid-area: img !important;
}

.rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block .rebuy-product-info {
  display: block !important;
  text-align: left;
  grid-area: title !important;
  margin: 0 !important;
  padding-left: 12px !important;
}

.rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block .rebuy-product-price {
  grid-area: price !important;
}

.rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block .rebuy-product-options {
  grid-area: options !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding-left: 12px !important;
  margin-bottom: 9px !important;
}

.rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block .rebuy-product-actions {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  grid-area: actions !important;
  width: fit-content !important;
  margin: 0 !important;
}

.rebuy-product-actions.rebuy-button {
  margin-left: 20px !important;
  margin-bottom: 12px !important;
}


.rebuy-cart__flyout-recommendations {
  background: var(--agf-alablaster) !important;
  border-color: var(--agf-grey) !important;
  padding: 20px 30px !important;
}

.rebuy-widget .primary-title {
  text-align: left !important;
  padding-top: 0 !important;
  font-weight: 600 !important;
  font-size: 13.5px !important;
  margin: 0 !important;
  padding-bottom: 15px !important;
}

.rebuy-product-block {
  background: var(--agf-white) !important;
  border: 1px solid var(--agf-grey) !important;
}

.rebuy-widget .rebuy-product-block,
.rebuy-recommended-products .rebuy-product-block {
  padding: 0 !important;
}

.rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-actions {
  padding: 0 !important;
  margin: 0 !important;
}

.rebuy-widget .rebuy-product-block .rebuy-product-media img {
  background: var(--agf-light-grey) !important;
}


.rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-info,
.rebuy-recommended-products .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-info {
  padding: 0 !important;
  margin-top: 10px !important;
  margin-left: 40px !important;
}

.rebuy-product-info {
  font-size: 13.5px !important;
}

.rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-info {
  float: left !important;
}

.rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-actions {
  float: left !important;
}

.rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-options {
  float: left !important;

}

.rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-title {
  font-size: 13.5px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  line-height: 16.46px !important;
}

.rebuy-money .rebuy-widget .rebuy-money {
  color: var(--black) !important;
  font-size: 13.5px !important;

}

.rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-media,
.rebuy-recommended-products .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-media {
  width: auto !important;
}

.rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-options {
  margin-top: 0 !important;
}

.rebuy-product-actions .rebuy-button {
  background: var(--agf-white) !important;
  border: 1px solid var(--agf-grey) !important;
  color: var(--agf-blue) !important;
  border-radius: 3px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  width: 100% !important;
}

.rebuy-product-actions .rebuy-button:hover {
  background: var(--agf-blue) !important;
  border: 1px solid var(--agf-blue) !important;
  color: var(--agf-white) !important;
  transition: all 0.3s ease-in-out !important;
}

.rebuy-product-info {
  font-size: 13.5px !important;
}

.rebuy-widget .rebuy-variant-title {
  display: none !important;
}


.rebuy-widget .rebuy-product-block .rebuy-product-media img {
  height: 100% !important;
}

.rebuy-product-options {
  width: 120px !important;
  margin-left: 20px !important;
  margin-top: 40px !important;
  margin-right: -10px !important;
}

.rebuy-select select.rebuy-select {
  padding: 7px 40px 7px 15px !important;
}

.rebuy-product-actions {
  margin-left: 20px !important;
  margin-top: 40px !important;
  order: 5 !important;
}

.rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-options {
  padding: 0 !important;
}

.rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-options {
  float: left;
}

#splide01-list {
  gap: 12px !important;
}

a.rebuy-product-image.clickable {
  height: 120px !important;
  width: 120px !important;
}

.rebuy-product-actions .rebuy-button {
  width: 100% !important;
}

.rebuy-select,
.rebuy-widget .rebuy-select,
select.rebuy-select,
.rebuy-widget select.rebuy-select {
  font-size: 12px !important;
  border-radius: 3px !important;
  border: 1px solid #E3E3E3 !important;
  border-radius: 3px !important;
  margin-left: 40px !important;
  margin-top: -2px !important;
  padding: 7px 16px 7px 9px;
  width: 69%;
  background-position: calc(100% - 12px) calc(1em + 2px), calc(100% - 7px) calc(1em + 2px), calc(100% + .5em) .5em;
}

.rebuy-product-options {
  overflow: visible;
  visibility: visible;
}


@media (max-width: 767px) {
  body .rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-actions {
    margin-left: 22px !important;
  }

  .rebuy-cart__flyout-recommendations {
    padding: 20px 20px !important;
  }

  .rebuy-widget .rebuy-variant-title {
    display: none !important;
  }

  .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-title {
    font-size: 12px !important;
  }

  .rebuy-money .rebuy-widget .rebuy-money,
  .rebuy-widget .primary-title,
  .rebuy-product-info,
  .rebuy-variant-title {
    font-size: 12px !important;
  }

  .rebuy-widget .rebuy-product-block .rebuy-product-media img {
    max-width: 99px !important;
    max-height: 99px !important;
  }

  .rebuy-product-actions.rebuy-button,
  .rebuy-select,
  select.rebuy-select,
  .rebuy-product-actions span {
    font-size: 11px !important;
  }

  .rebuy-select,
  .rebuy-widget .rebuy-select,
  select.rebuy-select,
  .rebuy-widget select.rebuy-select {
    border-radius: 3px !important;
    margin-left: 12px !important;
    margin-top: -7px !important;
  }

  .rebuy-product-actions.rebuy-button {
    margin-left: 20px !important;
    margin-bottom: 12px !important;
  }

  .rebuy-product-info {
    padding-left: 20px !important;
  }

  .rebuy-product-actions .rebuy-button {
    width: 100% !important;
    /* margin-left: 22px !important; */
  }

  .rebuy-product-price {
    margin-top: 5px !important;
  }

  .rebuy-widget .rebuy-product-block .rebuy-product-media a.rebuy-product-image {
    max-width: 99px !important;
    height: 99px !important;
  }

  .rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block {
    display: grid;
    grid-template-areas:
      "img title title title"
      "img price price"
      "img options actions";
    grid-template-columns: 100px 80px 1fr;
    gap: 0;
  }

  .rebuy-product-info,
  .rebuy-product-price,
  .rebuy-product-options,
  .rebuy-product-actions {
    margin: 0 !important;
    padding: 0 !important;
  }

  .rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block .rebuy-product-media {
    grid-area: img !important;
  }

  .rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block .rebuy-product-info {
    display: block !important;
    text-align: left;
    grid-area: title !important;
    margin: 0 !important;
    padding-left: 14px !important;
    padding-top: 10px !important;

  }

  .rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block .rebuy-product-price {
    grid-area: price !important;
    margin-top: 5px !important;
  }

  .rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block .rebuy-product-options {
    grid-area: options !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block .rebuy-product-actions {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    grid-area: actions !important;
    width: fit-content !important;
    margin: 0 !important;
    /* margin-top: 3px !important;  */
  }

}

/* Subtotal / Checkout */

.rebuy-cart__flyout-footer {
  border-top: 1px solid var(--agf-blue) !important;
}

.cart__drawer__payment__icons img {
  max-height: 21.84px !important;
  width: auto !important;
}

.cart__drawer__payment__icons.payment-icons.inline-list {
  margin-top: 15px !important;
  margin-left: 0px !important;
  display: flex !important;
  gap: 15px !important;
  justify-content: center !important;
  margin-bottom: 0 !important;
}

.rebuy-cart__flyout-subtotal {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 21.94px !important;
  border-top: 1px solid var(--agf-grey) !important;
  padding-top: 20px !important;
  padding-bottom: 15px !important;
}

.rebuy-button.rebuy-cart__checkout-button {
  font-weight: 600 !important;
  font-size: 12px !important;
  background: var(--agf-blue) !important;
  color: var(--agf-white) !important;
  border: 1px solid var(--agf-blue) !important;
  border-radius: 3px !important;
  height: 39px !important;
}

.rebuy-button.rebuy-cart__checkout-button:hover {
  color: var(--agf-white) !important;
  background: var(--agf-blue) !important;
  transition: all 0.3s ease-in-out !important;
}

.rebuy-cart__flyout-item-quantity-widget {
  border-color: transparent !important;
}

span.rebuy-cart__flyout-item-quantity-widget-label {
  border: none !important;
}

button.rebuy-cart__flyout-item-quantity-widget-button {
  border: 1px solid var(--agf-grey);
  background: var(--agf-white);
  border-radius: 3px;
  width: 25px !important;
  height: auto !important;
  line-height: 24px;
}

.rebuy-cart__flyout-item-quantity-widget-button:hover {
  background: var(--agf-light-grey) !important;
  border: 1px solid var(--agf-light-grey);
}

i.far.fa-plus,
.fa-minus {
  font-weight: 300;
}

i.far.fa-minus {
  font-weight: 300;
}

button.rebuy-cart__flyout-item-quantity-widget-button:focus {
  border: 1px solid var(--agf-grey);
}

@media (max-width: 767px) {
  .rebuy-cart__flyout-subtotal {
    font-size: 16px !important;
  }

  .cart__drawer__payment__icons img {
    max-height: 20.17px !important;
  }

  button.rebuy-cart__flyout-item-quantity-widget-button {
    width: 22px !important;
    font-size: 9px !important;
    height: 22px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.rebuy-button.rebuy-cart__checkout-button {
  font-weight: 600 !important;
  font-size: 12px !important;
  background: var(--agf-blue) !important;
  color: var(--agf-white) !important;
  border-radius: 3px !important;
  height: 39px !important;
}

.rebuy-cart__flyout-subtotal {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* Empty Cart */
.rebuy-cart__flyout-empty-cart a {
  background: var(--agf-blue) !important;
  border-width: 1px !important;
  border-radius: 3px !important;
  border: none !important;
  font-size: 13.5px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  padding: 15px 15px !important;
}

.rebuy-cart__flyout-empty-cart h4 {
  font-size: 16px !important;
}

.rebuy-cart__flyout-empty-cart p {
  font-size: 12px !important;
  margin-bottom: 16px !important;
}

/* Custom footer */

.footer-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-details__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13.5px;
}

@media (max-width: 767px) {
  .footer-details {
    margin-bottom: 15px;
    gap: 5px;
  }

 .footer-details__line {
    font-size: 12px;
  } 
}

.rebuy-cart__flyout-empty-cart-footer {
  display: none !important;
}

.rebuy-cart__flyout-empty-cart {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rebuy-cart__flyout-content.no-items .rebuy-cart__flyout-recommendations {
  display: none;
}

.rebuy-cart__flyout {
  border-radius: 0 !important;
}

.footer-details__line .dynamic-text {
  text-decoration: unset;
  font-weight: 400;
}

.rebuy-cart__flyout-item-discount-message {
  display: none !important;
}

.rebuy-notification-dialog-actions .rebuy-notification-dialog-button {
  background-color: var(--agf-blue);
  border-color: var(--agf-blue);
}

.rebuy-cart__flyout-subtotal-amount {
  display: none !important;
}

.rebuy-cart__flyout-subtotal-amount-new {
  display: flex !important;
  text-align: right !important;
}