#store_body {
    --stock_orders_shop_store_header_top_color: #ffffff;
    --stock_orders_shop_store_header_top_font_color: #000000;
    --primary-color: #0068c9;
    --secondary-color: #666d73;
    --success-color: #30B261;
    --theme_mode: #dark;
    --primary-btn-text-color: #132430;
    --primary-btn-color: #73C000;
    --primary-btn-hover-color: #6A9617;
    --primary-btn-active-color: #4A6312;
    --primary-text-color: #132430;

    --success: var(--primary-btn-color);
    --primary: var(--primary-btn-color);
    --light: #F5F8FB;
    --light-hover: #e3ebee;
    --light-active: #cfe2ec;

    --swiper-navigation-color: #F0F4F8;
}


#store_body *,
#store_body *::before,
#store_body *::after {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Light.ttf') format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-LightItalic.ttf') format("truetype");
    font-style: italic;
    font-weight: 300;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Regular.ttf') format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Italic.ttf') format("truetype");
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Medium.ttf') format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-MediumItalic.ttf') format("truetype");
    font-style: italic;
    font-weight: 500;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-SemiBold.ttf') format("truetype");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-SemiBoldItalic.ttf') format("truetype");
    font-style: italic;
    font-weight: 600;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Bold.ttf') format("truetype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-BoldItalic.ttf') format("truetype");
    font-style: italic;
    font-weight: 700;
}

#store_body *:not(i) {
    font-family: 'Raleway', sans-serif !important;
    text-transform: none !important;
    font-feature-settings: 'lnum' 1;
}

#store_body {
    color: var(--primary-text-color) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .1px;
    display: flex;
    flex-direction: column;
}

#store_body .client-wrapper {
    overflow: hidden;
}

#store_body div {
    border-radius: 10px;
}

#store_body a {
    color: var(--primary-text-color) !important;
}
#store_body a:not(.h4 a, a.btn, .breadcrumb a, a.product-title, a.product-tags-block, .ul-top-items a):hover {
    color: var(--primary-btn-color) !important;
}

#store_body ol:not(.seo_wrapper ol),
#store_body ul:not(.seo_wrapper ul),
#store_body dl:not(.seo_wrapper dl) {
    padding-left: 0;
    margin: 0;
}

#store_body .table{
    color: var(--primary-text-color);
}

#store_body #content h1, #store_body #content .h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}

#store_body #content h2, #store_body #content .h2 {
    color: var(--primary-text-color) !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

#store_body #content h3, #store_body #content .h3 {
    color: var(--primary-text-color) !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

#store_body #content h4, #store_body #content .h4 {
    color: var(--primary-text-color) !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
}

#store_body #content h5, #store_body #content .h5 {
    color: var(--primary-text-color) !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

#store_body .h6 {
    color: var(--primary-text-color) !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

#store_body.category #content h1,
#store_body.category #content .h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin: 0;
}

#store_body .hometab-wrapper {
    padding: 40px 40px;
    background-color: #F5F8FB;
}

#store_body #wdcmsservice{
    background-color: #F5F8FB;
}

#store_body input:hover,
#store_body textarea:hover,
#store_body select:hover,
#store_body .bootstrap-select .dropdown-toggle:hover {
    border: 1px solid #007398 !important;
}

#store_body input:focus,
#store_body textarea:focus,
#store_body select:focus,
#store_body .bootstrap-select .dropdown-toggle:focus {
    border: 2px solid #007398 !important;
    padding: 9px 9px 9px 19px !important;
}

#store_body .text-danger {
    color: #E54634 !important;
}

#store_body .text-primary {
    color: var(--primary-text-color) !important;
}

#store_body input:disabled,
#store_body textarea:disabled,
#store_body select:disabled,
#store_body .bootstrap-select .dropdown-toggle:disabled {
    border: 1px solid #C6D8E6 !important;
    background: #F5F8FB !important;
}

#store_body .has-error input,
#store_body .has-error textarea,
#store_body .has-error select {
    border: 1px solid #E54634 !important;
}

#store_body .has-error input::placeholder {
    color: #E54634 !important;
}

#store_body .has-error label {
    color: #E54634 !important;
}

#store_body .has-error p.text-danger {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 0 !important;
}

#store_body .has-error input:focus,
#store_body .has-error textarea:focus,
#store_body .has-error select:focus {
    border: 2px solid #E54634 !important;
}

#store_body #content .shop_content {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

#store_body #shop_footer span,
#store_body #wdcmsrightbanner span {
    color: var(--stock_orders_shop_store_header_top_color) !important
}
#store_body #cart_count {
    color: var(--stock_orders_shop_store_header_top_font_color) !important
}
#store_body .cart_detail .cart_heading {
    color: var(--stock_orders_shop_store_header_top_font_color) !important
}
#store_body .header_nav,
#store_body #header_top {
    background-color: var(--stock_orders_shop_store_header_top_color) !important
}
#store_body .customers,
#store_body #topnav {
    background-color: var(--stock_orders_shop_store_header_top_color) !important
}
#store_body .header_search .form-control.input-lg {
    background: #F0F4F8
}
#store_body .header_nav {
    border-bottom: 1px solid #F0F4F8 !important
}

#store_body #content .product-thumb .h4 {
    font-size: 13px;
}
#store_body .product-thumb .h4 a {
    color: #1D384A !important
}
#store_body #wd_category_feature > div > div {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#store_body #wdcmsparallax .box-heading,
#store_body #wdcmstestimonial .box-heading,
#store_body .wd_category_feature .box-heading,
#store_body div#wdaboutcms .box-heading {
    border-bottom: 1px solid #F0F4F8 !important
}
#store_body #content .box .box-heading,
#store_body .box.related_prd .box-heading,
#store_body #wdcmsparallax .box-heading,
#store_body #wdcmstestimonial .box-heading,
#store_body .wd_category_feature .box-heading,
#store_body div#wdaboutcms .box-heading {
    border-bottom: 1px solid #F0F4F8 !important
}
#store_body .slider-button a {
    /*background:#96B7D3!important*/
}
#store_body .wd_cat_content .cat-img:hover {
    background: #F0F4F8 !important
}

#store_body #tabs_info.product-tab > ul.nav-tabs > li a {
    margin-inline-end: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

#store_body #tabs_info.product-tab > ul.nav-tabs > li:hover a,
#store_body #tabs_info.product-tab > ul.nav-tabs > li a.active {
    color: var(--primary-text-color) !important;
    border-bottom: 3px solid var(--primary-btn-color);
    font-weight: 700;
    padding: 10px 18px;
}

#store_body #tabs_info.product-tab > ul.nav-tabs > li:hover:first-child a,
#store_body #tabs_info.product-tab > ul.nav-tabs > li:first-child a.active{
    padding-right: 19px;
    padding-left: 20px;
}

#store_body .btn {
    border-radius: 40px !important;
    padding: 10px 20px !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

#store_body .btn.btn-lg {
    padding: 20px !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    height: 60px;
}

#store_body .btn.btn-primary {
    background: var(--primary-btn-color) !important;
    border-color: var(--primary-btn-color) !important;
    color: var(--primary-btn-text-color) !important;
}


#store_body .btn.btn-primary:hover {
    background: var(--primary-btn-hover-color) !important;
    border-color: var(--primary-btn-hover-color) !important;
}

#store_body .btn.btn-primary:active {
    background: var(--primary-btn-active-color) !important;
    border-color: var(--primary-btn-active-color) !important;
}

#store_body .btn.btn-primary:disabled {
    background: #DCE3EB !important;
    border-color: #DCE3EB !important;
    color: #ABB6C6 !important;
}

#store_body .btn:focus {
    box-shadow: none !important;
}

#store_body .btn.btn-secondary {
    background: white;
    border: 2px solid var(--primary-btn-color);
    color: var(--primary-text-color) !important;
}

#store_body .btn.btn-secondary:hover {
    background: #FFFFFF !important;
    border-color: var(--primary-btn-hover-color);
}

#store_body .btn.btn-secondary:active {
    background: #FFFFFF !important;
    border-color: var(--primary-btn-active-color) !important;
}

#store_body .btn.btn-secondary:disabled {
    background: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #ABB6C6 !important;
}

#store_body .btn.btn-icon-text:not(.close) {
    color: var(--primary-text-color) !important;
    padding: 9px 0 !important;
    background: none;
}

#store_body .btn.btn-icon-text:hover,
#store_body .btn.btn-icon-secondary:hover {
    color: var(--primary-btn-hover-color) !important;
}

#store_body .btn.btn-icon-text:active,
#store_body .btn.btn-icon-secondary:active {
    color: var(--primary-btn-active-color) !important;
}

#store_body .btn.btn-icon-text:disabled,
#store_body .btn.btn-icon-secondary:disabled {
    color: #ABB6C6 !important;
}

