.page-template-page-cart main {
  background: url("/wp-content/themes/instapath/assets/img/3D_Asset_1.png") top 97px right/auto no-repeat, url("/wp-content/themes/instapath/assets/img/3D_Asset_2.png") bottom -50px left/auto no-repeat;
}

.woocommerce-cart main {
  padding: 129px 0 55px;
}

.cart__head {
  margin-bottom: 29px;
  gap: 28px;
  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;
}
@media (max-width: 768px) {
  .cart__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart__head h1 {
  margin: 0;
  font-size: 35px;
  line-height: normal;
}
.cart__head p {
  margin: 3px 0 0;
}

.cart__notify-item {
  display: none;
  border-radius: 8px;
  padding: 16px 20px 16px 23px;
  border: 1px solid #E7EBF4;
  background: #FFF;
}
.cart__notify .added {
  background: rgba(8, 180, 189, 0.08);
  color: #08B4BD;
}
.cart__notify .removed span {
  display: inline-block;
  margin-left: 24px;
  font-weight: 500;
  color: #001341;
}
.cart__notify .removed a {
  font-weight: 500;
}
.cart__notify .removed a.active {
  color: #0068FF;
}
.cart__notify p {
  margin: 0;
}

.cart__list {
  margin-top: 15px;
}
.cart__list .product {
  padding: 18px 35px 18px 23px;
  border-radius: 8px;
  border: 1px solid #E7EBF4;
  background: #FFF;
}
@media (max-width: 768px) {
  .cart__list .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cart__list .product:not(:last-child) {
  margin-bottom: 15px;
}
.cart__list .product > div {
  padding: 0 30px;
  border-right: 1px dashed #D6DEEF;
}
@media (max-width: 768px) {
  .cart__list .product > div {
    margin-bottom: 23px;
    padding: 0 0 23px;
    border-right: none;
    border-bottom: 1px dashed #D6DEEF;
  }
}
.cart__list .product > div:first-child {
  padding-left: 0;
}
.cart__list .product > div:last-child {
  padding-right: 0;
  border: none;
}
.cart__list .product p {
  margin-bottom: 6px;
}
.cart__list .product p.instruction {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.cart__list .product p.instruction a {
  margin-top: 1px;
  color: #0068FF;
  font-size: 15px;
}
.cart__list .product-name {
  width: 25%;
}
@media (max-width: 768px) {
  .cart__list .product-name {
    width: 100%;
  }
}
.cart__list .product-supplement {
  width: 25%;
}
@media (max-width: 768px) {
  .cart__list .product-supplement {
    width: 100%;
  }
}
.cart__list .product-price {
  width: 28%;
}
@media (max-width: 768px) {
  .cart__list .product-price {
    width: 100%;
  }
}
.cart__list .product-quantity {
  width: 14%;
}
@media (max-width: 768px) {
  .cart__list .product-quantity {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.cart__list .product-quantity .quantity-wrapper {
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.cart__list .product-quantity .plus {
  cursor: pointer;
  position: relative;
}
.cart__list .product-quantity .plus span:last-child {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 7px;
  top: 2px;
}
.cart__list .product-quantity .minus {
  cursor: pointer;
}
.cart__list .product-quantity input {
  outline: none;
  text-align: center;
  background: transparent;
  border: none;
  font-size: 24px;
}
.cart__list .product-quantity input.qty {
  width: 31px;
  height: 31px;
  border-radius: 5px;
  border: 1px solid #D6DEEF;
  background: #F2F5F9;
  font-size: 16px;
}
.cart__list .product-quantity input::-webkit-outer-spin-button, .cart__list .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart__list .product-subtotal {
  width: 14%;
  border: none !important;
}
@media (max-width: 768px) {
  .cart__list .product-subtotal {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.cart__list .product-remove {
  width: 8%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 768px) {
  .cart__list .product-remove {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.cart__list .product-remove a {
  width: 33px;
  height: 33px;
  margin-left: auto;
  border-radius: 5px;
  border: 1px solid #5D6A85;
}

.cart__total {
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #E7EBF4;
  background: #FFF;
  margin-top: 52px;
  margin-left: auto;
  max-width: 100%;
  width: 424px;
}
.cart__total h3 {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
}
.cart__total p {
  margin: 0;
}
.cart__total .subtotal {
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 1px dashed #D6DEEF;
}
.cart__total .total {
  margin-bottom: 23px;
}
.cart__total .total p {
  color: #001341;
}
.cart__total .btn {
  display: block;
  padding: 11px 0 10px;
  width: 100%;
}

.cart__empty {
  padding: 106px 0 203px;
}
@media (max-width: 768px) {
  .cart__empty {
    padding: 50px 0;
  }
}
.cart__empty h2 {
  margin: 9px 0 10px;
  font-size: 20px;
}
.cart__empty p {
  margin: 0;
}
.cart__empty .btn {
  display: inline-block;
  margin-top: 30px;
}