.shop-cart-page {background: #fff;}
.shop-cart-page-inner {display: block; margin: 0 auto; max-width: 640px; padding: 0 0 50px;}

.shop-cart-index {color: #000;}
.shop-cart-index-inner {}

.shop-cart-footer {display: grid; height: 100%; align-items: center; padding: 0 16px; color: #000;}
.shop-cart-footer-inner {display: grid; gap: 10px;}

.shop-cart-empty {display: grid; align-items: center;  padding: 16px;}
.shop-cart-page .shop-cart-empty {min-height: 50vh;}
.popup-cart .shop-cart-empty {min-height: calc(100vh - var(--let_popup-cart-page-bottom-height) - var(--let_popup-cart-page-header-height));}
.shop-cart-empty-inner {display: grid; gap: 20px; text-align: center;}
.-sce-icon {width: 70px;}

.shop-cart-free {}
.shop-cart-free-inner {overflow: hidden; padding: 20px 0;}
.shop-cart-progress-bar {display: grid; gap: 10px;}
.-scpb-top {text-align: center; padding: 0 10px;}
.-scpb-bottom {padding: 0 60px;}
.-scpb-bar {position: relative; z-index: 1; height: 6px; border-radius: 4px; background: #e6e6e6;}
.-scpb-bar-value {height: inherit; border-radius: inherit; background: #000000; width: 0; transition: width .2s linear 0s;}
.-scpb-bar-label {position: absolute; z-index: 2; top: -6px;}
.-scpb-bar-label:after {content: ''; position: absolute; top: 0; left: 50%; width: 18px; height: 18px; margin-left: -9px; border-radius: 50%; background: #fff; border: 3px solid #e5e5e5}
.-scpb-bar-checked {color: #000;}
.-scpb-bar-checked:after {border-color: #000;}
.-scpb-bar-label-txt {position: absolute; top: 22px; left: 50%; margin-left: -100px; width: 200px; text-align: center; font-size: 10px; line-height: 10px; color: #808080; white-space: nowrap;}
.-scpb-bar-label-shipping {right: 0;}

.shop-cart-product {display: grid; grid-template: 1fr auto / auto 1fr auto; gap: 0 12px; padding: 20px 16px; overflow: hidden;}
.shop-cart-product + .shop-cart-product {border-top: 1px solid #e2e2e2;}
.-scp-image {grid-row: 1 / span 2;}
.-scp-info {grid-row: 1 / span 2; display: grid; grid-template: auto 1fr auto / 1fr;}
.-scp-prices {text-align: right;}
.-scp-cta {text-align: right; white-space: nowrap;}
.-scp-image-a {display: inline-block; vertical-align: top; width: 100%; max-width: 100px;}
.-scp-image-a img {aspect-ratio: 1 / 1;}
.-scp-info-title {}
.-scp-info-title a {color: #000; text-decoration: none; text-transform: uppercase;}
.-scp-info-txt {color: #717171;}
.-scp-info-last {}
.-scp-price-old {float: right; position: relative;}
.-scp-price-old:after {content: ''; position: absolute; left: -3px; right: -3px; top: 50%; margin-top: -1px; height: 2px; background: red; transform: rotate(-6deg); opacity: .7}
.-scp-cta-remove {display: inline-block; vertical-align: top; margin: 0; padding: 0; background: none; border: none; border-bottom: 1px solid #ebebeb; cursor: pointer; color: #a6a6a6; font-size: 12px; line-height: 24px; height: 24px;}
.-scp-cta-remove:hover {color: #000;}

.shop-cart-summary {display: grid; gap: 0;}
.shop-cart-summary-row {display: grid; grid-template: auto / 1fr auto;}
.-scs-row-left {text-transform: uppercase;}
.-scs-row-right {text-align: right;}

.shop-cart-icons {display: grid; gap: 5px 0;}
.shop-cart-icons-info {text-align: center; color: #4d4d4d; text-transform: uppercase;}
.shop-cart-icons-items {display: grid; grid-auto-flow: column; justify-content: center; align-items: center; gap: 6px; overflow: hidden;}
.shop-cart-icons-items .icon {width: 26px; height: 16px; vertical-align: middle;}
.shop-cart-icons-items img.icon {height: auto; max-height: 16px;}
