.pbv2-cart__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #292c2d;
  text-align: left;
  margin: 0 0 2.4rem;
}

.pbv2-cart-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  padding: 4.8rem 2rem;
  text-align: center;
}

.pbv2-cart-empty__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}

.pbv2-cart-empty__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #292c2d;
  margin: 0;
}

.pbv2-cart-empty__desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 1.6;
  color: #292c2d;
  max-width: 62rem;
  margin: 0;
}

.pbv2-cart-empty__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.4rem;
  padding: 0 2.4rem;
  background-color: #dd2207;
  border-radius: 0.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
}
.pbv2-cart-empty__btn:hover {
  background-color: #bc1d06;
  color: #fff;
}

.pbv2-cart-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4rem;
}

.pbv2-cart-columns .pbv2-cart-form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

.pbv2-cart-columns .cart-collaterals {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33rem;
          flex: 0 0 33rem;
}

@media screen and (max-width: 900px) {
  .pbv2-cart-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pbv2-cart-columns .cart-collaterals, .pbv2-cart-columns .pbv2-cart-form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
}
.pbv2-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}

.pbv2-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
  padding: 1.2rem 0.8rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.8rem;
  text-align: left;
}

.pbv2-cart-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30rem;
          flex: 1 1 30rem;
  min-width: 0;
}

.pbv2-cart-item__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.4rem;
  height: 6.4rem;
}
.pbv2-cart-item__thumb a,
.pbv2-cart-item__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pbv2-cart-item__meta {
  min-width: 0;
}

.pbv2-cart-item__sku {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  color: #8e8e8e;
}

.pbv2-cart-item__name {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #292c2d;
}
.pbv2-cart-item__name a {
  color: inherit;
  text-decoration: none;
}
.pbv2-cart-item__name a:hover {
  text-decoration: underline;
}

.pbv2-cart-item__advance-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  margin-top: 0.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #292c2d;
}
.pbv2-cart-item__advance-flag .pbv2-advance__tooltip-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0.4rem;
}
.pbv2-cart-item__advance-flag .pbv2-advance__tooltip-wrap:hover .pbv2-advance__tooltip, .pbv2-cart-item__advance-flag .pbv2-advance__tooltip-wrap:focus .pbv2-advance__tooltip, .pbv2-cart-item__advance-flag .pbv2-advance__tooltip-wrap:focus-within .pbv2-advance__tooltip {
  display: block;
  pointer-events: auto;
}
.pbv2-cart-item__advance-flag i {
  font-size: 1.4rem;
  color: #0079ae;
}

.pbv2-advance__tooltip {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 1.1rem);
  left: -12px;
  width: 24rem;
  max-width: calc(100vw - 4rem);
  padding: 1rem 1.4rem;
  background-color: rgba(41, 44, 45, 0.9);
  border-radius: 0.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  pointer-events: none;
}
.pbv2-advance__tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 1.2rem;
  border: 0.7rem solid transparent;
  border-bottom-color: rgba(41, 44, 45, 0.9);
}
.pbv2-advance__tooltip::after {
  position: absolute;
  content: "";
  left: 0;
  top: -1rem;
  width: 100%;
  height: 1rem;
}
.pbv2-advance__tooltip a {
  color: white;
}
.pbv2-advance__tooltip a:hover {
  text-decoration: none;
}

.pbv2-cart-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 13rem;
  text-align: left;
}

.pbv2-cart-item__price-excl {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  color: #292c2d;
}

.pbv2-cart-item__price-incl {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #8e8e8e;
}

.pbv2-cart-item__advance-amount {
  margin-top: 0.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #292c2d;
}

.pbv2-cart-item__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pbv2-stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 0.6rem;
  overflow: hidden;
}

.pbv2-stepper__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background: none;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: #292c2d;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
}
.pbv2-stepper__btn:hover {
  background-color: #f5f5f5;
}
.pbv2-stepper__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.pbv2-stepper__btn:disabled:hover {
  background-color: transparent;
}

.pbv2-cart-item .pbv2-stepper .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.pbv2-cart-item .pbv2-stepper__input,
.pbv2-cart-item .pbv2-stepper input.qty {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  border: none;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #292c2d;
  -moz-appearance: textfield;
}
.pbv2-cart-item .pbv2-stepper__input::-webkit-inner-spin-button, .pbv2-cart-item .pbv2-stepper__input::-webkit-outer-spin-button,
.pbv2-cart-item .pbv2-stepper input.qty::-webkit-inner-spin-button,
.pbv2-cart-item .pbv2-stepper input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce a.remove.pbv2-cart-item__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.woocommerce a.remove.pbv2-cart-item__remove:hover {
  opacity: 0.6;
  background: transparent;
}
.woocommerce a.remove.pbv2-cart-item__remove img {
  display: block;
  width: 2rem;
  height: 2rem;
}

