body.minicart__bg--visible {
  overflow: hidden;
}
.ajax-cart__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 40000;
  max-width: 575px;
  background: white;
  border: 1px solid #e9e9e9;
  padding: 50px 65px;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
}
.ajax-cart__modal.is-open {
  opacity: 1;
  visibility: visible;
}
.ajax-cart__overlay {
  position: fixed;
  z-index: 3001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(30, 30, 30, 0.4);
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
}
.ajax-cart__overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.cart-upsell-wrapper:nth-child(n + 6) {
  display: none;
}

.ajax-cart__drawer {
  transition: getTransition();
  position: fixed;
  z-index: 30000;
  right: -400px;
  top: 0;
  width: 400px;
  height: 100%;
  background: #f6f6f6;
  will-change: transform;
  border-left: 1px solid #e9e9e9;
}
.ajax-cart__drawer.is-open {
  transform: translateX(-100%);
}
.ajax-cart-modal {
  position: relative;
}
.ajax-cart-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.ajax-cart-modal__content {
  padding: 20px;
}
.ajax-cart-drawer {
  position: relative;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.ajax-cart-drawer__close {
  position: absolute;
  right: 10px;
  top: 5px;
}
.ajax-cart-header .close-mini {
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 8px;
  background: url("https://cdn.shopify.com/s/files/1/0594/1483/9465/files/image.svg?v=1638902522")
    center no-repeat;
  background-size: cover;
  cursor: pointer;
  filter: brightness(0.5) sepia(1) hue-rotate(-70deg) saturate(5);
}
.ajax-cart-drawer__content {
  height: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.ajax-cart-drawer__outer-wrapper {
  overflow: hidden;
  overflow-y: auto;
}
.ajax-cart-drawer__content.empty-cart {
  align-items: center;
  justify-content: center;
  margin: 0;
}
.ajax-cart-drawer__content.with-upsell {
  margin-bottom: 245px;
}
.ajax-cart-drawer__buttons {
  width: 100%;
  background: #fff;
  padding: 1.5em;
  border-top: 1px solid rgb(239, 239, 239);
}
.ajax-cart-drawer__buttons .btn {
  background: #000;
  color: #fff;
  border: none;
}
.ajax-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #efefef;
  margin: 0;
  padding: 1em;
  position: relative;
}
.ajax-cart-item__button-outer-wrapper {
  margin-top: 0.3em;
  flex-basis: 100%;
}
.ajax-cart-item__button-wrapper {
  display: flex;
  text-align: center;
  justify-content: center;
  max-width: 85px;
  margin-top: 10px;
  margin-right: auto;
}
.ajax-cart-item__button-wrapper button {
  border-radius: 50%;
  outline: 0;
  border: 0;
  margin: 0 0.4em;
  position: relative;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.ajax-cart-item__button-wrapper .prev-button {
  transform: rotate(180deg);
}

.ajax-cart-item__bundle-preset .ajax-cart-item__info {
  margin-left: 19px;
}
.prev-button-image,
.next-button-image {
  max-height: 14px;
  max-width: 14px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prev-button-image {
  opacity: 0.4;
}
.ajax-cart-item.ajax-cart-item__bundle-custom .ajax-cart-item__images {
  display: inline-flex;
  flex: 1 1 136px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.ajax-cart-item.ajax-cart-item__bundle-custom .variant_image {
  position: relative;
  flex: 1 0 auto;
  max-width: 85px;
  margin-right: 10px;
}
body .ajax-cart-item.ajax-cart-item__bundle .variant_image {
  border: 0;
}
.ajax-cart-item.ajax-cart-item__bundle-custom .variant_image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
  background: #fff;
}
.ajax-cart-item.ajax-cart-item__bundle-custom .variant_image:last-child {
  margin-right: 0;
}
.ajax-cart-item.ajax-cart-item__bundle-custom .variant_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
  transform: none;
}
.ajax-cart-item.ajax-cart-item__bundle-custom .variant_image span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("https://cdn.shopify.com/s/files/1/0594/1483/9465/files/image.svg?v=1638902522")
    center no-repeat;
  background-size: cover;
  cursor: pointer;
  filter: brightness(0.5) sepia(1) hue-rotate(-70deg) saturate(5);
  top: 0px;
  right: 3px;
  z-index: 300;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ajax-cart-item__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  max-height: 85px;
  text-align: center;
}
body .ajax-cart-item__single .ajax-cart-item__info {
  margin-left: 19px;
}
.ajax-cart-item__info {
  position: relative;
  flex-basis: 100%;
}
.ajax-cart-item__title {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 600;
  text-transform: none;
  max-width: 90%;
}
.ajax-cart-item__title a {
  font-weight: normal;
}
.ajax-cart-item__meta {
  font-size: 1.2rem;
  margin: 0.25em 0;
}
.ajax-cart-item__meta .ajax-cart-item__meta-option {
  display: block;
}
.ajax-cart-item-line-price {
  margin-right: 10px;
  font-weight: bold;
  color: black;
}
.ajax-cart-item__pricing {
  margin-top: 15px;
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
}
/*
.ajax-cart-item-original-price + .ajax-cart-item-line-price,
.ajax-cart-item__discount-msg {
  color: red;
}*/
.ajax-cart-item__discount-msg {
  font-size: 10px;
}
.ajax-cart-item__quantity {
  font-size: 13px;
  margin: 1em 0 0.5em 0;
  float: left;
  display: flex;
  align-items: center;
}
.ajax-cart-item__quantity a {
  margin-left: 8px;
  text-decoration: underline;
}

.ajax-cart-item__quantity .qty__label {
  margin: 0 10px 0 0;
  display: none;
}
.ajax-cart-item__quantity .qty__value {
  margin: 0 1.75em;
  font-weight: 600;
}
.ajax-cart-item__quantity .cart-qty-input {
  border: none;
  width: auto;
  display: block;
  padding: 0;
  outline: none;
  max-width: 15px;
  text-align: center;
  margin: 0 0.75em;
}
.ajax-cart-item__quantity .qtyplus,
.ajax-cart-item__quantity .qtyminus {
  cursor: pointer;
}
.ajax-cart-item__remove {
  opacity: 0.5;
  position: absolute;
  top: 13px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: url("https://cdn.shopify.com/s/files/1/0594/1483/9465/files/image.svg?v=1638902522")
    center no-repeat;
  background-size: cover;
  cursor: pointer;
  filter: brightness(0.5) sepia(1) hue-rotate(-70deg) saturate(5);
}
.ajax-cart-total-price-wrapper {
  display: flex;
  justify-content: space-between;
}
.ajax-cart-total-price-wrapper .original-price {
  margin-right: 10px;
}
.optimize-test-with-price .original-price{ display: none; }
/*
.ajax-cart-total-price-wrapper .original-price + .cart-price {
  color: red;
}*/
body .cart-price {
  font-size: 20px;
  font-weight: bold;
  color: black;
}
body .ajax-cart-header h4 {
  font-size: 1.2em;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  flex-grow: 1;
}
body .ajax-cart-header__header-close {
  padding: 1em 12px 1em 1.75em;
  display: flex;
}
body .ajax-cart-item .qty__form {
  width: fit-content;
  border: 1px solid black;
  padding: 0.5em;
}
.ajax-cart-item__price-discount {
  display: flex;
  flex-direction: column;
  text-align: right;
}
body .cart-upsell__action {
  flex: 1 0 15%;
  text-align: right;
}
body .cart-upsells {
  overflow: hidden;
  display: flex;
  max-height: 195px;
}
body .cart-upsell {
  height: 120px;
  width: 26em;
  margin-right: 5px;
  border: 1px solid #efefef;
  padding: 0.4em;
}
body .cart-upsell__action button {
  background-color: black;
  color: white;
}
body .cart-upsell__title {
  flex: 1 0 50%;
}
body .cart-upsell__actions .extra-price {
  font-weight: bold;
  size: 14px;
  color: black;
}
body .cart-upsell__actions {
  overflow: hidden;
  width: 200px;
}
body .cart-upsell__actions .extra-swatch {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: nowrap;
}
body .cart-upsell__actions-wrapper {
  position: relative;
  flex-grow: 1;
  padding-left: 16px;
}
body .cart-upsell-container {
  padding: 1.4em 0 1.4em 1.4em;
}
body .ajax-cart__drawer {
  width: 500px;
  right: -500px;
}
@media screen and (max-width: 500px) {
  body .ajax-cart__drawer {
    width: 90vw;
    right: -90vw;
  }
}

.cart-upsell__actions-wrapper .swatch-backward .icon-arrow {
  transform: rotate(-180deg);
}
.cart-upsell__actions-wrapper .icon-arrow:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 0;
  left: 0;
}

