/**
* 2006-2022 THECON SRL
*
* NOTICE OF LICENSE
*
* DISCLAIMER
*
* YOU ARE NOT ALLOWED TO REDISTRIBUTE OR RESELL THIS FILE OR ANY OTHER FILE
* USED BY THIS MODULE.
*
*  @author    THECON SRL <contact@thecon.ro>
*  @copyright 2006-2022 THECON SRL
*  @license   Commercial
*/

html {
    scroll-behavior: smooth;
}


/* --- Header Begin--- */
.whatsapp > span:first-of-type {
    padding: 3px 24px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    margin-left: 24px;
    background: #25D366 !important;
}

.whatsapp > span:first-of-type > span {
    background: #25D366;
    font-size: 16px !important;
    font-family: 'Roboto';
    font-weight: 700;
    padding: 0;
}

.whatsapp > span:first-of-type > span i {
    font-size: 18px;
}

#easycontent_12 {
    margin-bottom: 0;
}

#easycontent_12 .easy_brother_block {
    display: flex;
    gap: 24px;
}


.stlinkgroups_top .st_custom_link_icon {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 24px;
    color: #FEDD58;
    margin-right: 4px;
}

#easycontent_12 .easy_brother_block > div a,
.stlinkgroups_top {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
}

#st_header #header_primary_container {
    max-height: 80px;
}

#st_header #header_primary_row {
    gap: 20px;
}

#st_header #header_left {
    width: 295px;
}

#st_header .shop_logo {
    display: block;
    width: 194px;
}

/* #st_header {
    margin-right: 4px;
} */

#st_header .search_widget_block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#st_header .search_widget_block .th-configurator-search {
    display: none;
}

#st_header .search_widget_block .search_widget_form {
    display: inline-flex;
    width: 100%;
    gap: 4px;
    height: 40px;
}

#st_header .search_widget_block .search_widget .search_widget_form > .search_widget_form_inner {
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #ADC6E5;
    align-items: center;
}

#st_header .search_widget_block .search_widget .search_widget_form > .search_widget_form_inner > input {
    border-radius: 8px;
    padding: 8px 12px 8px 12px;

}

#st_header .search_widget_block .search_widget .search_widget_form > .search_widget_form_inner:has(input:active),
#st_header .search_widget_block .search_widget .search_widget_form > .search_widget_form_inner:has(input:focus) {
    border: 1px solid #ee613a;
}

#st_header .search_widget_block .search_widget .search_widget_form > .search_widget_form_inner > input::placeholder {
    color: #203754B8;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
}

#st_header .search_widget_block .search_widget .search_widget_form > span button {
    display: inline-flex;
    align-items: center;
    width: auto;
    background-color: #EE613A;
    padding: 8px 24px 8px 24px;
    gap: 8px;
    border-radius: 8px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    color: #FFFFFF;
    height: 40px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#st_header .search_widget_block .search_widget_form .search_widget_form_inner {
    width: 100%;
}

#st_header #header_right #header_right_top {
    gap: 24px;
    height: 100%;
}

#st_header #header_right,
#st_header #header_right a.login {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
}

#st_header #header_right a.login {
    padding: 0 15px;
}

#st_header #header_right a.login:hover {
    border-bottom: 4px solid #4D84C7;
    margin-bottom: -4px;
}

#login-form .th_btn_google_login img {
    max-width: 28px;
}

#login-form .th_btn_google_login {
    width: 100% !important;
    margin-top: 12px;
    background: #FFFFFF;
    color: #E95712;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 16px 28px;
    border-radius: 8px;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#login-form .th_btn_google_login:hover {
    box-shadow: 0 4px 12px 0 #64291833 !important;
}

.dropdown_tri_in .arrow {
    vertical-align: unset !important;
}

.header_icon_btn_icon {
    margin-right: 0 !important;
}

.header_icon_btn_text {
    font-size: 16px;
    margin: 0 0 0 8px !important;
}

#header_primary_row .blockcart.top_bar_item {
    padding-right: 0 !important;
}

.shopping_cart_style_2 .header_item i {
    font-size: 16px;
}

#top_extra {
    background-color: #EEF3FA;
}

.search_widget_form_inner .search_widget_btn.btn {
    width: unset !important;
    color: #ADC6E5;
    display: flex;
    align-items: center;
}

.search_widget_form_inner .search_widget_btn.btn i {
    background: #EDF3F9;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_widget_form_inner .search_widget_btn.btn i:before {
    line-height: 1.25rem !important;
}


#st_mega_menu_wrap {
    width: 100%;
}

#st_mega_menu_wrap #st_menu_0 {
    padding: 8px 24px;
    background: #4D84C7;
}

#st_mega_menu_wrap .ml_level_0 #st_ma_0 {
    width: 426px;
    text-align: left;
    color: #FFF;
}

#st_mega_menu_wrap .stmenu_sub {
    margin-left: -24px;
    min-width: 23em;
}

#sidebar_box {
    display: none;
}

#st_mega_menu_wrap .stmenu_sub .stmenu_vs {
    overflow-x: hidden;
    /*display: unset !important;*/
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*transition: visibility 0s 0.3s;*/
}

#st_mega_menu_wrap .mv_level_1:hover .stmenu_vs {
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*transition: visibility 0s 0.3s;*/
}

#st_mega_menu_wrap .stmenu_vertical.stmenu_vertical_box .mv_item {
    padding: 0.965rem;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 500;
    color: #203754;
}

#st_mega_menu_wrap .stmenu_vertical.stmenu_vertical_box .mv_item:hover {
    background: #EE613A;
    color: #fff;
}

#st_mega_menu_wrap .stmenu_vs .ma_level_1.ma_item {
    color: #EE613A;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
}

#st_mega_menu_wrap .stmenu_vs .ma_level_2.ma_item {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #2A496D;
}

#st_mega_menu_wrap .ma_level_0.is_parent:after {
    content: none;
}

#st_mega_menu_wrap #st_menu_9,
#st_mega_menu_wrap #st_menu_10,
#st_mega_menu_wrap #st_menu_11,
#st_mega_menu_wrap #st_menu_12 {
    padding: 8px 0 8px 0;
}

#st_mega_menu_wrap #st_menu_10,
#st_mega_menu_wrap #st_menu_11,
#st_mega_menu_wrap #st_menu_12,
#st_mega_menu_wrap #st_menu_78 {
    margin-left: 48px;
}

#st_mega_menu_wrap .ma_level_0 {
    font-size: 16px;
    font-weight: 700;
    border: unset;
}

.st_mega_menu #st_menu_6 #st_ma_6,
.st_mega_menu #st_menu_7 #st_ma_7 {
    font-family: Roboto;
}

.st_mega_menu #st_menu_6 {
    width: 474px;
    background: #4D84C7;
}

.st_mega_menu #st_menu_6 #st_ma_6 {
    display: inline-flex;
    gap: 8px;
    text-align: left;
    align-items: center;
    color: #FFFFFF
}

.st_mega_menu #st_menu_7 {
    padding: 8px 24px;
    background: #FEDD58;
}

.st_mega_menu #st_menu_7 #st_ma_7 {
    color: #375E8D;
}

.st_mega_menu #st_menu_9 {
    margin-left: auto;
}

.st_mega_menu #st_menu_9,
.st_mega_menu #st_menu_10,
.st_mega_menu #st_menu_11,
.st_mega_menu #st_menu_12 {
    color: #375E8D;
}

.st_mega_menu #st_menu_9:hover > a,
.st_mega_menu #st_menu_10:hover > a,
.st_mega_menu #st_menu_11:hover > a,
.st_mega_menu #st_menu_12:hover > a {
    color: #EE613A;
}

#top_extra .st_mega_menu_container {
    border-bottom: unset;
}

#st_mega_menu_wrap .stmenu_sub {
    border-top: unset;
    max-width: 467px;
    margin-top: 8px;
}

#st_mega_menu_wrap .ma_level_0 {
    padding-left: 0;
    padding-right: 0;
}

#st_mega_menu_wrap .ml_level_0.current .ma_level_0, #st_mega_menu_wrap .ma_level_0:hover {
    border-bottom: unset;
}

.dropdown_list .dropdown_box {
    border: 0.8px solid #C8D9EE;
    border-radius: 8px;
}

.dropdown_list .dropdown_list_ul li .dropdown_list_item:hover,
.dropdown_list .dropdown_list_ul li .dropdown_list_item:focus {
    border-radius: 8px !important;
}

.shoppingcart-list .small_cart_btn {
    padding: 16px 28px;
    border-radius: 8px;
    background: #E95712;
    border: unset;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
    border-radius: 8px 0 0 8px;
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    border-radius: 0 8px 8px 0;
}

/* --- Header End --- */

/* --- Breadcrumb Begin--- */

.breadcrumb_wrapper {
    border-bottom: 1px solid #ADC6E5;
}

.breadcrumb_nav li a.text_color > span,
.breadcrumb_nav li > span {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
}

.breadcrumb_nav .navigation-pipe {
    margin: 0 8px;
}

.breadcrumb_nav li.navigation-pipe:before {
    font-size: 14px;
    color: #2A496D;
}

.breadcrumb_nav li a.text_color > span {
    font-weight: 400;
    color: #2A496D;
}

.breadcrumb_nav li > span {
    font-weight: 700;
    color: #EE613A;
}

/* --- Breadcrumb End--- */


/* --- Product Cards BEGIN --- */
.products.product_list.grid .s_title_block.two_rows,
.products.product_list .s_title_block.two_rows,
.products_sldier_swiper .s_title_block.two_rows {
    height: 3.25em;
}

.products.product_list.grid .ajax_block_product .pro_outer_box.home_default,
.products_sldier_swiper .pro_outer_box,
.products_section .block_blog .pro_outer_box {
    max-width: 271px !important;
    border: 1px solid #C8D9EE;
    border-radius: 16px;
}

.products_section .block_blog .pro_outer_box .blog_image img {
    border-radius: 16px 16px 0 0;
}

.products.product_list .pro_outer_box {
    border: 1px solid #C8D9EE;
    border-radius: 16px;
}

.products.product_list.grid .ajax_block_product .pro_outer_box.home_default:hover,
.products .pro_outer_box:hover,
.products_sldier_swiper .pro_outer_box:hover {
    box-shadow: 0 8px 16px 0 #C8D9EE;
}