@media screen and (min-width: 992px) {
    #store_body .btn.btn-md-icon-text:not(.close) {
        color: var(--primary-text-color) !important;
        padding: 9px 0 !important;
        background: none;
        border: none;
    }

    #store_body .btn.btn-md-icon-text:hover {
        color: var(--primary-btn-hover-color) !important;
    }

    #store_body .btn.btn-md-icon-text:active {
        color: var(--primary-btn-active-color) !important;
    }

    #store_body .btn.btn-md-icon-text:disabled {
        color: #ABB6C6 !important;
    }
}

#store_body .btn.btn-icon-secondary {
    padding: 10px !important;
}

#store_body button.chip {
    background: #FFFFFF;
    border: 1px solid #96B7D3;
    color: var(--primary-text-color);
}

#store_body button.chip:hover {
    background: #FFFFFF !important;
    border-color: #005C7A !important;
}

#store_body button.chip:active {
    background: #007398 !important;
    border-color: #007398 !important;
}

#store_body button.chip:disabled {
    background: #F5F8FB !important;
    border-color: #DDE8F0 !important;
    color: #ABB6C6 !important;
}

#store_body .cart_image {
    background-image: unset;
    width: unset;
    height: unset;

}
#store_body .cart_image:before {
    content: "\e903";
    font-family: 'store' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    display: flex;
}

#store_body .cart_image:before {
    display: flex;
    align-items: center;
    justify-content: center;
}

#store_body #cart > .btn:focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

#store_body #cart .item-count {
    position: absolute;
    right: -5px;
    bottom: -5px;
    top: unset;
    transform: translate(20%, -10%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 50px;
    font-size: 10px;
    background-color: #3B8A29;
    color: white !important;
    width: 15px;
    height: 15px;
}

#store_body .nav2 div.account-title {
    color: var(--primary-text-color);
}

#store_body #main_slider_container #catalog_menu {
    position: relative;
    height: fit-content;
    padding: 10px;
}

#store_body #main_slider_container #catalog_menu a {
    /*padding: 0 10px;*/
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    gap: 5px;
}

#store_body #main_slider_container #catalog_menu a > span:first-child {
    flex: 1 1 auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#store_body ul.ul-top-items a > span.badge {
    color: var(--primary-text-color);
}

#store_body #main_slider_container #catalog_menu .has-children > a::after {
    content: "\f105";
    font-family: 'FontAwesome';
    line-height: 20px;
    font-size: 20px;
}

#store_body .wd-menu ul.ul-second-items li.li-second-items.has-children > a::after {
    line-height: 20px;
    font-size: 20px;
}

#store_body #main_slider_container #catalog_menu .sub-menu-container ul {
    width: 100%;
    min-width: 292px;
}

#store_body #main_slider_container #catalog_menu a:hover {
    background: #F5F8FB;
    color: var(--primary-text-color) !important;
}

#store_body #main_slider_container #catalog_menu .sub-menu-container {
    display: flex;
    position: absolute;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: #fff;
    min-height: 100%;
    min-width: 40px;
    height: fit-content;
    z-index: -1;
}

#store_body #main_slider_container #catalog_menu .wd-sub-menu:hover > div.sub-menu-container {
    display: flex;
    width: min-content;
    left: calc(100% - 10px);
    z-index: 99;
    border-radius: 0 10px 10px 0;
    box-shadow: 4px 0px 0px 0px #13243012;
    min-width: 240px;
    padding: 10px;
    filter: alpha(opacity=100);
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transition: 600ms opacity;
}

#store_body #main_slider_container #catalog_menu img,
#store_body #main_slider_container #catalog_menu svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#store_body .main-slider {
    margin: 0 0 0 0;
}

#store_body .main-slider img {
    border-radius: 20px;
    border: 1px solid #DDE8F0
}

#store_body #header-top li.li-top-item.mega-menu.wd-sub-menu.has-children a.catalog-btn::after {
    content: "\f107";
    font-family: 'FontAwesome';
    line-height: 18px;
}

#store_body #header-top .wd-menu ul.ul-top-items li.li-top-item > .sub-menu-container {
    top: 110px;
    left: auto;
    right: -5px;
}

#store_body #header-top .wd-menu ul.ul-top-items li.li-top-item .sub-menu-container {
    box-shadow: 0px 4px 10px 0px #13243012;
    padding: 10px;
    border-radius: 10px;
    min-width: 312px;
    visibility: visible;
}

#store_body #header-top .wd-menu ul.ul-top-items li.li-top-item > .sub-menu-container,
#store_body #header-top .wd-menu ul.ul-top-items li.li-top-item li:not(.active, :hover) > .sub-menu-container
{
    display: none !important;
}

#store_body #header-top .wd-menu ul.ul-top-items li.li-top-item > .sub-menu-container .sub-menu-container {
    min-height: 100%;
    left: calc(100% - 10px) !important;
    box-shadow: 11px 4px 10px -1px #13243012;
    position: absolute;
    border-radius: 0 10px 10px 0px;
}

@media screen and (min-width: 991px) {
    #store_body .wd-menu ul.ul-top-items li.li-top-item:hover > .sub-menu-container {
        display: none !important;
    }
}

#store_body .horizontal-menu .sub-menu-container .ul-second-items .li-second-items {
    padding: 10px;
    border-radius: 10px;
    position: unset !important;
}

#store_body .horizontal-menu .sub-menu-container .ul-second-items .li-second-items:hover {
    background: #F5F8FB;
}

#store_body .horizontal-menu .sub-menu-container:has(> .ul-second-items > .li-second-items.has-children:hover) {
    border-radius: 10px 0 0 10px !important;
}

#store_body .horizontal-menu .sub-menu-container ul li a > span:first-child {
    line-height: 20px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-text-color);
}

#store_body .horizontal-menu .wd-sub-menu a {
    display: flex;
    gap: 10px;
}

#store_body .horizontal-menu .wd-sub-menu-container.sub-menu-container ul {
    width: 100%;
}

#store_body #top_search_dropdown .search-result__item.search-header {
    padding: 0px;
    color: #495A7A !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

#store_body #search_results, #store_body #top_search_dropdown .search-result__item {
    border-radius: 10px;
}

#store_body #top_search_dropdown .search-result__item:not(.search-header) {
    padding: 10px !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

#store_body #top_search_dropdown .search-result__item .search_col {
    padding: 0px !important;
    line-height: 20px;
    display: flex;
    gap: 10px;
}

#store_body #top_search_dropdown .search-result__item .search_col i {
    color: #ABB6C6;
    font-size: 10px;
}

#store_body #top_search_dropdown .search-result_category .search_col:after {
    content: "\f105";
    font-family: 'FontAwesome';
    line-height: 20px;
    font-size: 20px;
    flex: 1 1 auto;
    text-align: right;
}

#store_body #top_search_dropdown .search-result__item.dropdown-divider {
    border-top: unset;
    padding: 0px !important;
    margin: 10px 0px;
}

#store_body .tab-head {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    text-align: left;
}

#store_body .box-heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

#store_body .products_carousel {
    gap: 40px;
}

#store_body .products_carousel .slick-slide,
#store_body #wd_cat_featured .slick-slide {
    display: flex;
    margin: 5px 0;
    justify-content: center;
}

#store_body .product-block .product-details {
    padding: 0;
    text-align: center;
}

#store_body .product-block .product-details h4 {
    margin: 0;
    font-size: 16px !important;
    line-height: 20px !important;
}

#store_body .product-details .price,
#store_body .banner-price .price
{
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-text-color);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#store_body .product-block .product-details .price .price-new,
#store_body .banner-price .price .price-new
{
    color: var(--primary-text-color);
}

#store_body .product-block .product-details .price .price_old,
#store_body .banner-price .price .price_old
{
    font-weight: 500;
    font-size: 14px;
    color: #495A7A;
    text-decoration: line-through;
}

#store_body #store_promos .promo_text {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

#store_body #store_promos .promo_text h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin: 0;
}

#store_body #store_promos .promo_text p {
    margin: 0px;
}

#store_body #shop_footer {
    border-radius: 0px;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body #shop_footer h5, #store_body #shop_footer p, #store_body #shop_footer a, #store_body #shop_footer span {
    color: var(--primary-text-color) !important;
    text-decoration-skip-ink: none;
}

#store_body #shop_footer .footer-blocks {
    display: flex;
    flex-direction: row;
    gap: 100px;
    padding: 40px;
    padding-bottom: 20px;
}

#store_body #shop_footer .footer-blocks > aside {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body #shop_footer h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

#store_body #shop_footer .footer-blocks ul, #store_body #shop_footer .footerleft, #store_body #shop_footer .contact-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body #shop_footer .footer-blocks ul a:hover {
    text-decoration: underline;
}

#store_body .footer-blocks .footerleft .contact-block li {
    margin: 0;
    line-height: 20px;
}

#store_body .footer-blocks .footerleft .contact-block li.phonenumber {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 25px !important;
}

#store_body .footer-blocks .footerleft .contact-block li.about_us {
    font-weight: 700;
}

#store_body .footer-blocks .footerleft .contact-block li.email {
    color: #495A7A;
}

