#header_top { 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_top { 
    padding-left: 37px;
}
.button_top {
    width: 16%;
    text-align: right;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
}
.button_top a { 
    text-decoration: none;
    position: relative;
}
#wishlist-total {
    position: absolute;
    top: -7px;
    right: -9px;
    background: #EAB818;
    width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cart-total {
    position: absolute;
    top: -7px;
    right: -9px;
    background: #EAB818;
    width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #347928;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}
.button_top a i { 
    color: #347928;
    font-size: 25px;
}
#logo {
    padding: 15px 0;
}
.catalog_head_button {
    position: relative;
    display: inline-block;
    background: #73B36E;
    color: #fff;
    text-decoration: none;
    padding: 0 24px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog_head_button i { 
    font-size: 18px;
}
header { 
    box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 47%);
    margin-bottom: 50px;
}
.catalog_head_button i { 
    margin-right: 15px;
}
#header_bottom { 
    position: relative;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top_menu { 
    position: absolute;
    background: #fff;
    z-index: 999;
    top: 58px;
    border-radius: 20px;
    box-shadow: 1px 6px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    left: 0;
    display: none;
}
#top_menu > ul { 
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 154px;
}
#top_menu > ul > li { 
    margin-bottom: 10px;
}
#top_menu > ul > li > a { 
    color: #000;
    font-size: 16px;
}
#top_menu > ul > li > div { 
    display: none;
}
#top_menu > ul > li:last-child { 
    margin-bottom: 0;
}
.product-grid .product-thumb .button-group button { 
    background-color: #73B36E;
    color: #fff;
    line-height: 30px;
    border-radius: 5px;

}
.product-grid .product-thumb .button-group .compare button { 
    background-color: #73B36E;
    color: #fff;

}
#feature .product-thumb .button-group button { 
    background: #73B36E;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;

}
.product_added_cart {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: inherit;
    margin: auto;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 0px 0px #000;
    width: fit-content;
}
.product_added_cart .alert.alert-success { 
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 37%);
    background: #73B36E;
    color: #fff;
}
.product_added_cart .alert.alert-success a { 
    color: #fff;
    text-decoration: none;
}
.product-grid .product-thumb h4 a {
    min-height: 50px;
    overflow-wrap: anywhere;
    padding: 0 5px;
}
.not_stock {
    font-weight: bold;
    font-size: 18px;
}
.product_not_stock {
    margin-left: 0;
    font-weight: bold;
    font-size: 13px;
    background: #EAB818;
    color: #fff;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
}
#feature .product-thumb {
    position: relative;
}
.phone_right {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    text-align: right;
}
.phone_right a {
    font-size: 17px;
    font-weight: 500;
    margin-right: 0;
    position: relative;
}
.phone_right a:first-child {
    margin-bottom: 5px;
}
.phone_right a:before {
    content: " ";
    background: url(../image/phone.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: -23px;
    top: 1px;
    background-size: 16px;
}
.mobile_catalog_button {
    display: none;
}
#mobile_menu {
    display: none;
}
.has_child_three a {
    display: flex;
}
.has_child_three > a:after { 
    content: " ";
    background: url(../image/right.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    background-size: 15px;
    margin-left: 11px;
    transform: rotate(90deg);
    transition: 0.5s;
    margin-top: 3px;
}
.has_child_three > a.active:after {
transform: rotate(-90deg);
}
.see-all {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    width: fit-content;
    text-decoration: underline;
}
#top_menu > ul > li > div {
    max-width: 260px;
}
.mobile_menu_top_menu > ul > li > ul > li > div > div > ul, #top_menu > ul > li > div > div > ul {
    list-style: none;
    padding: 10px 15px;
}
.mobile_menu_top_menu > ul > li > ul > li > div > div > ul > li, #top_menu > ul > li > div > div > ul > li {
    margin-bottom: 10px;
}
.mobile_menu_top_menu > ul > li > ul > li > div > div > ul > li:last-child, #top_menu > ul > li > div > div > ul > li:last-child {
    margin-bottom: 0;
}
.mobile_menu_top_menu > ul > li > ul > li > div > div > ul > li > a, #top_menu > ul > li > div > div > ul > li > a {
    color: #000;
    font-size: 13px;
}
#feature .product-thumb .button-group {
    padding-left: 0;
}
#feature .product-thumb .button-group button {
    float: none;
}
.product-thumb .rating {
    display: none;
}

