html {
    font-family: "Roboto", "Arial", sans-serif;
}

.ws-initial {
    white-space: initial;
}

#subscribe_line {
    background: #ebebeb;
}

#subscribe_wrapper {
    padding: 15px 0;
}

#subscribe_wrapper svg {
    color: #feba00;
}

#subscribe_wrapper p {
    line-height: 22px;
}

#subscribe_wrapper input {
    font-size: 13px;
}

#subscribe_wrapper input:hover {
    font-size: 13px;
    border-color: #1c2126;
}

#subscribe_wrapper input:focus {
    box-shadow: none;
    border-color: #1c2126;
}

a.subscribe_button {
    background-color: #feba00;
    color: #fff;
    font-size: 12px;
}

a.subscribe_button:hover {
    background-color: #57cdff;
    color: #fff;
}

#footer {
    background: #f4f5f6;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer .fbl {
    color: #1c2126;
    text-decoration: none;
    display: flex;
    line-height: 20px;
    font-size: 14px;
}

#footer .fbl:hover {
    color: #d60000;
}

#footer .copyright {
    font-size: 14px;
}

#footer .copyright a {
    color: #1c2126;
    text-decoration: underline;
}

.f_social_link {
    display: block;
    padding: 4px;
    margin: 4px 12px 8px 0;
    border-radius: 6px;
    box-sizing: border-box;
}

.f_social_icon {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;
    fill: currentColor;
}

.f_social_icon_vk {
    background-color: #07f;
}

.f_social_icon_yt {
    background-color: #ea3223;
}

.f_social_icon_tg {
    background-color: #25a2e0;
}

.f_social_icon_tk {
    background-color: #000;
}

.f_social_icon_zn {
    background-color: #000;
}

.splide__arrow {
    box-shadow: 0 1px 4px #b8b8b8;
    background-color: #fff;
    padding: 10px;
    border-radius: 25px;
    border: none;
    line-height: 1em;
}

.splide__arrow:hover {
    box-shadow: 0 2px 8px #d4d4d4;
}

.splide__arrow svg {
    color: #d60000;
    fill: currentColor;
    font-size: 20px;
    height: 1em;
    width: 1em;
}

.splide__arrow--prev {
    position: absolute;
    z-index: 1;
    left: -0.5em;
    top: 40%;
}

.splide__arrow--next {
    position: absolute;
    z-index: 1;
    right: -0.5em;
    top: 40%;
}

.block_heading {
    margin-bottom: 12px;
    height: 36px;
    display: flex;
    align-items: center;
}

.block_heading_link_all {
    background-color: initial;
    color: #767d83;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.block_heading_link_all:hover {
    color: #d60000;
}

.block_bottom_padding {
    padding-bottom: 50px;
}

.block_slide_wrapper {}

.block_slide_holder {
    padding: 10px 15px !important;
}

.block_slide_holder img {
    display: block;
    max-width: 100%;
}

.block_slide_item {
    padding: 16px;
    border-radius: 6px;
}

.block_slide_item:hover {
    box-shadow: 0 2px 8px #bfbfbf;
}

.block_slide_item_image_link {}

.block_slide_item_title_link_wrapper {
    margin-bottom: 12px;
    height: 60px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.block_slide_item_title_link {
    color: #1c2126;
    line-height: 20px;
    text-decoration: none;
}

.block_slide_item_title_link:hover {
    color: #d60000;
}

.block_slide_item_fav_link {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
    font-size: 14px;
    visibility: hidden;
}

.block_slide_item:hover .block_slide_item_fav_link {
    visibility: visible;
}

.block_slide_item_fav_link svg {
    width: 1em;
    height: 1em;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    align-items: center;
    display: inline-flex;
    fill: currentColor;
}

.block_slide_item_fav_link.remove_from_fav {
    color: #d60000;
}

.block_slide_item_fav_link.add_to_fav {
    color: #93999e;
}

.block_slide_item_fav_link.add_to_fav:hover {
    color: #d60000;
}

.product_favorites_link {
    color: #93999e;    
}
.product_favorites_link_active {
    color: #d60000;
}
.product_favorites_link:hover {
    color: #d60000;    
}

.product_favorites_link .bi::before {
    font-weight: 800 !important;
}


.block_slide_item_bottom_holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 36px;
}

.block_slide_item_price {
    line-height: 24px;
    font-weight: 500;
    font-size: 18px;
}

.block_slide_item_cart_button {
    padding: 8px;
    background-color: #d60000;
    color: #fff;
    display: flex;
    /*font-size: 14px;*/
    line-height: 20px;
    border-radius: 25px;
    font-weight: 500;
    border: none;
    visibility: hidden;
}

.block_slide_item:hover .block_slide_item_cart_button {
    visibility: visible;
}

.block_slide_item_cart_button:hover {
    background-color: #c50000;
}

.block_slide_item_cart_button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
}

.header_top_line_holder {
    border-bottom: 1px solid #dadcde;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 3px 0;
}

