.header_right_col{
    align-items: center!important;
}

@media (min-width: 768px) {
    .celsium_header_logo{
        text-align: center!important;
        position: absolute!important;
        justify-content: center!important;
    }
}

.top_header_holder{
    position: relative;
}

.top_header_holder .e-con-inner{
    position: relative;
}

.header_component:after{
    content: "";
    border-right: 1px solid #DBC9B9;
    height: 38px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 30px);
}

.header_component .elementor-menu-cart__toggle_button.elementor-button.elementor-size-sm{
    padding-left: 0!important;
}

/*.header_component a{
    font-size: 14px!important;
}*/

.menu_new img{
    transition: transform 0.3s ease;
}

.menu_new img:hover{
    transform: scale(1.1);
}

.menu_new .elementor-widget-image .elementor-widget-container{
    overflow: hidden;
}

.explore_all_saunas_column .elementor-widget-image:before{
    content: "" !important;
    width: 1px;
    border-right: 1px solid #DBC9B9;
    display: block;
    position: absolute;
    left: -36px;
    height: calc(100% + 159px);
    top: -94px;
}

.header_sidebar .elementor-widget[toggle].active{
    display: flex;
}

.header_sidebar .elementor-widget[toggle].active:after{
    content: "";
    background: url(/wp-content/uploads/2026/04/chevron_right_new_menu.svg) no-repeat right center;
    width: 15px;
    display: block;
    height: 15px;
    position: relative;
    top: 4px;
}

.container_for_currency_switcher{
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.language_selector_container .selected_language .selected_language_iso{
    font-size: 14px;
}

.language_selector_container .selected_language svg{
    min-width: 9px;
    width: 9px;
}

.menu_new .menu_panel{
    max-height: 340px;
}

.wrapper_for_currency_switcher h4{
    font-size: 14px!important;
    font-weight: 600!important;
    line-height: 1.2!important;
}

.header_sidebar:after{
    content: "";
    border-right: 1px solid #DBC9B9;
    width: 1px;
    position: absolute;
    height: calc(100% + 101px);
    top: -61px;
    right: 0;
}

.postid-4773 .show_only_tauras, .postid-4772 .show_only_tauras{
    display: flex!important;
}

.show_only_tauras:hover .big_see_hide_hover{
    display: none!important;
}

.show_only_tauras:hover .big_see_hover{
    display: flex!important;
}

div.black_white_img{
    filter: grayscale(1);
}

.design_build_text ul{
    padding-left: 10px;
}

.design_build_products p{
    margin-bottom: 0!important;
}

.design_build_products a{
    font-size: 16px!important;
    text-decoration: underline!important;
}

.faq-section h2{
    line-height: 1.2;
    text-align: center;
}

.faq-section .faq-answer{
    display: none;
}

.faq-section .faq-item{
    border-bottom: 1px solid #DBC9B9;
}

.faq-question-icon{
    background-image: url(/wp-content/uploads/2025/10/celsium-plus.svg);
    width: 20px;
    height: 32px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
    transition: .3s;
}

.faq-section .faq-question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 44px 0;
    cursor: pointer;
}

.faq-section .faq-question .faq-question-text{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.faq-section .faq-item.active .faq-question-icon{
    background-image: url(/wp-content/uploads/2025/10/celsium-minus.svg);
}

.faq-section .faq-answer > :last-child {
    margin-bottom: 44px;
}

.product_type_label{
    background: #FFFFFF4D;
    border-radius: 79px;
    max-width: 164px;
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px!important;
    line-height: 18px!important;
    text-transform: uppercase;
    font-weight: 500!important;
    color: #68655F!important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    transition: .3s;
    cursor: pointer;
}

.product_type_label:hover{
    background: #e9e9e94d;
}

.product_type_label img{
    width: 8px;
}


@media (max-width: 768px){
    .header_component:after{
        content: none;
    }
}