
    .nav-tabs {
        display: flex !important;
        margin-bottom: 20px !important;
        padding: 0 !important;
        border-bottom: none !important; /* Remove default border */
        /* gap: 15px !important; */
    }

    .nav-tabs .nav-item {
        list-style: none;
    }

    .nav-tabs .nav-link {
        margin: 0 2px!important;
    box-shadow: none;
    background-color: #f7f7f7;
    padding: 15px 45px!important;
    color: #74777b;
    transition: background-color 0.2s, color 0.2s;
    border:1px solid #ededed!important;
    border-radius:0px;
    }

    .nav-tabs .nav-link:hover {
        background: #0284c7; 
        color: #fff;
        text-decoration: none;
    }

    .nav-tabs .nav-link.active {
        background: #0369a1!important; 
        color: #fff!important;
        border-radius:0px;
        border-color: #0369a1;
    }

    
    .user-image {
        min-width: 125px;
        height: 125px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 15px;
    }
    .status-default {
        background-color: #eee;
    }
    .ac-day-split-top-default {
        display: none;
    }
    .ac-day-split-bottom-default {
        display: none;
    }
    .status-1 {
        background-color: #6978fd;
    }
    .ac-day-split-top-1 {
        display: none;
    }
    .ac-day-split-bottom-1 {
        display: none;
    }
    .ac-day-split-top-2 {
        border-color: #DDFFCC transparent transparent transparent;
        _border-color: #DDFFCC #000000 #000000 #000000;
    }
    .ac-day-split-bottom-2 {
        border-color: transparent transparent #FFC0BD transparent;
        _border-color: #000000 #000000 #FFC0BD #000000;
    }
    .ac-day-split-top-3 {
        border-color: #FFC0BD transparent transparent transparent;
        _border-color: #FFC0BD #000000 #000000 #000000;
    }
    .ac-day-split-bottom-3 {
        border-color: transparent transparent #DDFFCC transparent;
        _border-color: #000000 #000000 #DDFFCC #000000;
    }
    div.ac-yearly-calendar-legend span.ac-legend-item p {
        margin: 0;
    }
    .proceed-btn button {
    background: #28a745;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    }
        .proceed-btn {
            margin-top: 10px;
        }
        
    .proceed-btn button:hover{
     background: #fff;
        color: #28a745;
        border: 1px solid;
        font-weight: 500;
    }
    .proceed-btn button:disabled {
        background: #ccc;
        cursor: not-allowed;
    }
    .tab-content .table{
        max-width:100%;
    }
    .tab-content>.active {
        display: block;
    }

    .d-none {
        display: none;
    }
    .review-name-box{
        display: flex;
        align-items:center;
        justify-content:space-between;
    }
    .review-name{
        font-weight:600;
    }
    .review-date{
        color: #5b5b5b;
    }
    .review-card {
        border-top: 1px solid #bbbbbb;
        padding: 20px 0px;
        margin-top: 20px;
    }
    .review-title{
        color:#000;
        font-weight: 600;
    }
    .review-heading{
        font-size: 20px;
        font-weight: 500;
    }
    .availability-heading{
        font-size: 20px;
        font-weight: 500;
    }
    .review-heading-sub{
        font-size: 16px;
    color: #5b5b5b;
    }
    .review-heading-sub b{
        font-weight:500;
    }
    .review-header-box .review-user-img-box{
        width: 60px;
        height:60px;
        border-radius:50%;
    }
    .review-header-box .review-user-img-box img{
       width: 100%;
       border-radius:50%;
       height:100%;
    }
    .review-content{
        color: #2e2e2e;
        margin-bottom:10px;
    }
    .box-profile{
        border: 1px solid #e2e2e2;
    display: flex;
    justify-content:space-between;
    padding: 20px;
    align-items:center;
    background: #f7f7f7;
    }
    .profile-user-img-box{
        height: 150px;
        width: 150px;
        margin-right:20px;
    }
    .profile-user-img-box img{
       min-width: 100%;
        height:100%;
        border-radius:50%;
    }
    .profile-username {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        word-break: break-all;
    }
    .green-star{
        color:#2db783;
        display:inline;
    }
    .star-box{
        color:#2db783;
        display:inline;
        font-size:30px;
    }
    .justify-content-center{
        justify-content:center;
    }
    .tab-content .form-group{
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e1e1e1;
    }
    .tab-content .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
    }
    .tab-pane .col-form-label {
        padding-top: 0;
            color: #000;
            font-weight: 500;
            padding-bottom: 0;
    }
    .tab-content{
        border: 1px solid #ededed;
    padding: 16px;
    }
    .tab-pane p {
      
    color: #060606;
    }
    .nav-tabs .nav-link:hover{
        border-color: transparent;
    }
    .nav-tabs .nav-link:hover a{
       color:#000;
    }
    .nav-tabs .nav-link a{
        color:#888888;
    }
    .cs-label{
        color:#3c3c3c;
    }
    .nav-tabs .nav-link{
        padding:0px;
        margin-right:30px;
    }
    .column-responsive-space .nav-tabs{
        padding-bottom:20px;
    }
    .column-responsive-space{
        margin-top: 20px;
    }

    .me-3{
        margin-right:8px;
    }
    .box-profile .list-group{
    align-items: center;
    margin-bottom: 00px;
    flex-direction: row;
    }
    .box-profile .list-group li.first{
        font-weight: 500;
        }
        .box-profile .list-group li.last{
        }
        .box-profile .start-box-user{
            margin-bottom: 10px;
          display:block;
        }
        .box-profile .list-group li svg{
            margin-top:-3px;
        }
        @media only screen and (max-width: 1024px) {
            .ftop li {
    width: 45%;

    }
        .box-profile .list-group{
            display: block;
        }
        .box-profile .list-group li{
            display:flex;
            align-items:start;
        }
        .box-profile .list-group li svg{
            min-width: 24px;
            margin-top:0;
        }
        .box-profile .list-group li.first{
            word-break: break-all;
            border-right:0;
        }
    }
    @media only screen and (max-width: 768px) {
        .proceed-btn-box{
            display: flex;
    gap: 10px;
    flex-wrap: wrap;
        }
        .box-profile{
            display:block;
        }
    .nav-tabs .nav-link {
        padding:15px 25px!important;
    }
    }
    @media only screen and (max-width: 600px) {
        .proceed-btn-box{
           
    gap: 5px;
   
        }
        .ftop li {
    width: 100%;

    }
        .profile-user-img-box {
    margin-right: 0px;
    margin-bottom:10px;
    width: 150px;
    }
    .nav-tabs .nav-link{
       padding:10px!important;
       font-size:14px;
    }
    .proceed-btn button{
        padding: 10px 15px;
        font-size:14px;
    }
    .box-profile{
        display: block;
    }
    .column-responsive-space .nav-tabs {
    display:flex!important;

    }
    .me-3{
        margin-right:3px;
    }
    }
    .content-img-box{
        display:flex;
        flex-wrap:wrap;
        align-items: center;
    }