.header_top_line_container {
    width: 100%;
    display: flex;
}

.header_top_line_container button,
.header_top_line_container a {
    color: #1c2126;
}

.header_top_line_container button:hover,
.header_top_line_container a:hover {
    color: #d60000;
}

.header_top_line_container svg {
    height: 1em;
    width: 1em;
    fill: currentColor;
    color: #d60000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
}

.header_top_line_container .base-button {
    padding: 8px 0;
    background-color: initial;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    overflow: hidden;
    border-radius: 8px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
}

.header_top_line_container .mrbs {
    margin-right: 50px;
}

.header_top_line_container .mlbs {
    margin-left: 25px;
}

.header_top_line_container .button-icon {
    margin-right: 4px;
    font-size: 16px;
    position: relative;
    flex-shrink: 0;
    display: flex;
    line-height: 16px;
}

.header_top_line_container .label {
    position: relative;
    pointer-events: none;
    display: flex;
    align-items: center;
    padding: 0 4px;
}

.header_top_line_right {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}

.header_top_line_dropdown {
    filter: drop-shadow(0 2px 8px #d4d4d4);
    padding: 4px 4px;
    border: none;
}

.header_top_line_dropdown a {
    display: block;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #1c2126;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 6px;
}

.header_top_line_dropdown a:hover {
    color: #1c2126;
    background-color: #f4f5f6;
}

.header_holder {}

.header_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 12px 0;
}

.header_container_item {
    display: flex;
}

.header_container_item_contacts {
    flex-direction: column;
}

.header_container_item_contacts strong {
    color: #d60000;
    font-size: 18px;
    line-height: 24px;
    display: block;
}

.header_container_item_contacts span {
    padding-top: 4px;
    font-size: 12px;
    line-height: 16px;
}

.header_container_item_links {
    color: #484f55;
}

.header_container_item_links svg {
    height: 1em;
    width: 1em;
    fill: currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
}

.header_container_item_links button,
.header_container_item_links a {
    color: #57cdff;
}

.header_container_item_links button:hover, .header_container_item_links .base-button:hover,
.header_container_item_links a:hover {
    color: #feba00;
}

.header_container_item_links .base-button {
    padding: 8px 0;
    background-color: initial;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    overflow: hidden;
    border-radius: 8px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.header_container_item_links .button-icon {
    margin-right: 4px;
    font-size: 16px;
    position: relative;
    flex-shrink: 0;
    display: flex;
    line-height: 16px;
}

.header_container_item_links .label {
    position: relative;
    pointer-events: none;
    display: flex;
    align-items: center;
    padding: 0 4px;
}

.header_container_logreg .base-button {
    display: block;
    background: #eeeff1;
    padding: 10px 16px;
    border-radius: 12px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #1c2126;
}

.header_container_logreg .base-button:hover {
    background: #dadcde;
    text-decoration: none;
    color: #1c2126;
}

.header_container_logreg svg {
    height: 1em;
    width: 1em;
    fill: currentColor;
    color: #d60000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
}

.header_container_logreg a {
    color: #1c2126;
}

.header_container_logreg a:hover {
    color: #d60000;
}

.home_menu_holder {
    
    margin-bottom: 16px;
}

.home_menu_container {
    background-color: #57cdff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    position: relative;
}

.home_menu_catalog_button {
    max-width: 140px;
    flex-basis: 26%;
    margin-right: 8px;
}

.home_menu_catalog_button span.spp {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    background-color: #57cdff;
    color: #fff;
    fill: #fff;
    outline: none;
    padding: 10px 16px;
    border-radius: 6px 6px 6px 6px;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

.home_menu_catalog_button span.spp svg {
    fill: currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;
    margin-right: 12px;
}

.home_menu_catalog_button .dropdown-menu {
    max-width: 320px;
    height: 45vh;
    max-height: 45vh;
}

.home_menu_catalog_button .dropdown-menu ul {
    overflow-y: auto;
    overflow-x: visible;
    list-style: none;
    padding-left: 0;
    max-height: 100%;
}

.home_menu_catalog_button .dropdown-menu a:hover span {
    color: #d60000;
    text-decoration: none;
}

#catalog_menu_main_level_holder {
    direction: rtl;
    width: 100%;
    padding-right: 0;
}

#catalog_menu_main_level_holder a.dropdown-item:active {
    background-color: inherit;
}

#catalog_menu_main_level_holder li {
    direction: ltr;
}

.cat_svg_icon { margin-right: 20px; }

#catalog_menu_main_level_holder .cat_svg_icon svg {
    font-size:20px;
    margin-right:10px;
    overflow: visible;
}


.home_menu_catalog_button .dropdown-item svg {
    fill: currentColor;
    /*display: none;*/
    color: #d60000;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;
}

.home_menu_catalog_button .dropdown-item:hover svg {
    display: inline-flex;
    color: #d60000;
}

