/* .cart_row > .fl-row-content-wrap {
  background: linear-gradient(
    180deg,
    #f6f6f7 0%,
    rgba(246, 246, 247, 0.6) 39.05%
  );
}

.woocommerce .pk-page__header {
  width: 100%;
  margin-bottom: 34px;
}

.woocommerce .pk-page__header h1 {
  margin-top: 30px;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  border: unset;
  background: transparent;
}

.pk-cart__wrap .pk-row {
  display: flex;
  justify-content: space-between;
  gap: 55px;
}

@media screen and (max-width: 768px) {
  .pk-cart__wrap .pk-row {
    flex-direction: column;
    gap: 40px;
  }
}

.pk-cart__wrap .pk-row .pk-col_left {
  max-width: 666px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pk-cart__wrap .pk-cart_item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 20px;
  border-radius: 10px;
  background: var(--white);
  overflow: hidden;
}

.pk-cart__wrap .pk-cart_item .prod-thumb {
  max-width: 145px;
  width: 100%;
  aspect-ratio: 145/137;
  border-radius: 5px;
  border: 0.67px solid rgba(7, 36, 69, 0.08);
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
}

.pk-cart__wrap .pk-cart_item .prod-thumb > a {
  width: 100%;
  height: 100%;
  display: block;
}

.pk-cart__wrap .pk-cart_item .prod-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pk-cart__wrap .pk-cart_item .pk-content_wrap {
  width: 100%;
}

.pk-cart__wrap .pk-cart_item .pk-top_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 16px;
}

.pk-cart__wrap .pk-cart_item .pk-top_content .pk-remove_item {
  display: flex;
  justify-content: flex-end;
}

.pk-cart__wrap .pk-cart_item .pk-top_content .pk-remove_item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--gray);
}

.pk-cart__wrap .pk-cart_item .pk-top_content .prod-price {
  margin-top: 10px;
}

.pk-cart__wrap .pk-cart_item .pk-cart_meta {
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}

.pk-cart__wrap .pk-cart_item .pk-cart_meta .coating {
  display: inline-flex;
  padding: 7px 16px;
  border: 0.65px solid rgba(7, 36, 69, 0.25);
  border-radius: 999px;
}

.pk-cart__wrap .pk-cart_item .pk-prod_lengths {
  width: 100%;
  font-size: 14px;
}
.pk-cart__wrap .pk-cart_item .pk-prod_lengths .values {
  display: flex;
  gap: 10px;
}

.pk-cart__wrap .pk-cart_item .pk-prod_lengths .item {
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 300;
}

.pk-cart__wrap .pk-cart_item .pk-prod_lengths .label {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.pk-cart__wrap .pk-cart_item .pk-prod_lengths .item .quantity {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 0.5px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid var(--midnight);
}

@media screen and (max-width: 992px) {
  .pk-cart__wrap .pk-cart_item {
    flex-wrap: wrap;
  }

  .pk-cart__wrap .pk-cart_item .prod-thumb {
    max-width: 75px;
    aspect-ratio: 4/3;
  }

  .pk-cart__wrap .pk-cart_item .pk-top_content {
    font-size: 18px;
    align-items: flex-start;
  }
}

.pk-cart__wrap .pk-row .pk-col_right {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.pk-cart__wrap .pk-row .pk-col_right .pk-cart_sidebar {
  width: 100%;
  position: sticky;
  top: 150px;
  background: var(--gray);
  z-index: 2;
}

.pk-cart__wrap .pk-row .pk-col_right .wc-faq__wrap{
	margin-top: auto;
}

.pk-cart__wrap .pk-row .pk-col_right .pk-cart_sidebar .pk-col {
  display: flex;
  justify-content: space-between;
}

.pk-cart__wrap .pk-row .pk-col_right .pk-cart_sidebar .cart-subtotal {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.pk-cart__wrap .pk-row .pk-col_right .pk-cart_sidebar .subtotal-price {
  font-size: 22px;
  line-height: 1.2;
}

.pk-cart__wrap .pk-cart_sidebar .pk-coupon {
  margin: 24px 0;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(7, 36, 69, 0.08);
}

.pk-cart__wrap .pk-cart_sidebar .pk-coupon_toggle .pk-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

.pk-cart__wrap .pk-cart_sidebar .toggle-text {
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
}

.pk-cart__wrap .pk-coupon .top-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
}

.pk-cart__wrap .pk-coupon .top-content button.button {
  font-size: 14px;
  font-weight: 400;
}

.pk-cart__wrap .pk-cart_sidebar .pk-coupon_toggle .bottom-content {
  display: none;
}

.pk-cart__wrap .pk-cart_sidebar .order-total .total-price {
  font-weight: 700;
  text-align: right;
}

.pk-cart__wrap .pk-cart_sidebar .order-total .total-price strong {
  font-weight: 700;
}

.pk-cart__wrap .pk-cart_sidebar .order-total .total-price .includes_tax {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.woocommerce .pk-cart__wrap .pk-cart_sidebar .pk-button__wrap {
  margin-top: 24px;
}

.woocommerce .pk-cart__wrap .pk-cart_sidebar .pk-button__wrap a.button {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--marine);
  background: var(--marine);
  transition: opacity 0.5s ease-in-out;
}

.woocommerce .pk-cart__wrap .pk-cart_sidebar .pk-button__wrap a.button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .pk-cart__wrap .pk-row .pk-col_right .pk-cart_sidebar {
    position: relative;
    top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pk-cart__wrap .pk-row .pk-col_right {
    max-width: 30%;
  }
} */