.products_sldier_swiper .pro_outer_box:hover .pro_second_box,
.product_list.grid .pro_outer_box:hover .pro_second_box,
.products_sldier_swiper .pro_outer_box:hover .pro_second_box {
    background-color: #FFFFFF !important;
}

.products.product_list .pro_outer_box .pro_first_box,
.products_sldier_swiper .pro_outer_box .pro_first_box {
    border-radius: 16px 16px 0 0;
}

.products.product_list .product-price-and-shipping {
    text-align: center;
}

.products.product_list .pro_outer_box .pro_second_box,
.products_sldier_swiper .pro_outer_box .pro_second_box {
    border-radius: 0 0 16px 16px;
    display: flex;
    flex-direction: column;
    min-height: 152px;
    justify-content: flex-end;
    padding: 10px 6px 4px;
}

.products.product_list .pro_outer_box .pro_second_box .pro_kuan_box,
.products_sldier_swiper .pro_outer_box .pro_second_box .pro_kuan_box {
    margin: 4px 0;
}

/*.!*products.product_list .pro_outer_box .pro_first_box .product_img_link img.front-image,*/
/*.products_sldier_swiper .pro_outer_box .pro_first_box .product_img_link img.front-image {*/
/*    height: 203px;*/
/*    width: auto;*/
/*}*!*/

.products.product_list .products_container .title_block_inner,
.products_sldier_swiper .products_container .title_block_inner {
    font-family: Rubik;
    font-size: 48px;
    font-weight: 700 !important;
    line-height: 57.6px;
    text-align: center;
    text-transform: none !important;
}

.products.product_list .ajax_block_product .s_title_block a,
.products_sldier_swiper .ajax_block_product .s_title_block a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #203754;
}

.products.product_list .ajax_block_product .price,
.products_sldier_swiper .ajax_block_product .price {
    font-family: Roboto;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
}

.ajax_block_product .st_discounted_price {
    color: #EE613A;
}

.ajax_block_product .price:not(.st_discounted_price) {
    color: #444 !important;
}

.products.product_list .ajax_block_product .regular-price,
.products_sldier_swiper .ajax_block_product .regular-price {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2037547A;
}

.products.product_list .btn.ajax_add_to_cart_button, .btn.add-to-cart, .btn.view_button,
.products_sldier_swiper .btn.ajax_add_to_cart_button, .btn.add-to-cart, .btn.view_button {
    width: 100%;
    padding: 16px 28px;
    border-radius: 8px;
    background: #E95712;
    border: unset;
    margin-bottom: 4px;
}

.products.product_list .btn.ajax_add_to_cart_button:hover,
.btn.add-to-cart:hover, .btn.view_button:hover,
.products_sldier_swiper .btn.ajax_add_to_cart_button:hover,
.btn.add-to-cart:hover, .btn.view_button:hover {
    box-shadow: 0 4px 12px 0 #64291833;
}

.products.product_list .btn.ajax_add_to_cart_button:active,
.btn.add-to-cart:active, .btn.view_button:active,
.products_sldier_swiper .btn.ajax_add_to_cart_button:active,
.btn.add-to-cart:active, .btn.view_button:active,
.products.product_list .btn.ajax_add_to_cart_button:focus,
.btn.add-to-cart:focus, .btn.view_button:focus,
.products_sldier_swiper .btn.ajax_add_to_cart_button:focus,
.btn.add-to-cart:focus, .btn.view_button:focus {
    background: #FACEC2 !important;
    color: #E95712 !important;
}


.products.product_list .btn.ajax_add_to_cart_button.disabled, .btn.ajax_add_to_cart_button.disabled > div *,
.products_sldier_swiper .btn.ajax_add_to_cart_button.disabled, .btn.ajax_add_to_cart_button.disabled > div * {
    background: #EDF3F9;
    color: #C8D9EE;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
}

.products.product_list .btn.ajax_add_to_cart_button div, .btn.ajax_add_to_cart_button div span, .btn.add-to-cart span, .btn.view_button div,
.products_sldier_swiper .btn.ajax_add_to_cart_button div, .btn.ajax_add_to_cart_button div span, .btn.add-to-cart span, .btn.view_button div {
    font-family: Roboto;
    font-size: 16px !important;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: none !important;
}


.products.product_list .btn.ajax_add_to_cart_button div i, .btn.add-to-cart i, .btn.view_button div i,
.products_sldier_swiper .btn.ajax_add_to_cart_button div i, .btn.add-to-cart i, .btn.view_button div i {
    font-size: 16px;
    color: #FFFFFF;
}


/* --- Product Cards End --- */

/* --- Th Testimonials Begin--- */
/*  More on TH Testimonials Module  */
.th_testimonials {
    background: url("../../../../img/cms/bg-testimonials.png") no-repeat;
    background-size: cover;
}

/* --- Th Testimonials End ---*/

/* --- Blog Articles Begin --- */

.page-home .category_blogs_container {
    margin-top: 100px;
}

.page-home .category_blogs_container .pro_outer_box {
    max-width: unset !important;
}

.page-home .category_blogs_container .pro_outer_box .pro_second_box {
    display: block;
    min-height: unset;
    padding: 20px;
    border-radius: 0 0 16px 16px;
}

.page-home .category_blogs_container .pro_outer_box .s_title_block {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.page-home .category_blogs_container .pro_outer_box .blog_info {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.page-home .category_blogs_container .pro_outer_box .blog_info .date-add {
    color: #2A496D;
}

.page-home .category_blogs_container .pro_outer_box .blog_info .posted_by,
.page-home .category_blogs_container .pro_outer_box .blog_info .link_color {
    color: #4D84C7;
}

.page-home .category_blogs_container .pro_outer_box a.go {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #EE613A;
    margin-bottom: 0;
}

.page-home .category_blogs_container .title_block_inner {
    font-family: Rubik;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    color: #081823;
    text-transform: none;
}

.page-home .category_blogs_container .title_block,
.page-home .category_blogs_container .title_block_inner {
    border: unset;
}

/* --- Blog Articles End --- */

/* --- Footer Begin --- */

#multilink_3 .footer_block_content, #multilink_4 .footer_block_content {
    display: grid;
    gap: 10px;
}

#multilink_3 .footer_block_content li a, #multilink_4 .footer_block_content li a {
    font-size: 16px;
}

#multilink_3 .footer_block_content li a:hover, #multilink_4 .footer_block_content li a:hover {
    color: #FEDD58;
}

#footer-tertiary .footer_first_level_row #easycontent_18 {
    order: 10;
}

#footer-tertiary .footer_first_level_row #multilink_3 {
    order: 20;
}

#footer-tertiary .footer_first_level_row #multilink_4 {
    order: 30;
}

#footer-tertiary .footer_first_level_row #st_news_letter_1 {
    order: 40;
}

#easycontent_15 .easy_brother_block div.container {
    display: flex;
    justify-content: space-between;
}

#easycontent_15 .easy_brother_block img {
    height: 80px;
}

#easycontent_15 {
    background-image: url(https://dezmembraru.ro/stupload/steasycontent/section-separator.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 100px;
    padding-bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: #132132;
}

#footer-bottom {
    max-height: 90px;
    padding-top: 33px;
    padding-bottom: 33px;
}

.stlinkgroups_links_footer .title_block_inner,
#easycontent_18 .title_block_inner,
#st_news_letter_1 .title_block_inner {
    font-family: Rubik;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 28.8px !important;
    text-transform: capitalize !important;
}

#easycontent_18 .easy_brother_block {
    font-size: 16px;
}

.st_news_letter_form_inner {
    display: flex;
    gap: 4px;
}

.st_news_letter_form_inner > div {
    border-radius: 8px;
    padding: 3px;
}

.st_news_letter_form_inner > div input {
    border-radius: 8px;
}

.st_news_letter_form_inner > div input::placeholder {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #2A496D;
}

.st_news_letter_form_inner span.input-group-btn {
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #F18161;
    background: #EE613A;
    padding: 2px;
}

.st_news_letter_form_inner span.input-group-btn button {
    background: unset;
    border: unset;
    padding: 8px 10px !important;
}

.st_news_letter_form_inner span.input-group-btn:hover {
    box-shadow: 0 4px 12px 0 #64291833;
}

#st_news_letter_1 .st_news_letter_form_inner {
    max-width: 100% !important;
}

#easycontent_19 {
    padding-top: 16px;
}

#st_news_letter_1 .st_news_letter_content {
    padding-bottom: 16px;
}

#st_news_letter_1 .st_news_letter_content a {
    color: #F7B6A4;
}

#st_news_letter_1 .title_block_inner {
    text-transform: none !important;
}

#easycontent_19 .easy_brother_block {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

#easycontent_19 .th-social {
    flex: 0 0 auto;
}

#easycontent_19 .th-social a,
#easycontent_21 .th-social a {
    width: 44px;
    height: 44px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4D84C7;
    border-radius: 8px;
}

#easycontent_19 .th-social a i,
#easycontent_21 .th-social a i {
    color: #FFFFFF;
}

#easycontent_20 img {
    border-radius: 15px;
    height: 60px;
    width: auto;
}

#easycontent_24 .easy_brother_block {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 400;
}

#easycontent_24 a.btn {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 24px 4px 24px;
    border-radius: 4px;
    background-color: #4D84C7;
    box-shadow: 0 2px 4px 0 #2A496D;
    color: #FFFFFF;
    font-weight: 700;
}

#easycontent_24,
#easycontent_24 p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#easycontent_24 .th-vert-line {
    border-right: 1px solid white;
    height: 16px;
}

#footer_bottom_left {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0;
}

#footer-secondary {
    padding-bottom: 40px;
}

/* --- Footer End --- */

/* --- General / Other Begin--- */
#st_header .search_widget_block .search_widget .search_widget_form > span button:hover,
.btn.ajax_add_to_cart_button:hover,
#easycontent_17 .th-article-info .th-article .th-article-text a.th-home-btn:hover,
.shoppingcart-list .small_cart_btn:hover {
    box-shadow: 0 4px 12px 0 #64291833;
}

.btn.ajax_add_to_cart_button:active,
#easycontent_17 .th-article-info .th-article .th-article-text a.th-home-btn:active,
#st_header .search_widget_block .search_widget .search_widget_form > span button:active,
.shoppingcart-list .small_cart_btn:active,
.btn.ajax_add_to_cart_button:focus,
#easycontent_17 .th-article-info .th-article .th-article-text a.th-home-btn:focus,
#st_header .search_widget_block .search_widget .search_widget_form > span button:focus,
.shoppingcart-list .small_cart_btn:focus {
    background: #FACEC2 !important;
}

