.shop-cart__content {
    width: 100%;
}
.shop-cart__sidebar {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .shop-cart__content {
        width: 70%;
    }
    .shop-cart__sidebar {
        width: 30%;
    }
}
@media only screen and (min-width: 992px) {
    .shop-cart__content {
        width: 80%;
    }
    .shop-cart__sidebar {
        width: 20%;
    }
}
.shop-cart__product-card-thumbnail {
    width: 100%;
}
.shop-cart__product-card-content {
    width: 100%;
}
.shop-cart__product-card-pricing {
    max-width: 150px;
}
@media only screen and (min-width: 768px) {
    .shop-cart__product-card-thumbnail {
        width: 20%;
    }
    .shop-cart__product-card-content {
        width: 80%;
    }
}
.shop-cart__product-card-info {
    width: 100%;
}
.shop-cart__product-card-action {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .shop-cart__product-card-info {
        width: 70%;
    }
    .shop-cart__product-card-action {
        width: 30%;
    }
}
.shop-cart__payment-gateway {
    width: 50%;
}
@media only screen and (min-width: 576px) {
    .shop-cart__payment-gateway {
        width: 100%;
        max-width: 250px;
    }
}
[data-shipping-method-item][data-is-selected],
[data-payment-gateway][data-is-selected],
[data-address][data-is-selected] {
    border: 1px solid var(--miracel-secondary-color);
}
[data-increment-cart][data-prevent-increment] {
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
}
input[data-cart-counter-value] {
    width: 60px;
    height: 24px;
    border: 0;
}