#store_body #shop_footer .footer_2 {
    background: #F5F8FB;
    height: 80px;
}

#store_body #shop_footer .footer_2 .container > div {
    display: flex;
    align-items: center;
    gap: 20px;
}

#store_body #shop_footer .footer_2 .container > .footer_2_block_right img {
    max-height: 65px;
}

#store_body #shop_footer .footer_2 .container {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    height: 100%;
}

#store_body #shop_footer .footer_2 .container .divider:before {
    content: "|";
    color: #C6D8E6;
}

#store_body #info_block {
    max-width: 1000px;
}

#store_body .main-category-list .wd-menu .ul-top-items > li {
    padding: 0;
    z-index: 1001;
    display: flex;
    align-items: center;
}

#store_body .product-block-inner {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

#store_body .main-slider .swiper-pager {
    display: none;
}

#store_body .main-slider .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -30px;
    height: 10px;
}

#store_body .slick-prev {
    left: 0px;
    z-index: 100;
    display: flex;
    justify-content: start;
}

#store_body .slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    color: var(--primary-text-color);
}

#store_body .slick-next {
    right: 0px;
    z-index: 100;
    display: flex;
    justify-content: end;
}

#store_body .slick-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: var(--primary-text-color);
    display: flex;
}

#store_body input {
    border-radius: 10px;
    padding-right: 10px;
    padding-left: 20px;
    border: 1px solid #C6D8E6;
    background: #FFFFFF;
}

#store_body input::placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #495A7A !important;
}

#store_body .header_search .form-control.input-lg {
    border-radius: 10px !important;
    padding-right: 10px;
    padding-left: 20px;
    border: 1px solid #C6D8E6;
    background: #FFFFFF;
    color: var(--primary-text-color);
    font-size: 16px;
}

#store_body .header_search .form-control.input-lg::placeholder {
    color: #495A7A;
}

#store_body .main-slider img {
    height: 458px;
    object-fit: cover;
}

@media (min-width: 1280px) {
    #store_body .container {
        max-width: 1200px !important;
    }
}

#store_body .slider-content {
    width: calc(100% - 17% * 2);
}

#store_body .slider-content .slider-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: capitalize;
}

#store_body .chip {
    font-size: 14px;
    width: fit-content;
}

#store_body .content-top-breadcum {
    background: #FFFFFF;
}

#store_body .breadcrumb {
    padding: 0px;
}

#store_body .breadcrumb > li a {
    font-size: 14px;
    line-height: 20px;
    color: #495A7A !important;
}

#store_body .store_home_icon {
    height: 20px;
    width: 20px;
    background-image: unset;
}
#store_body .store_home_icon:before {
    content: "\e905";
    font-family: 'store' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: inherit;
}

#store_body .breadcrumb li:last-child a {
    font-size: 14px;
    line-height: 20px;
    color: #ABB6C6 !important;
}
#store_body .breadcrumb > li + li::before {
    width: 20px;
    color: #495A7A;
}

#store_body .wd_cat_content {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    min-height: 280px;
}

#store_body .wd_cat_content:hover {
    box-shadow: 0px 0px 5px 0px #1324301A;
}

#store_body .wd_cat_content .cat-img:hover {
    background: unset !important;
}

#store_body .wd_cat_content .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

#store_body .wd_cat_content .cat-img img {
    margin: auto;
}

#store_body .wd_cat_content .cat-img img:hover {
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    -moz-transform: unset;
}

#store_body #p_categories {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#store_body h1.page_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}

#store_body .category_filter .btn-list-grid .btn-group {
    width: unset;
}

#store_body .category_filter {
    display: flex;
    background-color: #FFFFFF;
    gap: 20px;
    align-items: center;
}

#store_body .category_filter:has(.large) {
    align-items: start;
}

#store_body .category_filter .pagination-right {
    flex: 1 1 auto;
    width: auto !important;
    max-width: 100%;
    padding: 0;
}

#store_body .category_filter .pagination-right .sort-by-wrapper label,
#store_body .category_filter .btn-list-grid {
    display: none !important;
}

#store_body .category_filter .sort {
    width: 300px;
}

#store_body .bootstrap-select .dropdown-toggle {
    border: 1px solid #C6D8E6 !important;
    background: #FFFFFF;
    border-radius: 10px !important;
    padding: 9px 9px 9px 19px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--primary-text-color);
}

#store_body .bootstrap-select .dropdown-menu {
    border-radius: 20px;
    padding: 20px 10px;
    transform: unset !important;
    will-change: unset !important;
}

#store_body .bootstrap-select .dropdown-menu li {
    border-radius: 10px;
}

#store_body .bootstrap-select .dropdown-menu li a {
    min-height: 40px;
    border-radius: 10px;
}
#store_body .bootstrap-select .dropdown-menu li.selected a {
    background-color: #F5F8FB;
}

#store_body .bootstrap-select .dropdown-menu li:hover a {
    background-color: #F5F8FB;
}

#store_body .bootstrap-select .dropdown-item {
    line-height: 20px;
    font-size: 16px;
    color: var(--primary-text-color) !important;
}

#store_body .category_filter .sort button, #store_body .category_filter .limit button {
    color: var(--primary-text-color) !important;
}


#store_body .bootstrap-select .dropdown-menu li a {
    padding: 10px;
}


#store_body .bootstrap-select ul.dropdown-menu.inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
    gap: 10px;
    padding: 10px;
    border-radius: 0;
}

#store_body .product-layout.product-grid {
    width: 200px;
    max-width: 200px !important;
}

#store_body .product-grid .product-thumb .image img {
    height: 200px;
    width: 200px;
}

#store_body #content .product-carousel .product-block, #store_body #content .product-grid .product-block, #store_body #content .box-product .product-block {
    padding: 0;
    margin: 0;
    border-radius: 20px;
    position: relative;
    width: 200px;
}

#store_body #content .product-carousel:not(.hometab-wrapper .product-carousel) .product-block {
    padding-bottom: 15px;
}

#store_body .product-block-inner {
    /*margin: 0;*/
}

#store_body .row.cat_prod {
    gap: 20px;
}

#store_body .product-layout.product-grid {
    min-height: 367px;
}

#store_body .product-details .product-cat {
    display: none;
}

#store_body .product_hover_block {
    margin: 0;
}

#store_body .product-block .action {
    display: flex;
    justify-content: center;
}

#store_body .product-block .action button {
    flex: unset;
}

#store_body .product-block button.cart_button {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    width: unset;
}

#store_body #product-special li.filter_item {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: var(--primary-text-color);
}

#store_body .layout-2.left-col #column-left {
    border: unset;
    padding: 15px 0 0 0;
}

#store_body .collapsable-hitarea::before {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 700 !important;
    padding: 0;
    color: #495A7A;
    line-height: 25px;
    display: flex;
    justify-content: end;
}

#store_body .expandable-hitarea::before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 700 !important;
    padding: 0;
    color: #495A7A;
    line-height: 25px;
    display: flex;
    justify-content: end;
}

#store_body .special-tag {
    display: none;
}

#store_body #column-left .box {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset;
}

#store_body #column-left .box .box-content > ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}

#store_body #column-left .box .box-content > ul hr {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

#store_body #product-special li.filter_item_value:first-child {
    margin-top: 0 !important;
}

#store_body #product-special li.filter_item_value {
    padding: 10px 0 !important;
    color: var(--primary-text-color);
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
}

#store_body #product-special li.filter_item_value .filter_item_value_name {
    /*width: 80%;*/
}

#store_body .checkbox label::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    border: 2px solid #96B7D3;
    top: 0;
}

#store_body label .has-subtext {
    display: flex;
    flex-direction: column;
}

#store_body label .has-subtext .subtext {
    color: #495A7A;
    font-size: 14px;
}

#store_body .checkbox-blue input[type="checkbox"]:checked + label::before {
    background-color: #007398;
    border-color: #007398;
}

#store_body .checkbox input[type="checkbox"]:checked + label::after {
    width: 6.7px;
    height: 10px;
    top: 4px;
}

#store_body .checkbox label:has(.has-subtext):before {
    top: calc(50% - 10px);
}

#store_body .radio label:has(.has-subtext):before {
    top: calc(50% - 10px);
}

#store_body .checkbox label:has(.has-subtext):after {
    top: calc(50% - 6px) !important;
}

#store_body .radio label:has(.has-subtext):after {
    top: calc(50% - 6px) !important;
}


#store_body .clear-filters-chips {
    font-weight: 700;
    padding: 10px 0 !important;
    min-width: fit-content;
}

#store_body .pagination-wrapper .page-result {
    display: none;
}

#store_body #cart:hover .cart_image {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
    -ms-transform: unset;
}

#store_body #product-product #content .row {
    gap: 40px;
}

#store_body #product-product .product-left {
    width: 49.4%;
    max-width: 49.4% !important;
    flex: auto !important;
}

