/** Shopify CDN: Minification failed

Line 694:52 Expected identifier but found whitespace
Line 703:0 Unexpected "}"

**/
cart-items .title-wrapper-with-link {
  margin-top: 0;
}
.cart_main_wrp {
  display: flex;
  align-items: center;
  gap: 40px;
}
.cart_main_wrp .cart_left {
  display: flex;
  flex-direction: column;
  flex: 0 0 57%;
}
.cart_main_wrp  .cart_right {
  display: inline-flex;
  width: 100%;
  flex: 0 0 40%;
  flex-direction: column;
}
.cart_main_wrp  .cart_right .right_col_cart {
  display: inline-block;
  width: 100%;
}
cart-items .complementary-products .quick-add__submit {
  background: #ff0000;
  color: #fff;
}




.shipping-estimate {
  /* background: #fff; */
  /* border: 1px solid #eee; */
  /* border-radius: 8px; */
  /* padding: 12px 16px; */
  /* font-family: Arial, sans-serif; */
}
cart-items .shipping-estimate details {
  margin-bottom: 24px;
}
cart-items .shipping-estimate .cart__ctas {
  width: 100%;
}
cart-items .shipping-estimate .cart__ctas button {
  width: 100%;
  min-height: 55px;
  background: #FF0000;
  color: #fff;  
  max-width: unset;
}
cart-items .shipping-estimate .cart__ctas button::after {
  box-shadow: unset;
}
.shipping-estimate summary {
  font-family: var(--font-heading-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding: 14px 20px;
  background: #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shipping-estimate summary::-webkit-details-marker {
  display: none;
}
cart-items .purchase-protection {
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
cart-items .purchase-protection a {
  font-size: 18px;
  color: currentColor;
  font-weight: 500;
  text-decoration: unset;
}
cart-items .purchase-protection .purchase_content a {
  font-weight: 400;
  text-decoration: underline;
  margin: 10px 0 0 0;
}
cart-items .purchase_content p {
  margin: 0;
}
.shipping-estimate__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.shipping-estimate label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}

.shipping-estimate select,
.shipping-estimate input {
  width: 100%;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.5;
  border: unset;
  min-height: 47px;
  border-radius: 4px;
  background: #F5F5F5;
}





.cart-items td,
.cart-items th {
  padding: 0;
  border: none;
}
.cart-items thead {
  display: none;
}
.cart-items th {
  text-align: left;
  padding-bottom: 1.8rem;
  opacity: 0.85;
  font-weight: normal;
}
cart-items .drawer__footer {
  position: unset;
}
.cart-item__quantity-wrapper {
  display: flex;
}

.cart-item__totals {
  position: relative;
}

.cart-items *.right {
  text-align: right;
}

.cart-item__image-container {
  display: inline-flex;
  align-items: flex-start;
}

.cart-item__nested-line .cart-item__image-container {
  min-width: calc(10rem / var(--font-body-scale));
  justify-content: right;
  img {
    width: 60%;
  }
}

.cart-item__image-container:after {
  content: none;
}

.cart-item__image {
  height: auto;
  max-width: calc(10rem / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .cart-item__image {
    max-width: 100%;
    min-width: 100px;
    min-height: 100px;
    border-radius: 4px !important;
  }
}

.cart-item__details {
  font-size: 1.6rem;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.cart-item__details > * {
  margin: 0;
  /* max-width: 30rem; */
}

.cart-item__details > * + * {
  margin-top: 0.6rem;
}

.cart-item__media {
  position: relative;
}

.cart-item__link {
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cart-item__name {
  text-decoration: none;
  display: block;
  font-size: 18px;
  width: 80%;
}
cart-items .product-option.option-variant {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 5px;
}
cart-items .cart_free-shipping {
  margin: 24px 0;
}
cart-items tbody .cart-item {
  margin: 0 0 0 0;
  display: inline-block;
  width: 100%;
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid #0000004D;
}
cart-items tbody .cart-item:last-child {
  border-bottom: 0;
}
cart-items .subtotal-col span.h5,
cart-items .subtotal-col span.h5__cart_total_price {
  font-size: 24px;
}
cart-items .cart-drawer__footer {
  padding: 10px 12px;
  margin: 16px 0 24px 0;
}
.cart-drawer .cart-item__details .cart-item__name {
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 80px);
}
/* .cart-item__name:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.2rem;
} */

.cart-item__price-wrapper > * {
  display: block;
  margin: 0;
  padding: 0;
}

.cart-item__discounted-prices dd {
  margin: 0;
}

.cart-item__discounted-prices .cart-item__old-price {
  font-size: 1.4rem;
}

.cart-item__old-price {
  opacity: 0.7;
}

.cart-item__final-price {
  font-weight: 400;
}

.product-option {
  font-size: 1.8rem;
  word-break: break-word;
  line-height: 1.5;
  font-weight: 600;
}
.product-option.product-varinat {
  font-size: 13px;
  line-height:16px;
  font-weight: 400;
  text-transform: capitalize;
}

.cart_free-shipping {
  display: inline-block;
  width: 100%;
  background: #f5f5f5;
  margin: 16px 0 24px;
  padding: 12px 12px 22px 12px;
  border-radius: 8px;
}
.cart_free-shipping .free-shipping-text {
  display: inline-block;
  margin: 0;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.cart_free-shipping .progress-container {
  background: rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  height: 14px;
  position: relative;
  margin: 20px 0 0 0;
  /* overflow: hidden; */
}
.cart_free-shipping .progress-bar {
  background: repeating-linear-gradient(135deg,red,red 11px,#ff4d4d 10px 23px);
  height: 100%;
  width: 10%;
  /* border-radius: 50px; */
  position: relative;
  transition: width .4s ease;
}
.cart_free-shipping .progress-icon {
  position: absolute;
  right: -1%;
  top: 50%;
  background: red;
  padding: 6px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item cart-remove-button {
  display: flex;
  margin-left: 1rem;
  /* position: absolute;
  top: 0; */
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .cart-item cart-remove-button {
    width: 4.5rem;
    height: 4.5rem;
  }
}

cart-remove-button .button {
  min-width: calc(4.5rem / var(--font-body-scale));
  min-height: 4.5rem;
  padding: 0;
  margin: 0 0.1rem 0.1rem 0;
}

cart-remove-button .button:before,
cart-remove-button .button:after {
  content: none;
}

cart-remove-button .button:not([disabled]):hover {
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  cart-remove-button .button {
    min-width: 3.5rem;
    min-height: 3.5rem;
  }
}

/* cart-remove-button .icon-remove {
  height: 1.5rem;
  width: 1.5rem;
} */

.cart-item .loading__spinner {
  top: 0;
  left: auto;
  right: auto;
  bottom: 0;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .cart-item .loading__spinner {
    right: 0;
    padding-top: 4.5rem;
    bottom: auto;
  }
}

.cart-item .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

.cart-item__error {
  display: flex;
  align-items: flex-start;
  margin-top: 0.2rem;
  width: min-content;
  min-width: 100%;
}

.cart-item__error-text {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  order: 1;
}

.cart-item__error-text + .svg-wrapper {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
}

.cart-item__error-text:empty + .svg-wrapper {
  display: none;
}

.product-option + .product-option {
  margin-top: 0.4rem;
}

.product-option * {
  display: inline;
  margin: 0;
}

.cart-items thead th {
  text-transform: uppercase;
}
.cart-item .cart-item__quantity {
  position: absolute;
  bottom: 16px;
  right: 0;
}
.cart-item .cart-item__quantity .quantity-popover-container {
  max-width: 75px;
  min-height: 28px;
  max-height: 28px;
}
.cart-item .cart-item__quantity .quantity-popover-container .quantity {
  min-height: unset;
  width: unset;
  background: #F5F5F5;
  border: 1px solid #BBBBBB;
  padding: 2px 7px;
}
.cart-item .cart-item__quantity .quantity-popover-container .quantity::after {
  box-shadow: unset;
}
.cart-item .cart-item__quantity .quantity-popover-container .quantity .quantity__input {
  font-size: 16px;
  line-height: 1.5;
}
.cart-item {
  position: relative;
}
cart-items .cart-item-remove {
  position: absolute;
  right: 0;
  top: 16px;
}

.title-wrapper-with-link.main-cart-heading {
  display: flex;
  justify-content: unset;
}

@media screen and (max-width: 749px) {
  .cart-items,
  .cart-items thead,
  .cart-items tbody {
    display: block;
    width: 100%;
  }

  .cart-items thead tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
    margin-bottom: 4rem;
  }

  .cart-item {
    display: grid;
    grid-template: repeat(2, auto) / repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  }

  .cart-item:has(+ .cart-item__nested-line) {
    margin-bottom: 1.5rem;
  }

  .cart-item:last-child {
    margin-bottom: 0;
  }

  .cart-item__media {
    grid-row: 1 / 3;
  }

  .cart-item__details {
    grid-column: 2 / 4;
  }

  .cart-item__quantity {
    grid-column: 2 / 5;
  }

  .cart-item__quantity-wrapper {
    flex-wrap: wrap;
  }

  .cart-item__totals {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 750px) {
  .cart-items {
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    width: 100%;
    display: table;
  }

  .cart-items th {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }

  .cart-items thead th:first-child {
    width: 50%;
  }

  .cart-items th + th {
    padding-left: 4rem;
  }

  .cart-items td {
    vertical-align: top;
    padding-bottom: 0;
  }

  .cart-items .cart-item__nested-line td {
    padding-top: 1rem;
  }

  .cart-item {
    display: table-row;
  }

  .cart-item > td + td {
    padding-left: 16px;
  }

  /* .cart-item__details {
    width: 35rem;
  } */

  .cart-item__media {
    width: 100px;
  }

  .cart-item__price-wrapper > *:only-child:not(.cart-item__discounted-prices) {
    margin-top: 1rem;
  }

  .cart-item__error {
    margin-left: 0.3rem;
  }
}

@media screen and (min-width: 990px) {
  .cart-item .cart-item__quantity,
  .cart-items .cart-items__heading--wide {
    padding-left: 6rem;
  }

  /* .cart-item__details {
    width: 50rem;
  } */

  .cart-items thead th:first-child {
    width: 60%;
  }
}

@media screen and (min-width: 750px) {
  .cart-items .cart-items__heading--quantity,
  .cart-item .cart-item__quantity,
  .cart-item__quantity--info quantity-popover > * {
    padding-left: 5rem;
  }

  .cart-item .cart-item__quantity--info,
  .cart-item__quantity--info .cart-item__quantity-wrapper,
  .cart-item__quantity--info .cart-items__info {
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .cart_main_wrp {
    flex-wrap: wrap;
  }
  .cart_main_wrp .cart_left,
  .cart_main_wrp .cart_right {
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 989px) {
  .cart-items .quantity-popover__info-button {
    padding-left: 0;
  }
}

@media screen and (max-width: 749px) {
  .product-option.product-varinat {}
    font-size: 10px;
  }
  .cart-item__image {
    height: 75px;
    max-width: 100px;
  }
  cart-items .cart-item__name {
    font-size: 12px;
  }
  cart-items .product-option,
  cart-items .cart-drawer .cart-item .cart-item__totals.right .cart-item__price-wrapper span {
    font-size: 12px;
  }
  cart-items .product-option.option-variant {
    font-size: 10px;
  }
  cart-items .cart-item__details {
    width: 80%;
    display: inline-block;
  }
  cart-items tbody .cart-item {
    display: inline-flex;
  }
  cart-items .subtotal-col span.h5, cart-items .subtotal-col span.h5__cart_total_price {
    font-size: 16px;
  }
  cart-items .cart-drawer__footer {
    padding: 8px 24px;
    margin: 24px 0 12px 0;
  }
  cart-items .cart_main_wrp {
    gap: 24px;
    padding: 50px 0;
  }
  .shipping-estimate summary {
    font-size: 16px;
    padding: 14px 12px;
  }
  .cart_main_wrp .cart_right .right_col_cart {
    padding-top: 0 !important;
  }
  .shipping-estimate label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .shipping-estimate select, .shipping-estimate input {
    padding: 8px;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .shipping-estimate__content {
    gap: 0;
    padding: 8px;
    border: 1px solid #F5F5F5;
  }
  cart-items .shipping-estimate .cart__ctas button [
    min-height: 41px;
  ]
  .shipping-estimate select {
    margin-bottom: 16px;
  }
  cart-items .purchase-protection {
    margin-top: 12px;
  }
}