#th-configurator .th-elastic-desktop {
    display:none;
}

#module-wkelasticsearch-wkelasticsearchlist .breadcrumb_spacing{
    height:0 !important;
}
@media (max-width: 991px){
    #module-wkelasticsearch-wkelasticsearchlist .bottom_pagination {
        flex-direction: column;
    }
}

#module-wkelasticsearch-wkelasticsearchlist .products.product_list.row.grid {
    min-width: 100%;
}

.btn.ajax_add_to_cart_button:active div.hover_fly_btn_inner > i::before,
.btn.ajax_add_to_cart_button:active div.hover_fly_btn_inner > span,
.btn.ajax_add_to_cart_button:focus div.hover_fly_btn_inner > i::before,
.btn.ajax_add_to_cart_button:focus div.hover_fly_btn_inner > span,
.shoppingcart-list .small_cart_btn:active,
.shoppingcart-list .small_cart_btn:focus {
    color: #EE613A;
}

.st_sticker {
    padding: 4px 12px;
}

.st_sticker_1 .st_sticker_text,
.st_sticker_3 .st_sticker_text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 0;
}

.st_sticker_4 {
    line-height: 18px;
}

.st_sticker_4 .st_sticker_text {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

/* TESTING */
.products_slider {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.products_slider .title_block_inner {
    font-family: Rubik;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    color: #203754;
}

.product_list.grid .product_list_item {
    /*padding-left: 10px;*/
    /*padding-right: 0;*/
    padding: 10px !important;
}

/* --- General / Other End--- */


/* --- USP Section Begin --- */
#easycontent_container_10,
#easycontent_25 {
    background-color: #EDF3F9;
    border-top: 1px solid #C8D9EE;
    border-bottom: 1px solid #C8D9EE;
}

#easycontent_25 {
    margin-bottom: 0;
}

.th_usp_card {
    padding: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.th_usp_card a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.th_usp_card .card_img_container {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.th_usp_card .card_txt_container {
    font-family: Roboto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.th_usp_card .card_txt_container > span:first-of-type {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #203754;
}

.th_usp_card .card_txt_container > span:last-of-type {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2A496D;
}

.th_usp_card .card_txt_container > span:last-of-type > span {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

/* --- USP Section End ---*/
#easycontent_container_10 {
    background-color: #EDF3F9;
    border-top: 1px solid #C8D9EE;
    border-bottom: 1px solid #C8D9EE;
}

#easycontent_container_10 .th_usp_card {
    padding: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#easycontent_container_10 .th_usp_card a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

#easycontent_container_10 .th_usp_card .card_img_container {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#easycontent_container_10 .th_usp_card .card_txt_container {
    font-family: Roboto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#easycontent_container_10 .th_usp_card .card_txt_container > span:first-of-type {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #203754;
}

#easycontent_container_10 .th_usp_card .card_txt_container > span:last-of-type {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2A496D;
}

#easycontent_container_10 .th_usp_card .card_txt_container > span:last-of-type > span {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

/* --- USP Section End ---*/

/* --- SIGN UP/LOG IN Begin --- */
#create_account_block {
    border: unset;
}

#login_form_block {
    padding: 16px 8px;
    box-shadow: 0px 4px 12px 0px #EBE9EF;
}

#login_form_block .th-auth-desc {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061119;
    margin-bottom: 48px;
}

#create_account_block h3,
#login_form_block h3 {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #061119;
    text-transform: none;
}

#create_account_block .form_content_inner > div {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061119;
}

#login_form_block .form_content_inner > div {
    margin-top: 12px;
}

#login_form_block .form_content_inner > div label {
    display: block !important;
}

#create_account_block .form_content,
#login_form_block .form_content {
    min-height: unset;
}

#login_form_block .form-footer button {
    padding: 15px 28px;
}

#create_account_block a {
    padding: 10px 28px;
}

#create_account_block a,
#login_form_block .form-footer button {
    width: 50%;
    border-radius: 8px;
    background: #E95712;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

}


#create_account_block a,
#login_form_block .form-footer button:hover,
#create_account_block a:hover {
    background: #E95712;
    color: #FFF;
}

#login_form_block .form-footer button:hover,
#create_account_block a:hover {
    box-shadow: 0 4px 12px 0 #64291833;
}

#create_account_block a, #login_form_block .form-footer button:active,
#create_account_block a, #login_form_block .form-footer button:focus.
#create_account_block a:active,
#create_account_block a:focus {
    background: #FACEC2;
    border: 2px solid #FACEC2;
    color: #EE613A;
}


#register_form_block .form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

#register_form_block .form-footer a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #EE613A;
    border: unset;
    background: transparent !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

#register_form_block .form-footer a:hover,
#register_form_block .form-footer a:focus,
#register_form_block .form-footer a:active:focus,
#register_form_block .form-footer a:active:hover {
    color: #EE613A !important;
    background: transparent !important;
}

#register_form_block .form-footer a:hover span {
    text-shadow: 0 2px 4px #64291833;
}

#register_form_block .form-footer .btn-full-width {
    width: max-content;
    background: #E95712;
    padding: 16px 28px 16px 28px;
    border-radius: 8px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

#login_form_block .form-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

#login_form_block .form-footer div {
    width: max-content;
}

#create_account_block a,
#create_account_block a i {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

}

#create_account_block a:hover {
    box-shadow: 0 4px 12px 0 #64291833
}

#create_account_block a:active,
#create_account_block a:focus,
#login_form_block .form-footer button:active,
#login_form_block .form-footer button:focus {
    background: #FACEC2 !important;
    color: #EE613A !important;
}


#login_form_block {
    border-radius: 16px;
    border: 1px solid #EDF3F9;
}

#login_form_block .form-group {
    margin-bottom: 0;
}

#login_form_block .form-group-small input,
#login_form_block .form-group-small .input-group {
    width: 100%;
    max-width: 100%;
}

#login_form_block .form-group-small input {
    padding: 0 16px;
    height: 56px;
    border-radius: 8px;
}

#login_form_block .form-group-small .input-group,
#login_form_block .form-group-small:not(.st_form_item_password) input {
    border-radius: 8px;
    border: 1px solid #ADC6E5;
}

#login_form_block .form-group-small input::placeholder {
    color: #2A496D;
}

#login_form_block .forgot-password {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #EE613A;
}

.th-forgot-passwd {
    border: unset;
}

.th-forgot-passwd h3,
.th-forgot-passwd .send-renew-password-link {
    text-align: center;
}

.th-forgot-passwd h3 {
    font-family: Rubik;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 38.4px;
    color: #061119;
    text-transform: none;
}

.th-forgot-passwd .send-renew-password-link {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061119;
}

.th-forgot-passwd .forgotten-password {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.th-forgot-passwd section {
    width: 100%;
    max-width: 100%;
}

.th-forgot-passwd .email input {
    border: 1px solid #ADC6E5;
    height: 56px;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    color: #2A496D;
}

.th-forgot-passwd footer {
    display: flex;
    flex-direction: column;
    align-items: center !important;
}

.th-forgot-passwd footer button {
    padding: 12px 28px 12px 28px;
    gap: 8px;
    border-radius: 8px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    background-color: #E95712;
    display: inline-flex;
    align-items: center;
}

.th-forgot-passwd footer button:hover {
    background-color: #E95712;
    box-shadow: 0 4px 12px 0 #64291833;

}

.th-forgot-passwd footer a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #EE613A;
    border: unset;
    background: transparent !important;
}

.th-forgot-passwd footer a:hover,
.th-forgot-passwd footer a:focus,
.th-forgot-passwd footer a:active:focus,
.th-forgot-passwd footer a:active:hover {
    color: #EE613A !important;
    background: transparent !important;
}

.th-forgot-passwd footer a:hover span {
    text-shadow: 0 2px 4px #64291833;
}

/* --- SIGN UP/LOG IN End --- */


/* --- REGISTER FORM Begin --- */


#register_form_block {
    border: unset;
}

#register_form_block .page_heading {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
    color: #061119;
    text-transform: none;
}

/*#register_form_block .st_form_item_birthday .form-control-comment {*/
/*    display: none;*/
/*}*/

#register_form_block .form_content .form_content_inner p,
#register_form_block .password-requirements .password-requirements-length {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061119
}

#register_form_block .form_content .form_content_inner p a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #EE613A;
}

#register_form_block input[type="text"],
#register_form_block input[type="password"],
#register_form_block input[type="email"] {
    height: 56px;
}

#register_form_block input[type="text"]::placeholder,
#register_form_block input[type="password"]::placeholder,
#register_form_block input[type="email"] {
    font-size: 16px;
}

#register_form_block .form-group-small .form-control,
#register_form_block .form-group-small .js-input-column > div {
    max-width: 100%;
    border-radius: 8px;

}

#register_form_block .form-group-small.st_form_item_password .js-input-column > div:first-of-type {
    border: 1px solid #ADC6E5;

}

#register_form_block .form-group-small:not(.st_form_item_password) .form-control,
#register_form_block .form-group-small .js-input-column.input-group-with-border > div {
    border-radius: 8px;
    border: 1px solid #ADC6E5;
}

#register_form_block .form_content_inner > div label {
    display: block !important;
}

#register_form_block .form-group-small input::placeholder {
    color: #2A496D;
}

#register_form_block .st_form_item_optin,
#register_form_block .st_form_item_customer_privacy,
#register_form_block .st_form_item_newsletter {
    margin-top: 24px;
    margin-bottom: 0 !important;
}

#register_form_block .custom-input-item {
    width: 22px;
    height: 22px;
    background: linear-gradient(0deg, rgba(77, 132, 199, 0.05), rgba(77, 132, 199, 0.05));
    border: 1px solid #C8D9EE;
    border-radius: 4px;
}

.custom-input-box .custom-input-item i {
    color: #E95712;
    font-size: 20px;
}

#register_form_block .st_form_item_optin label,
#register_form_block .st_form_item_customer_privacy label,
#register_form_block .st_form_item_newsletter label {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #061119;
}

#register_form_block .st_form_item_optin label em,
#register_form_block .st_form_item_customer_privacy label em,
#register_form_block .st_form_item_newsletter label em {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

