.text-right {
    text-align: right;
}

#cart_count_header label {
    color: #ffffff;
    background-color: var(--muted-sage-green);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    top: -8px;
    text-align: center;
    align-content: center;
    right: 4px;
    font-size: 12px;
    font-family: var(--Poppins);
    margin: 0!important;
}
@media (max-width:768px) {
    #cart_count_header label{
        width: 14px;
        height: 14px;
        font-size: 8px;
    }
}
#wishlist_count_header label {
    color: #ffffff;
    background-color: var(--muted-sage-green);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    top: -8px;
    text-align: center;
    align-content: center;
    right: 4px;
    font-size: 12px;
    font-family: var(--Poppins);
    margin: 0!important;
}
@media (max-width:768px) {
    #wishlist_count_header label{
        width: 14px;
        height: 14px;
        font-size: 8px;
    }
}
.product-thumb-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.label-select-size-color {
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    line-height: 36px;
}

.btn_option_size.option_selected {
    border: 1px solid #222 !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}

.btn_option_color.option_selected {
    border: 1px solid #222 !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}

.qty_minus,
.qty_plus {
    cursor: pointer;
}