.home_menu_catalog_button .dropdown-menu .dropdown-submenu {
    max-width: 310%;
    width: 310%;
    height: 45vh;
    max-height: 45vh;
    display: none;
    position: absolute;
    left: 99%;
    top: -1px;
    overflow-y: auto;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.home_menu_catalog_button .dropdown-menu .dropdown-submenu .container {
    border-left: 1px solid #dadcde;
    height: 100%;
}

.home_menu_catalog_button .dropdown-menu .dropdown-submenu a {
    color: #1c2126;
    text-decoration: none;
}

.home_menu_catalog_button .dropdown-menu .dropdown-submenu a:hover {
    color: #d60000;
}

/* width */
.home_menu_catalog_button ::-webkit-scrollbar {
    width: 5px;
    scrollbar-color: #dadcde #fff;
    scrollbar-width: thin;
}

/* Track */
.home_menu_catalog_button ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.home_menu_catalog_button ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.home_menu_catalog_button ::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.home_menu_catalog_button .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.home_menu_catalog_button li.has_sub_menu:hover>.dropdown-submenu {
    display: block;
}

.header_catalog_subcat_image {
    max-width:35px;
}

.home_menu_container .specials_link {
    margin-left: 20px;
}

.home_menu_container .specials_link .base-button {
    padding: 8px 0;
    background-color: initial;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    overflow: hidden;
    border-radius: 8px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
}

.home_menu_container .specials_link .button-icon {
    margin-right: 4px;
    font-size: 16px;
    position: relative;
    flex-shrink: 0;
    display: flex;
    line-height: 16px;
}

.home_menu_container .specials_link .base-button svg {
    height: 1em;
    width: 1em;
    fill: currentColor;
    color: #d60000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
}

.home_menu_container .specials_link .label {
    font-family: Roboto, Arial, sans-serif;
    position: relative;
    pointer-events: none;
    display: flex;
    align-items: center;
    padding: 0 4px;
    font-size: 16px;
}

.home_menu_compare_link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px;
    text-decoration: none;
    font-size: 12px;
    color: #000;
}

.home_menu_compare_link svg {
    color: #d60000;
    fill: currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;
    margin-right: 12px;
}

.home_menu_compare_link:hover {
    color: #d60000;
}

.compare_items_count {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3px;
    right: 4px;
    padding: 0 4px;
    border-radius: 16px;
    width: auto;
    min-width: 16px;
    height: 16px;
    background-color: #3caa3c;
    color: #fff;
    font-size: 12px;
}

.home_menu_favorites_link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px;
    text-decoration: none;
    font-size: 12px;
    color: #000;
}

.home_menu_favorites_link svg {
    color: #d60000;
    fill: currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;
    margin-right: 12px;
}

.home_menu_favorites_link:hover {
    color: #d60000;
}

.favorites_items_count {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3px;
    right: 4px;
    padding: 0 4px;
    border-radius: 16px;
    width: auto;
    min-width: 16px;
    height: 16px;
    background-color: #3caa3c;
    color: #fff;
    font-size: 12px;
}

.home_menu_cart_link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px;
    text-decoration: none;
    font-size: 12px;
    color: #000;
}

.home_menu_cart_link svg {
    color: #d60000;
    fill: currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;
    margin-right: 12px;
}

.home_menu_cart_link:hover {
    color: #d60000;
}

.favorites_items_count_m {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1px;
    left: 20px;
    padding: 0 4px;
    border-radius: 16px;
    width: auto;
    min-width: 16px;
    height: 16px;
    background-color: #3caa3c;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;    

}

.cart_items_count_m {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1px;
    left: 20px;
    padding: 0 4px;
    border-radius: 16px;
    width: auto;
    min-width: 16px;
    height: 16px;
    background-color: #3caa3c;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;    
}

.compare_items_count_m {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1px;
    left: 20px;
    padding: 0 4px;
    border-radius: 16px;
    width: auto;
    min-width: 16px;
    height: 16px;
    background-color: #3caa3c;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;    
}

.home_main_container {
    display: flex;
}

.home_main_side { }

.home_main_content { }

.cart_items_count {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3px;
    right: 4px;
    padding: 0 4px;
    border-radius: 16px;
    width: auto;
    min-width: 16px;
    height: 16px;
    background-color: #3caa3c;
    color: #fff;
    font-size: 12px;
}

.home_menu_search_holder {
    position: relative;
    display: flex;
    flex-grow: 1;
    margin-right: 8px;
}

.home_menu_search_subholder {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    font-family: Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.home_menu_search_holder_input {
    display: block;
    width: 100%;
    min-width: 0;
    border: none;
    border-radius: 8px;
    color: #1c2126;
    background-color: initial;
    text-overflow: ellipsis;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
}

.home_menu_search_holder_button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    background-color: #feba00;
    margin-left: -6px;
    outline: none;
    border: 0;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    color: #fff;
    z-index: 1;
}

.home_menu_search_holder_button svg {
    fill: currentColor;
}

.home_menu_search_holder .field_outline {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #dadcde;
    border-radius: 8px;
    background-color: #fff;
    z-index: -1;
}