.add-to-cart-button {
    background: #0369a1;
    border: #0369a1;
    position: relative;
    top: 20px;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    color: #fff;
}

ul.product_item_text_profile {
    position: static !important;
}

.product_item_text_profile {
    padding: 12px 12px 30px;
}

.product_item_text_profile .item_title {
    display: flex;
    justify-content: space-between;
}
.product_item_text_profile h5 {
    color: #000;
    font-weight: 700;
    line-height: 22px;
    width: 100%;
}
.product_item_text_profile ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    position: static;
    margin-top: 10px;
}
.product_item_text_profile ul li {
    list-style: none;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    padding: 1px 5px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    color: #5A5D60;
}
.product_item_text_profile ul li b {
    color: #111111;
    display: block;
    width: 100%;
    margin-bottom: 4px;
}
.product__item .comment.favorite span i {
    color: #ccc;
}
.product__item .comment.unfavorite span i {
    color: red;
}
.product_page_inc_success {
    font-size: 17px;
}
a.btn_darkblue_small.btn_darkblue_small_success {
    font-size: 17px;
    padding: 10px 10px;
    border-radius: 5px;
    background-color: green;
}

#cartLoaderOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.cart-loader-backdrop {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cart-loader-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.product__page__inc.product_page_inc_success_center {
    border: 0px solid rgba(0, 0, 0, .125) !important;
}
a.btn_darkblue_small.btn_darkblue_small_success:hover{
    color: rgb(255, 255, 255);
}
.product__item {
    /* width: 311.5px; */
}
.product_item_text_profile .item_title h5 small
 {
    font-size: 11px;
    line-height: 13px;
    color: #5A5D60;
    display: block;
    width: 100%;
    margin-top: 4px;
    font-weight: 400;
}
.filter-resultsd .product__item{
    width: auto;
}

@media only screen and (max-width: 600px) {
  
.blueprint-page-inner-box{
    padding: 0px;
}
}
