.rbt-search-with-category .search-field {
    width: 100%;
}
.rbt-card .rbt-card-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    margin-top: -10px;
}
.rbt-card .rbt-card-body .rbt-card-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.fat-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}
.fat-container:hover {
    height: 100%;
}
.fat-container:hover .sub-button:nth-child(2) {
    transform: translateY(-80px);
}
.fat-container:hover .sub-button:nth-child(3) {
    transform: translateY(-140px);
}
.fat-container:hover .sub-button:nth-child(4) {
    transform: translateY(-200px);
}
.fat-container:hover .sub-button:nth-child(5) {
    transform: translateY(-260px);
}
.fat-container:hover .sub-button:nth-child(6) {
    transform: translateY(-320px);
}
.fat-container .fat {
    position: relative;
    height: 70px;
    width: 70px;
    background-color: #800080;
    border-radius: 50%;
    z-index: 2;
}
.fat-container .fat::before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: inherit;
    border-radius: 0 0 10px 0;
    z-index: -1;
}
.fat-container .fat .fat-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.fat-container .fat .fat-content .material-icons {
    color: white;
    font-size: 48px;
}
.fat-container .sub-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-color: var(--color-primary);
    border-radius: 50%;
    transition: all 0.3s ease;
}
.fat-container .sub-button:hover {
    cursor: pointer;
}
.fat-container .sub-button .material-icons {
    color: white;
    padding-top: 6px;
}
.rbt-progress-parent {
    position: fixed;
    left: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--black-opacity);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.rbt-counterup .inner .content .counter {
    font-weight: 700;
    font-size: 35px;
    line-height: 56px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding: 0 24px;
    margin-left: -20px;
    margin-bottom: 9px;
}
.sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: #f8f9fa; /* Bootstrap light background color */
    padding: 0.5rem 0; /* Padding to make the footer taller */
}
.rbt-minicart-wrapper .thumbnail a img {
    width: 120px;
    height: 80px;
    border-radius: var(--radius);
}
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.star-rating input[type="radio"] {
    display: none;
}
.star-rating label {
    font-size: 2rem;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s;
}
.star-rating input[type="radio"]:checked ~ label,
.star-rating input[type="radio"]:hover ~ label,
.star-rating label:hover ~ label {
    color: #ffc107;
}
input[type=checkbox] ~ label::before, input[type=radio] ~ label::before {
    border-color: #ffc107;
}
/*.rbt-counterup {*/
/*    background: var(--color-white);*/
/*    box-shadow: var(--shadow-1);*/
/*    border-radius: 5px;*/
/*    text-align: center;*/
/*    padding: 10px;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*}*/
/*.rbt-counterup .inner .rbt-round-icon {*/
/*    margin-bottom: 5px;*/
/*    position: relative;*/
/*    background: var(--color-white);*/
/*    width: 50px;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    height: 50px;*/
/*    line-height: 100px;*/
/*    padding: 25px;*/
/*    border-radius: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    box-shadow: var(--shadow-10);*/
/*}*/
/*.rbt-counterup .inner .content .counter {*/
/*    font-weight: 700;*/
/*    font-size: 40px;*/
/*    line-height: 40px;*/
/*    margin-bottom: 0;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    padding: 0 24px;*/
/*    margin-left: -20px;*/
/*}*/
.badge {
    display: inline-block;
    padding: 3px 4px;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.search-field {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.rbt-card.card-list-2 .rbt-card-img a {
    display: block;
    height: 70%;
    width: 100%;
}
.service-card-6 .inner {
    border-radius: 20px;
    padding: 45px 35px;
    position: relative;
    z-index: 1;
    border: 1px solid var(--color-border);
    height: 100%;
}
.bg-mes-red,.bg-mes-red td{
    background-color: palevioletred;
    border-color: palevioletred;
}
.bg-mes-blue,.bg-mes-blue td{
    background-color: skyblue;
    border-color: skyblue;
}
.cm-block-l{
    display: none;
}
@media only screen and (max-width: 575px) {
    .cm-block-l{
        display: block;
    }
    .cm-block-r{
        display: none;
    }
}


