body{
    font-family: "Manrope", sans-serif !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Manrope", sans-serif !important;
}
a{
    font-family: "Manrope", sans-serif !important;

}
p{
    font-family: "Manrope", sans-serif  !important;
}
ol,ul{
    font-family: "Manrope", sans-serif !important;
}
li,span{
    font-family: "Manrope", sans-serif  !important;
}
button{
    font-family: "Manrope", sans-serif !important;
}
.tf-btn{
    border-radius: 36px !important;
}
.tf-product-btn-wishlist{
    border-radius: 35PX !important;
}
.btn{
    border-radius: 50px;
}
.product-short li{
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
}
.tf-product-btns a{
    border-radius: 50px;
}
.featured-table tr{
    border: 1px solid #ddd;
    vertical-align: center;
}
.featured-table tr td{
    vertical-align: middle;
}
.bank-offer{
    color: #43c801;
}

.bank-offer ul{
    padding-left: 15px;
}
.add-info th{

    width: 230px;
}

.flat-accordion1.has-btns-arrow .flat-toggle .toggle-title::before, .flat-accordion.has-btns-arrow .flat-toggle .toggle-title::before{
    right: 15px;
}
.flat-accordion1.style-default .toggle-title, .flat-accordion.style-default .toggle-title{
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin-bottom: 15px;
}
.flat-accordion1.style-default .toggle-content, .flat-accordion.style-default .toggle-content{
    padding: 15px;
}
.hotel-btn{
    background-color: #1e1e1e;
    color: #fff;
    border-radius: 2px;
    border: 0px;
}

.product-shorttable tr{
    border: 1px solid #eee;
    padding: 5px;
}
.product-shorttable tr th{
    width: 55px;
    padding: 5px;
    border-right: 1px solid #eee;
    vertical-align: middle;
}
.product-shorttable tr td{
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
}
.price{
    font-size: 17px;
    font-weight: 600;
}
.price-on-sale{
    color: #111 !important;
    font-weight: 700;
}

/* Enhanced Sidebar Styles */
.tf-section-sidebar {
    position: sticky;
    top: 20px;
}
.tf-section-sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 7px;
    margin-bottom: 11px;
}

.blog-article-item.style-sidebar:last-child {
    border-bottom: none;
    background-color: #eee;
    padding: 10px;
    border-radius: 11px;
}

.sidebar-item .card {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.sidebar-item .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px);
}

.sidebar-title {
    color: #2c3e50;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.sidebar-content ul li {
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    cursor: pointer;
}
.tf-page-title p{
    font-size: 16px;
    margin:10px 0px;
}

.sidebar-categories ul li a {
    border-radius: 8px;
    margin-bottom: 0px;
  
}

.sidebar-content  ul li:hover {
    background-color: #f8f9fa !important;
    border-color: #007bff;
    transform: translateX(5px);
}

.sidebar-categories ul li a.bg-primary {
    background-color: #007bff !important;
    border-color: #007bff;
}

.blog-article-item.style-sidebar {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.3s ease;
}

.blog-article-item.style-sidebar:hover {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 10px;
    margin: 0 -10px;
}

.gift-btn{
    transition: all 0.3s ease;
}
.gift-btn:hover{
    transform: scale(1.1);
    background-color: var(--primary);
    color: #fff !important;
    border: 1px solid var(--primary);
    border-radius: 50px;
}
.card-product .card-product-info .price {
    font-size: 17px !important;
}
.ins-pro{
    background-color: #eee;
    padding: 10px 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.ins-pro:hover{
    transform: translateY(-5px);
    background-color: #eee;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.blog-article-item.style-sidebar:last-child {
    border-bottom: none;
}

.blog-article-item.style-sidebar .article-thumb {
    flex-shrink: 0;
}

.blog-article-item.style-sidebar .article-content {
    flex: 1;
    min-width: 0;
}

.blog-article-item.style-sidebar .article-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.blog-article-item.style-sidebar .article-title a:hover {
    color: #007bff !important;
}

/* Mobile Sidebar Button */
.btn-sidebar-mobile {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.btn-sidebar-mobile .btn {
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
}

.btn-sidebar-mobile .btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .tf-section-sidebar {
        position: static;
        margin-top: 30px;
    }
    
    .sidebar-item .card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .blog-article-item.style-sidebar {
        gap: 12px;
    }
    
    .blog-article-item.style-sidebar .article-thumb img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .sidebar-title {
        font-size: 16px;
    }
}