.shopify-cleanslate ._1mqqPYZtCQtz5_i0b-po4l {
  justify-content: center;
}

.cart-section {
  padding: 64px 0;
}

.yv-cart-content .between-heading {
  align-items: center;
  margin-bottom: 30px;
}

.yv-cart-content .between-heading h2 {
  margin: 0;
}

.yv-cart-table {
  border: 0;
}

.yv-cart-table td,
.yv-cart-table th {
  border: 0;
  padding: 20px 20px;
  padding-top: 0;
}

.yv-cart-table tbody.disabled,
.yv-cart-table tr.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.yv-cart-table th {
  width: 90px;
  padding-left: 0;
  padding-right: 0;
}

.cart-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: var(--productImageBorder);
  border-radius: var(--layoutRadius);
  overflow: hidden;
  background-color: var(--colorImageBg);
}

.cart-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}


.cart-prd-details .yv-product-title {
  margin-bottom: 8px;
}

.yv-cart-product-details .yv-product-information,
.yv-cart-product-details p {
  margin-top: 0;
  margin-bottom: 4px;
}

.coupanName,
.yv-cart-product-details .yv-product-information .unit-price,
.yv-cart-product-details .yv-product-information .yv-prizebox {
  margin-top: 0;
}

.cart-remove {
  width: 80px;
}

.cart-remove .remove-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: auto;
  cursor: pointer;
  color: var(--colorTextBody);
}

.cart-remove .remove-icon svg {
  width: 16px;
  fill: currentcolor;
}
.cart-product-img-row{
  vertical-align: top !important;
}
.cart-price{
  display: inline-flex !important;
  flex-direction: column;
  text-align: right;
  /* position: absolute;
  right: 0;
  top: 0;
  width: unset !important; */
}
.line_item_remove{
  color: #000054;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
text-decoration-line: underline;
text-underline-position: from-font;
}
.cart-sidebar {
  max-width: 450px;
  margin-left: auto;
  position: sticky;
  top: 0;
}

.cart-quantity {
  position: relative;
  display:none;
}
.cart-title{
  color: #000054;
  font-size: 18px;
  line-height: 28px;
}
.cart-total-details {
  padding: 32px 24px;
  background-color: var(--primaryAlternateBg);
  border-radius: 8px
}

.cart-total-details h5 {
  margin: 0 0 20px;
}

.cart-total-details .seller-box-input {
  min-height: 140px;
  padding: 20px;
  background: #fff;
  color: #000;
  border: 1px solid #b1b1b1;
  border-radius: var(--layoutRadius);
  margin: 0 0 20px;
  resize: none;
  width: 100%;
}

.cart-total-list .cart-total-item,
.cart-total-list li {
  color: var(--colorTextBody);
}

.cart-total-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  margin: 0 0 32px;
}

.cart-total-list li strong {
  margin-left: auto;
  font-family: var(--priceFontFamily);
}

/* .cart-total-list .cart-total-item {
  padding-top: 25px;
  border-top: 0 dashed #ccc;
  margin-bottom: 25px;
} */

.checkout-text {
  text-align: center;
  margin: 10px 0 0;
  opacity: 0.7;
}

.yv-payment-methods {
  margin-top: 24px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.yv-payment-methods ul{
  display: flex;
  justify-content: space-around;
}

.go-back {
  text-align: center;
  padding: 20px 0;
}

.go-back a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: var(--colorTextBody);
}

.go-back a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  left: 0;
  width: 9px;
  height: 9px;
  border-right: 1px solid var(--colorTextBody);
  border-bottom: 1px solid var(--colorTextBody);
}

.yv-shipping-estimations-box {
  margin-top: 50px;
}

.yv-shipping-estimations {
  padding: 30px 35px;
  border: 1px solid #ababab;
  border-radius: var(--layoutRadius);
}

.yv-shipping-estimations-box .section-heading {
  margin-bottom: 25px;
}