.header_mobile_holder {
    height: 48px;
    background-color: #57cdff;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-template-columns: 48px 84px 4fr;
    grid-template-rows: 1fr;
    grid-gap: 6px;
    gap: 6px;
    grid-template-areas: "i j k";
    width: 100%;
}

.header_mobile_c1 {
    grid-area: i;
    padding: 4px 0 0 8px;
    color: #fff;
}

.header_mobile_c1 svg {
    fill: currentColor;
}

.header_mobile_c2 {
    grid-area: j;
    padding-left: 3px;
    align-self: center;
}

.header_mobile_c2_img_holder {
    /*width: 80px;*/
    height: 30px;
    border-radius: 0;
    align-items: baseline;
}
.header_mobile_c2_img_holder img {
    height: 30px;
}

.header_mobile_c3 {
    grid-area: k;
    padding: 4px 8px 0 0;
}

.header_mobile_c3 a {
    color: #fff;
}

.header_mobile_c3_holder {
    display: flex;
    justify-content: flex-end;
}

.header_mobile_c3 .base-button {
    font-size: 14px;
    line-height: 20px;
    background-color: #57cdff;
    color: #fff;
    padding: 8px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    overflow: hidden;
}

.header_mobile_c3 svg {
    fill: currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;
}

.header_mobile_c3 .favorites_items_count {
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 20px;
    pointer-events: none;
    background-color: #3caa3c;
    min-width: 16px;
    height: 16px;
    border-radius: 10px;
    padding: 0 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
}

.header_mobile_c3 .cart_items_count {}

.home_news_tabs_holder {
    background: #f4f5f6;
}

.home_news_tabs_holder .nav-item .nav-link {
    color: #767d83;
}

.home_news_tabs_holder .nav-item .nav-link.active {
    color: #1c2126;
    font-weight: 600;
}

.home_news_tabs_holder .nav.nav-underline {
    border-bottom: 1px solid #dadcde;
}

.tab_show_all_btn {
    padding: 6px 10px;
    background-color: #fff;
    color: #767d83;
    border: 2px solid #93999e;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 8px;
}

.tab_show_all_btn:hover {
    background-color: #f4f5f6;
}

.breadcrumb-item span {
    color: #93999e;
    font-size: 14px;
    line-height: 20px;
}

.breadcrumb-item a {
    text-decoration: none;
}

.breadcrumb-item a span {
    color: #767d83;
}

.breadcrumb-item a:hover span {
    color: #1c2126;
}


.subcat_block_view {
    padding: 12px 16px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 #bfbfbf;
/*    
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 72px 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0 12px;
    gap: 0 12px;
    grid-template-areas: ". .";
*/
    display:flex;
    height: 100%;    
}

.subcat_block_view_img {
    max-width:25%;
}

.subcat_block_view_img img {
    max-width: 100%;
}

.subcat_block_view_title {
    text-decoration: none;
    color: #000;
}

.subcat_block_view_title:hover {
    color: #d60000;
}

.subcat_block_view_subtext {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #484f55;
    display: block;
}

.pname_brief {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #1c2126;
    font-weight: 400;
}

.pname_brief:hover {
    color: #d60000;
    text-decoration: none;
}

.brief_block {}

.brief_block_holder {
    background: #fff;
    height: 100%;
    border-radius: 24px;
    box-shadow: inset 0 0 0 1px #dadcde;
    padding: 16px;
}

.brief_block_holder:hover {
    box-shadow: 0 2px 8px #bfbfbf;
}

.brief_block_product_code {
    display: flex;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #93999e;
    justify-content: start;
    align-items: center;
}

.brief_favorites {
    display: flex;
    color: #93999e;
    align-items: center;
}

.brief_favorites:hover {
    color: #d60000;
    justify-content: center;
}

.brief_favorites svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
}

.brief_comparsion {
    display: flex;
    color: #93999e;
    align-items: center;
}

.brief_comparsion:hover {
    color: #d60000;
}

.brief_comparsion svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
}

.pr_brief_price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #1c2126;
}

.pr_brief_old_price {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-right: 8px;
    text-decoration: line-through;
    white-space: nowrap;
    color: #484f55;
}

.pr_brief_save_percent {
    padding: 4px 8px;
    color: #fff;
    background: #3caa3c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pr_brief_add_to_cart {
    background-color: #d60000;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
    border-radius: 8px;
    align-items: center;
    text-decoration: none;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
}

.pr_brief_add_to_cart:hover {
    background-color: #c50000;
}