#th-password-new * {
    color: #2A496D;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#th-password-new input[type="password"] {
    border-radius: 8px;
    padding: 8px 12px 8px 12px;
    height: 38px;
    font-size: 16px;
    border: 1px solid #ADC6E5;
}

#password h3.page_heading div {
    text-transform: none;
}

#th-password-new label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#th-password-new h3 {
    font-size: 28px;
    color: #2A496D;
}

#th-password-new div.email {
    text-align: center;
}

#th-password-new button {
    display: inline-flex;
    align-items: center;
    width: auto;
    background-color: #EE613A;
    padding: 8px 24px 8px 24px;
    gap: 8px;
    border-radius: 8px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    color: #FFFFFF;
    height: 40px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 0 !important;
}

#th-password-new button:hover {
    box-shadow: 0 4px 12px 0 #64291833;
}

#th-password-new button:active,
#th-password-new button:focus {
    background: #FACEC2 !important;
    color: #EE613A !important;
}

/* --- REGISTER FORM End ---*/

/* --- My Account Begin --- */
.th-dasboard {
    display: grid;
    gap: 20px;
}

.th-dashboard-cards {
    margin:0;
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.th-dashboard-list {
    display: flex;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #EDF3F9;
    box-shadow: 0 4px 12px 0 #EBE9EF;
    justify-content: space-between;
}

.th-dashboard-address-container{
    padding:0 !important;
}

.th-dashboard-address-container .th-dashboard-address{
    min-height:300px;
}

.th-dashboard-address-container:first-of-type{
    padding-right: 10px !important;
}

.th-dashboard-address-container:last-of-type{
    padding-left: 10px !important;
}

.th-card-upper-part {
    margin: 24px 24px 0;
    border-radius: 16px 16px 0 0;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.th-address-info {
    gap: 4px;
}


.th-card-lower-part {
    margin: 24px 0 0;
    justify-content: space-between;
}

.th-card-lower-part .th-address-footer {
    padding: 24px;
    border-radius: 0 0 16px 16px;
}

.th-card-lower-part .th-address-footer:hover {
    background: #FACEC2 !important;
}

.th-card-lower-part .th-address-footer-text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #e54d26;
}

.th-dashboard-address {
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 4px 12px 0 #EBE9EF;
    border: 1px solid #EDF3F9;
    border-radius: 16px;
    justify-content: space-between;
}

.th-dashboard-address .th-address-heading,
.th-dashboard-address .th-address-footer {
    display: flex;
    justify-content: space-between;
}

.th-dashboard-address .th-address-footer {
    border-top: 1px solid #EDF3F9;
}


.th-dashboard-address .th-address-title {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #061119
}

.th-dashboard-address .th-address-count {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4D84C7;
}

.th-dashboard-address .th-address-phone,
.th-dashboard-address .th-address-location {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061119B8;
}

.th-dashboard-list .th-personal-info {
    display: flex;
    gap: 8px;
}

.th-dashboard-list .th-personal-info .th-personal-info-label {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #061119;
}

.th-dashboard-list .th-personal-info .th-personal-info-var {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061119B8;
}

.th-dashboard-list .th-btn-identity {
    display: flex;
    padding: 8px 32px;
    gap: 8px;
    border-radius: 8px;
    background: #E95712;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.th-dashboard-list .th-btn-identity:hover {
    box-shadow: 0 4px 12px 0 #64291833;
}

.th-dashboard-list .th-btn-identity:active,
.th-dashboard-list .th-btn-identity:focus {
    background: #FACEC2 !important;
    color: #FFF !important;
}


.div_delete_my_data {
    min-height: unset !important;
}

.div_delete_my_data .div_gdpr_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    padding: 24px !important;
    background: #FDEFEB;
    border: 1px solid #FACEC2
}

.div_delete_my_data .th-gdpr-text {
    gap: 8px;
    display: grid;
}

.div_delete_my_data .th-gdpr-title {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #EE613A;
}

.div_delete_my_data .th-gdpr-desc {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #061119B8;
}

.div_delete_my_data a.data-request {
    padding: 10px 25px;
    border-radius: 8px;
    background: #E95712;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
}

.div_delete_my_data a.data-request:hover {
    box-shadow: 0 4px 12px 0 #64291833;
}

.div_delete_my_data a.data-request:active,
.div_delete_my_data a.data-request:focus {
    background: #FACEC2 !important;
    color: #FFF !important;
}

.th-customer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
    margin-bottom: 48px;
}

.th-account-back a {
    padding: 12px 28px 12px 28px;
    border-radius: 8px;
    border: 2px solid #E95712;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #EE613A;
}

#my-account .th-account-back a {
    background: #E95712;
    color: #FFFFFF;
}

.th-account-back a i::before {
    font-weight: 700;
}

#my-account .th-account-back a {
    font-weight: 500;
}

.my_account_left_column .list-group {
    border: 2px solid #EBE9EF;
    border-radius: 16px;
    box-shadow: 0 4px 12px 0 #EBE9EF;
}

.my_account_left_column .list-group .list-group-item {
    border: unset;
    background: linear-gradient(0deg, rgba(14, 148, 211, 0.05), rgba(14, 148, 211, 0.05));
    margin-bottom: unset;
}

.my_account_left_column .list-group .list-group-item:last-of-type {
    border-radius: 0 0 16px 16px;
    padding-bottom: 24px !important;
}

.my_account_left_column .list-group .list-group-item.th-dashboard {
    background: #FFFFFF;
    border-radius: 16px 16px 0 0;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.my_account_left_column .list-group .list-group-item:not(.th-dashboard) {
    padding: 0 24px;
    line-height: 22.4px;
}

.my_account_left_column .list-group .list-group-item:not(.th-dashboard) a {
    color: #061119B8;
}

.my_account_left_column .list-group .list-group-item.th-dashboard,
.my_account_left_column .list-group .list-group-item.th-customer-settings,
.my_account_left_column .list-group .list-group-item.th-customer-orders {
    color: #061119;
    padding: 16px 24px 16px 24px;
}

.my_account_left_column .list-group .list-group-item h6 {
    margin-bottom: 0 !important;
}

.th-customer-form {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #EDF3F9;
    box-shadow: 0 4px 12px 0 #EBE9EF;
    display: grid;
    gap: 24px;
}

.th-customer-form.th-customer-form-addr {
    margin-bottom: 20px;
}

.th-customer-form-group {
    padding: 10px;
}

.th-customer-form input {
    max-width: 100% !important;
}

.custom-radio {
    width: 20px;
    height: 20px;
    background: linear-gradient(0deg, rgba(77, 132, 199, 0.05), rgba(77, 132, 199, 0.05));
    border: 1px solid #C8D9EE;
    border-radius: 4px;
}

.custom-radio:has(input[type=radio]:checked) {
    border: 1px solid #EE613A;
}

.custom-radio input[type=radio]:checked + span {
    background: url("../img/FormCheckmark.png") no-repeat;
    z-index: 9;
    position: absolute;
    top: 4px !important;
    left: 2px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: unset !important;
}

.th-customer-form input[type=text],
.th-customer-form input[type=email],
.th-customer-form input[type=tel],
.th-customer-form select {
    border-radius: 8px;
    border: 1px solid #ADC6E5;
    padding: 0 16px;
    height: 56px !important;
    max-width: 100% !important;
}

.th-customer-form input[type=password] {
    border-radius: 8px;
    height: 56px;
    padding: 0 16px;
}

.th-customer-form select {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
}

.th-customer-form .input-group-with-border {
    border-radius: 8px;
    border: 1px solid #ADC6E5;
    max-width: 100%;
}

.th-customer-form .form-group {
    margin-bottom: 0 !important;
}

.address-form .th-customer-form div:has(.st_form_item_id_country) {
    order: 10;
}

.address-form .th-customer-form div:has(.st_form_item_id_state) {
    order: 20;
}

.address-form .th-customer-form div:has(.st_form_item_city) {
    order: 30;
}

.address-form .th-customer-form div:has(.st_form_item_address1) {
    order: 40;
}

.address-form .th-customer-form div:has(.st_form_item_address2) {
    order: 50;
}

.address-form .th-customer-form div:has(.st_form_item_postcode) {
    order: 60
}

.address-form .th-customer-form div:has(.st_form_item_alias) input {
    border: 1px solid #FACEC2;
}

.address-body.card-block p {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #061119;
}

.address-body.card-block address {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061119B8;
    margin-bottom: 0 !important;
}

.address.card,
.addresses-footer div {
    border-radius: 16px;
    border: 1px solid #EDF3F9;
    box-shadow: 0 4px 12px 0 #EBE9EF;
    min-height: 330px;
}

.addresses-footer div {
    display: flex;
    height: 100% !important;
    justify-content: center;
    align-items: center;
    background: #FDEFEB;
    border: 1px solid #FACEC2
}

.addresses-footer div a {
    padding: 16px 28px 16px 28px;
    border-radius: 8px;
    border: 2px solid #E95712;
    background: #E95712;
    color: #FFF;
}


.address.card .address-footer.card-footer {
    border-top: 1px solid #EDF3F9;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 12px 20px;
}

.address.card .address-footer.card-footer a {
    color: #EE613A !important;
}

.address.card .address-footer.card-footer a:hover {
    text-shadow: 0 2px 4px #EBE9EF;
}

.th-radio-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.st_form_item_id_gender > div {
    display: inline-flex;
}

.th-radio-button > span:last-of-type,
.th-change-pass {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #061119;
}

.th-customer-form input,
.th-customer-form input::placeholder {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
}

.th-customer-form input::placeholder {
    color: #203754B8;
}

.th-change-pass {
    margin-top: .5rem;
}

.th-customer-form .st_form_item_newsletter span.flex_child {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #061119;
}

.th-customer-form .st_form_item_newsletter span.flex_child em {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    font-style: normal;
}

.th-customer-form .st_form_item_customer_privacy .flex_child {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #061119;
}

.th-customer-form .st_form_item_customer_privacy .flex_child em {
    font-size: 14px;
    color: #061119;
}

.th-customer-form .st_form_item_customer_privacy .custom-input-checkbox,
.th-customer-form .st_form_item_newsletter .custom-input-checkbox {
    width: 20px;
    height: 20px;
    background: linear-gradient(0deg, rgba(77, 132, 199, 0.05), rgba(77, 132, 199, 0.05));
    border: 1px solid #C8D9EE;
    border-radius: 4px;
}

.th-customer-form .st_form_item_customer_privacy .custom-input-checkbox [class^=fto-]:before,
.th-customer-form .st_form_item_newsletter .custom-input-checkbox [class^=fto-]:before {
    background: url("../img/FormCheckmark.png") no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    top: 6px;
    left: 3px;
    position: absolute;
}

.address-form .form-footer {
    display: flex;
    justify-content: flex-end;
}

#customer-form .form-footer {
    display: flex;
    justify-content: space-between;
}