#store_body #product-product .product-right {
    width: 47.2%;
    max-width: 47.2% !important;
    flex: auto !important;
    padding-inline-start: 0;
}

#store_body #content.productpage .product-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

#store_body #content.productpage .product-detail-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body #content.productpage .product-price-title-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body #content.productpage .product-title-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#store_body .product-title-block .code {
    color: #495A7A;
    font-size: 14px;
    line-height: 20px;
}

#store_body #content.productpage .old-price-block {
    display: flex;
    gap: 10px;
    align-items: center;
}

#store_body .chip.chip-blue {
    background-color: #DDE8F0;
    border: unset;
}

#store_body .productpage .product-right ul li span.old-price, #store_body .productpage .product-right ul li span.special-price {
    margin: 0;
    color: var(--primary-text-color) !important;
    text-decoration: line-through;
}

#store_body img#tmzoom {
    height: 500px;
}

#store_body .product-info .image-additional img {
    height: 80px;
    width: 80px;
}

#store_body #content .image-additional .slider-item .product-block {
    width: 80px;
}

#store_body .product-info .thumbnails {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}

#store_body .product-info .additional-carousel {
    background-color: #FFFFFF;
    padding: 0;
    border-radius: 0;
}

#store_body .product-info .additional-carousel .slick-next {
    right: 5px;
}

#store_body .product-info .additional-carousel .slick-prev {
    left: 5px;
}

#store_body .product-info .image-additional {
    height: 80px;
}

#store_body .product-info .image {
    border: 1px solid #DDE8F0;
    border-radius: 20px;
}

#store_body .product-info {
    border: unset;
}

#store_body .product-info .image-additional .slick-list {
    max-height: 80px;
}

#store_body .product-info .image-additional a.zoomGalleryActive img {
    border: 1px solid #007398
}

#store_body #product .form-group.qty {
    padding: 0;
    gap: 20px !important;
}

#store_body .bonus-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-radius: 20px;
    background-color: #F5F8FB;
    font-size: 18px;
    font-weight: 700;
}

#store_body .bonus-block .request-code-block {
    display: flex;
    gap: 20px;
}

#store_body .bonus-block .input_container,
#store_body .bonus-block input {
    max-width: 300px;
    width: 100%;
    margin: 0;
}

#store_body #content #tabs_info .nav.nav-tabs {
    width: fit-content;
}

#store_body #tabs_info.product-tab li a::after {
    background: unset;
}

#store_body .category_filter #show_filters_btn {
    display: none;
}

#store_body .layout-2.left-col #column-left .filters-header {
    display: none;
}

#store_body .layout-2.left-col #column-left .filters-header h1 {
    flex: 1 1 auto;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    margin: 0px;
}


#store_body #column-left .box .box-content .onoffswitch-filters {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body #column-left .box .box-content .onoffswitch-filters .onoffswitch-filter-item {
    display: flex;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

#store_body #column-left .box .box-content .onoffswitch-filters .onoffswitch-filter_list {
    margin: 0;
}

#store_body .onoffswitch {
    width: 40px;
}

#store_body .onoffswitch-checkbox:not(:checked) + .onoffswitch-label {
    background-color: #C6D8E6;
    border: 1px solid #C6D8E6;
}

#store_body .onoffswitch-checkbox:not(:checked) + .onoffswitch-label:before {
    right: 20px;
    border: 1px solid #C6D8E6;
}


#store_body #product-product {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#store_body #product-product .box-heading {
    font-size: 22px;
}

#store_body .place_order_container {
    display: flex;
    gap: 40px;
}
#store_body #contact_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#store_body #contact_info .contact_info_line {
    display: flex;
    gap: 20px;
}
#store_body #contact_info .contact_info_line .form-group.floating-label {
    flex: 1 1 50%;
}

#store_body .place_order_container .block_right {
    width: 45%;
    max-width: 45%;
    min-width: 45%;
}

#store_body .place_order_container .block_left {
    width: 51.7%;
    max-width: 51.7%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#store_body.place_order .form-group {
    flex: 1 1 100%;
}

#store_body .form-group.floating-label {
    position: relative;
    margin: 0;
}

#store_body .form-control:focus {
    color: var(--primary-text-color) !important;
}

#store_body .form-group.floating-label label {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #495A7A;
    transition: 0.2s ease all;
    pointer-events: none;
    z-index: 1;
    margin: 0;
}

#store_body .form-group.floating-label input:not([type="search"]) {
    height: 60px;
    border-radius: 20px;
    padding: 30px 20px 10px 20px !important;
}

#store_body .form-group.floating-label input:not([type="search"]):focus {
    padding: 29px 19px 9px 19px !important;
}

#store_body .iti {
    width: 100%;
}

#store_body .iti__selected-country {
    display: none;
    pointer-events: none;
}

#store_body .iti__country-container .iti__selected-country-primary {
    display: none;
}

#store_body .iti .iti__selected-dial-code {
    padding: 10px 10px 10px 20px !important;
    color: var(--primary-text-color);
    display: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

#store_body .iti:has(.iti__selected-dial-code) input:not([type="search"]):focus {
    padding-left: 63px !important;
}

#store_body .iti:has(.iti__selected-dial-code) input:not([type="search"]):focus::placeholder {
    opacity: 0;
}

#store_body .iti:has(.iti__selected-dial-code) input:not(:placeholder-shown) {
    padding-left: 64px !important;
}

#store_body .form-group.floating-label .iti {
    display: block;
    position: unset;
}

#store_body .form-group.floating-label .iti__selected-country {
    max-height: 60px;
}

#store_body .form-group.floating-label .iti .iti__selected-dial-code {
    padding: 29px 19px 9px 19px !important;
}

#store_body .iti:has(input:focus) .iti__selected-dial-code,
#store_body .iti:has(input:not(:placeholder-shown)) .iti__selected-dial-code {
    display: block;
}

#store_body .bootstrap-select button.dropdown-toggle:active,
#store_body .bootstrap-select.show > .btn-light.dropdown-toggle,
#store_body .bootstrap-select .dropdown-toggle:focus {
    color: var(--primary-text-color) !important;
    background-color: unset !important;
    border: 2px solid #007398 !important;
    padding: 8px 8px 8px 18px !important;
}

#store_body .bootstrap-select .no-results {
    background: #FFFFFF;
}


#store_body .bootstrap-select .dropdown-menu li a {
    display: flex;
    gap: 10px;
    text-align: left;
    justify-content: unset;
    padding: 0 0 0 10px;
    align-items: center;
}

#store_body .bootstrap-select .dropdown-menu li a.selected:before {
    background-color: #007398;
    border-color: #007398;
}

#store_body .bootstrap-select .dropdown-menu.show {
    top: 100% !important;
    box-shadow: 0px 20px 40px 0px #1324301A;
    max-width: 400px !important;
}

#store_body .bootstrap-select .dropdown-menu li a.dropdown-item > span.text {
    font-weight: 500;
    white-space: normal;
    max-height: 55px;
    max-width: 340px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-width: max-content;
}

#store_body .bootstrap-select .dropdown-menu li.active small,
#store_body .bootstrap-select .dropdown-menu li small {
    color: #495A7A !important;
}

#store_body #content .hometab .box-product .product-block{
    background: #F5F8FB;
}

#store_body .bootstrap-select .dropdown-menu li small {
    padding: 0;
    line-height: 15px;
    font-size: 12px;
    font-weight: 500;
}

#store_body .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    display: flex;
    flex-direction: column;
}


/* Use :focus-within to apply styles when input is focused */
#store_body .form-group.floating-label input:focus ~ label,
#store_body .form-group.floating-label input:not(:placeholder-shown) ~ label,
#store_body .form-group.floating-label .bootstrap-select:has(.dropdown-toggle:not(.bs-placeholder)) ~ label {
    top: 10px;
    left: 20px;
    font-size: 12px;
}

#store_body .form-group.floating-label .form-control::placeholder {
    opacity: 0;
}

#store_body .form-group.floating-label .bootstrap-select > .dropdown-toggle {
    height: 60px !important;
    border-radius: 20px !important;
    padding: 29px 20px 9px 20px !important;
}

#store_body .form-group.floating-label .bootstrap-select > .dropdown-toggle:focus {
    padding: 29px 20px 9px 20px !important;
}

#store_body .form-group.floating-label .bootstrap-select > .dropdown-toggle.bs-placeholder .filter-option-inner-inner {
    opacity: 0;
}

#store_body .dropdown-item:hover, #store_body .dropdown-item:focus {
    background-color: #f6f6f6;
}

#store_body .bootstrap-select .dropdown-toggle div {
    border-radius: 0;
}

#store_body .floating-label .bootstrap-select .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

#store_body .header-left {
    margin: 0px;
    display: flex;
    gap: 40px;
    height: 80px;
}

#store_body .headertop {
    margin-inline-start: 0;
    align-items: center;
    display: flex;
}

#store_body .header-logo img {
    height: 40px;
    width: 140px;
}

