
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -500px;
    width: 450px;
    height: 100%;
    background-color: #fff;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
    z-index: 11000;
    overflow-y: auto;
    transition: right 0.3s ease;
    padding: 25px;
    font-family: 'Poppins', Arial, sans-serif !important;
}

.cart-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cart-sidebar-header h5 {
    margin: 0;
    font-size: 18px;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cart-item-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.cart-item-details {
    flex: 1;
    margin-left: 10px;
}

.cart-item-name {
    margin: 0;
    font-weight: bold;
}

.cart-item-qty {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
}

.cart-item-remove button {
    background: #ff4d4d;
    border: none;
    color: #fff;
    font-size: 18px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
}

.cart-subtotal {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.cart-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.cart-actions .btn {
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.cart-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10999;
    transition: opacity 0.3s ease;
}

.remove-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 20px;
    z-index: 10;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.remove-box-content h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

.pro-img-fluid {
    /* max-width: 280px;
    min-height: 210px; */
    height:230px; overflow:hidden;
}

.prosimoption {
    font-size: 15px;
    font-weight: bold;
}

.gpsProduct-banner .content-wrp-prod {
    padding: 90px 0 20px 0;
}

.floatleft {
    float: left;
}

.bg-EDEFF1 {
    background-color: #EDEFF1 !important;
}

.prosimoption {
    font-size: 14px;
    font-weight: 500;
}

.separator {
    margin: 0 4px;
    color: #888;
}

.more-sims {
    color: #344767;
    cursor: pointer;
    font-size: 13px;
    margin-left: 5px;
    text-decoration: underline;
}

.pro-title-minheight {
    /* min-height: 50px;
    max-height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center; */
    max-height: 45px;
    overflow: hidden;
}

.pro-sim-minheight {
    min-height: 25px;
    max-height: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.price-section {
    display: flex;
    align-items: center;
    gap: 6px;
    /* space between items */
    min-height: 28px;
    /* consistent height */
}

.price {
    font-size: 20px;
    font-weight: 600;
    color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important;
    line-height: 1.4;
}

.old-price {
    font-size: 14px;
    color: #888;
    margin-left: 5px;
}
.noUi-connect{background: #607ca2;}
.h5, h5 {
    font-size: 1.15rem;
}