
.cartpage a {
    text-decoration: none;
}

.cartpage .empty__cart {
    background-color: rgba(16, 50, 95, 0.05);
    padding: 50px;
    border-radius: 0;
}
.cartpage .summary__area {
    background-color: rgba(16, 50, 95, 0.05);
    padding: 30px;
    border-radius: 0;
}
.cartpage .summary__area table tr:hover {
    background-color: unset;
}

.cartpage .cart__item .border-bottom,
.cartpage .cart__item .border-top {
    border-color: #eee;
}

.cartpage .cart__item .removeall {
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-weight: 400;
    display: flex;
    background: rgba(16, 50, 95, 0);
    color: #10325F;
    line-height: 1;
    transition: all 0.5s ease-out;
    border: 1px solid rgba(16, 50, 95, 0.2);
    border-radius: 0;
    margin-bottom: 0;
    flex-shrink: 0;
    opacity: 1;
    font-size: 16px;
}
.cartpage p.small,
.cartpage p *.small,
.cartpage span.small,
.cartpage span strong.small {
    font-size: 1rem;
    line-height: 1.5;
}
.cartpage .quantityfield {
    position: relative;
}
.cartpage .quantityfield .removelink {
    left: 10px;
}
.cartpage .quantityfield .addlink {
    right: 10px;
}
.cartpage .quantityfield a {
    position: absolute;
    line-height: 22px;
    height: 24px;
    width: 24px;
    text-align: center;
    background: transparent;
    border-radius: 0;
    font-weight: 300;
    color: #10325F !important;
    font-size: 28px;
    top: 50%;
    transform: translateY(-50%);
}
.cartpage .quantityfield .quantity {
    max-width: unset;
    display: inline-block;
}
.cartpage .quantityfield .quantity input[type="number"] {
    padding: 11px 15px 15px;
    transition: all ease 0.3s;
    border: 1px solid rgba(16, 50, 95, 0.2);
    background: transparent;
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    box-shadow: none;
    color: #10325F;
    border-radius: 0;
    width: 100%;
    height: unset;
}
.cartpage .quantityfield .quantity input[type="number"]:focus {
    color: #10325F;
    border-color: rgba(16, 50, 95, 1);
}
.cartpage .quantityfield .quantity input[type="number"]:focus-visible {
    outline: unset;
}
.cartpage .quantityfield .quantity input[type="number"]:hover {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
}
.cartpage .quantityfield .quantity input[type="number"]::-webkit-inner-spin-button,
.cartpage .quantityfield .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cartpage .quantityfield .quantity .short-label {
    display: none;
}
.cartpage .quantityfield .quantity input {
    border: 1px solid #ddd;
    border-radius: 0;
}
.cartpage .itemcount a {
    font-weight: bold;
}

.cartpage .accountnav__list li {
    padding: 5px 10px 5px 0;
}
.cartpage .accountnav__list li.list__vertical {
    margin-bottom: 0 !important;
}
.cartpage .accountnav__list li:hover {
    background-color: #f5f4f3;
    transition: all 0.5s ease-out;
}
.cartpage .accountnav__list i {
    padding-right: 0.5rem;
}
.cartpage .sidecart {
    background-color: #fff;
    padding: 20px;
}
.cartpage .cartIcon {
    cursor: pointer;
}
.cartpage .badge-dark {
    color: #fff;
    background-color: #343a40;
}
.cartpage .cart-image {
    max-width: 120px;
}
.cartpage .cart__summary * {
    font-size: 20px;
    line-height: 30px;
}
.cartpage .couponform .form-control {
    padding: 15px !important;
}
.cartpage .quantity-badge {
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 10;
    line-height: 8px !important;
}

/* Media Queries */
@media (max-width: 1199.98px) {
    .cartpage .empty__cart {
        padding: 40px;
    }
    .cartpage .cart__item .removeall {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .cartpage .cart__item .removeall i {
        font-size: 14px;
    }
    .cartpage p.small,
    .cartpage p *.small,
    .cartpage span.small,
    .cartpage span strong.small {
        font-size: 0.938rem;
    }
    .cartpage .quantityfield a {
        font-size: 20px;
    }
    .cartpage .quantityfield .quantity input[type="number"] {
        padding: 7px 15px 10px;
        width: 120px;
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .cartpage .empty__cart {
        padding: 30px;
    }
    .cartpage .summary__area {
        padding: 20px;
    }
    .cartpage p.small,
    .cartpage p *.small,
    .cartpage span.small,
    .cartpage span strong.small {
        font-size: 0.875rem;
    }
}
@media (max-width: 767.98px) {
    .cartpage .cart-image {
        max-width: 80px;
    }
}