.pname_detailed {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.benefits_green {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #3caa3c;
    padding-top: 20px;
    font-weight: 700;
}

.benefits_green svg {
    width: 1em;
    height: 1em;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    align-items: center;
    display: inline-flex;
    fill: currentColor;
}

.benefits_green span {
    padding-left: 8px;
}

.p_detailed_prod_header_section {
    margin-top: 24px;
    font-size: 14px;
    margin-bottom: 32px;
}

.p_detailed_product_code {
    margin-right: 24px;
    line-height: 20px;
    font-size: 14px;
}

.p_detailed_product_code_stick {
    margin-right: 24px;
    line-height: 20px;
    font-size: 14px;
}

.p_detailed_product_name_stick {
    margin-right: 24px;
    line-height: 20px;
    font-size: 14px;
}

.p_det_v_div {
    display: block;
    height: 12px;
    width: 2px;
    background-color: #dadcde;
    margin: 4px 6px;
}

.prd_rv_top_lnk {
    color: #1c2126;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-decoration: none;
}

.prd_rv_top_lnk:hover {
    color: #c50000;
}

.p_det_warranty_top {
    display: flex;
    column-gap: 8px;
    align-items: center;
    color: #484f55;
}

.p_det_warranty_top svg {
    color: #d60000;
    width: 1em;
    height: 1em;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    align-items: center;
    display: inline-flex;
    fill: currentColor;
}

.p_det_favorites {
    color: #1c2126;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.p_det_favorites svg {
    margin-right: 4px;
    width: 1em;
    height: 1em;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    align-items: center;
    display: inline-flex;
    fill: currentColor;
}

.p_det_favorites:hover {
    color: #c50000;
}

.p_det_comparsion {
    color: #1c2126;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.p_det_comparsion svg {
    margin-right: 4px;
    width: 1em;
    height: 1em;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    align-items: center;
    display: inline-flex;
    fill: currentColor;
}

.p_det_comparsion:hover {
    color: #c50000;
}


.pr_det_right_cart_block {
    padding: 24px;
    border: 1px solid #f4f5f6;
    border-radius: 20px;
    box-shadow: 0 6px 12px 0 #e5e7e8;
    margin-bottom: 24px;
}

.pr_det_buy_click {
    background-color: #eeeff1;
    color: #1c2126;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    width: 100%;
}

.pr_det_buy_click:hover {
    background-color: #dadcde;
}

.pr_det_button_cart {
    background-color: #d60000;
    color: #fff;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    gap: 8px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    width: 100%;
    margin-bottom: 16px;
    cursor: pointer;
}

.pr_det_button_cart:hover {
    background-color: #c50000;
}

.pr_det_button_cart_stick {
    background-color: #d60000;
    color: #fff;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    width: 100%;
}
.pr_det_button_cart_stick:hover {
    background-color: #c50000;
}

.pr_det_button_cart_stick svg {
    margin-right: 4px;
    width: 1em;
    height: 1em;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    align-items: center;
    display: inline-flex;
    fill: currentColor;
}

.pr_det_price {
    font-family: Roboto, Arial, sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    display: block;
}

.pr_det_old_price {
    text-decoration: line-through;
    color: #484f55;
    font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
}

.pr_det_save_percent_list {
    background: #e32636;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
}

.pr_det_button_cart svg {
    margin-right: 4px;
    width: 1em;
    height: 1em;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    align-items: center;
    display: inline-flex;
    fill: currentColor;
}

.prd_images_slider_nav .slick-prev {
    top: -1rem;
    left: 45%;
    left: calc(50% - 10px);
}

.prd_images_slider_nav .slick-prev:before {
    content: "\f077";
    color: #f75904;
}

.prd_images_slider_nav .slick-next {
    bottom: -3rem;
    top: inherit;
    left: 45%;
    left: calc(50% - 10px);
}

.prd_images_slider_nav .slick-next:before {
    content: "\f078";
    color: #f75904;
}

.prd_images_slider .slick-dots {
    bottom: 5px;
}

.prd_images_slider .slick-dots .slick-active {}

.prd_images_slider .slick-dots li {
    width: 10px;
    height: 10px;
}

.prd_images_slider .slick-dots li button {
    background: #000;
    opacity: 0.75;
    width: 10px;
    height: 10px;
}

.prd_images_slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: "";
}

.prd_images_slider .slick-dots li.slick-active button {
    background: #f75904;
}

.prd_images_slider .slick-dots li.slick-active button:before {
    color: #f75904;
}


.star_red {
    color: #d60000;
}

.star_red svg {
    width: 1em;
    height: 1em;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    align-items: center;
    display: inline-flex;
    fill: currentColor;
}

.star_grey {
    color: #dadcde;
}

.star_grey svg {
    width: 1em;
    height: 1em;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    align-items: center;
    display: inline-flex;
    fill: currentColor;
}

.cat_faq_block {
    background: #FFFEFD;
    border-radius: 16px;
    margin: 0px 0px 0.75rem 0px;
}

.cat_faq_block_header {}

.cat_faq_block_header_lnk {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #5E564F;
    text-decoration: none;
    display: block;
    margin-top: 7px;
    background: #FFF4E8;
    padding: 0.75em;
    border-radius: 16px 16px 0 0;
    position: relative;
}

.cat_faq_block_header_lnk:hover {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FF901A;
    text-decoration: none;
    display: block;
}

.cat_faq_block_header_lnk .fa-minus-circle {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
}

.cat_faq_block_header_lnk .fa-plus-circle {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
}