.th-save-password-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.th-save-customer-form {
    text-transform: none;
}

.th-save-password,
.th-save-customer-form {
    width: max-content;
    padding: 10px 28px 10px 28px;
    border-radius: 8px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    background: #E95712;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.th-save-password:hover,
.th-save-customer-form:hover {
    box-shadow: 0 4px 12px 0 #64291833;
    background: #E95712;
    color: #FFF;
}

.th-save-password:active,
.th-save-customer-form:active,
.th-save-password:focus,
.th-save-customer-form:focus {
    background: #FACEC2 !important;
    color: #EE613A !important;
    border: 2px solid #FACEC2 !important;
}

.th-order-history {
    border: 1px solid #EDF3F9;
    box-shadow: 0 4px 12px 0 #EBE9EF;
    border-radius: 16px;
    padding: 10px;
}

.th-order-history table {
    border: none
}

.th-order-history tbody tr:not(:last-child) th,
.th-order-history tbody tr:not(:last-child) td {
    border: none;
    border-bottom: 1px solid #0611190D;
}

.th-order-history tbody tr:last-child th,
.th-order-history tbody tr:last-child td {
    border: none;
}

.th-order-history thead > tr {
    background: linear-gradient(0deg, rgba(14, 148, 211, 0.04), rgba(14, 148, 211, 0.04));
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #203754;
    border-radius: 8px;
}

.th-order-history thead > tr th {
    border: none;
}

.th-order-history thead > tr th:first-of-type {
    border-radius: 8px 0 0 8px;
}

.th-order-history thead > tr th:last-of-type {
    border-radius: 0 8px 8px 0;
}

.th-order-history tbody th {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #061119;
}

.th-order-history tbody tr td {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061119;
}

.th-order-history tbody tr td.th-order-history-bold {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #061119;
}

.th-order-history tbody tr td.order-actions a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.th-order-history tfoot tr td {
    border-left: none;
    border-right: none;
}

.th-order-history tfoot tr td:first-of-type {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061119;
    border-bottom: none;

}

.th-order-history tfoot tr td:last-of-type {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #061119;
    border-bottom: none;
}

.th-order-history #order-products .price:last-of-type {
    font-weight: 700;
}

.th-client-name {
    font-family: Rubik !important;
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 38.4px;
    color: #061119;
    text-transform: none !important;
}

.th-client-date {
    font-family: Roboto !important;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 30px;
    text-align: left;
    color: #061119B8;
}

.th-account-heading {
    font-family: Rubik !important;
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 38.4px;
    color: #061119;
    margin-bottom: 24px;
}

.th-input-container {
    border-radius: 8px;
    border: 1px solid #EBE9EF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #061119;
    margin-bottom: 24px;
}

.th-input-container #th-order-search {
    border: none;
    padding: 9px 0;
}


.th-input-container #th-order-search::-webkit-input-placeholder {
    font-family: Inter;
}

.th-input-container #th-order-search::-moz-placeholder {
    font-family: Inter;
}

.th-input-container #th-order-search:-ms-input-placeholder {
    font-family: Inter;
}

.th-input-container #th-order-search:-moz-placeholder {
    font-family: Inter;
}

.th-input-container #th-order-search::placeholder {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #061119;
}

.th-input-container svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.tho-detail-header .tho-detail-heading {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
    color: #061119;
}

.tho-detail-header .tho-detail-reference {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: right;
    color: #EE613A;
}

.th-container-detail {
    padding: 24px;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #EDF3F9;
    box-shadow: 0px 4px 12px 0px #EBE9EF;
}

.th-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.th-box .th-box-container {
    display: flex;
    flex-direction: column;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #061119;
    gap: 4px;
}

.th-box .th-box-container span {
    font-weight: 700;
}

.th-box .th-box-download a {
    padding: 12.5px 28px;
    gap: 8px;
    border-radius: 8px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    background: #E95712;
    text-decoration: none;
}

.th-box .th-box-download a:hover {
    box-shadow: 0 4px 12px 0 #64291833;
}

.th-box .th-box-download a:active,
.th-box .th-box-download a:focus {
    background: #FACEC2 !important;
}

#order-history .page_heading {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #061119;
}

.order-message-form .page_heading {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #061119;
}

.order-message-form > p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061119;
}

.order-message-form .form-control-select {
    border-radius: 8px;
    border: 1px solid #ADC6E5;
    box-shadow: 0 4px 8px 0 #0000000A;
    color: #2A496D;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 56px !important;
}

.order-message-form .form-control-select::placeholder {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.order-message-form textarea {
    border-radius: 8px;
    border: 1px solid #ADC6E5;
    box-shadow: 0 4px 8px 0 #0000000A;
    color: #2A496D;
    min-height: 110px !important;
}

.order-message-form textarea::placeholder {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.order-message-form .form-footer button {
    float: right;
    padding: 16px 28px;
    border-radius: 8px;
    background: #E95712;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
}

.order-message-form .form-footer button:hover {
    box-shadow: 0 4px 12px 0 #64291833;
}

.order-message-form .form-footer button:active,
.order-message-form .form-footer button:focus {
    color: #EE613A;
    background: #FACEC2;

}

.th-detail-addresses #delivery-address,
.th-detail-addresses #invoice-address {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061119B8;

}

.th-detail-addresses #delivery-address .heading_color,
.th-detail-addresses #invoice-address .heading_color {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #061119;
}

.ps-alert-error .item,
.ps-alert-error .item p {
    border-radius: 8px;
}

.th-forgot-success .th-forgot-item {
    border-radius: 8px;
}

.th-forgot-success .th-forgot-item,
.th-forgot-success .th-forgot-item i,
.th-forgot-success .th-forgot-item i svg {
    background-color: #EE613A;
    border-color: #EE613A;
}

.th-forgot-success .th-forgot-success-text {
    border-radius: 0 8px 8px 0;
}

.th-forgot-button a {
    display: inline-flex;
    align-items: center;
    width: auto;
    background-color: #EE613A;
    padding: 8px 24px 8px 24px;
    gap: 8px;
    border-radius: 8px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    color: #FFFFFF;
    height: 40px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.th-forgot-button a:hover {
    box-shadow: 0 4px 12px 0 #64291833;
}

.th-forgot-button a:active,
.th-forgot-button a:focus {
    background: #FACEC2 !important;
    color: #EE613A;
}

#discount .th-table-discount {
    box-shadow: 0 4px 12px 0 #EBE9EF;
    border-radius: 16px;
    padding: 10px;
}

#discount table th,
#discount table td {
    border-top: none !important;
}

#discount table th {
    border-bottom: none !important;

}

#discount table thead tr {
    background: linear-gradient(0deg, rgba(14, 148, 211, 0.04), rgba(14, 148, 211, 0.04));
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #203754;
    border-radius: 8px;
}

#discount thead > tr th {

}

#discount thead > tr th:first-of-type {
    border-radius: 8px 0 0 8px;
}

#discount thead > tr th:last-of-type {
    border-radius: 0 8px 8px 0;
}

#discount .th-discount-none {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #2A496D;
}

/* --- My Account End --- */


.th_google_login {
    display: none !important;
}

.th_btn_google_login {
    cursor: pointer;
}

#login-form .successful-login {
    margin-left: 1.2em;
    margin-top: 1em;
}

/*add to cart -- pop-out.*/
#blockcart-modal .cart-content-btn .btn {
    color: #FFF;
    font-weight: 700;
    display: flex;
    justify-content: center;
    height: 48px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.24);
    background: #E95712;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    line-height: 150%; /* 24px */
    align-items: center;
    margin: 0;
}

#blockcart-modal .cart-content-btn .btn:hover {
    box-shadow: 0 4px 12px 0 #64291833;
}

#blockcart-modal .cart-content-btn .btn:focus {
    background: #FACEC2;
}

#blockcart-modal .product_name {
    color: #061119;

    /* Desktop/Paragraph 1/Bold */
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
}

#blockcart-modal {
    color: #061119;
}

#blockcart-modal .modal-content {
    border-radius: 16px;
    border: 2px solid #EDF3F9;
    background: #FFF;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#blockcart-modal .st_modal_close {
    z-index: 999;
    right: 0px;
    border-radius: 16px;
}

#blockcart-modal .picture_prod {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* blockcart -- pop-out.*/

#footer.footer-container #footer_before_container #easycontent_15 {
    margin-top: 100px !important;
}


/* --- Order Confirmation Begin ---*/
#order-confirmation .card {
    border: 1px solid #C8D9EE;
    border-radius: 8px;
}

#order-confirmation .order-confirmation-table .order-line {
    display: flex;
    align-items: center;
}

#order-confirmation .order-confirmation-table img {
    border: 1px solid #C8D9EE;
    border-radius: 4px;
}

#order-confirmation .order-confirmation-table .details {
    margin-bottom: 0 !important;
}

#order-confirmation hr {
    border-color: #C8D9EE !important;
}

/* --- Order Confirmation End --- */


/* -- contact --- */
#easycontent_29 div.title_block_inner {
}

#easycontent_28 div.title_block_inner {
    text-transform: none;
}

/* -- contact --- */
#guest-tracking #center_column .page_heading {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #2A496D;
}

#guest-tracking #center_column #guestOrderTrackingForm * {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2a496d;
}

#guest-tracking #center_column #guestOrderTrackingForm input {
    border-radius: 8px;
    padding: 8px 12px 8px 12px;
    border: 1px solid #ADC6E5;
    min-height: 36px;
}

#guest-tracking #center_column #guestOrderTrackingForm button[type="submit"] {
    display: inline-flex;
    align-items: center;
    width: auto;
    background-color: #EE613A;
    padding: 8px 24px 8px 24px;
    gap: 8px;
    border-radius: 8px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    color: #FFFFFF;
    height: 40px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#guest-tracking #center_column #guestOrderTrackingForm button[type="submit"]:hover {
    box-shadow: 0 4px 12px 0 #64291833;
}