.pbv2-cart-form__update-cart {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 700px) {
  .pbv2-cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .pbv2-cart-item__price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.4rem 1.6rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .pbv2-cart-item__actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pbv2-cart-item__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.pbv2-cart-totals {
  text-align: left;
}

.woocommerce-cart .pbv2-cart-totals.cart_totals .pbv2-cart-totals__title {
  display: block;
}

.pbv2-cart-totals__box {
  padding: 2rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.8rem;
}

.pbv2-cart-totals__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.52rem;
  line-height: 1.4;
  color: #292c2d;
  margin: 0 0 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed #dbdbdb;
}

.pbv2-cart-totals__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
  padding: 0.2rem 0;
}

.pbv2-cart-totals__label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: #292c2d;
}

.pbv2-cart-totals__value {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.52rem;
  line-height: 1.4;
  color: #444;
  white-space: nowrap;
}
.pbv2-cart-totals__value.pbv2-cart-totals__value--no-bold {
  font-weight: 400;
}

.pbv2-cart-totals__divider {
  height: 0;
  border-top: 1px dashed #dbdbdb;
  margin: 1.2rem 0;
}

.pbv2-cart-totals__shipping-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.6;
  color: #292c2d;
  margin: 1.6rem 0 0.7rem 0 !important;
}

.woocommerce .pbv2-cart-totals__shipping {
  font-size: 0;
}
.woocommerce .pbv2-cart-totals__shipping ul#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.woocommerce .pbv2-cart-totals__shipping ul#shipping_method li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .pbv2-cart-totals__shipping ul#shipping_method input.shipping_method {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.8rem 0 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #f5f5f5;
  border: 1px solid #0079ae;
  border-radius: 0.6rem;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
}
.woocommerce .pbv2-cart-totals__shipping ul#shipping_method input.shipping_method:checked {
  background-color: #0079ae;
  border-color: #0079ae;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M1 3.5L3.5 6L9 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.woocommerce .pbv2-cart-totals__shipping ul#shipping_method label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #292c2d;
  height: 2.4rem;
  line-height: 2.4rem;
  margin: 0;
}
.woocommerce .pbv2-cart-totals__shipping ul#shipping_method label .woocommerce-Price-amount {
  margin-left: auto;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
}

.pbv2-cart-totals__final {
  margin-top: 0.4rem;
}

.pbv2-cart-totals__row--total .pbv2-cart-totals__label {
  font-weight: 700;
}
.pbv2-cart-totals__row--total .pbv2-cart-totals__value--total {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.47rem;
  line-height: 1.5;
  color: #dd2207;
}

.pbv2-cart-totals__checkout {
  margin-top: 1.6rem;
}

.pbv2-checkout-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 4.4rem;
  padding: 0 2.4rem;
  background-color: #dd2207;
  border-radius: 0.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
}
.pbv2-checkout-btn:hover {
  background-color: #bc1d06;
  color: #fff;
}
.pbv2-checkout-btn i {
  font-size: 12px;
}

.pbv2-recently-viewed {
  margin-top: 6.8rem;
}

.woocommerce-cart h2.pbv2-recently-viewed__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1;
  color: #292c2d;
  margin: 0 0 1.6rem;
  text-align: center;
}

.pbv2-recently-viewed__grid .products.products-5 {
  --items-per-row: 5;
  --gap: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--gap);
}
.pbv2-recently-viewed__grid .products.products-5::before, .pbv2-recently-viewed__grid .products.products-5::after {
  display: none;
}
.pbv2-recently-viewed__grid .products.products-5 li.product {
  border-radius: 1.6rem;
  border: 1px solid #e0e0e0;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / var(--items-per-row) - var(--gap) * (var(--items-per-row) - 1) / var(--items-per-row));
          flex: 0 0 calc(100% / var(--items-per-row) - var(--gap) * (var(--items-per-row) - 1) / var(--items-per-row));
  margin: 0;
  padding: 1.6rem;
  padding-bottom: 7.4rem;
}
.pbv2-recently-viewed__grid .products.products-5 li.product:hover {
  border-color: #0079ae;
}
.pbv2-recently-viewed__grid .products.products-5 li.product .product-stock {
  top: 0;
}
.pbv2-recently-viewed__grid .products.products-5 li.product .product-bottom {
  left: 1.6rem;
  bottom: 1.6rem;
  right: 1.6rem;
}
@media screen and (max-width: 1230px) {
  .pbv2-recently-viewed__grid .products.products-5 {
    --items-per-row: 3;
  }
}
@media screen and (max-width: 600px) {
  .pbv2-recently-viewed__grid .products.products-5 {
    --items-per-row: 2;
  }
}
@media screen and (max-width: 400px) {
  .pbv2-recently-viewed__grid .products.products-5 {
    --items-per-row: 1;
  }
}
/*# sourceMappingURL=cart-v2.css.map */