.cat_faq_block_header_lnk.collapsed {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #5E564F;
    text-decoration: none;
    display: block;
    margin-top: 7px;
    background: #fff;
    border-radius: 16px;
}

.cat_faq_block_header_lnk.collapsed:hover {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FF901A;
    text-decoration: none;
    display: block;
}

.cat_faq_block_header_lnk.collapsed .fa-minus-circle {
    display: none;
}

.cat_faq_block_header_lnk.collapsed .fa-plus-circle {
    display: inline-block;
}

.cat_view_switcher {}

.cat_view_switcher .btn {
    background: #fff;
    color: #93999e;
    border:none;
}

.cat_view_switcher .btn:hover {
    background: #fff;
    color: #d60000;
}

.cat_view_switcher .btn.active {
    background: #fff;
    color: #d60000;
}


.brief_block.view_list .list_hidden {
    display: none;
}

.brief_block.view_list .list_visible {
    display: block;
}

.brief_block.view_grid .grid_hidden {
    display: none;
}

.brief_block.view_list .grid_block {
    display: none;
}

.brief_block.view_grid .grid_block {
    display: block;
}

.brief_block.view_grid .grid_visible {
    display: block !important;
}

.brief_block.view_grid:nth-child(3n+1) {
    clear: left;
}

#stick_nav {
    top:-2px;
    background-color: #fff;
}

#stick_nav.is-pinned {
    /*
    box-shadow: 0 2px 8px #bfbfbf;
    border-bottom: 1px solid #ebebeb
    */
}


.pr_det_stick_top_details {
    display:none;
    padding: 8px 0;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;    
}

#stick_nav.is-pinned .pr_det_stick_top_details {
    display:flex;
}

.p_detailed_product_price_stick {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.p_detailed_product_old_price_stick {
    font-size: 16px;
    line-height: 24px;
    color: #484f55;
    text-decoration: line-through;
}

#pr_det_nav {
    background-color: #fff;
    /*margin-bottom: 40px;*/
    border-bottom: 1px solid #ebebeb;
}


.pr_det_nav_item {
    padding: 12px;
    color: #484f55;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.pr_det_nav_item.active {
    color: #1c2126;
    font-weight: 700;
}
.pr_det_nav_item.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: currentColor;
}

.main_cart_holder {
    background-color: #f4f5f6;    
}

.cart_box {
    border-radius: 12px;
    background-color: #fff;
    padding: 24px;
    box-shadow: 0 1px 4px #bfbfbf;
    margin-top: 24px;    
}

.shopping_cart_section_header {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 700;    
}

#delivery_section label { cursor: pointer; }
#delivery_section .custom-control.custom-radio {
    padding: 20px;
    border-radius: 12px;
    align-items: center;
    cursor: pointer;
    border: 1px solid #ebebeb;
}

#delivery_section .custom-control.custom-radio:hover {
    border-color: transparent;
    box-shadow: 0 2px 8px 0 #bfbfbf;
}

#payment_section label { cursor: pointer; }
#payment_section .custom-control.custom-radio {
    padding: 20px;
    border-radius: 12px;
    align-items: center;
    cursor: pointer;
    border: 1px solid #ebebeb;
}

#payment_section .custom-control.custom-radio:hover {
    border-color: transparent;
    box-shadow: 0 2px 8px 0 #bfbfbf;
}

