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 {
    flex-wrap:wrap;
    flex-direction: column;
    align-items: center;
}

.menu_number  {
    font-weight: 700;
    font-size:18px;
    padding: 4px 0px;
    width: max-content;
}
.price_btn {
    font-weight: 500;
    font-size:14px;
    padding: 8px 8px;
}
.menu_number .price_btn:hover {
    background-color: var(--success);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}
.ui-widget-content {
    z-index: 1200;
}
.swal2-title {
    line-height: 1.5;
}
.cart_prod_count {
    padding: 9px 2px;
    text-align: center;
}
.diller_item {
    border: 2px solid var(--line);
    border-radius: 10px;
    padding: 7px 10px;
}
.diller_item_title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size:18px;
}
.dillter_info {
    color: var(--secondary);
}
.dillter_info strong {
    color: var(--main);
}
.how_to_go {
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 8px;
    background-color: var(--success);
    border-radius: 10px;
    color: var(--white);
}
.beton_picker {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.option_price_item input{
    display: none;
}
.option_price_item label {
    width: 100%;
    display: inline-block;
    flex: 1 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    border-radius:10px;
    border: 2px solid var(--line);
   
    text-align: left;
    cursor: pointer;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.option_price_item input[type='radio']:checked+label {
    background-color: #F07E26;
    color: #fff;
}
.blog_page table td{
    border: 1px solid var(--line) !important;
}
#ymap_main {
    display: block;
    width: 100%;
    height: 650px;
    padding: 0;
    margin: 0;
}
@media (max-width: 768px) {
    .logo-header img{
        width: 50px;
    }
    .features_value {
        width: 100px;
    }
    ul.breadcrumbs {
        flex-wrap:wrap;
    }
}