#store_body .radio-primary input[type="radio"]:checked + label:before {
    border-color: #007398;
}

#store_body .radio-primary input[type="radio"]:checked + label:after {
    background-color: #007398;
}

#store_body .radio-primary input[type="radio"] + label:before {
    border-color: #96B7D3;
}

#store_body .delivery_method {
    display: flex;
    flex-direction: column;
}

#store_body .delivery_method ._delivery_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 40px;
}

#store_body .radio {
    display: flex;
    gap: 10px;
    padding: 10px 0;
}

#store_body .dropdown-menu ul.search-results .dropdown-item {
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    color: var(--primary-text-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

#store_body ._delivery_info .dropdown-menu {
    max-height: 320px;
    overflow-y: auto;
}

#store_body .dropdown-menu {
    border-radius: 10px;
    width: 100%;
}

#store_body .dropdown-menu ul.search-results {
    border-radius: 10px;
    margin: 0;
}

#store_body .block_left h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

#store_body #payment_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body #payment_info hr {
    width: 100%;
    margin: 10px 0;
}

#store_body .payment_info_alert {
    padding: 10px 20px;
    display: flex;
    gap: 10px;
    background-color: #DDE8F0;
    border-radius: 10px;
    font-size: 14px;
}

#store_body .payment_info_alert .alert-head {
    font-weight: 700;
}

#store_body .payment_info_alert i {
    font-size: 20px;
}

#store_body.place_order .bonus-block {
    background-color: white;
    border: 1px solid #DDE8F0;
    gap: 20px;
}

#store_body.place_order .content-bottom .seo_wrapper {
    display: none;
}

#store_body .calculation-container {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-color: #F5F8FB;
    border-radius: 20px;
}

#store_body.place_order .block_right .calculation-results th,
#store_body.place_order .block_right .calculation-results td {
    border: unset;
    padding: 0;
}

#store_body.place_order .block_right .calculation-results {
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: var(--primary-text-color);
}

#store_body.place_order .block_right .calculation-results tbody {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body.place_order .block_right .calculation-results tr {
    display: flex;
    gap: 5px;
}

#store_body.place_order .block_right .calculation-results td.divider {
    flex: 1 1 auto;
    border-bottom: 1px dashed #C6D8E6;
}

#store_body .td-value {
    font-weight: 700;
}

#store_body tfoot .total-row .td-name {
    display: flex;
    align-items: end;
}

#store_body tfoot .total-row .td-value.total {
    font-size: 30px;
    line-height: 40px;
}

#store_body tfoot .total-row .td-value.total .original-currency{
    font-size: 20px;
    line-height: 25px;
}

#store_body .add_promocode_block {
    display: flex;
    gap: 20px;
}

#store_body .add_promocode_block input {
    max-width: 235px;
}

#store_body button#add_promocode {
    padding: 10px 0 !important;
    display: flex;
    align-items: center;
    gap: 9px;
    max-height: 42px;
}
#store_body button#add_promocode i {
    font-size: 20px;
}

#store_body .view_products_list {
    border: 1px solid #DDE8F0;
    border-radius: 20px;
    padding: 10px 20px 20px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

#store_body .view_products_list:has(ul.hide) {
    padding: 10px 20px;
    border-radius: 40px;
}

#store_body .view_products_list .expandable-hitarea:before,
#store_body .view_products_list .collapsable-hitarea:before {
    font-size: 30px;
    color: var(--primary-text-color);
}

#store_body .view_products_list table td {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--primary-text-color);
}

#store_body .view_products_list table td.product-price {
    font-weight: 700;
}

#store_body .view_products_list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}

#store_body .view_products_list .cart-item {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

#store_body .view_products_list .cart-item .product-price {
    display: flex;
    gap: 10px;
    min-width: fit-content;
}

#store_body .view_products_list .cart-item .product-price .price {
    font-weight: 700;
}

#store_body .view_products_list .cart-item .product-price .price_old {
    text-decoration: line-through;
    color: #495A7A;
}


#store_body .footer-blocks {
    margin: 0;
}

#store_body #shopping_cart_modal .fas.fa-trash-alt:before {
    content: "\e900";
    font-family: 'store' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#store_body #shopping_cart_modal h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}

#store_body .modal-content {
    border-radius: 40px;
}

#store_body #shopping_cart_modal .modal-body,
#store_body #installment_modal_success .modal-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
}

#store_body #shopping_cart_modal .cart-body,
#store_body #shopping_cart_modal .cart-products {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body #shopping_cart_modal .cart-product {
    display: flex;
    gap: 20px;
}

#store_body #shopping_cart_modal .product-title {
    font-size: 16px;
}

#store_body #shopping_cart_modal .product_price {
    font-size: 20px;
    line-height: 30px;
    width: max-content;
}

#store_body #shopping_cart_modal .cart-product .image {
    height: 130px;
    max-width: 130px;
    width: 100%;
}

#store_body .form-control {
    color: var(--primary-text-color);
    border-radius: 10px;
    border: 1px solid #C6D8E6;
    padding: 10px 10px 10px 20px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}


#store_body #product-product .product-bottom {
    display: flex;
    gap: 13px;
}

#store_body #product-product .product-bottom:has(.product-view-small){
    min-height: 473px;
}

#store_body #product-product .product-bottom #tabs_info.product-tab {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#store_body #product-product .product-bottom:has(.product-view-small) #tabs_info.product-tab{
    width: 70%;
    max-width: 70%;
}

#store_body #tabs_info.product-tab ul.nav.nav-tabs {
    margin: 0;
}

#store_body .characteristics_list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body .characteristics_list .characteristic-item{
    display: flex;
}

#store_body .characteristic-item .divider{
    border-bottom: 1px dashed #C6D8E6;
    flex: 1 1 100%;
    border-radius: 0;
    min-width: 27px;
    height: 20px;
}

#store_body .characteristics_list .characteristic-item .char_name{
    color: #495A7A;
    flex: 1 1 100%;
    display: flex;
}

#store_body .characteristics_list .characteristic-item .char_name::after {
    border-bottom: 1px dashed #C6D8E6;
    content: '';
    display: flex;
    flex: 1 1 auto;
    height: 20px;
}

#store_body .characteristics_list .characteristic-item .char_value{
    flex: 1 1 100%;
    display: flex;
}

#store_body .product-view-small {
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #F5F8FB;
    position: sticky;
    z-index: 10;
    top: 100px;
    right: 0;
    max-width: 371px;
    height: min-content;
}

#store_body .product-view-small .image-small img {
    width: 331px;
    height: 300px;
    border-radius: 20px;
    border: 1px solid #DDE8F0;
    max-height: 300px;
    object-fit: contain;
}

#store_body .product-view-small .product-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    margin: 0 !important;
}

#store_body .product-view-small .old-price-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#store_body .product-view-small .old-price-block .chips-row {
    order: -1;
}

#store_body #content .product-view-small .special-price {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #3B8A29 !important;
    margin: 0;
}

#store_body .product-view-small .old-price {
    text-decoration: line-through;
}

#store_body .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#store_body .slick-dots li button:before {
    content: unset;
}

#store_body #topnav {
    padding: 0;
    z-index: 980;
}

#store_body.place_order #topnav aside#header-top,
#store_body.place_order #topnav .header_search,
#store_body.place_order #topnav .header_cart {
    display: none !important;
}

#store_body #header-top .wd-menu ul.ul-top-items li.li-top-item .sub-menu-container.show {
    visibility: visible !important;
    display: block !important;
    opacity: 1 !important;
    z-index: 1050;
}

#store_body .catalog-open-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 970;
    width: 100vw;
    height: 100vh;
    background-color: var(--dark);
    opacity: 0.5;
    border-radius: 0;
}

#store_body header .catalog-open-bg {
    position: absolute;
}

#store_body #main_slider_container #catalog_menu:hover {
    z-index: 990;
    background-color: white;
}

#store_body #main_slider_container #catalog_menu:has(.li-top-item.has-children:hover) {
    border-radius: 10px 0 0 10px;
}

#store_body #main_slider_container #catalog_menu:hover + .catalog-open-bg {
    display: block !important;
}

#store_body .main-category-list .wd-menu .ul-top-items > li:has(.catalog-btn.open) {
    z-index: 990;
}

#store_body #header-top li.li-top-item.mega-menu.wd-sub-menu.has-children a.catalog-btn.open::after {
    content: "\f106";
}

#store_body #top_search_dropdown .search-result__item:not(.dropdown-divider):not(.search-header):hover {
    background-color: #F5F8FB;
}

#store_body .credit_options {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body .credit_options hr {
    margin: 0 !important;
}

#store_body .credit_options .credit_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#store_body .credit_option .credit_opt_info {
    display: flex;
    gap: 20px;
}

#store_body .credit_option .credit_opt_info {
    width: 350px;
}

#store_body .credit_opt_info img {
    width: 37px;
    height: 34px;
}

#store_body .credit_opt_info .info {
    display: flex;
    flex-direction: column;
}