.cart_confirm_order {
    background-color: #d60000;
    color: #fff;
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0;
    cursor: pointer;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.cart_confirm_order:hover {
    background-color: #c50000;
}

.shopping_cart_prd_name_lnk {
    font-size: 14px;
    color: #1c2126;
    text-decoration: none;
}

.shopping_cart_prd_name_lnk:hover {
    color: #d60000;
}

.shopping_cart_prd_code {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #93999e;    
}

.shopping_cart_btn_minus {
    padding: 10px 12px 10px 12px;
    background-color: #f4f5f6;
    color: #1c2126;
    border:none;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.shopping_cart_btn_plus {
    padding: 10px 12px 10px 12px;
    background-color: #f4f5f6;
    color: #1c2126;
    border:none;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;    
}

.cart_item_quantity {
    background-color: #f4f5f6;
    color: #1c2126;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    border:none;    
}

.shopping_cart_remove_lnk {
    color: #93999e;
    text-decoration: none;
}
.shopping_cart_remove_lnk:hover {
    color: #d60000;
}
.shopping_cart_remove_lnk svg {
    width: 1em;
    height: 1em;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    align-items: center;
    display: inline-flex;
    fill: currentColor;
}

.top_phones {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.top_phones_main {
    font-size: 16px;
    line-height:16px;
    font-weight: 700;
    color: #484f55;
    padding-bottom: 3px;
    text-decoration: none;
}
.top_phones_main:hover {
    color: #d60000;
}

.top_phones_addon {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.top_phones_addon svg{
    color: #93999e; 
}

.prdet_section_header {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.prdet_section_box_w {
    padding: 32px;
    background: #fff;
    display: flex;
    box-shadow: 0 1px 4px #bfbfbf;
    border-radius: 16px;
    text-decoration: none;
}

.prdet_section_box_w:hover {
    box-shadow: 0 2px 8px #bfbfbf;
}

.prdet_service_header {
    font-size: 20px;
    line-height: 24px;
    color: #3caa3c;
    font-weight: 700;
}

.prdet_service_description {
    font-size: 14px;
    line-height: 20px;
    color: #484f55;    
    margin-bottom:10px;    
}

.prdet_service_link {
    font-size: 14px;
    line-height: 20px;
    color: #484f55; 
    text-decoration: none;
}

.prdet_service_link:hover {
    color: #d60000;
}

.prdet_service_link svg {
    font-size:16px;
    width: 1em;
    height: 1em;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    align-items: center;
    display: inline-flex;
    fill: currentColor;    
}

.prdet_service_holder .service_icon svg{
    align-items: center;
    flex-shrink: 0;
    color: #dadcde;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;
    font-size:72px;
    fill: currentColor;
}

.prdet_service_holder .prdet_section_box_w:hover .service_icon svg{
    color: #3caa3c;
}

.prdet_extra_container {
    display: flex;
    flex-direction: column;
    row-gap: 8px;    
}

.prdet_extra_name_inner {
    position: relative;
    display: inline;
    color: #484f55;
    padding-right: 4px;
    background: #fff;
}

.prdet_extra_name:before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 6px;
        border-bottom: 1px dotted #dadcde;
}

.prdet_extra_value { 
    padding-left: 4px;
}

.prdet_reviews_box { padding: 24px; border: 1px solid #e5e7e8; border-radius: 16px; }
.prdet_reviews_add_title { font-size: 16px; line-height: 24px; margin-bottom: 8px; font-weight: 700; }
.prdet_reviews_add_description { font-size: 16px; line-height: 24px; }
.prdet_reviews_add_btn{ background-color: #d60000; color: #fff;  border-radius: 12px; padding: 12px 16px; font-size: 16px; line-height: 24px; gap: 8px; align-items: center; display: inline-flex; justify-content: center; text-decoration: none; font-family: Roboto, Arial, sans-serif; font-weight: 500; width: 100%; margin-bottom: 16px; }
.prdet_reviews_add_btn:hover { background-color: #c50000; }

.prdet_faq_box { padding: 24px; border: 1px solid #e5e7e8; border-radius: 16px; }
.prdet_faq_ask_title { font-size: 16px; line-height: 24px; margin-bottom: 8px; font-weight: 700; }
.prdet_faq_ask_description { font-size: 16px; line-height: 24px; }
.prdet_faq_ask_btn{ background-color: #d60000; color: #fff;  border-radius: 12px; padding: 12px 16px; font-size: 16px; line-height: 24px; gap: 8px; align-items: center; display: inline-flex; justify-content: center; text-decoration: none; font-family: Roboto, Arial, sans-serif; font-weight: 500; width: 100%; margin-bottom: 16px; }
.prdet_faq_ask_btn:hover { background-color: #c50000; }


.filter_collapse_button { display:block; 
    font-size: 14px; line-height: 20px; 
    color: #1c2126; text-decoration:none; text-align:left; position:relative; font-style: normal; font-weight: bold;  }
.filter_collapse_button:hover, .filter_collapse_button:active, .filter_collapse_button:focus {
    text-decoration:none !important; color:#d60000; }

.filter_collapse_button .fa-chevron-right { visibility:hidden; }
.filter_collapse_button .fa-chevron-down { visibility:visible; }
.filter_collapse_button.collapsed .fa-chevron-right { visibility:visible; }
.filter_collapse_button.collapsed .fa-chevron-down { visibility:hidden; }

.filter_collapse_button i { position:absolute; right:0px; top:4px; }
.filterborder hr { margin-top:10px; margin-bottom:10px; }
.filterborder .collapse, .filterborder .collapsing {padding-top:5px; }

.slider-selection { background: #d60000; }
.slider-handle.min-slider-handle.round { 
    background: #d60000; 
    width: 12px;
    height: 12px;
    border: none;
    margin:0px;
    top:-5px; 
}
.slider-handle.max-slider-handle.round {
    background: #d60000; 
    width: 12px;
    height: 12px;
    border: none;
    /* margin:0px;
    top:-5px; */
    margin-left: -12px;
}
.fromto { text-align:center;  margin-top:5px; }
.fromto b { display:block; text-align:left; }
.filterborder { margin:5px 0 3px 0; }
.small_margin {display:block; margin:3px 0;}
.slider-handle.round { border-radius:50%; }
.slider.slider-horizontal { width:100%; }
.slider-track { 
    height:2px !important;
    background-color: #f5c2c2;
    top:3px;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high { 
    height: 2px; 
}

.left_block_heading { font-style: normal; font-weight: bold; font-size: 24px; line-height: 32px; color: #190E03; flex: none; order: 0; align-self: stretch; flex-grow: 0; margin: 0px 0px 1rem 0px; }

.checkbox-label {
    display: block;
    position: relative;
    /*margin: auto;*/
    cursor: pointer;
    /*font-size: 22px;*/
    line-height: 24px;
    height: 24px;
    /*width: 24px;*/
    clear: both;
    padding-left:28px; 
    font-weight:500;
   white-space: nowrap;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 5px;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
    border: 1px solid rgba(0,0,0,.11);
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #d60000;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #d60000;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);	
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}

#fbtn1 {
    background-color: #d60000;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
    border-radius: 8px;
    align-items: center;
    text-decoration: none;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    border: none;
    text-decoration: none;
}

#fbtn1:hover {
    background-color: #c50000;
}

#fbtn2 { 
    background:none;
    border:none;
    padding:10px;
    display: flex;
    align-items: center;
    color: #767d83;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
#fbtn2:hover {
    color: #c50000;
}

.page-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    min-width: 32px;
    padding: 0 8px;
    color: #1c2126;    
}
.page-link{
    color: inherit !important;
    border: none !important;
    background: transparent !important;
}

.page-item.active {
    color: #fff;
    background-color: #d60000;
    border-radius: 32px;
    cursor: default;
}

.cart_link_side { font-size: 14px; text-decoration: none; color:#1c2126; }
.cart_link_side svg {
    fill: currentColor;
    font-size:24px;
    color: #d60000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;    
}

.cart_items_count_s {
    background-color: #3caa3c;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 0 9px;
    height: 24px;    
}

.compare_link_side { font-size: 14px; text-decoration: none; color:#1c2126; }
.compare_link_side svg {
    fill: currentColor;
    font-size:24px;
    color: #d60000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;    
}

.compare_items_count_s {
    background-color: #3caa3c;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 0 9px;
    height: 24px;    
}

.sales_link_side { font-size: 14px; text-decoration: none; color:#1c2126; }
.sales_link_side svg {
    fill: currentColor;
    font-size:24px;
    color: #d60000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;    
}

.catalog_link_side { font-size: 14px; text-decoration: none; color:#1c2126; }
.catalog_link_side svg {
    fill: currentColor;
    font-size:24px;
    color: #d60000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;    
}


.phone_side { font-size: 14px; text-decoration: none; color:#1c2126; }
.phone_side svg {
    fill: currentColor;
    font-size:24px;
    color: #d60000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;    
}

.phone_side a { text-decoration: none; color: #1c2126; font-weight: 500; }

.menu_side_lnk {
    text-decoration: none;
    color: #1c2126;
}

.menu_side_lnk svg {
    fill: currentColor;
    font-size:24px;
    color: #93999e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;    
}

.menu_side_sub_level {
    background: #f4f5f6    
}



#mobile_modal_holder {
    position:fixed;
    top:0px;
    width:100%;
    height:100%;
    background:#fff;
    overflow-x:hidden;
    overflow-y:auto;
    z-index: 9999;
}

#mobile_catalog_holder .bi {
    color: #93999e;
}

.mobile_catalog_lnk {
    text-decoration: none;
}

.mobile_catalog_lnk .cat_svg_icon svg {
    fill: currentColor;
    font-size:24px;
    margin-right:10px;
    overflow: visible;
    /* display: none; */
    color: #d60000;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;
}

.mobile_catalog_lnk .cat_svg_icon img { max-width:24px;max-height:24px; }

.mobile_catalog_lnk_text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #1c2126;
}

.mobile_catalog_close_lnk {
    text-decoration: none;
    color: #93999e;
}

.mobile_catalog_back_lnk {
    text-decoration: none;
    color: #93999e;
}

.mobile_catalog_back_header {
    font-family: Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #1c2126;
}

.cat_sort_block { }

.cat_sort_block .dropdown-toggle {
    border:none;
}

.cat_sort_block .dropdown-menu {
    border:none;
    filter: drop-shadow(0 2px 8px #d4d4d4);
}

.cat_sort_block .dropdown-item:focus  {
    background-color: #fff;
    color: #1c2126;
}

.cat_sort_block .dropdown-item.active {
    background-color: #fff;
    color: #d60000;
}

.home_news_date {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #93999e;
}

/* brief image fixes for small images begin */
@media (min-width: 765px){
    .brief_image_holder {
        min-height:275px;
    }    
}
@media (min-width: 005px){
    .brief_image_holder {
        min-height:200px;
    }    
}
@media (min-width: 1400px){
    .brief_image_holder {
        min-height:275px;
    }    
}

.empty_field_validation_alert {
    
}

.star-rating {
    direction: rtl;
    display: inline-block;
    cursor: pointer;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ddd;
    font-size: 24px;
    padding: 0 2px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input:checked~label {
    color: #ffc107;
}

.required_field_marker {
    color:#c50000;
}
/* brief image fixes for small images end */

.basic_button {
    background-color: #d60000;
    color: #fff;
}

.basic_button:hover {
    background-color: #c50000;
    color: #fff;    
}
