small {
    font-size:80%;
} 
.text-underline {
    text-decoration: underline;
}
.text-secondary {
    color: var(--secondary);
}
.current-price small {
   color: var(--secondary); 
}
.h1_prod {
    font-family:"Montserrat", sans-serif;
    font-weight: 700;
    font-size:30px;
    line-height: 1.6;
}
.topbar-right li a {
    font-family:"Montserrat", sans-serif;
    font-size:14px;
}
.footer-menu-list li a {
    font-family:"Montserrat", sans-serif;
}
.topbar-right li a:hover {
    text-decoration: underline;
}
.logo-header {
    display: flex;
    gap:10px;
    align-items: center;
}

.logo-header img{
    width: 70px;
}
.logo-header .logo_text {
    font-family:"Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size:20px;
}
.footer-info li a {
    display: flex;
    align-items: center;
    gap:10px
}
.box-nav-ul>li a{
    font-weight: 600; 
    font-family: var(--title-font);
}
.topbar-right ul {
    gap:10px
}
.main_banner {
    max-width: 800px;
    background: rgb(70 66 60 / 34%);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.9px);
    -webkit-backdrop-filter: blur(7.9px);
    border: 1px solid rgba(255, 255, 255, 0.53);
}

.color_varirant {
    display: flex;
    align-items: center;
   
   
}
.color_img_item {
    width: 75px;
    height: 75px;
}
.color_img {
    width: 75px;
    height: 75px;
    
}
.prod_features {
    display: flex;
    align-items: center;
    
    flex-wrap: wrap;
    gap:10px;
}
.prod_feature_item {
    flex:1 1 48%;
    max-width:48%;
    padding: 7px 10px;
    display: flex;
    border-radius:10px;
    align-items: center;
    justify-content: space-between;
    border: 2px solid var(--line);
}
.features_value {
    font-weight: 600;
}
.feature_text {
    color:var(--secondary);
    font-size:90%;
}
.page-title {
    background:#f4f3ee;
}
.breadcrumb-item+.breadcrumb-item::before {
    margin-right:5px;
}
.breadcrumb-item.active {
    color:var(--secondary);
}
.page-title .heading {
    font-size:25px;
}
.card-product {
    padding: 5px;
    border-radius:5px;
}
.card-product:hover {
    box-shadow: rgb(237, 237, 237) 0px 2px 8px;
        
}
.tf-icon-box h6 {
    font-weight: 700;
    font-family: var(--title-font);
    font-size:30px;
    color:var(--success);
}
.blog_page p {
    margin-bottom: 1rem;
    
}
.blog_page ul,.blog_page ol {
    list-style:disc;
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 1rem;
    
}
.blog_page ul>li {
    list-style:disc;
}
.blog_page ul>li::marker {
  color: var(--success);
}
.blog_page ol>li {
    list-style:auto;
}
.project_item {
    position: relative;
}
.page-title .heading {
    line-height: 1.5;
}
input[name="surname"] {
    display: block;
    width: 2px;
    height: 3px;
    padding: 0;
    margin-bottom: -3px;
    opacity: 0.01;
}
.menu_number {
    text-align: right;
    
}
.menu_number a {
    font-weight: 700;
    font-size:18px;
}
@media (max-width: 768px) {
    .logo-header img{
        width: 50px;
    }
    .features_value {
        width: 100px;
    }
    ul.breadcrumbs {
        flex-wrap:wrap;
    }
}