@media screen and (max-width: 767px) {
    #header_top {
        flex-wrap: nowrap;
        justify-content: center;
        order: 2;
        width: 86%;
    }
    .search_top {
        order: 2;
        padding-left: 0;
        display: none;
    }
    .button_top {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-between;
        padding-left: 0;
        order: 3;
        padding-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 106px;
        margin-left: auto;
        margin-right: auto;
    }
    .catalog_head_button {
        margin-left: auto;
        margin-right: auto;
        padding: 15px;
        display: none;
    }
    .mobile_catalog_button {
        position: relative;
        display: inline-block;
        background: #73B36E;
        color: #fff;
        text-decoration: none;
        padding: 0 24px;
        line-height: 50px;
        font-size: 16px;
        border-radius: 15px;
        font-weight: 600;
        cursor: pointer;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    .mobile_catalog_button > i {
        font-size: 18px;
    }
    #top_menu {
        left: 0;
        right: 0;
        margin: auto;
        display: none;
        min-width: 270px;
    }
    .col-xs-6 { 
        padding: 0;
    }
    #feature .product-thumb .button-group {
        padding-left: 0;
        display: flex;
        justify-content: center;
    }
    header > .container { 
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #logo {
        padding: 15px 0;
        margin: 0;
        margin-left: 5px;
        margin-right: 5px;
    }
    #logo img { 
        max-width: 190px;
    }
    #header_bottom {
        position: relative;
        padding-bottom: 0;
        order: 1;
        width: 14%;
    }
    .catalog_head_button i {
        margin-right: 0;
    }
    .catalog_head_button span { 
        display: none;
    }
    .pro .tab-content {
        width: 100%
    }
    .pro .nav-tabs > li {
        width: 100%;
    }
    .blog_single_content img {
        width: 100% !important;
        height: auto;
    }
    .blog_single_content .product-layout.product-grid {
        padding: 0 10px;
    }
    .phone_right {
        display: none;
    }
    #mobile_menu {
        position: fixed;
    top: 0;
    left: -999px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    overflow-y: scroll;
    display: block;
    transition: 0.5s;
    }
    #mobile_menu.active {
        left: 0;
    }
    .mobile_menu_top {
        width: 100%;
        padding: 0 20px;
        background: #838080;
        padding: 13px 20px;
    }
    .close_mobile_menu {
        background: url(../image/close.svg) no-repeat;
        width: 15px;
        height: 15px;
        background-size: 15px;
    }
    .mobile_menu_top_menu {

    }
    .mobile_menu_top_menu > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .mobile_menu_top_menu > ul > li {
        margin-bottom: 35px;
    }
    .mobile_menu_top_menu > ul > li:last-child {
        margin-bottom: 0;
    }
    .mobile_menu_top_menu > ul > li > a {
        color: #000;
        display: flex;
        align-items: center;
    }
    .mobile_menu_top_menu > ul > li > a i {
        font-size: 20px;
        margin-right: 10px;
    }
    .mobile_menu_top_menu > ul > li > a span {
        font-size: 18px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }
    .mobile_menu_top_menu > ul > li > ul {
        list-style: none;
        display: none;
        padding-left: 40px;
        padding-top: 15px;
    }
    .mobile_menu_content {
        padding: 15px 20px;
        padding-top: 35px;
    }
    .mobile_menu_top_menu > ul > li:nth-child(2) a span:after {
        content: " ";
        background: url(../image/right.svg) no-repeat;
        width: 15px;
        height: 15px;
        display: block;
        background-size: 15px;
        margin-left: 14px;
        transform: rotate(90deg);
        transition: 0.5s;
    }
    .mobile_menu_top_menu > ul > li > a.active span:after {
        transform: rotate(-90deg);
    }
    .mobile_menu_top_menu > ul > li > ul > li {
        margin-bottom: 10px;
    }
    .mobile_menu_top_menu > ul > li > ul > li:last-child {
        margin-bottom: 0;
    }
    .mobile_menu_top_menu > ul > li > ul > li > a {
        color: #000;
        font-size: 14px;
    }
    .mobile_menu_top_menu > ul > li > ul > li > div:not(.arrow_three_lvl) {
        display: none;
    }
    .mobile_menu_bottom {
        border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
    }
    .adress {
        display: flex;
        align-items: center;
        font-size: 13px;
        font-weight: 500;
    }
    .adress:before {
        content: " ";
        background: url(../image/location.svg) no-repeat;
        width: 15px;
        height: 15px;
        display: block;
        margin-right: 12px;
    }
    .phone_block_mobile {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }
    .phone_block_mobile a {
        position: relative;
        padding-left: 24px;
        font-size: 17px;
        font-weight: 500;
    }
    .phone_block_mobile a:before { 
        content: " ";
        background: url(../image/phone.svg) no-repeat;
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        left: 0;
        top: 1px;
        background-size: 16px;
    }
    .time_work {
        display: flex;
        align-items: flex-start;
        margin-top: 15px;
        margin-bottom: 24px;
    }
    .time_work:before {
        content: " ";
        background: url(../image/working.svg) no-repeat;
        width: 15px;
        height: 15px;
        display: block;
        position: relative;
        top: 2px;
        margin-right: 10px;
        margin-bottom: 24px;
    }
    .product_catalog a {
        text-transform: uppercase; /* делает все буквы заглавными */
        font-size: 24px;           /* увеличивает размер текста */
        font-weight: bold;         /* делает текст жирным */
        display: inline-block;
        margin-top: 20px;          /* отступ сверху, чтобы отделить от остальных блоков */
        color: #000;               /* можно задать цвет, если нужно */
        text-decoration: none;     /* убирает подчёркивание */
    }
    .product_not_stock {
        right: 50px;
        top: 10px;
    }
    .has_child_three {

    }
    #feature .product-layout {
        min-height: 390px;
    }
    footer h5 {
        margin-top: 15px;
        margin-bottom: 8px;
    }
}