.yv-shipping-estimations select {
  background: url(https://cdn.shopify.com/s/files/1/0597/9668/5009/files/select-arrow-black.png?v=1649157281)
    96% 50%/9px no-repeat transparent;
  padding-right: 30px;
}

.yv-shipping-estimations .label {
  font-weight: 700;
}

.yv-shipping-estimations .error-text,
.yv-shipping-estimations .success-text {
  padding: 7px 15px;
  text-transform: capitalize;
  margin: 0;
}

.yv-shipping-estimations .error-text {
  background-color: #ffe7e7;
}

.yv-shipping-estimations .success-text span:first-child {
  margin-right: 20px;
}

.continue-shopping {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.continue-shopping h4 {
  margin: 0 0 15px;
}

.dynamic-checkout__content ul {
  list-style-type: none;
}

.dynamic-checkout__content ul li {
  width: 100%;
  border-radius: 0;
  flex-basis: 1 !important;
}

.discounts {
  margin-top: 4px;
}

.discounts i {
  font-size: 10px;
}

#cartUpdate,
.cart-btn button {
  margin-bottom: 10px;
}

.cart-item-error.error-text {
  position: absolute;
  width: 100%;
  left: 0;
}

div#dynamic-checkout-cart [role="button"] {
  border-radius: var(--buttonRadius) !important;
  width: 100% !important;
}

.cart__dynamic-checkout-buttons {
  margin-bottom: 20px;
}
.bundle-products{
  margin-bottom: 11px;
}
.study-mode{
  color: #888;
  font-size: 14px;
}
.bundle-items{
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.cart-total-details .cart-total-item{
  padding-top: 0 !important;
}
.bundle-item{
  display: flex;
  padding: 8px 16px;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: #F9F9F8;
  min-width: 460px;
}
.yv-product-price.text-cart{
  color: #000054;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-right: 0 !important;
}
.bundle-item__title{
  color: #000054;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.bundle-item__start-date{
  color: var(--Greyscale-Grey, #888);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
}
.bundle-item__image{
  width: 60.603px;
  height: 49.863px;
  flex-shrink: 0;
  object-fit: cover;
}
.cart-prd-details .yv-product-title{
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .go-back a:hover,
  .go-back a:hover:before {
    color: var(--theme-color);
    border-color: var(--theme-color);
  }
}

@media screen and (max-width: 1440px) {
  .cart-sidebar {
    max-width: 95%;
  }
  .yv-cart-table td,
  .yv-cart-table th {
    padding: 25px 15px;
  }
  .yv-cart-table th {
    width: 100px;
    padding-left: 0;
  }
  .cart-prd-details {
    vertical-align: top;
  }
  .cart-total-details {
    padding: 25px;
  }
  .yv-shipping-estimations {
    padding: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .discounts {
    margin-top: 8px;
  }
  .coupanName {
    margin-top: 0;
  }
  .cart-remove {
    width: 50px;
  }
  .yv-cart-table td,
  .yv-cart-table th {
    padding: 20px 10px;
  }
  .cart-quantity .quantity input {
    padding: 2px 26px;
  }
  .cart-total-details .seller-box-input {
    min-height: 110px;
  }
  
  .yv-payment-methods {
    margin-top: 10px;
  }
  .yv-payment-methods svg {
    width: 36px;
  }
}

@media screen and (max-width: 991px) {
  .cart-sidebar {
    max-width: 100%;
    margin-top: 30px;
  }
  .cart-price{
    position: relative;
  }

}

@media screen and (max-width: 575px) {
  .cart-price{
      display: flex !important;
      flex-direction: row-reverse;
      align-items: center;
      gap: 24px;
    }
  
  .bundle-item{
    min-width: 0;
    max-width: 100%;
  }
  .yv-product-price.text-cart{
    font-size: 20px;
  }
  .yv-cart-table tr {
    position: relative;
    display: table;
    width: 100%;
  }
  .yv-cart-table td,
  .yv-cart-table th {
    padding: 10px 10px 0;
  }
  .yv-cart-table tr td:nth-child(2),
  .yv-cart-table tr th {
    padding-top: 24px;
  }
  .yv-cart-table tr th {
    padding-right: 5px;
    padding-bottom: 24px;
  }
  .yv-cart-table td {
    display: block;
    width: 100%;
    vertical-align: top;
  }

  .cart-remove .remove-icon {
    position: absolute;
    top: 16px;
    right: 0;
  }
  .yv-shipping-estimations-box {
    margin-top: 30px;
  }
  .yv-shipping-estimations {
    padding: 15px;
  }
  .yv-shipping-estimations .form-control {
    background-position: 97% 50%;
  }
  .cart-section {
    padding: 24px 0;
  }
  .cart-section .yv-cart-content .section-heading {
    border-bottom: 1px solid #ddd;
    padding: 0 20px 15px;
    margin: 0 -20px 13px;
  }
  .yv-cart-table th {
    vertical-align: top;
  }
}

.yv-cart-content-box .free_shipping {
  background: var(--primaryAlternateBg);
  padding: 11px 18px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.yv-cart-content-box .progress {
  height: 7px;
  margin-bottom: 11px;
  overflow: hidden;
  background-color: #e1dfdf;
  border-radius: 20px;
}

.yv-cart-content-box .free_shipping p {
  margin: 4px 0 6px;
}


/* additional styles */
.cart-wrapper h2{
  margin-bottom: 64px;
}
.cart-price{
  text-align: center;
}
.cart-price .yv-prizebox{
  margin-top: 0;
}
.cart-price .remove-icon.line_item_remove{
  padding-top: 8px;
  display: inline-block;
  line-height: 20px;
  color: #000054;
}
.yv-cart-product-details .next-start-date, .yv-cart-product-details .study-mode{
  font-size: 14px;
  line-height: 20px;
}
.yv-cart-product-details .next-start-date span, .yv-cart-product-details .study-mode span{
  color: #888888;
}
.yv-product-price.list-item-price{
  font-size: 24px;
  line-height: 32px;
  color: #000054;
  font-weight: 500;
  vertical-align: unset;
}
td.cart-price{
  padding-top: 0
}
li.cart-total-item .label{
  font-size: 18px;
  line-height: 28px;
  color: #000054;
  font-weight: 500;
}
li.cart-total-item .value{
  font-size: 24px;
  line-height: 32px;
  color: #000054;
  font-weight: 500;
}
.cart-tos-label {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
.cart-tos-label a{
  color: #000054;
}
button.btn-block.med-btn.updated-btn{
  font-size: 18px;
  border-radius: 8px;
  margin-bottom: 16px;
}
a.btn-block.med-btn.updated-btn-outline{
  font-size: 16px;
  line-height: 24px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  text-align: center;
  color: #000054;
  background-color: #f9f9f8;
}
.card-types{
  margin-top: 24px;
}
.cart-wrapper .yv-cart-table th, .cart-wrapper .yv-cart-table td{
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .cart-wrapper h2{
    margin-bottom: 24px;
  }
  .cart-wrapper .yv-cart-table th, .cart-wrapper .yv-cart-table td{
    padding-bottom: 0px;
  }
  .section-heading h2{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
  }
  td.cart-price{
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row-reverse;
  }
  .cart-prd-details .yv-product-title{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  td.cart-price{
    padding: 0;
  }
  .cart-price .remove-icon.line_item_remove{
    padding-top: 0;
  }
  .yv-product-price.list-item-price{
    font-size: 20px;
    line-height: 28px;
  }
  .yv-cart-table tr th{
    padding: 32px 0;
  }
  .cart-total-details{
    padding: 24px 16px;
  }
  .cart-total-list li{
    margin-bottom: 16px;
  }
  .cart-tos-label{
    font-size: 16px;
    margin-bottom: 16px;
  }
  button.btn-block.med-btn.updated-btn, a.btn-block.med-btn.updated-btn-outline{
    font-size: 14px;
    padding: 10px;
  }
  .card-types{
    margin-top: 16px;
  }
  .cart-wrapper .yv-cart-table td{
    width: 100%;
    display: block;
  }
  .cart-wrapper .cart-price .yv-product-information{
    width: 40%;
    text-align: right;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  td.cart-price{
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mobile-cart-view {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .mobile-cart-view .line_item_remove {
    padding-right: 16px;
  }
}