#store_body .credit_opt_info .info .title {
    font-weight: 700;
}

#store_body .credit_opt_info .info span:not(.title) {
    font-size: 14px;
}

#store_body .credit_option .form-group {
    max-width: 135px;
}

#store_body .credit_option .credit_opt_price {
    font-weight: 700;
}

#store_body .selected_credit_info {
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
}

#store_body .text-small {
    font-size: 14px;
}

#store_body .credit_payment {
    font-weight: 700;
}

#store_body .pagination-wrapper .active > span {
    background: var(--primary-btn-color) !important;
    border-color: var(--primary-btn-color) !important;
    padding: 7px 12px;
    color: var(--primary-text-color) !important;
    font-size: 16px;
    font-weight: 700;
}

#store_body .pagination > li > a:hover,
#store_body .pagination > li > a:focus {
    border: unset !important;
}

#store_body .pagination > li > a, #store_body .pagination > li > span {
    font-size: 16px;
    font-weight: 700;
}

#store_body .pagination {
    gap: 5px;
}

#store_body .pagination > li > span:hover,
#store_body .pagination > li > a:hover {
    background: var(--primary-btn-hover-color) !important;
    border-color: var(--primary-btn-hover-color) !important;
    color: var(--primary-text-color) !important;
}

#store_body .pagination > li > span:active,
#store_body .pagination > li > a:focus {
    background: var(--primary-btn-active-color) !important;
    border-color: var(--primary-btn-active-color) !important;
    color: var(--primary-text-color) !important;
}

#store_body .pagination-wrapper {
    margin: 40px 0;
}

#store_body #filter_html {
    position: relative;
}

#store_body .loading-spinner.spinner {
    border-left: 5px solid var(--primary-btn-color) !important;
}

#store_body .has-subtext .main-label {
    font-weight: 700;
    display: flex;
    gap: 10px;
}

#store_body .has-subtext .main-label img {
    height: 20px;
}

#store_body .has-subtext .subtext {
    font-weight: 500;
}

#store_body .available_methods {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body .available_methods h3 {
    margin: 0 !important;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

#store_body .available_methods .delivery_methods {
    display: flex;
    flex-direction: column;
}

#store_body .available_methods .delivery_methods li {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#store_body .available_methods .delivery_methods li .divider {
    border-bottom: 1px dashed #C6D8E6;
    flex: 1 1 auto;
    border-radius: 0;
}

#store_body .available_methods .delivery_methods li .name {
    display: flex;
    gap: 10px;
}

#store_body .product-block:hover .image .hover-image {
    opacity: 0;
}

#store_body .product-block .image .hover-image {
    display: none !important;
}

#store_body #content .product-carousel .product-block:hover .product-block-inner, #store_body #content .product-grid .product-block:hover .product-block-inner, #store_body #content .box-product .product-block:hover .product-block-inner, #store_body #content .product-list .product-block:hover .product-block-inner {
    border: 1px solid white;
}

#store_body #content .product-carousel .product-block:hover,
#store_body #content .product-grid .product-block:hover,
#store_body #content .box-product .product-block:hover {
    box-shadow: 0px 0px 5px 0px #1324301A;
}


#store_body #column-left .box .box-content ul li small {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #495A7A;
}

#store_body .selected-filters-chips {
    gap: 20px;
}

#store_body .product-thumb .price-old {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

#store_body .apply_loyalty_points,
#store_body .apply_loyalty_success {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#store_body .loyalty_steps .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    align-items: center;
    gap: 10px;
}

#store_body .apply_loyalty_success .header i {
    font-size: 20px;
    font-weight: 700;
    color: #3B8A29 !important;
}

#store_body .bonus-block p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

#store_body .bonus-block p.text-danger {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin: 0;
}

#store_body .steps_nav_menu .nav-item {
    display: flex;
    gap: 20px;
    /*flex-wrap: nowrap !important;*/
}

#store_body .steps_nav_menu .title_lim {
    /*flex: 1 1 100%;*/
}

#store_body .steps_nav_menu .collapsable-hitarea::before,
#store_body .steps_nav_menu .expandable-hitarea::before {
    font-size: 30px;
}

#store_body .box .box-content ul.steps_nav_menu li a {
    padding: 0 !important;
}

#store_body .box .box-content ul.steps_nav_menu li a:hover {
    color: var(--primary-btn-hover-color) !important;
}

#store_body.installment .layout-2.left-col #column-left {
    width: 27%;
    max-width: 27% !important;
}

#store_body.installment .layout-2.left-col #shop_content {
    width: 71%;
    max-width: 71% !important;
}

#store_body .steps_nav_menu .hitarea {
    flex: 0 !important;
}

#store_body .text-muted {
    color: #ABB6C6 !important;
}

#store_body .box .box-content ul.steps_nav_menu li a.active {
    color: var(--primary-btn-hover-color) !important;
}

#store_body.installment #column-left .box .box-content {
    display: flex;
}

#store_body .box .box-content ul.steps_nav_menu li .title_lim {
    display: flex;
    flex-direction: column;
}

#store_body .created_order_container,
#store_body .maintenance_container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 520px;
    margin: auto;
    margin-top: 20px;
}

#store_body div:is(.created_order_container, .maintenance_container) .image {
    display: flex;
    justify-content: center;
}

#store_body .created_order_container .image img {
    width: 156px;
    height: 200px;
}

#store_body .maintenance_container .image img {
    width: 300px;
    height: 200px;
}

#store_body div:is(.created_order_container, .maintenance_container) h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

#store_body.order_created .seo_wrapper {
    display: none;
}

#store_body.maintenance :is(.seo_wrapper, .headertop, .header_search, .header_cart) {
    display: none;
}

#store_body .cart-recommended .recommended_item_image {
    width: 70px;
    max-height: 75px;
}

#store_body .cart-recommended {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body .cart-recommended h3.title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}

#store_body .cart-recommended .recommended_products {
    display: flex;
}

#store_body .cart-recommended .recommended_product {
    display: flex;
    gap: 22px;
    border: 1px solid #DDE8F0;
    padding: 9px;
    border-radius: 20px;
    width: 436px;
    align-items: center;
    margin: 1px 20px 1px 0;
}

#store_body .cart-recommended .add_cart {
    width: 40px;
    height: 40px;
    font-size: 20px;
}

#store_body .cart-recommended .recommended_product .image {
    display: flex;
    gap: 22px;
    align-items: center;
    height: 100%;
}

#store_body .cart-recommended .recommended_product .image .product_name a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 262px;
}

#store_body .cart-recommended .recommended_product .item_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 262px;
}

#store_body .cart-recommended .input_data {
    width: unset;
}

#store_body #shopping_cart_modal .cart-recommended .product_price {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

#store_body .lb-data .lb-close {
    position: fixed;
    top: 20px;
    right: 20px;
}

#store_body .product-view-small .form-group.qty {
    padding: 0;
}

#store_body .ZoomContainer {
    z-index: 960 !important;
}

#store_body .product-view-small .image-small {
    background: #FFFFFF;
    border-radius: 20px;
}

#store_body .product-block .product-details .price .total_taxes,
#store_body .banner-price .price .total_taxes
{
    display: none;
}

#store_body.landing_page .seo_wrapper {
    display: none;
}

#store_body .content-bottom:has(#shopping_cart_modal .container .cart-body) {
    margin-top: 0 !important;
}

#store_body #content .productpage .special-price {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    padding: 0;
    margin: 0;
    color: #3B8A29 !important;
}

#store_body #content .productpage .special-price .original-currency{
    font-size: 18px;
    line-height: 24px;
}

#store_body .products_carousel {
    display: flex;
    flex-direction: column;
}

#store_body #content .box .box-heading,
#store_body .box.related_prd .box-heading,
#store_body #wdcmsparallax .box-heading,
#store_body #wdcmstestimonial .box-heading,
#store_body .wd_category_feature .box-heading,
#store_body #content .tab-head .box-heading,
#store_body div#wdaboutcms .box-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    margin: 0;
    padding: 0;
    border-bottom: 0 !important;
}

#store_body .wdfcat-items {
    margin: 0;
}

#store_body .banners-slider-carousel {
    border-top: 0;
}

#store_body .social-block {
    margin: 0;
}

#store_body .social-block ul {
    flex-direction: row !important;
    margin: 0;
}

#store_body .social-block ul li a {
    padding: 0 !important;
}

#store_body .social-block ul li a .fa,
#store_body .social-block ul li a .fab,
#store_body .social-block ul li a .fe-instagram,
#store_body .social-block ul li a .mdi {
    line-height: 37px;
}
#store_body .social-block ul li {
    margin: 0 !important;
}

#store_body .wdfcat-items .list_carousel .wd_cat_content .title a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
}

#store_body .hometab-wrapper .slick-initialized .slick-slide {
    margin: 5px 0px;
}

#store_body .hometab .customNavigation a.prev:hover, #store_body .hometab .customNavigation a.next:hover {
    background-color: var(--primary-btn-color);
}