.cart-upsell__actions-wrapper .swatch-backward {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  transform: translate(0, 50%);
  z-index: 30;
  cursor: pointer;
}
.cart-upsell__actions-wrapper .swatch-forward {
  position: absolute;
  top: 0;
  right: 17rem;
  width: 10px;
  height: 20px;
  transform: translate(0, 50%);
  z-index: 30;
  cursor: pointer;
}
.swatch-backward .upsell-button {
  transform: rotate(180deg);
}
.swatch-backward.disabled .upsell-button,
.swatch-forward.disabled .upsell-button {
  opacity: 0.4;
}
body .cart-upsell__actions .extra-swatch-element {
  max-width: 25px;
  min-width: unset !important;
  max-height: 25px;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
  margin-left: 0.5em;
}
body .cart-upsell-container {
  background: rgba(0, 0, 0, 0);
  border-top: 1px solid #c4c4c4;
}
body .ajax-cart-drawer .extra-swatch-element label {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 500px) {
  .ajax-cart__drawer {
    width: 80vw;
    right: -80vw;
  }
  body .cart-upsell {
    width: 19em;
  }
  body .cart-upsell__actions {
    width: 190px;
  }
  body .cart-upsell__actions-wrapper .swatch-forward {
    right: 6rem;
  }
  body .cart-upsell__actions-wrapper {
    padding-left: 12px;
  }
}
/*body .ajax-cart-drawer .swatch-unavailable:not(.swatch-family--Sadie) {
  display: inline-block !important;
}*/
.ajax-cart-drawer__rewards {
  background-color: #e4fefe;
  padding: 0.5em 1em;
  border-top: 1px solid #6bcbcf;
  border-bottom: 1px solid #6bcbcf;
}