#guest-tracking #center_column #guestOrderTrackingForm button[type="submit"]:active,
#guest-tracking #center_column #guestOrderTrackingForm button[type="submit"]:focus {
    background: #FACEC2 !important;
}

/* --- Error 404 begin --- */
#easycontent_35 {
    margin-top: 50px;
}

#easycontent_35 * {
    text-align: center;
    font-family: Rubik;
    color: #061119;
}

#easycontent_35 .title_block {
    border: unset;
}

#easycontent_35 .title_block_inner {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    color: #203754;
    margin-bottom: 32px;
    border: unset;
}

/* --- Error 404 end --- */

@media (min-width: 1200px) and (max-width: 1439px) {
    .st_mega_menu #st_menu_6 {
        width: 395px;
    }

    #st_mega_menu_wrap .ml_level_0 #st_ma_0 {
        width: 346px;
    }

    #st_header #header_left {
        width: 225px;
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    #st_mega_menu_wrap .stmenu_sub {
        min-width: unset !important
    }
}


/* --- Blog Page Begin--- */

.th-heading-blog {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
    color: #061119;
}

#th_categories_menu {
    margin-top: 22px;
    margin-bottom: 26px;
}

#th_categories_menu .th_categ_menu_nav {
    display: flex;
}

#th_categories_menu .th_categ_menu_ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    margin: 0 auto;
    align-items: center;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
}

#th_categories_menu .th_categ_menu_ul {
    padding: 10px 10px 15px;
}

#th_categories_menu .th_categ_menu_ul .th_categ_menu_a {
    display: flex;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: -0.32px;
    height: 50px;
    border-radius: 8px;
    white-space: nowrap;
    scroll-snap-align: start;
    border: 2px solid transparent;
}


#th_categories_menu .th_categ_menu_ul .th_categ_menu_active .th_categ_menu_a:hover {
    box-shadow: 0 4px 12px 0 #64291833;
    border: 2px solid #EE613A;
}

/*#th_categories_menu .th_categ_menu_ul .th_categ_menu_li .th_categ_menu_a {*/
/*    color: #000;*/
/*}*/

#th_categories_menu .th_categ_menu_ul .th_categ_menu_a:hover {
    border: 2px solid #EE613A;
    color: #EE613A;
    box-shadow: 0 4px 12px 0 #64291833;
    transition: color 300ms ease, background 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

#th_categories_menu .th_categ_menu_ul .th_categ_menu_a:focus,
#th_categories_menu .th_categ_menu_ul .th_categ_menu_a:active {
    background: #FACEC2 !important;
    border: 2px solid #FACEC2 !important;
    color: #FFF;
}

#th_categories_menu .th_categ_menu_ul .th_categ_menu_li.th_categ_menu_active .th_categ_menu_a {
    background-color: #EE613A;
    padding: 12px 16px;
    border-radius: 8px;
    color: #FFF;
}

.block_blog .th_category_block .th_category_url {
    display: flex;
    min-width: 90px;
    width: fit-content;
    height: 30px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 23px;
    border-radius: 8px;
    background-color: #FACEC2;;
    color: #EE613A;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    line-height: 17.143px; /* 122.449% */
}

.page-blog-category > h1 {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
    color: #061119;
}

.page-blog-default .block_blog,
.page-blog-category .block_blog {
    padding: 15px;
}

.page-blog-default .pro_outer_box,
.page-blog-category .pro_outer_box {
    border: 1px solid #C8D9EE;
    border-radius: 16px;
}

.page-blog-default .pro_outer_box .pro_first_box,
.page-blog-category .pro_outer_box .pro_first_box {
    border-radius: 16px 16px 0 0;
}

.page-blog-default .pro_outer_box:hover,
.page-blog-category .pro_outer_box:hover {
    box-shadow: 0 8px 16px 0 #C8D9EE;
}

.page-blog-default .pro_outer_box:hover .s_title_block a,
.page-blog-category .pro_outer_box:hover .s_title_block a {
    color: #e54d26;
}

.page-blog-default .pro_outer_box .pro_second_box,
.page-blog-category .pro_outer_box .pro_second_box {
    border-radius: 0 0 16px 16px;
    padding: 0 15px 15px 15px;
}

.page-blog-default .pro_outer_box .pro_second_box .s_title_block,
.page-blog-category .pro_outer_box .pro_second_box .s_title_block {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    height: 4.25em;
    margin: 10px 0px;
}

.page-blog-default.pro_outer_box .pro_second_box .blok_blog_short_content,
.page-blog-category.pro_outer_box .pro_second_box .blok_blog_short_content {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061119B8;
}

.page-blog-default .pro_outer_box a.go,
.page-blog-category .pro_outer_box a.go {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #EE613A;
    margin-bottom: 0;
}

.bottom_pagination .pagination {
    gap: 5px;
}

.bottom_pagination .page-item.active a {
    color: #ffffff;
    border: 1px solid #EE613A;
    background-color: #EE613A;
}

.bottom_pagination .page-item a {
    color: #0D454A;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    border-radius: 8px !important;
    border: 1px solid #EDF3F9 !important;
}

.bottom_pagination .page-item a i {
    color: #EE613A;
    font-size: 12px;
}

.bottom_pagination .page-item a.disabled i {
    color: #EDF3F9;
}

#category_blogs_container_2 .title_block {
    margin-top: 25px;
}

#category_blogs_container_2 .title_block,
#category_blogs_container_2 .title_block * {
    border: none !important;
}

#category_blogs_container_2 .title_block .title_block_inner {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
    color: #061119;
}

#category_blogs_container_2 .block_blog {
    padding: 0 !important;
}

#category_blogs_container_2 .pro_outer_box {
    display: flex;
    align-items: center;
    max-width: unset !important;
    border: unset !important;
    border-radius: unset !important;
}

#category_blogs_container_2 .pro_outer_box {
    box-shadow: unset !important;
}

#category_blogs_container_2 .pro_second_box {
    padding: 0 0 0 10px !important;
}

#category_blogs_container_2 .s_title_block {
    height: 2.75em !important;
}

.th_blog_pagination_container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-top: 52px;
    margin-bottom: 52px;
}

.products-number-per-page {
    display: flex;
    align-items: center;
}

.products-number-per-page > a {
    margin-right: 10px;
    margin-left: 10px;
    padding: 8px 15px 4px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    height: fit-content;
    color: #0D454A;
}

.products-number-per-page > p {
    margin-bottom: 0;
    color: #88898B;
}

.products-number-per-page .dropdown_list::before {
    left: auto;
    right: 20px;
}

.products-number-per-page.dropdown_wrap.open .dropdown_tri {
    color: #0D454A;
}

/* --- Blog Page Ending--- */

/* --- Blog Articles Begin--- */
#blog_primary_block .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
#blog_primary_block .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
#blog_primary_block .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
#blog_primary_block .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em);
}

#blog_primary_block .blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

#blog_primary_block .wp-block-image {
    display: flex;
    justify-content: center;
}

#blog_primary_block.blog_detail_77 .wp-block-image {
    display: block;
}

#blog_primary_block .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
#blog_primary_block .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
#blog_primary_block .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
#blog_primary_block .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

#blog_primary_block .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
#blog_primary_block .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
#blog_primary_block .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
#blog_primary_block .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
#blog_primary_block .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
#blog_primary_block .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
#blog_primary_block .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
#blog_primary_block .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

#blog_primary_block .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
#blog_primary_block .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
#blog_primary_block .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
#blog_primary_block .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0;
    z-index: 2;
    font-size: 14px;
}

/*copied from dezm.ro for images*/

#blog_primary_block .blog_heading {
    font-family: Rubik;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: #061119;
}

#blog_primary_block h2 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #061119;
}

#blog_primary_block h3 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #4D84C7;
}

#blog_primary_block h4 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #4D84C7;
}

#blog_primary_block a {
    color: #EE613A;
}

#blog_primary_block a:hover {
    text-decoration: underline;
}

#blog_primary_block p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #061119B8;

}

#blog_link_nav a {
    background-color: #EE613A;
    padding: 12px 16px;
    border-radius: 8px;
    color: #FFF;
    display: flex;
    gap: 10px;
}

#blog_link_nav a:active {
    background: #FACEC2 !important;
}

#blog_link_nav a:hover {
    color: #FFFFFF;
    box-shadow: 0 4px 12px 0 #64291833;
    transition: color 300ms ease, background 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

#blog_primary_block ul {
    list-style: disc;
    padding-left: 20px;
    font-size: 16px;
}

#blog_primary_block .blog_image {
    text-align: center;
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto';
    color: #061119;
    opacity: 0.7;
}

#blog_link_nav {
    padding: 20px 0;
}


@media (max-width: 320px) {
    #blog_link_nav .fto-right-open-3,
    #blog_link_nav .fto-left-open-3 {
        display: none;
    }
}

/* --- Blog Articles Ending--- */

/* --- Compare Begin --- */

.stcompare_table {
    border: 1px solid #EDF3F9;
    box-shadow: 0 4px 12px 0 #EBE9EF;
    border-radius: 16px;
    padding: 10px;
}

.stcompare_table table tbody tr:first-of-type a:hover,
.stcompare_table table tbody tr:first-of-type a:hover i{
    color: #EE613A !important;
}

.stcompare_table table tbody tr:first-of-type * {
    border: none !important;
}

.stcompare_table table tbody tr:first-of-type th:first-of-type *,
.stcompare_table table tbody :not(tr:first-of-type) th {
    color: #203754;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.stcompare_table table tbody tr > th:first-of-type {
    min-width: 150px;

}

.stcompare_table table tbody > :not(tr:first-of-type) > * {
    border-top: 1px solid #0611190D;
}

.stcompare_table table tbody * {
    font-size: 16px;
    color: #061119;
}
.stcompare_table table tbody .view_button span{
color: #FFFFFF;
}

.stcompare_table table tbody > :not(tr:first-of-type) span.price {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #061119;
}

.stcompare_table .ajax_add_to_cart_button {
    display: inline-flex;
    align-items: center;
    width: auto;
    background-color: #EE613A;
    padding: 8px 24px 8px 24px;
    gap: 8px;
    border-radius: 8px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    color: #FFFFFF;
    height: 40px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.stcompare_table .ajax_add_to_cart_button i {
    color: #FFF;
}


#module-stcompare-compare #center_column .page_heading{
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 52.8px;
    color: #203754;
}

