.cart-item-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 0.5rem 0;
}

.cart-item {
    padding: 1rem;
}

.cart-item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0px;
}

.btn-remove {
    color: var(--color-accent);
    position: relative;
    width: 30px;
    height: 30px;
    background-color: var(--color-bg-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C2AA6A !important;
    cursor: pointer;

}
.card-right-basket .card {
    height: auto !important;
    padding: 40px !important;
}

.cart-icons{
    position: relative;
    display: flex;
    justify-content: end;
    padding-bottom: 0px;
}

.cart-icons .favorite-btn {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #C2AA6A !important;
}

.cart-icons .bi-heart::before {
    content: url(/assets/components/pb/templates/v3/images/heart_color.svg);
    vertical-align: -0.1em;
}

.cart-icons .favorite-btn:hover {
    color: var(--color-text-button);
    background: var(--color-bg-white);
    border: var(--color-border-accent);
}

#artistfavor .modal-body a{
    color: var(--bs-heading-color);
    text-decoration: none!important;
}

.cart-item-price{
    color: #C2AA6A !important;
    font-family: 'Montserrat-Regular';
    font-weight: 700 !important;
    font-size: 24px !important;
}

.cart-item{
    padding: 0;
    margin-bottom: 92px;
}

.cart-item-title{
    color: #404040 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat-Bold';
}

.card-right-basket-info{
    border: 1px solid #E6DCBE;
}

.total-icon{

}

.totals-info{
    color: #404040 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat-Bold';
}

.totals-price-total{
    color: #404040 !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat-Bold';
    border-top: var(--color-border);
    border-bottom: var(--color-border);
    padding-top:30px;
    padding-bottom:30px;
}

.cost-days{
    list-style-type: none;
    list-style-image: url(/assets/components/pb/templates/v3/images/gal.svg);
    margin-bottom: 0;
}

.cost-days span.no-bold {
    font-weight: 400 !important;
    font-family: 'Montserrat-Regular';
}

.cart-bottom-social{
    display: flex;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center!important;
    align-items: center !important;
    margin-top: 20px;
}

.cart-bottom-social img{
    max-width: 35px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
}
                

@media (max-width: 767px) {
    .cart-item-info {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.3rem !important;
    }

    .cart-item-divider {
        margin: 0.3rem 0;
    }
}

.items-count-summary {
    border-bottom: var(--color-border);
}

.cart-items-container {
    max-width: 100vw;
    overflow: hidden;
    margin-bottom: 30px;
}

.cart-items-container-items{
    border-bottom: 1px solid #E6DCBE;
    border-radius: 0 !important;
}

.cart-items-container-address{
    border-bottom: 1px solid #E6DCBE;
    margin-bottom: 30px;
    padding-bottom:30px;
    border-radius: 0 !important;
}

.cart-items-container .cart-item:last-child{
    margin-bottom: 62px;
}

.total-icon .title{
    font-family: 'Montserrat-Bold';
    font-weight: 700;
    font-size: 32px !important;
    color: #C2AA6A;
    text-transform: uppercase;
}

.secure-ssl{
    margin-left:16px;    
}

.secure-ssl span{
    font-weight: 700;
    font-family: 'Montserrat-Bold';
    font-size: 14px !important;
    color: #C2AA6A;
}

.secure-ssl span + span{
    font-weight: 400;
    font-family: 'Montserrat-Regular';
}

.artist-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;

}

.gallery-container {
    display: flex;
    gap: 4px;
    height: 0;
    padding-bottom: 66.66%;
    position: relative;
    overflow: hidden;
    margin-bottom:24px;
}

.main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(66.66% - 6px);
    height: 100%;
}

.side-images {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(33.33% - 6px);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.side-image {
    position: relative;
    height: calc(50% - 2px);
}

.gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.artist-info {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0px;
}

.artist-info-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.artist-avatar {
    position: relative;
    width: 100px;
    height: 100px;
    min-width: 100px;
}

.artist-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.artistworksslideSwipercontainer .swiper-container {
    width: 100%;
    height: 475px!important;
    overflow: hidden;
    padding-bottom: 0!important;
}

.best-artists-cart .cart-btn-container-swiper .favorite-btn {
    margin-right: 0!important;
}

@media (max-width: 992px) {
    .cart-bottom-social {
        margin-bottom: 40px;
    }
    .total-icon {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column!important;
        flex-direction: column !important;
    }
}


@media (min-width: 992px) and (max-width: 1400px) {
        .total-icon {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column!important;
        flex-direction: column !important;
    }
}