.service-list-heading {
    font-weight: 500;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    background: #333;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 15px;
}
.side-bar-area .list-item a {
    display: block;
    padding-left: 15px;
    position: relative;
    color: #777;
}
.side-bar-area .list-item a::before {
    content:'-';
    position: absolute;
    top:0;
    left:0;
}
.service-item .catAndSub a:nth-child(2) {
    padding: 0 4px;
    color: #949494;
    font-size: 15px;
}
.badge-grey {
    color: #ff0080;
    background-color: #eeeeee;
}
.service-item .service-content .title {
    font-size: 25px;
}
.service-item .service-user {
    font-size: 30px;
    float: none;
    margin-bottom: 20px;
}
.service-item .service-img img {
    height: 200px;
    width: 300px;
}
.service-item .service-content {
    width: 70%;
}
.service-cate {
    transform: translateY(-10px);
}
.footer-bottom {
    background: #eeebeb;
}
.go-back-btn {
    color: #ff0080;
    outline: none;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    font-size: 30px;
    line-height: 25px;
    background: #fff;
    z-index: 1;
}
.input-right-side-btn {
    bottom: 0.8px;
    right: 0;
    padding: 5px 10px;
    border: 1px solid #ffffff00;
    background: #6c2c2c00;
    color: #fd007f;
    border-radius: 0 0.25rem 0.25rem 0;
}
.span-or span {
    display: inline-block;
    background: #f8f9fa;
    color: #f73131;
    padding: 0 5px;
}
.form-error {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 11px;
    padding: 0 5px;
    font-weight: 600;
    letter-spacing: 1px;
}
.form-input.form-error-input {
    border-color: red;
}
.form-success {
    background-color: green;
    color: #fff;
    padding: 0 5px;
    border-radius: 10px;
    margin-left: 5px;
}
.form-danger {
    background-color: red;
    color: #fff;
    padding: 0 5px;
    border-radius: 10px;
    margin-left: 5px;
}
.verify-btn {
    border: none;
    background: #fff;
    font-size: 12px;
    color: #ff002c;
}
.readonly-profile .form-control[readonly] {
    background-color: #fff;
    border: none;
    padding: 0;
}
.btn-xs {
    padding: 0.15rem 0.3rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}
.cart-text-qty {
    width: 60px;
    border:
    none;
    text-align: center;
    background: #eee;
    outline: none;
}
.qty-block {
    overflow: hidden;
    display: inline-flex;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.qty-block button.btn {
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.cart-table .table {
    border: 1px solid #f731314d;
    border-radius: 10px;
}
.table td {
    vertical-align: middle;
}
.table thead tr {
    background-color: #f73131;
}
.table thead tr th {
    color: #fff;
}
.select-address input[type="radio"] {
    display: none;
}
.select-address label {
    border: 2px solid #d5d2d2;
    background-color: #f1efef;
    opacity: .5;
    padding-top: 15px!important;
    position: relative;
}
.select-address input[type="radio"]:checked+label {
    background-color: #fff;
    border-color: #f73131;
    opacity: 1;
}
.select-address .selected-address-tag {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    background: green;
    font-size: 10px;
    color: #fff;
    padding: 0px 7px;
    border-radius: 20px;
    line-height: 2.5;
}
.select-address input[type="radio"]:checked+label .selected-address-tag {
    display: block;
}




/* Responsive */
@media screen and (max-width: 426px) {
    .main-body .row>div {
        padding: 0;
    }
    .input-right-side-btn {
        bottom: 2.3px;
        right: 2.1px;
        padding: 3px 5.6px;
        display: inline-block;
        font-size: 12px;
        width: auto;
    }
    .form-control {
        padding: 5px 5px;
        font-size: 12px;
    }
    .d-xs-none {
        display: none!important;
    }
    .service-item {
        flex-direction: column;
    }
    .service-item .service-img img, .service-item .service-content {
        width: 100%;
    }
}