.cartmini__wrapper {
    padding: 3.5vw;
    padding-top: 50px;
}

.cartmini__top {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.cartmini__list {
    height: 575px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}

.cartmini__item {
    padding: 20px 0;
    padding-right: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.p-rel {
    position: relative;
}

.mr-15 {
    margin-right: 15px;
}

a {
    text-decoration: none;
}

.cartmini__title {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
}

.cartmini__remove {
    position: absolute;
    top: 20px;
    right: 8px;
    font-size: 13px;
    color: #bebdbd;
    height: 17px;
    width: 17px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #bebdbd;
    border-radius: 50%;
}

.cartmini__price .price {
    font-size: 13px;
    color: #222;
}

#style-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #f1f1f1;
}

#style-bar::-webkit-scrollbar {
    width: 5px;
    background-color: #f1f1f1;
}

#style-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: #595757;
}

.scrollbar {
    float: right;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

.cartmini__remove {
    position: absolute;
    right: 8px;
}

.cartmini__total {
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: 1px solid #e1e1e1;
}

.cartmini__total h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    color: #666666;
}

.cartmini__total span {
    font-size: 18px;
    color: #222;
}

.mb-20 {
    margin-bottom: 20px;
}

.s-btn {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    text-align: center;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    border: 1px solid #222;
    text-transform: uppercase;
}