.team-stats {
    margin-top: 50px;
}

.team-stats .stat-item .stat-number{
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #4868d1;
    line-height: 1;
    margin-bottom: 8px;
}
.team-stats .stat-item .stat-label{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: 
    color-mix(in srgb, #475569 60%, transparent);
}
.team-stats .stat-divider {
    width: 1px;
    height: 60px;
    background: 
    color-mix(in srgb, #475569 15%, transparent);
}
.team-stats .stats-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding: 40px 48px;
    background: var(--surface-color);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.cart-pluse{
    font-size: 30px !important;
}
.cart-items-selected{
    position: absolute;
    top: -6px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 9px;
    line-height: 17px;
    text-align: center;
    background-color: #220079;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px;
}
.nav-currency-dropdown{
    min-width: 76px;
    
}
.nav-currency-dropdown .form-select{
    padding: 5px;
    font-size: 18px;
    border-radius: 6px;
    border: transparent;
    background-color: transparent;
    color: #000;
    margin-left: 10px;
    cursor: pointer;
}
.nav-currency-dropdown .form-select:focus{
    box-shadow: none;
    border-color: transparent;
    outline: none;
}
.cart-table tr th, .cart-table tr td{
    vertical-align: middle !important;
    padding: 15px !important;
    text-align: center !important;
}
.cart-table table thead{
    background-color: #f8f9fa;
    border-radius: 10px;
}


.btn-proceed span, 
.btn-more span{
    display: inline-block;
    letter-spacing: -.01em;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    padding: 17px 21px 20px;
    height: 52px;
    min-width: 220px;
    color: #3d3b42;
    background: #fff;
    cursor: pointer;
}
.btn-proceed,
.btn-more{
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 3px;
    background: -webkit-gradient(linear, right top, left top, color-stop(-.23%, #7ea9db), to(#043ead));
    background: linear-gradient(270deg, #7ea9db -.23%, #043ead 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: 0;
    display: block;
    margin: 20px auto;
    border-radius: 5px;
    width: fit-content;
}

.btn-proceed:after, .btn-proceed::before,
.btn-more:after, .btn-more::before {
    content: '';
    width: 18px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: .8s cubic-bezier(.19, 1, .22, 1) 50ms;
    transition: .8s cubic-bezier(.19, 1, .22, 1) 50ms;
}
.btn-proceed:before,
.btn-more:before {
    top: 0;
    left: 47%;
}
.btn-proceed:after,
.btn-more:after {
    bottom: 0;
    left: 25%;
}
.cart-buttons{
    margin: 40px auto 20px;
}

.btn-more.disabled {
    pointer-events: none;
    opacity: 0.6;
}
