header .buttons .button_dropdown .to_catalog {
    justify-content: center;
}


.language-switching {
    margin: 0 20px;
    position: relative;
}

.language-switching__wrap {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.language-switching__active {
    margin-left: 5px;
    text-decoration: underline;
}

.language-switching__arrow {
    margin: 5px 0 0 5px;
}

.language-switching__selected {
    position: absolute;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #3050A0;
    background: white;
    top: 35px;
    left: -20px;
    box-sizing: border-box;
    width: 190px;
    font-size: 14px;
    display: none;
}

.language-switching__title {
    text-decoration: underline;
    margin-bottom: 10px;
}

.language-switching__selected a {
    display: block;
    margin-bottom: 5px;
}

.language-switching__selected a.active {
    font-weight: bold;
}

.language-switching.active .language-switching__selected {
    display: block;
}

.language-switching.active .language-switching__arrow {
    transform: rotate(180deg);
}

.dark_theme_body .language-switching svg g {
    fill: white;
}

.dark_theme_body .language-switching__selected, .dark_theme_body .language-switching__selected a {
    color: #0a58ca;
}

.btn {
    position: relative;
    font-size: 14px !important;
    border-radius: 45px;
    padding: 15px 30px;
    font-family: 'Open Sans Bold';
    background-color: #89C44C;
    border-color: #89C44C;
}
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #6ea13a;
    border-color: #6ea13a;
}
.btn-success:active {
    color: #89C44C;
    background-color: #3050A0;
    border-color: #3050A0;
}


.search_page.search_page {
    margin: 0;
}

.search_page.search_page .search_wrap {
    padding-bottom: 1.8421vw;
}

@media (max-width: 991px) {
    .search_page.search_page {
        margin: 15px 0;
    }
}
.table tbody tr .request-btn {
    background: #7e7e7e;
    border: none;
    height: 3.1579vw;
    color: #fff;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .table tbody tr .request-btn {
        height: 45px;
    }
}
.product_page .product .cart_block .request-btn {
    width: 100%;
    border-radius: 45px;
    border: none;
    height: 3.4211vw;
    background: #7e7e7e;
    color: #fff;
    font-size: 1.2632vw;
    font-family: "Open Sans SemiBold";
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.1053vw;
}
@media only screen and (max-width: 991px) {
    .product_page .product .cart_block .request-btn {
        font-size: 24px;
        margin: 0 auto;
        margin-bottom: 40px;
        max-width: 85%;
        height: 65px;
    }
}
@media only screen and (max-width: 575px) {
    .product_page .product .cart_block .request-btn {
        max-width: 100%;
    }
}

#warning_message {
    padding: 20px;
}
.to_cart.--static {
    cursor: default;
}
.to_cart:not(.--static),
.request-btn {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.to_cart:not(.--static):active,
.request-btn:active {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}

.breadcrumbs__item--separator {
    padding: 0 4px;
}

.product_body .breadcrumbs,
.product_body .breadcrumbs a {
    color: #fff;
}

.paginations__more-btn {
    display: inline-block;
    color: #89C44C;
    text-decoration: none;
    margin-top: 20px;
}

.paginations__more-btn.--disabled {
    pointer-events: none;
    color: grey;
}

.product-item__dropdown-btn {
    border-radius: 30px 30px 0 0;
    font-size: 0.8421vw;
    padding: 0.5263vw 0.7895vw;
    color: #89C44C;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    outline: none;
    border: none;
    background: transparent;
}
.product-item__dropdown-btn.show {
    background: #EEECEC;
}
.product-item__dropdown-btn.--disabled {
    pointer-events: none;
    user-select: none;
    color: grey;
}

.product_page .products .table tbody tr .title {
    font-size: inherit;
    font-family: inherit;
}

.product_page .product .cart_block .to_cart.blue {
    background: #3050A0;
    color: #89C44C;
}

.product_page .content .cont .table_wrap .--compact-template tbody tr .to_cart {
    margin: 0 auto;
}

.product_page .content .cont .table_wrap .--compact-template tbody tr .to_cart .product-price {
    display: none;
}

.--compact-template [data-column="remain"] {
    display: none !important;
}
.--compact-template [data-column="qty"] {
    display: none !important;
}

.infinity-qty {
    display: block;
    width: 28px;
    height: 28px;
    padding: 4px;
    background-color: #3050a0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.infinity-qty.--left {
    margin: 0;
}
.modal-body .modal-title {
    color: #3050A0;
    margin-bottom: 25px;
    font-weight: 700;
}
.table tbody tr .counter.--disabled,
.product_page .product .cart_block .counter.--disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.4;
}
.product-item__btn-more-items {
    display: block;
    color: #89C44C;
    background: transparent;
    text-decoration: none;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    font-family: "Open Sans Regular";
    font-size: 1.0526vw;
}
@media (min-width: 992px) {
    .main .contacts_page .addresses .addresses_wrap .nav-tabs {
        align-items: stretch;
        flex-wrap: nowrap;
    }
    .main .contacts_page .addresses .addresses_wrap .nav-tabs .nav-item {
        margin-right: 10px;
    }
    .main .contacts_page .addresses .addresses_wrap .nav-tabs .nav-item .nav-link {
        width: 100%;
        height: 100%;
    }
}
#stockDetail{
    width: 4.6842vw;
    height: 4.6842vw;
    background: #89C44C;
    /* position: absolute;
    right: 0; */
    top: 0.7895vw;
    bottom: 0.7895vw;
    color: #fff;
    border-radius: 50%;
    font-size: 0.8421vw;
    text-decoration: underline;
    font-family: "Open Sans Regular";
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}
@media only screen and (max-width: 991px){
    #stockDetail {
        width: 60%;
        height: auto;
        padding: 5px 0;
        font-size: 25px;
        top: 10px;
        border-radius: 23px;
    }
}
#reserve-col{
    font-size: 1vw;
}
@media only screen and (max-width: 991px){
    #reserve-col {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px){
    #reserve-col {
        font-size: 14px;
    }
}
@media only screen and (max-width: 414px){
    #reserve-col {
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px){
    #reg-tab-close {
       display: none;
    }
}
#reg-tab-close {
    margin: -2em 1em 0 auto !important;
 }
.contacts_page .contacts .card{
    font-size: 1vw;
 }

 @media only screen and (max-width: 991px){
    .contacts_page .contacts .card {
        
        font-size: 20px;
        
    }
 }
 .grecaptcha-badge {
	visibility: hidden;
}

footer .footer_top .maps_item .text .title {
    margin-bottom: 15px;
}