.add_to_wishlist,
.stcompare_add{
    float:right;
    clear: right;
}
.add_to_wishlist{
    text-transform:unset!important;
}
.add_to_wishlist div *,
.stcompare_add div *{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #203754;
}

.stcompare_add div:hover * {
    color: #EE613A !important;
}
/* --- Compare END --- */
/* --- WISHLIST START --- */

#side_wishlist .st-menu-title{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #2A496D;
}
#side_wishlist .page_heading{
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    color: #203754;
}
#select_wishlist li a{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #203754;
}
#side_wishlist .btn{
    padding: 0px 8px;
    border-color:#E95712;
    max-width: 100% !important;
    border-radius: 0px 8px 8px 0px;
    background: #E95712;
    color: white;
    display: flex;
    align-items: center;
    font-weight: 700;
}
#side_wishlist .btn:hover{
    border-color:#E95712;
    background-color: white;
    color: #E95712;
}
#module-stwishlist-mywishlist .page-content .col-lg-9 input.form-control,
#module-stwishlist-mywishlist .form_wishlist input.form-control,
#side_wishlist #side_wishlist_block input.form-control{
    border-radius: 8px 0 0 8px;
    border-color:#ADC6E5;
    height: 48px !important;
    max-width: 100% !important;
    font-size: 16px;
}
#module-stwishlist-mywishlist .wishlist_product_item .input-group-btn .btn{
    width: 32px;
    height: 32px;
    background: #EDF3F9;
    padding: 4px 0;
    font-size: 26px;
    color: #203754;
}
#module-stwishlist-mywishlist .wishlist_product_item .pro_quantity {
    width: 48px;
    height: 32px;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #203754;
    border-radius: unset;
}
#module-stwishlist-mywishlist .wishlist_product_item .qty_wrap{
    width: unset;
    input {
        border-radius: 0 !important;
    }
}
#module-stwishlist-mywishlist .wishlist_update_quantity{
    padding: 16px 28px;
    border-radius: 8px;
    background: #E95712;
    border: unset;
    color: white;
    height: 48px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    width: 110px;
}
#module-stwishlist-mywishlist .wishlist_remove_product{
    padding: 16px 28px;
    border-radius: 8px;
    background: white;
    border: unset;
    color: #E95712;
    height: 48px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #E95712;
    width: 110px !important;
}
#module-stwishlist-mywishlist .wishlist_remove_product_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
#module-stwishlist-mywishlist .back-to-wishlist:hover,
#module-stwishlist-mywishlist .wishlist_share_email:hover,
#module-stwishlist-mywishlist .copy_wishlist_link:hover,
#module-stwishlist-mywishlist .wishlist_update_quantity:hover,
#module-stwishlist-mywishlist .wishlist_remove_product:hover{
    box-shadow: 0 4px 12px 0 #64291833
}
#module-stwishlist-view .page-wishlist-view .s_title_block,
#module-stwishlist-mywishlist .s_title_block{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #2A496D;
    display: contents;
}
#module-stwishlist-view .page-wishlist-view .product-price-and-shipping .price{
    color: #EE613A;
}
#module-stwishlist-mywishlist .copy_wishlist_link{
    padding: 16px;
    border-color: #E95712;
    border-radius: 0px 8px 8px 0px;
    background: #E95712;
    color: white;
    height: 48px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
}

#module-stwishlist-mywishlist .back-to-wishlist{
    border-radius: 8px;
    border: 2px solid #E95712;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #EE613A;
    display: inline-flex;
    gap: 4px;
}
#module-stwishlist-mywishlist .back-to-wishlist:focus,
#module-stwishlist-mywishlist .back-to-wishlist:hover{
    color: white!important;
    background-color:#E95712!important;
}
#module-stwishlist-mywishlist .itemlist_left {
    width: 160px;
}
#module-stwishlist-view .page-wishlist-view{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
#module-stwishlist-mywishlist .itemlist_right {
    margin-left: 175px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
#module-stwishlist-mywishlist .itemlist_right .wishlist_remove_product{
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
}
#module-stwishlist-view .wishlist_share_email,
#module-stwishlist-mywishlist .wishlist_share_email{
    background-color: #0275d8;
    border:unset;
    font-weight: 700;
    font-size: 16px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
 .wishlist_remove_product{
    color: #203754;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
#module-stwishlist-view .back-to-wishlist i::before ,
#module-stwishlist-mywishlist .back-to-wishlist i::before {
    font-weight: 700;
}
#module-stwishlist-view .quantity_custom,
#module-stwishlist-mywishlist .quantity_custom{
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
#module-stwishlist-view .wishlist_title_box a,
#module-stwishlist-mywishlist .wishlist_title_box a{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #203754;
}
#submitWishlist{
    border-color: #E95712;
    max-width: 100% !important;
    border-radius: 0px 8px 8px 0px;
    background: #E95712;
    color: white;
    display: flex;
    align-items: center;
    font-weight: 700;
}
#submitWishlist:hover {
    border-color: #E95712;
    background-color: white;
    color: #E95712;
}
#module-stwishlist-view .wishlist_item,
#module-stwishlist-mywishlist .wishlist_item{
    border: 2px solid #EBE9EF;
    border-radius: 16px;
    box-shadow: 0 4px 12px 0 #EBE9EF;
    padding: 12px;
}
#module-stwishlist-view .wishlist_cover.general_border,
#module-stwishlist-mywishlist .wishlist_cover.general_border{
    border: unset!important;
}

#module-stwishlist-view .page-wishlist-view .pro_simple_box,
#module-stwishlist-mywishlist .wishlist_product_item .pro_simple_box{
    border: 2px solid #EBE9EF;
    border-radius: 16px;
    box-shadow: 0 4px 12px 0 #EBE9EF;
    padding: 12px;
}
/* --- WISHLIST END --- */

/* --- DETALII COMANDA START FANBOX SI SAMEDAY --- */

#order-detail .th_fan_courier_awb,
#order-detail .th_sameday_awb{
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #061119;
}
#order-detail .th_fan_courier_awb a,
#order-detail .th_sameday_awb a{
    color: #0275d8;
}
#order-detail .th_return_step_body{
    color: #0275d8;
}
#order-detail .box.th_fan_courier_awb,
#order-detail .box.th_sameday_awb{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    flex-direction: column;
    padding: 16px;
    margin:0;
    gap: 12px;
}
#order-detail .th_awb_container h3{
    font-size: 26px;
}
#order-detail .fan_card{
    padding: 24px;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #EDF3F9;
    box-shadow: 0px 4px 12px 0px #EBE9EF;
}
#order-detail .th_awb_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
/* --- DETALII COMANDA END  FANBOX SI SAMEDAY --- */
/* --- MY GARAGE START --- */

.th_garage_add_new .btn{
    padding: 16px 28px;
    border-radius: 8px;
    background: #E95712;
    border: unset;
    color: white;
    height: 48px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    DISPLAY: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.th_garage_add_new .btn:hover{
box-shadow: 0 4px 12px 0 #64291833;
}

.th_garage_car_right .btn{
    border-radius: 8px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
}
.garage-footer .th_garage_add_new {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FDEFEB;
    border: 1px solid #FACEC2;
    border-radius: 16px;
    box-shadow: 0 4px 12px 0 #EBE9EF;
    min-height: 280px;

}
.garage_car.card, .th_garage_add_new{
    border-radius: 16px;
    border: 1px solid #EDF3F9;
    box-shadow: 0 4px 12px 0 #EBE9EF;
    min-height: 280px;
}

.garage_car.card .garage-footer a {
    color: #EE613A !important;
}
.garage_car.card .garage-footer{
    display: flex;
    gap: 12px;
    align-items: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.th_garage_cars .custom-radio input{
    width: 100%;
    height: 100%;
}
.th_garage_car.current .garage-body .garage-marca{
    color: var(--Foundation-Red-red-500, #EE613A) !important;
}

.garage-body .garage-marca{
    color: #061119;
    display: flex;
    justify-content: space-between;
    align-items: center;
/* Desktop/Headings/H4 */
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
}
.garage-body .garage-model{
    color: #061119;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
.garage-body div{
    margin-bottom: 8px;
}
.garage-body .card-image{
        height: 108px; /* Set a consistent height */
        background-size: contain;
        background-repeat: no-repeat;
}
.th_my_garage_add_new{
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #EDF3F9;
    box-shadow: 0 4px 12px 0 #EBE9EF;
    display: grid;
    gap: 24px;
}
.th_my_garage_add_new select{
    width: 100%;
    height: 56px!important;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #ADC6E5;
}
.th_my_garage_add_new .form-control:focus {
     border-color: #ADC6E5!important;
}
.th_my_garage_add_new input{
    padding: 10px 28px 10px 28px;
    border-radius: 8px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
    background: #E95712;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
}
.th_my_garage_add_new input:hover{
    box-shadow: 0 4px 12px 0 #64291833;
    background: #E95712;
    color: #FFF;
}

/* --- MY GARAGE END--- */

.wishlist_link .header_item .wishlist_customer_count {
    display: none;
}

/* --- Order Confirmation --- */
#order-confirmation #center_column * {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2a496d;
}

#order-confirmation #center_column h5 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #2A496D;
}

#search .breadcrumb_spacing{
    height: unset !important;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .st_mega_menu #st_menu_6 {
        width: 326px !important;
    }

    #st_mega_menu_wrap .ml_level_0 #st_ma_0 {
        width: 277px;
    }

    #st_header #header_left {
        width: 200px;
    }
}

@media (min-width: 992px) {
    #multilink_9 {
        display: none;
    }

    .th-account-items-mobile {
        display: none;
    }


}