#store_body #shop_prices {
    margin: 0;
}
#store_body #shop_prices .trackbar_inputs {
    display: flex;
    gap: 10px;
}

#store_body .noUi-connect {
    background: var(--primary-btn-color);
}

#store_body .nav2 div.account-title:hover {
    color: var(--primary-btn-color);
}

#store_body #shop_footer {
    margin: 0;
}

#store_body .main-category-list .wd-menu .ul-top-items > li img,
#store_body .main-category-list .wd-menu .ul-top-items > li svg {
    max-width: 20px;
}

#store_body #shop_footer .footer-blocks #footer-block_1 img {
    max-width: 205px;
}

#store_body .social-block ul li a:hover, #store_body .social-block ul li a:active, #store_body .social-block ul li a:focus {
    background-color: #ffff;
}

#store_body .category_cms .action .banner_text {
    font-weight: 700;
}

#store_body .client_cabinet #content > .container {
    display: flex;
    flex-direction: column;
}

#store_body .client_cabinet #content .row {
    margin-right: -12px !important;
    margin-left: -12px !important;
}

#store_body .client_cabinet label {
    font-weight: 700;
}

#store_body .client_cabinet .card-box {
    box-shadow: unset;
    padding: 0;
    margin-top: 20px;
}

#store_body .client_cabinet #content h4.page-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}

#store_body .client_cabinet .form-control {
    padding: 5px 15px 5px 15px !important;
}

#store_body .client_cabinet .form-control:focus {
    padding: 4px 14px 4px 14px !important;
}

#store_body .client_cabinet .disabled.paginate_button {
    background: unset;
}

#store_body .client_cabinet .pagination > li > a, #store_body .client_cabinet .pagination > li > span {
    padding: 8px 13px;
}
#store_body .client_cabinet .page-item.active .page-link {
    background-color: var(--primary-btn-color);
}
#store_body .client_cabinet .btn-success:hover {
    color: #fff;
    background-color: var(--primary-btn-hover-color);
    border-color: var(--primary-btn-hover-color);
}
#store_body .client_cabinet a:not(.btn):not(.page-link):hover {
    color: var(--primary-btn-color) !important;
}
#store_body .client_cabinet .checkbox.checkbox-blue {
    margin: 0.25rem 0;
}
#store_body .client_cabinet .input-group .input-group-addon {
    height: 41px;
}
#store_body .client_cabinet .bootstrap-select.form-control {
    padding: 0 !important;
}

#store_body.error_404 > .client-wrapper > #content {
    min-height: calc(100vh - 110px);
    display: flex;
    flex-direction: column;
}
#store_body.error_404 > .client-wrapper > #content > .store.container {
    flex: 1;
    display: flex;
}

#store_body.error_404 > .client-wrapper > #content > .store.container .image {
    width: 520px;
}

#store_body #content .error_404_container h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
#store_body .error_404_container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 600px;
    margin: auto;
    align-items: center;
}
#store_body.error_404 :is(.seo_wrapper, .headertop, .header_search, .header_cart, #shop_footer > .container) {
    display: none;
}

#store_body .bootstrap-select:not(.show-tick) .dropdown-menu li.active a.selected span.check-mark{
    display: none;
}

#store_body .sale-info-item{
    display: flex;
    gap: 5px;
}

#store_body .sale-info-item .sale-info-item-text{
    font-size: 15px;
    width: min-content;
    flex: 1 1 auto;
}

@media only screen and (max-width: 479px) {
    #store_body .category_filter .bootstrap-select.show {
        margin: 0;
    }
}

@media (min-width: 992px) {
    #store_body .modal-lg, #store_body .modal-xl {
        max-width: 1000px;
    }

    #store_body .header-logo a {
        width: 140px;
    }

    #store_body #header-top .wd-menu ul.ul-second-items li.li-second-items:hover > .sub-menu-container,
    #store_body #header-top .cat-menu .dropdown:hover .dropdown-menu,
    #store_body #header-top .cat-menu .wd-menu ul.ul-top-items .dropdown .dropdown-menu li:hover .wd-sub-menu-container.sub-menu-container{
        display: flex !important;
    }

    #store_body .characteristics_list .characteristic-item .char_value{
        max-width: max-content;
    }
}