body .cart-shipping__numOuter {
  color: black;
}
body .cart-shippingThreshold__bar {
  z-index: 18;
}
body .cart-upsells {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  max-height: 200px;
}
@media screen and (max-width: 767.9px) {
  body .cart-upsells {
    overflow-x: scroll;
  }
  body .cart-upsell {
    height: 148px;
  }
}
body .cart-upsells:hover {
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  /* width */
  div.cart-upsells::-webkit-scrollbar {
    height: 10px;
  }

  /* Track */
  div.cart-upsells::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  div.cart-upsells::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  div.cart-upsells::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
.rewards-vip-tier {
  display: none;
}
.shop-pay-installments{
  display: flex;
  cursor: pointer;
  padding: 0.7em;
  padding-bottom: 0;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 100%;
}
body .shop-pay-installments{
  display: none
}
.shop-pay-installments img{
  margin-left: 8px;
}

#shop-pay__tool-tip-modal{
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 99;
}
.shop-pay__modal-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 25px;
  padding-top: 10px;
  border-radius: 8px;

}
@media screen and (min-width: 769px){
  .shop-pay__modal-inner{
      width: 500px;
  }
}

.tool-tip-modal-hidden{
  display: none;
}
.modal-close{
  text-align: right;
  margin-bottom: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}
.modal-flex img{
  border-radius: 8px;
}
.modal-flex div{
  flex-basis: 50%;
}
.modal-flex{
  display: flex;
}
@media screen and (max-width: 768px){
  .modal-flex{
      flex-direction: column;
  }
  .shop-pay__modal-inner{
      width: 75%;
  }
  .modal-flex div{
      text-align: center;
  }
}
.shop-pay__heading{
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.shop-pay__tool-tip{
  cursor: pointer;
}
.shipping-tool-tip-icon{
  display: inline-block;
  height: 12px;
}
/* subtotal below cart icon */
.optimize-test-with-price {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  display: none;
}
.optimize-test-with-price .total-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  flex-direction: row;
}

.optimize-test-with-price .cart-price {
  font-size: 15px !important;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.optimize-test-with-price .original-price {
  font-size: 12px !important;
  margin: 0!important;
  width: 100%;
  text-align: center;
  justify-content: center;
}
#cart-item-count {
  top: 40% !important;
}

#cart-link svg {
  top: 40% !important;
}

.chevy {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 10px;
  top: 21.5px;
  border-color: #000;
  cursor: pointer;

@media screen and (max-width: 959px) {
  .optimize-test-with-price .cart-price {
    font-size: 12px!important;
  }

}