@media (max-width: 991px) {

    #side_products_cart .shoppingcart-list .small_cart_product_list *,
    #side_products_cart .shoppingcart-list .small_cart_sumary * {
        font-family: Roboto;
        font-weight: 400;
        color: #061119;
    }

    #side_products_cart .shoppingcart-list .small_cart_sumary .cart-summary-v {
        font-weight: 500;
    }

    #side_products_cart .st-menu-title {
        font-weight: 500;
        font-size: 22px;
        color: #061119;
    }


    .th-configurator-index .owl-pagination {
        justify-content: flex-end;
        left: 0 !important;
        padding-right: 1rem;
    }

    #side_stmobilemenu .mo_ml_level_0.mo_ml_column {
        /*background: #fff;*/
        color: #203754
    }


    #st_mobile_menu #st_mobile_menu_ul {
        display: grid;
    }

    /*#st_mobile_menu #st_mo_menu_9 {*/
    /*    order: 50;*/
    /*}*/
    #st_mobile_menu #st_mo_menu_10 {
        order: 60;
    }

    #st_mobile_menu #st_mo_menu_11 {
        order: 70;
    }

    #st_mobile_menu #st_mo_menu_12 {
        order: 80;
    }

    #st_mobile_menu #st_mo_menu_77 {
        order: 50;
    }

    #side_stmobilemenu .st-menu-title {
        font-family: Roboto;
        font-weight: 500;
        font-size: 24px;
        color: #061119;
    }

    #side_stmobilemenu .mo_ml_level_0 {
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 500;
        color: #061119B6;
    }

    #multilink_7,
    #multilink_8 {
        display: none;
    }

    .mobile_logo .logo {
        max-height: 80px;
        width: auto;
    }

    .swiper-container.products_sldier_swiper:has(.swiper-wrapper) {
        padding-left: 5px;
        padding-bottom: 20px;
    }

    .fto-menu:before {
        color: #203754;
    }

    #st_header #top_bar {
        display: block !important;
    }


    #body_wrapper {
        padding-bottom: 0 !important;
    }

    #easycontent_22 {
        background-image: url(https://dezmembraru.ro/stupload/steasycontent/-component-section-separator-detailed-min.png);
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 80px !important;
        padding-bottom: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        background-color: #132132;
    }

    #easycontent_19 .th-social {
        flex: 0 0 25%;
    }

}

@media (min-width: 768px) {
    .th-order-history-mobile {
        display: none;
    }
}


@media (min-width: 768px) and (max-width: 992px) {


    #footer-primary .st_open .footer_block_content, #footer-primary .title_block {
        border: unset !important
    }

    #easycontent_21 .easy_brother_block {
        display: flex;
        justify-content: flex-start;
        gap: 16px;
    }

    #easycontent_22 {
        padding-top: 180px !important;
    }

    .th_usp_card {
        border-bottom: 1px solid #C8D9EE;
    }

    #easycontent_20 .easy_brother_block {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #easycontent_20 .easy_brother_block > p img {
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #easycontent_22 {
        margin-top: 50px !important;
    }

    .th-save-password-footer {
        display: none;
    }

    #customer-form .form-footer {
        justify-content: flex-end;
    }

    .tho-detail-header .tho-detail-reference {
        text-align: left;
    }

    .th-order-history .shipping-lines .shipping-line:not(:last-of-type) {
        border-bottom: 1px solid #eceeef;
    }

    .th-order-history .shipping-lines ul {
        gap: 5px;
        display: grid;
    }

    .th-order-history .shipping-lines li {
        display: flex;
    }

    .th-order-history .shipping-lines li span:first-of-type {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: #203754;
    }

    .th-order-history .shipping-lines li span:last-of-type {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #061119;
    }

    .th-order-history-mobile .orders .order > div.flex_child {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .th-history-mobile-row {
        display: inline-flex;
        gap: 5px;
        align-items: center;

    }

    .th-history-mobile-row * {
        padding-left: 0;
        padding-right: 0;
    }

    .th-order-history-desktop {
        display: none;
    }

    .th-account-items-mobile {
        display: flex;
        flex-direction: column;
        /*gap: 8px;*/
        box-shadow: 0 4px 12px 0 #EBE9EF;
        border: 1px solid #EDF3F9;
        border-radius: 16px;
        padding: 24px 0;
        background-color: #F3FAFD;
    }

    .th-order-history-mobile .th-history-mobile-row * {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #061119;
    }

    .th-order-history-mobile .th-order-history-bold {
        font-weight: 700;
    }

    .th-order-history-mobile .order.line_item .text-left {
        gap: 10px;
        display: grid;
        justify-items: center;
    }

    .th-order-history-mobile .order.line_item .text-left .status * {
        font-size: 16px;
    }

    .th-order-history-mobile .order.line_item .text-left a {
        font-size: 16px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 5px;
        color: #EE613A;
        border: 2px solid #E95712;
        padding: 5px;
        border-radius: 8px;
        width: fit-content;
    }

    .th-order-history-mobile .order.line_item .text-left svg path {
        stroke: #EE613A;
    }


    .th-account-items-mobile .list-group-item {
        border: unset !important
    }

    .th-account-items-mobile .list-group-item.th-dashboard,
        /*.th-account-items-mobile .list-group-item.th-customer-settings,*/
    .th-account-items-mobile .list-group-item:has(.identity-link),
    .th-account-items-mobile .list-group-item:Has(.addresses-link) {
        display: none;
    }

    .th-account-items-mobile .list-group-item {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #061119B8;
        padding: 5px 20px;
    }

    .th-account-items-mobile .list-group-item.th-customer-settings,
    .th-account-items-mobile .list-group-item.th-customer-orders {
        font-family: Rubik;
        font-weight: 700;
        line-height: 24px;
        color: #061119;
    }

    .th-account-items-mobile .list-group-item.th-customer-settings {
        padding: 0 20px 0;
    }

    .th-account-items-mobile .list-group-item.th-customer-orders {
        padding: 20px 20px 0;
    }

    .th-account-items-mobile .list-group-item.th-customer-settings > h6,
    .th-account-items-mobile .list-group-item.th-customer-orders > h6 {
        font-size: 20px;
    }

    .th-order-history-mobile-det span:first-of-type {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: #203754;
        border-radius: 8px;
    }

    .th-order-history-mobile-det .date span:last-of-type {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #061119;
    }

    .th-order-history-mobile-det .state span:last-of-type {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .th-customer-header {
        align-items: flex-start;
    }

    #footer-primary {
        padding-bottom: 50px;
    }

    #footer-bottom {
        max-height: unset !important;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    #multilink_3 .footer_block_content, #multilink_4 .footer_block_content, #easycontent_21 {
        padding-bottom: 20px !important;
    }

    #blockcart-modal .cart-content-btn > div {
        gap: 10px;
    }

    .products_container .title_block_inner,
    .products_container .title_block_inner {
        font-family: Rubik;
        font-size: 28px !important;
        font-weight: 700;
        text-align: center;
        line-height: 28.8px;
    }

    #easycontent_11 p,
    #easycontent_13 p,
    #easycontent_14 p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .products_sldier_swiper .ajax_block_product .pro_outer_box.home_default {
        margin-right: 0;
        margin-left: 0;
    }

    .pro_outer_box .pro_second_box {
        min-height: 139px;
    }

    #footer-primary .st_open .footer_block_content,
    #footer-primary .title_block {
        border-bottom: unset;
    }

    #easycontent_21 .easy_brother_block {
        display: flex;
        justify-content: flex-start;
        gap: 16px;
        flex-wrap: wrap;
    }

    #easycontent_20 .easy_brother_block {
        display: flex;
        flex-direction: column;
    }

    #easycontent_20 img {
        border-radius: 35px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: unset !important;
        width: 100%;
        height: auto !important;
    }

    #easycontent_20 .easy_brother_block p:first-of-type img {
        border-radius: 20px;
    }

    #st_news_letter_1 .news_letter_0 {
        text-align: left;
    }

    #easycontent_24 .easy_brother_block {
        flex-direction: column;
    }

    #easycontent_24 .th-vert-line {
        display: none;
    }

    #easycontent_24 p,
    #easycontent_24 a.btn {
        width: 100%;
        text-align: center;
    }

    #footer_bottom_left {
        margin-top: 14px;
    }

    .breadcrumb_nav li a.text_color > span, .breadcrumb_nav li > span {
        font-family: Inter;
        font-size: 12px;
        font-weight: 400;
        line-height: 16.8px;
    }

    .th-client-name {
        font-size: 26px;
        line-height: 32px;
    }

    .th-client-date {
        font-size: 16px;
        line-height: 28px;
    }

    .th-account-back a {
        display: flex;
    }

}

@media (min-width: 530px) and (max-width: 767px) {
    #easycontent_22 {
        padding-top: 120px !important;
    }
}

@media (max-width: 480px) {
    #module-stwishlist-mywishlist .wishlist_remove_product_wrapper {
        justify-content: start;
    }
    .th-order-history .order-items *,
    .th-order-history .order-totals * {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #061119;
    }

    .th-order-history .order-items .order-item {
        border-bottom: 1px solid #eceeef;
    }

    .th-order-history .order-items strong,
    .th-order-history .order-totals .text-right {
        font-weight: 700;
    }

    .th-dashboard-list .th-btn-identity {
        width: fit-content;
    }

    .th-dashboard-list,
    .div_delete_my_data .div_gdpr_buttons {
        flex-direction: column;
        gap: 15px;
    }

    .div_gdpr_buttons #delete-my-data {
        margin-left: 0 !important;
    }

    .nav_bar.space-s .top_bar_item .header_item {
        padding: 0 !important;
    }
    /*compare and wishlist*/
    .add_to_wishlist, .stcompare_add {
        float: unset;
    }
    /*compare and wishlist*/
    #module-stwishlist-mywishlist .itemlist_right {
        margin-left: 115px;
    }
    #module-stwishlist-mywishlist .itemlist_left {
         width: 105px;
    }
}

@media (max-width: 536px) {
    .th-order-history-mobile .order.line_item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .th-order-history-mobile .order.line_item .text-left {
        justify-items: left;
    }
}
#thecheckout-data-privacy{
    display: none;
}

#module-stblog-article .stblogeditor_container .title_block{
    padding: 0 18px;
    margin: 0;
    margin-top: 50px;
}

#module-stblog-article div.row:has(#center_column){
    dispay:flex;
    justify-content: center;
}

.st_sticker_3,
.st_sticker_7{
    left: 10px !important;
}

.st_sticker_block:has(.st_sticker_1) .st_sticker_3,
.st_sticker_block:has(.st_sticker_1) .st_sticker_7
{
    left: 120px !important;
}

.product_list_item .klarna-onsite-messaging-container,
.product_list .product-price-and-shipping .klarna-onsite-messaging-container {
    display: none;
}