body.template__cart {
    background: #eff1f1;
}
div.main-cart-container{
    margin-bottom: 20px;
}
.cart_progress__bar {
    list-style: none;
    display: flex;
    align-items: center;
    height: 4rem;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%;
    max-width: 1360px;
    padding: 0 20px;
}
.cart_progress__bar li {
    flex: 0 1 33.33%;
    position: relative;
    height: 100%;
    line-height: 4rem;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #fff;
}
.sale_group_slot {
    display: none !important;
}
.cart_progress__bar li:first-child {
    color: #000;
}
.cart_progress__bar li:last-child:after,
.cart_progress__bar li:last-child:before {
    display: none;
}
.footer.color-scheme-2,.footer-payments-container.color-scheme-2 {
    display: none;
}
.cart_progress__bar li i {
    font-size: 1.4rem;
    margin-right: 10px;
}
.cart_progress__bar li:before {
    height: 3rem;
    width: 2px;
    background: #f4f6f8;
    transform: rotate(32deg);
    content: "";
    position: absolute;
    top: 2.2rem;
    right: 1rem;
}
.cart_progress__bar li:after {
    height: 3rem;
    width: 2px;
    background: #f4f6f8;
    transform: rotate(-32deg);
    content: "";
    position: absolute;
    top: -0.3rem;
    right: 1rem;
}
.cart_progress__bar li:first-child i {
    font-size: 1.6rem;
    color: #e60044;
    margin-top: -0.3rem;
}
.before_html.before_html_trade-cart-sku-list {
    color: #000;
    padding: 2.2rem 1rem 2.2rem;
    text-align: center;
    font-size: 12px;
}
.before_html.before_html_trade-cart-sku-list a,.before_html.before_html_trade-cart-sku-list span {
    color: #e60044;
}
.cart-empty {
  text-align: center;
}
.cart-empty__body {
  padding-block: 80px;
}
.quantity-numder {
    height: 32px;
    background: #EFEFEF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.cart-item__amount theme-input-number::before,.cart-item__amount theme-input-number::after{
    display: none;
}
.cart-item__amount theme-input-number{
    background: #EFEFEF;
}
.main-cart-items__list .cart-item__amount input.body3 {
    padding: 4px 0;
    font-size: 14px;
}
.title-bar.title-bar1.custom-font h2 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 25px;
}
.main-cart-footer__container {
    background: #fff;
    padding: 30px 20px 20px;
}
.main-cart-footer__amount .cart-amount__total{
    text-align: right;
}
.main-cart-footer__amount .cart-amount__total em.body2.font-bold {
    color: #000;
    font-weight: 700;
    margin: 0;
    flex: unset;
    font-size: 13px;
    font-style: unset;
}
.main-cart-footer__amount .cart-amount__total span.body2{
    font-size: 19px;
    color: #e60044;
    line-height: 1;
    font-weight: 600;
    padding-left: 10px;
}
form#cart-form-page .button.button--fill{
    background: #ffc439;
    color:#000;
    font-size: 16px;
    font-weight: 600;
}
form#cart-form-page .button:not([disabled],form#cart-form-page .button--icon)::after{
    display: none;
}
form#cart-form-page .button.button--fill svg{
    width: 20px;
    height: 20px;
    color: #000;
    transform: translateY(-2px);
}
form#cart-form-page .button.button--fill svg path{
    fill: inherit;
}
.cart_subtotal_text {
    line-height: 1;
    margin: 10px 0 0;
    font-size: 12px;
    text-align: center;
}
div#CartShipping {
    margin: 12px 0;
    font-size: 11px;
}
div#CartShipping span{
    font-weight: 900;
}
span.icon_or {
    display: block;
    text-align: center;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1;
}
.cart-item__amount-operator theme-cart-item-remove {
    display: none;
}
.payment_icon-lozad {
    margin-top: 10px;
}
@media (max-width: 959px) {
  .cart-empty__body {
    padding-block: 130px;
  }
}
.cart-item__amount-operator {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cart-item__amount .cart-item__volume-pricing {
  margin-block-start: 10px;
}
.cart-item__remove {
  cursor: pointer;
}
.cart-item__fail {
  display: flex;
  align-items: center;
}
.cart-item__fail > * {
  margin-block-start: 20px;
}
.cart-item__fail-tip {
  order: 1;
  margin-inline-start: 8px;
  color: rgb(var(--color-error-message));
}
.cart-remove-box {
    width: 16px;
    margin-right: 12px;
}
.cart-item__fail-tip:empty,
.cart-item__fail-tip:empty + svg {
  display: none;
}
.cart-item__total {
  position: relative;
}
.cart-item__total-loading {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  display: none;
}
.cart-item__total-loading.loading {
  display: flex;
  animation: animation-circling linear 1s infinite;
}
.cart-item__total-loading.loading ~ * {
  visibility: hidden;
}
.cart-item__total-final {
  display: inline-block;
  color: #e60044;
  font-size: 16px;
}
.cart-item__total-original {
  display: inline-block;
  color: rgb(var(--color-light-text));
  text-decoration: line-through;
}
.cart-item__volume-pricing theme-popover-content {
  z-index: 5;
  width: 245px;
  max-height: 240px;
  padding: 10px 0;
  overflow-y: scroll;
  background-color: rgb(var(--color-background));
  border: 1px solid #ddd;
}
.cart-item__volume-pricing-title {
  display: flex;
  align-items: center;
}
.cart-item__volume-pricing-title > span {
  margin-inline-start: 8px;
}
.cart-item__volume-pricing-rules {
  padding-block: 0 4px;
  padding-inline: 20px;
}
.cart-item__volume-pricing-list li {
  display: flex;
  justify-content: space-between;
  padding-block: 8px;
  padding-inline: 20px;
}
.cart-item__volume-pricing-list li:nth-child(odd) {
  background: rgba(var(--color-text), 0.03);
}
.cart-item__product {
  display: flex;
  column-gap: 0px;
  align-items: flex-start;
}
.cart-item__product-info {
  word-break: break-all;
}
.cart-item__picture {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 80px;
  padding-right: 20px;
  position: relative;
}
.cart-item__picture a {
  display: block;
  width: 100%;
}
.cart-item__picture img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.cart-item__picture .placeholder {
  flex-grow: 1;
  background-color: rgb(var(--color-image-background));
}
.cart-item__total {
  margin-block-start: 8px;
}
.cart-item__option {
  margin-block-start: 4px;
}
.cart-item__property {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-block-start: 4px;
}
.cart-item__property-name {
  margin-inline-end: 3px;
}
.cart-item__property-text {
  display: block;
  max-width: 100%;
  word-break: break-all;
}
.cart-item__property-images {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.cart-item__property-link {
  display: block;
}
.cart-item__property-image {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.cart-item__discount {
  margin-block-start: 4px;
  color: rgb(var(--color-discount));
}
.cart-item__discount > li {
  display: flex;
  align-items: center;
}
.cart-item__discount > li svg {
  width: 12px;
  height: 12px;
  margin-inline-end: 4px;
  color: rgb(var(--color-tag-background));
}
.cart-item__quantity {
  margin-block-start: 10px;
}

.main-cart-items__infos{
    padding: 10px 1rem;
}
.main-cart-items__infos a{
    line-height: 1;
}
ul.cart-top-lable {
    font-size: 12px;
    display: flex !important;
    align-items: center;
    background: #f8f8f8;
    width: calc(100% - 2rem);
    border-bottom: none;
    padding: 6px 0;
    margin: 1rem;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.cart-top-lable {
    font-size: 12px;
    display: flex !important;
    align-items: center;
    background: #f8f8f8;
    width: calc(100% - 2rem);
    border-bottom: none;
    padding: 6px 0;
    margin: 1rem;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.cart-remove {
    display: none;
}
.cart-top-lable li {
    width: 16%;
    text-align: center;
}
.cart-top-lable li:nth-child(1) {
    width: 136px;
}
.cart-top-lable li:nth-child(2) {
    width: 30%;
    text-align: left;
}
.cart-top-lable li {
    width: 16%;
    text-align: center;
}
.cart-top-lable li {
    width: 16%;
    text-align: center;
}
.cart-top-lable li:nth-child(5) {
    width: 18%;
}
.cart-top-lable li:nth-child(6) {
    width: 6%;
    padding-right: 0;
}
span.photofont.icon.photo-delete {
    cursor: pointer;
}
@media (max-width: 959px) {
  .main-cart-items__container {
    padding-block-start: 24px;
  }
}
.main-cart-items__infos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-block-end: 30px;
}
.main-cart-items__infos a {
  text-decoration: underline;
}
.main-cart-items__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-block-end: 12px;
}
@media (max-width: 959px) {
  .main-cart-items__header {
    display: none;
  }
}
.main-cart-items__header > div:nth-child(1) {
  flex-grow: 1;
}
.main-cart-items__header > div:nth-child(2) {
  flex-shrink: 0;
  width: 20.8%;
  min-width: 200px;
}
.main-cart-items__header > div:nth-child(3) {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  width: 16.2%;
  min-width: 140px;
}
.main-cart-items__list .cart-item {
  display: flex;
  padding:30px 20px;
  border-block-end: 1px solid #dedbdb;
}
.cart-item__title.body2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    font-size: 14px;
    font-size: 13px;
    line-height: 1.4;
}
.main-cart-items__list .cart-item__product {
  flex-grow: 1;
}
.main-cart-items__list .cart-item__product-infos {
  display: flex;
  flex-grow: 1;
}
.main-cart-items__list .cart-item__product-infos-text {
    width: 320px;
    padding-left: 20px;
}
.main-cart-items__list .cart-item__product-infos-text .cart-item__total {
  display: none;
}
.cart-item__price-wrapper {
    display: flex;
    flex-flow: column;
}
.cart-item_price-box {
    width: 28%;
    text-align: center;
}
.cart-item__details__wrapper .cart-item__amount {
    width: 100px;
    min-width: 100px;
    margin-left: 30px;
}
span.final_original_price {
    display: block;
    line-height: 1;
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}
span.final__price {
    color: #000;
    word-break: break-all;
    font-size: 14px;
}
.main-cart-items__list .cart-item__total-wrapper {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    width: 40%;
}
.cart-item__details__wrapper {
    width: calc(100% - 400px);
    display: flex;
    align-items: center;
}

.main-cart-items__list .cart-item__total-wrapper .cart-item__total-loading {
  inset-inline: auto 0;
}
.main-cart-items__list .cart-item__total-wrapper .cart-item__total-amount {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.main-cart-items__list .cart-item__total-wrapper .cart-item__total-original {
  order: -1;
}
.main-cart-items__list .cart-item__disabled {
  pointer-events: none;
}
.zoomimg {
    position: absolute;
    right: 0;
    top: 0;
}
.modal-alert-image-box img {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.trustpilot-main.dtrustpilot-md-none {
    display: none;
}
.cart-item__properties {
    display: none;
}
.cart-remove {
    display: none;
}

.cart-remove__remove {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.cart-remove .removeitemcart {
    padding: 5rem;
    text-align: center;
    font-size: 1.5rem;
    margin: auto;
}

.cart-remove .removeitemcart p {
    font-size: 1.4rem;
    color: #000;
    text-transform: uppercase;
}

.cart-remove .removeitemcart .no-yes {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.cart-remove .removeitemcart .no-yes a {
    color: #fff;
    background: #a9a9a9;
    padding: .6rem 2rem;
    width: 28%;
    display: inline-block;
    cursor: pointer;
    margin: 0 1rem;
    font-size: 12px;
    text-transform: uppercase;
}

.cart-remove .removeitemcart .no-yes a:nth-child(2n) {
    background: #df0046;
}

/* pop remove end  */
@media (max-width: 959px) {
    .main-cart-items__list .cart-item__total-wrapper .cart-item__total-original{
        order: unset;
    }
    .cart-item__picture {
        width: 100px;
        padding-right: 10px;
    }
    .before_html.before_html_trade-cart-sku-list {
        padding: 1.2rem 1rem 1.2rem;
    }
    .cart_progress__bar {
        padding: 0 10px;
        height: 50px;
    }
    .cart_progress__bar li {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .cart_progress__bar li:before {
        height: 30px;
        width: 2px;
        top: 24px;
        right: 0;
        z-index: 1;
    }
    .cart_progress__bar li:after {
        height: 30px;
        width: 2px;
        top: -2px;
        right: 0;
        z-index: 1;
    }
    .cart_progress__bar li i {
        font-size: 17px;
        margin-bottom: 3px;
    }
    .cart_progress__bar li>div {
        display: flex;
        flex-flow: column;
        font-size: 12px;
        line-height: 1.2;
        color: #999;
    }
    .cart_progress__bar li:first-child>div {
        color: #000;
    }
    .cart_progress__bar li:first-child i {
        font-size: 19px;
    }
    .main-cart-items__infos {
        padding-block-end: 22px;
    }
    .main-cart-items__list .cart-item {
        padding: 10px 5px;
        flex-flow: wrap;
    }
    .main-cart-items__list .cart-item__product {
        column-gap: 0;
    }
    .main-cart-items__list .cart-item:first-child {
        border-block-start: 1px solid #dedbdb;
    }
    .main-cart-items__list .cart-item__product-infos {
        flex-direction: column;
        width: calc(100% - 100px);
    }
    .main-cart-items__list .cart-item__product-infos-text{
        width: 100%;
    }
    .main-cart-items__list .cart-item__product-infos-text .cart-item__total {
        display: block;
    }
    .cart-item__option {
        margin-block-start: 5px;
        line-height: 1;
    }
    .cart-item__options {
        padding-top: 5px;
    }
    .cart-item__details__wrapper {
        width: 100%;
    }
    .cart-item__details__wrapper {
        width: 100%;
        padding: 10px 0 5px;
    }
    .main-cart-items__list .cart-item__total-wrapper {
        width: 30%;
    }
    .modal-alert-image-box img {
        width: 100%;
    }
    .modal-alert-image-box .tingle-modal-box {
        height: auto;
        width: calc(100vw - 20px);
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        overflow: hidden;
        padding: 20px 0;
    }


    .cart__checkout-container {
        width: 100%;
        position: fixed;
        z-index: 99;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        border-top: 1px solid #eff1f0;
        top: unset;
        background: #fff;
    }
    .title-bar.title-bar1.custom-font {
        display: none;
    }
    .main-cart-footer__container {
        background: #fff;
        padding: 10px 10px 10px;
    }
    div#CartShipping {
        text-align: right;
        margin: 5px 0 8px;
    }
    .cart-checkout {
        display: flex;
        align-items: center;
        padding: 0 20px;
    }
    .dynamic-checkout__content{
        width: 50%;
    }
    form#cart-form-page {
        width: 50%;
    }
    span.icon_or {
        margin: 0 5px 0 7px;
    }
    body.template__cart {
        padding-bottom: 300px;
    }

    [data-pay-button-layout="column"],
    [data-pay-button-layout="buyNowRow"] {
        margin: 0 !important;
    }
    .cart__checkout-container .trustpilot-main,.cart__checkout-container .payment_icon-lozad{
        display: none;
    }
    .trustpilot-main.dtrustpilot-md-none {
        display: block;
    }
    .trustpilot-main.dtrustpilot-md-none {
        padding: 12px 40px;
    }
}

@media(min-width:768px){
    .cart__checkout-container{
        position: sticky;
        top: 50px;
        right: 0;
    }
}