@media screen and (max-width: 991px) {
    #store_body #content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    #store_body .hometab-wrapper {
        padding: 20px 20px;
    }

    #store_body .nav2 {
        max-width: calc(100vw - 40px);
    }

    #store_body #catalog_menu {
        display: none;
    }

    #store_body #main_slider_container > div {
        width: 100% !important;
    }

    #store_body .main-slider img {
        height: 210px;
    }

    #store_body .header-logo {
        height: unset;
    }

    #store_body .header-logo img {
        width: 70px !important;
        height: 20px !important;
    }

    #store_body #header_top .header-left {
        display: flex;
        align-items: center;
        margin: 0;
        gap: 0;
        height: 60px;
    }

    #store_body #topnav {
        padding: 0;
        border-radius: 0;
    }

    #store_body .header_search {
        margin: 0;
    }

    #store_body .search_toggle {
        display: flex;
        position: unset;
    }

    #store_body #searchbox {
        left: 0;
        right: 0;
        position: unset;
        width: 100% !important;
    }

    #store_body .header_cart {
        margin-inline-start: 0;
    }

    #store_body .main-category-list .cat-menu .WD-panel-heading::before {
        content: "\e88f";
        font-family: 'feather' !important;
        color: var(--primary-text-color);
        display: flex;
        background-image: unset;
        background-repeat: unset;
        background-position: unset;
        background-size: unset;
        font-size: 30px;
        display: flex;
        align-items: center;
        position: unset;
    }

    #store_body .header-left .headertop {
        width: unset;
        order: -1;
    }

    #store_body .main-category-list .WD-panel-heading {
        width: 40px;
    }

    #store_body .main-category-list .wd-menu .ul-top-items > li {
        padding: 0;
    }

    #store_body .main-category-list .li-top-item > a, #store_body .main-category-list .li-top-item > i {
        display: none;
    }

    #store_body #header-top .wd-menu ul.ul-top-items li.li-top-item > div.wd-sub-menu-container {
        display: flex !important;
    }

    #store_body .main-category-list .wd-menu .ul-top-items {
        padding: 0;
        width: 100vw;
        height: 100vh;
        border: unset;
    }

    #store_body .wd-menu {
        top: 50px;
        left: -10px;
        width: fit-content;
        border: unset;
    }

    #store_body #header-top .wd-menu ul.ul-top-items li.li-top-item .sub-menu-container {
        width: 100vw;
        height: 100vh;
        box-shadow: unset;
        z-index: 2;
    }

    #store_body .wd-menu ul.ul-top-items li.wd-sub-menu > i:before {
        content: "\f105";
        font-family: 'FontAwesome';
        line-height: 18px;
        position: relative;
        z-index: 1;
        width: 20px;
        display: flex;
        height: 20px;
        justify-content: center;
        font-size: 20px;
    }

    #store_body .horizontal-menu .wd-sub-menu a {
        flex: 1 1 auto;
    }

    #store_body .horizontal-menu .sub-menu-container .ul-second-items .li-second-items {
        display: flex;
    }

    #store_body #header-top .wd-menu ul.ul-top-items li.li-top-item > .sub-menu-container .sub-menu-container {
        background: white;
        top: 0;
        display: unset;
        left: 0 !important;
    }

    #store_body .wd-back-btn i {
        font-size: 20px;
        width: 40px;
        display: flex;
        justify-content: center;
    }

    #store_body .wd-back-btn {
        font-size: 16px;
        font-weight: 700;
        display: flex;
        align-items: center;
        cursor: pointer;
        line-height: 40px;
    }

    #store_body .main-category-list .cat-menu.WDactive .WD-panel-heading::before {
        content: "\e907";
        font-family: 'store' !important;
        font-size: 20px;
    }

    #store_body .header_top {
        height: 60px;
    }

    #store_body .header_search, #store_body .header_top .account, #store_body .header_cart {
        padding: 10px 0;
        align-items: center;
        display: flex;
    }

    #store_body #content .product-carousel .product-block, #store_body #content .product-grid .product-block, #store_body #content .box-product .product-block {
        width: 160px;
    }

    #store_body .client-wrapper {
        padding: 20px 0 0 0;
    }

    #store_body .hometab-heading.box-heading {
        padding: 0;
        line-height: 25px;
        font-size: 18px;
    }

    #store_body #shop_footer .footer-blocks {
        flex-wrap: wrap;
        padding: 0 0px;
        gap: 40px;
    }

    #store_body .footer-blocks .footerleft .contact-block li, #store_body #footer .column li {
        padding: 0;
    }

    #store_body #shop_footer .footer-blocks #footer-block_1 {
        width: 100%;
    }

    #store_body .layout-2.left-col #shop_content {
        width: 100%;
        max-width: 100% !important;
    }

    #store_body .product-layout.product-grid {
        width: 160px;
        max-width: 160px !important;
    }

    #store_body .product-thumb .image {
        height: 160px;
    }

    #store_body .product-grid .product-thumb .image img {
        height: 120px;
        width: 120px;
    }

    #store_body .row.cat_prod {
        justify-content: space-between;
        gap: 5px;
    }

    #store_body h1.page_title {
        font-size: 30px;
        line-height: 40px;
    }

    #store_body .product-block button.cart_button {
        font-size: 15px;
    }

    #store_body .category_filter .total-products-box,
    #store_body .category_filter .selected-filters-chips {
        display: none;
    }

    #store_body .category_filter .sort {
        width: 100%;
    }

    #store_body .category_filter .clear-filters-chips {
        display: none;
    }

    #store_body .sort-by-wrapper {
        width: unset;
        max-width: unset;
    }

    #store_body .category_filter #show_filters_btn {
        min-width: 40%;
        display: block !important;
    }

    #store_body .category_filter .pagination-right {
        max-width: 60%;
    }

    #store_body .layout-2.left-col #column-left {
        width: 100%;
        max-width: 100% !important;
    }

    #store_body .layout-2.left-col #column-left > .box {
        border: 0;
    }

    #store_body #header_top > .container > .row,
    #store_body #header_top > .container > .row > .d-flex.flex-fill {
        gap: 10px !important;
    }

    #store_body .place_order_container {
        flex-direction: column;
    }

    #store_body .place_order_container .block_left,
    #store_body .place_order_container .block_right {
        width: 100%;
        max-width: 100%;
    }

    #store_body #contact_info .contact_info_line {
        flex-direction: column;
    }
    #store_body #contact_info .contact_info_line .form-group.floating-label {
        flex: 1 1 100%;
    }

    #store_body .calculation-container {
        padding: 20px;
    }

    #store_body .add_promocode_block {
        flex-direction: column;
    }

    #store_body .delivery_method ._delivery_info {
        padding: 20px 20px 20px 40px;
    }

    #store_body .product-tag {
        font-size: 12px;
        margin: 0;
        width: max-content;
    }

    #store_body .wd_cat_content {
        width: 150px;
        min-height: 205px;
    }

    #store_body .wd_cat_content .cat-img img {
        width: 120px !important;
        height: 120px !important;
    }

    #store_body .wd_cat_content .title a {
        margin: 0 !important;
        font-size: 18px !important;
        line-height: 25px !important;
    }

    #store_body .credit_options .credit_option {
        flex-direction: column;
        gap: 20px;
    }

    #store_body #shopping_cart_modal .credit_options .credit_option > div,
    #store_body #shopping_cart_modal .credit_options .credit_option > button {
        width: 100%;
        max-width: 100%;
    }

    #store_body .bonus-block {
        font-size: 16px;
        gap: 20px;
    }

    #store_body #shop_footer .footer_2 {
        height: 100%;
    }

    #store_body #shop_footer .footer_2 .container {
        gap: 10px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #store_body #shop_footer .footer_2 .container > div {
        gap: 10px;
    }

    #store_body.what-is-smart-watt .store > div {
        padding: 40px 0;
    }

    #store_body.what-is-smart-watt .store > div .d-flex {
        gap: 30px;
        text-align: center;
    }

    #store_body.what-is-smart-watt .store > div.gray .image {
        order: 0;
        width: 100%;
    }

    #store_body.what-is-smart-watt .store > div .image {
        width: 100%;
    }

    #store_body.what-is-smart-watt .store > div .text {
        width: 100%;
    }

    #store_body .main-category-list .wd-menu .ul-top-items > li {
        max-width: unset;
    }

    #store_body .wd-menu li.li-top-item.wd-sub-menu.flyout-menu .wd-sub-menu-container {
        opacity: 1;
    }

    #store_body .characteristic-item .divider{
        flex: 1 1 20%;
    }

    #store_body .characteristics_list .characteristic-item .char_name{
        color: #495A7A;
        flex: 1 1 45%;
        display: flex;
    }

    #store_body .characteristics_list .characteristic-item .char_value{
        flex: 0 1 45%;
    }

    #store_body .sale-info-item{
        flex-direction: column;
    }

    #store_body .sale-info-item .sale-info-item-text{
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #store_body #shop_footer .footer-blocks > aside {
        width: 100%;
        flex: 1 1 100%;
        text-align: center;
    }

    #store_body #shop_footer h5, #store_body #shop_footer li {
        text-align: center;
    }

    #store_body #shop_footer .footer-blocks ul, #store_body #shop_footer .footerleft, #store_body #shop_footer .contact-block {
        justify-content: center;
    }

    #store_body .bonus-block .request-code-block {
        flex-direction: row;
    }

    #store_body .bonus-block .request-code-block .btn {
        padding: 0 !important;
        min-width: fit-content;
    }

    #store_body .bootstrap-select .dropdown-menu.show {
        top: 60% !important;
        box-shadow: 0 20px 40px 0 #1324301A;
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        /*left: 0 !important;*/
    }


    #store_body #installment_form .row {
        flex-direction: column;
        gap: 20px;
    }

    #store_body .cart-recommended .recommended_product .image .product_name a {
        white-space: unset;
        max-width: 134px;
        max-height: 40px;
    }


    #store_body .category_filter .bootstrap-select.show,
    #store_body .category_filter .pagination-right {
        position: unset;
    }

    #store_body .category_filter {
        position: relative;
    }

    #store_body .lightbox {
        top: 20vh !important;
    }
}

@media screen and (max-width: 463px) {
    #store_body .cart-recommended .recommended_product .image .product_name a {
        white-space: unset;
        max-width: 134px;
        max-height: 40px;
    }
}

@media (max-width: 991px) {
    #store_body:not(.installment) .layout-2.left-col #column-left {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 5003;
        background-color: #fff;
        width: 100vw;
        height: 100vh;
        overflow: auto;
        transition: 0.25s;
        padding: 10px;
    }

    #store_body .layout-2.left-col #column-left.show {
        display: block !important;
    }

    #store_body .layout-2.left-col #column-left.show .box-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    #store_body .layout-2.left-col #column-left.show .filters-header {
        display: flex;
    }

    #store_body #column-left .box {
        overflow: auto;
    }

    #store_body #product-product #content .row {
        flex-direction: column;
    }

    #store_body #product-product .product-right,
    #store_body #product-product .product-left,
    #store_body #product-product .product-bottom #tabs_info.product-tab {
        width: 100% !important;
        max-width: 100% !important;
    }

    #store_body #product-product .product-bottom {
        min-height: unset;
    }

    #store_body .product-view-small {
        /*display: none !important;*/
    }

    #store_body .product-view-small {
        padding: 10px 20px;
        position: fixed;
        z-index: 10000;
        top: unset;
        right: unset;
        bottom: 0;
        left: 0;
        width: 100vw !important;
        max-width: 100vw !important;
        background: #FFFFFF;
        box-shadow: 0 -2px 8px #00000026;
        border-radius: 0;
    }

    #store_body .product-view-small .image-small,
    #store_body .product-view-small .input_data button.btn-secondary,
    #store_body .product-view-small .old-price-block .chips-row,
    #store_body .product-view-small .product-title-block {
        display: none !important;
    }

    #store_body .product-view-small > div:has(.list-prices) {
        flex-direction: row !important;
        align-items: center;
    }

    #store_body .product-view-small .list-prices {
        flex: 1 1 100%;
    }

    #store_body .product-view-small .input_data {
        justify-content: end;
        align-items: center;
    }

    #store_body .product-view-small button.btn.btn-lg {
        padding: 10px 20px !important;
        max-height: 40px;
    }

    #store_body .product-view-small .special-price {
        font-size: 22px;
        line-height: 30px;
    }

    #store_body .product-view-small .old-price-block {
        font-size: 14px;
    }

    #store_body .block_left h3 {
        font-size: 22px;
        line-height: 30px;
    }

    #store_body .btn {
        padding: 9px 18px !important;
    }

    #store_body .product-layout.product-grid {
        min-height: 327px;
    }

    #store_body .products_carousel .slick-slide {
        display: block;
        /*max-width: 180px;*/
        /*min-width: 135px;*/
        margin: unset;
    }

    #store_body .products_carousel {
        gap: 20px;
    }

    #store_body #np_locations_dropdown, #store_body #up_locations_dropdown {
        top: 30px !important;
    }

    #store_body .header_nav .account {
        padding: 0;
    }

    #store_body .header_nav .account a {
        padding: 5px 15px !important;
    }
}

@media screen and (max-width: 1200px) {
    #store_body .container {
        max-width: calc(100vw - 40px);
        padding: 0;
    }
}

@media (max-width: 1199px) {
    #store_body #content .box .box-content, #store_body .related_prd .box-content {
        margin: 0;
    }

    #store_body #product-product #content .row {
        gap: 20px;
    }

    #store_body .product-view-small {
        right: 20px;
        width: 300px;
    }
}
