@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@600&display=swap');
@media screen and (min-width: 1530px) {
    .product_term_container {
        width: 1500px;
        max-width: 1500px;
    }
}

#filters_form,
#filters_form_table {
    margin-bottom: 7px;
}

.products_filter_wrapper {
    margin-bottom: 26px;
    font-family: 'Maven Pro', sans-serif;
}

.products_filter_wrapper .woof_container h4 {
    font-size: 17px;
    font-weight: bold;
    /*padding: 0 19px 0 0;*/
    padding: 0;
}

.products_filter_wrapper {
    /*margin: 0 -1px;*/
}

.products_filter_wrapper .button_holder.reset_button {
    margin-bottom: 30px;
}

.product_term_container {

}

.product_term_container .woof_sid_widget,
.product_term_container .products_table_container {
    border: none;
    padding: 0;
    overflow: auto;
}

.product_term_container .woof_sid_widget .jspPane {
    /*margin-bottom: 2px;*/
}

.product_term_container .woof_sid_widget .jspVerticalBar,
.product_term_container .woof_sid_widget .jspHorizontalBar,
.product_term_container .products_table_container .jspVerticalBar,
.product_term_container .products_table_container .jspHorizontalBar {
    background: none;
}

.product_term_container .woof_sid_widget .jspVerticalBar,
.product_term_container .products_table_container .jspVerticalBar {
    width: 8px;
}

.product_term_container .woof_sid_widget .jspHorizontalBar,
.product_term_container .products_table_container .jspHorizontalBar {
    height: 8px;
}

.product_term_container .woof_sid_widget .jspTrack,
.product_term_container .products_table_container .jspTrack {
    background: #E6E6E6;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.product_term_container .woof_sid_widget > .jspContainer > .jspHorizontalBar .jspTrack,
.product_term_container .products_table_container > .jspContainer > .jspHorizontalBar .jspTrack {
    background: #AAC5E5;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product_term_container .woof_sid_widget > .jspContainer > .jspHorizontalBar .jspTrack .jspDrag,
.product_term_container .products_table_container > .jspContainer > .jspHorizontalBar .jspTrack .jspDrag {
    background: #004495;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product_term_container .woof_sid_widget .jspDrag,
.product_term_container .products_table_container .jspDrag {
    background: #AAC5E5;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.product_term_container .woof_container {
    background: #F4F4F4;
    margin: 0 2px 0 0;
}

.product_term_container .woof_container:not(:last-child) {
    margin-bottom: 0;
}

.product_term_container .woof_list li:last-child {
    margin-bottom: 0 !important;
}

.product_term_container .woof_redraw_zone {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    float: left;
    /*margin: 0 -1px;*/

    white-space: nowrap;
}

.product_term_container .woof_redraw_zone .woof_container_inner {
    /*padding: 19px 19px 0 19px;*/
    padding: 19px;
}

.product_term_container .woof_redraw_zone > div {
    /*width: 182px;*/
    border: none;
    padding: 0;
}

.product_term_container .woof_redraw_zone .woof_block_html_items {
    /*height: 350px;*/
    height: 180px;
    overflow: auto;
}

.product_term_container .woof_redraw_zone ul li {
    margin: 0 !important;
    padding-right: 19px !important;
}

.product_term_container .woof_redraw_zone ul li input:disabled + label {
    color: #ccc;
    cursor: no-drop;
}

.product_term_container .woof_submit_search_form_container {
    display: none;
}

.check_attributes_content .attributes_container h3 {
    margin-bottom: 15px;
}

.check_attributes_content .attributes_container a.error {
    color: #c00;
}

.check_attributes_content .attributes_container span.success {
    color: #00a32a;
}

.products_table_holder {

}

.products_table_container {
    overflow: auto;
}

.products_table_container > .jspContainer {
    /*height: auto !important;*/
}

.products_table_holder .products {
    /*width: 100%;*/
    width: auto;
    border: solid 1px #c1c1c1;
    table-layout: fixed;
    font-family: 'Maven Pro', sans-serif;
    margin-bottom: 0;
    float: left;
}

.products_table_holder .products.attributes_table {
    width: 100%;
    margin-bottom: 30px;
    float: none;
}

.products_table_holder .products th,
.products_table_holder .products td {
    border: solid 1px #bbb;
    text-align: center;
}

.products_table_holder .products th {
    color: #004495;
    /*padding: 25px 10px;*/
    padding: 0;
}

.products_table_holder .products th a,
.products_table_holder .products th span {
    display: block;
    /*padding: 25px 10px;*/
    padding: 25px 20px;
    position: relative;
}

.products_table_holder .products th a > span {
    padding: 0;
}

.products_table_holder .products th:not(.thumb) a::after {
    font-family: 'FontAwesome', sans-serif;
    content: '\f0dd';
    /*visibility: hidden;*/
    /*opacity: 0;*/
    visibility: visible;
    opacity: 1;

    position: absolute;
    top: 50%;
    right: 6px;

    -webkit-transition: ease all .4s;
    -moz-transition: ease all .4s;
    -ms-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;

    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.products_table_holder .products th:not(.thumb) a:hover::after {
}

.products_table_holder .products th:not(.thumb) a.selected::after {
    visibility: visible;
    opacity: 1;
}

.products_table_holder .products th:not(.thumb) a.selected[data-order=asc]::after {
    content: '\f0dd';
}

.products_table_holder .products th:not(.thumb) a.selected[data-order=desc]::after {
    content: '\f0de';
    margin-top: 6px;
}

/*.products_table_holder .products th a::after {
    width: 18px;
    height: 9px;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
}*/

.products_table_holder .products th,
.products_table_holder .products td {
    padding: 10px;
    min-width: 144px;
}

/*.products_table_holder .products .term_row_4091 {
    border: solid 3px #000;
}*/

@media screen and (min-width: 568px) {

}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 1920px) {
    .products_table_holder .products {
        width: 100%;
        float: none;
    }
    .products_table_holder .products td {
        min-width: auto;
    }
}

.products_table_holder .products thead {
    background: #E9E9E9;
}

.products_table_holder .products tbody {

}

.products_table_holder .products tbody tr:nth-of-type(odd) td {
    background: #fff;
}

.products_table_holder .products tbody tr:nth-of-type(even) td {
    background: #F8F8F8;
}

.products_table_holder .products .tab-content .tab-item {
    height: auto;
}

.products_table_holder .products .tab-content .tab-item table td {
    border: none;
}

.products_table_holder table.products td .button {
    font-size: 0.875em;
    min-width: auto;
    white-space: nowrap;
}

.products_table_holder .attachment-woocommerce_thumbnail {
    /*width: 150px;*/
    /*width: 100%;*/
    /*max-width: none;*/
    max-width: 100%;
    max-height: 150px;
    width: auto;
}

#scroll_right {

}

.filter_arrow_left:before,
.filter_arrow_right:after {
    width: 8px;
    height: 18px;
    background: url('../img/filter_arrows_red.png') no-repeat center;
    display: inline-block;
    content: '';
    vertical-align: middle;
}

.filter_arrow_left:before {
    background-position: left bottom;
    margin-right: 10px;
}

.filter_arrow_right:after {
    background-position: right bottom;
    margin-left: 10px;
}

.filter_arrow_left.disabled:before {
    background-position: left top;
}

.filter_arrow_right.disabled:after {
    background-position: right top;
}

.filter_arrows {
    font-size: 17px;
    font-weight: 700;
    color: #004495;
}

.filter_arrows.disabled {
    color: #B9B9B9;
}

#results_found {
    font-size: 17px;
    font-family: 'Maven Pro', sans-serif;
    margin-bottom: 11px;
}

.view_more_products_wrapper {
    text-align: center;
    padding-top: 40px;
    /*margin-bottom: 60px;*/
}

#view_more_products {
    background: #FF6600;
    border: none;
    padding: 14px 15px;
    min-width: 182px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#redraw_woocommerce_pagination {

}

#redraw_woocommerce_pagination .wp-pagenavi {
    margin-bottom: 7px;
    padding: 1px 0;
}

#redraw_woocommerce_pagination .pages,
#redraw_woocommerce_pagination .first,
#redraw_woocommerce_pagination .last,
#redraw_woocommerce_pagination .previouspostslink,
#redraw_woocommerce_pagination .nextpostslink {
    display: none;
}

#redraw_woocommerce_pagination a,
#redraw_woocommerce_pagination span {
    width: 22px;
    height: 22px;
    display: inline-block;
    border: none;

    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    text-align: center;

    min-width: 1em;
    margin: 0 6px;
    padding: 0;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#redraw_woocommerce_pagination a {
    background: #efefef;
    color: #939393;
}

#redraw_woocommerce_pagination span.current {
    color: #fff;
    background: #ff0c22;
}

.page_anchors {
    width: 100%;
    background: #fff;
    margin-bottom: 60px;
    padding: 10px 0;
    z-index: 999;
    /*top: 182px;*/
}

.page_anchors.fixed {
    position: fixed;
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,.15);
    box-shadow: 0 0 16px rgba(0,0,0,.15);
}

.page_anchors ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.page_anchors ul li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    vertical-align: top;
}

.page_anchors ul li a {
    display: inline-block;
    font: bold 21px/normal 'Maven Pro', sans-serif;
    vertical-align: top;
}

.page_anchors ul li a.active {
    /*color: #FF6600;*/
    color: #E61E1E;
}

.category_bottom_block {
    margin-bottom: 110px;
}

.category_bottom_block .related.widget_rss ul {
    border: none;
}

.category_bottom_block .widget ul,
.category_bottom_block .widget ul li {
    margin: 0;
    min-height: 116px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.category_bottom_block .widget ul li {
    padding: 15px 20px;
}

.category_bottom_block .owl-carousel .owl-stage-outer {
    z-index: 2;
}

.category_bottom_block .owl-carousel .owl-nav {
    width: 100%;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.category_bottom_block .related.widget_rss ul li,
.category_bottom_block .related.widget_rss ul li:last-child {
    border: 1px solid #e3e3e3;
}

.category_bottom_block .owl-carousel .owl-nav button.owl-prev,
.category_bottom_block .owl-carousel .owl-nav button.owl-next {
    width: 9px;
    height: 18px;
    background: url('../img/archive_slider_arrows.png') no-repeat;
    margin: 0;
    padding: 0;
    min-width: 0;
    position: absolute;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.category_bottom_block .owl-carousel .owl-nav button.owl-prev {
    background-position: left center;
    margin-left: -29px;
    left: 0;
}

.category_bottom_block .owl-carousel .owl-nav button.owl-next {
    background-position: right center;
    margin-right: -29px;
    right: 0;
}

.category_bottom_block .owl-carousel .owl-nav button span {
    display: none;
}

.can_load {
    position: relative;
}

.can_load::before {
    background: url('../img/ajax-loader.gif') no-repeat center rgba(255,255,255,.75);
    visibility: hidden;
    opacity: 0;
    content: '';
    z-index: 10;

    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;

    -webkit-transition: ease all .4s;
    -moz-transition: ease all .4s;
    -ms-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
}

.can_load.loading::before {
    visibility: visible;
    opacity: 1;
}

.reset_button {

}

.woocommerce .main .reset_button span {
    display: inline-block;
    font-size: 1.313em;
    font-family: 'FrutigerNeueLTW1G', sans-serif;
    color: #004495;
    margin-right: 20px;
    vertical-align: middle;
}

.woocommerce .main .reset_button .button {
    /*background: #FF6600;*/
    /*border-color: #FF6600;*/
    /*background: #E61E1E;
    border-color: #E61E1E;*/

    background: #3259A8;
    border-color: #3259A8;

    display: inline-block;
    font-size: 1.25em;
    font-family: 'FrutigerNeueLTW1G', sans-serif;
    padding: 10px 15px;
    min-width: 124px;
    vertical-align: middle;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 0 8px rgba(255, 102, 0, 0);
    -moz-box-shadow: 0 0 8px rgba(255, 102, 0, 0);
    box-shadow: 0 0 8px rgba(255, 102, 0, 0);
}

.woocommerce .main .reset_button .button:hover {
    /*color: #FF6600;*/
    color: #E61E1E;

    /*-webkit-box-shadow: 0 0 8px rgba(255, 102, 0, 1);
    -moz-box-shadow: 0 0 8px rgba(255, 102, 0, 1);
    box-shadow: 0 0 8px rgba(255, 102, 0, 1);*/

    -webkit-box-shadow: 0 0 8px rgba(230, 30, 30, 1);
    -moz-box-shadow: 0 0 8px rgba(230, 30, 30, 1);
    box-shadow: 0 0 8px rgba(230, 30, 30, 1);
}

#tablesorter {

}

#tablesorter tfoot th span,
#tablesorter tfoot th select,
.ts-pager span,
.ts-pager select {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

#tablesorter tfoot th span,
.ts-pager span {
    color: #004495;
    font-weight: bold;
    padding: 0 20px;
}

#tablesorter tfoot th select,
.ts-pager select {
    width: auto;
    height: 23px;
    min-width: 50px;
}

#tablesorter tfoot button.btn,
.ts-pager button.btn {
    /*background: #FF6600;*/
    /*border-color: #FF6600;*/
    /*background: #E61E1E;
    border-color: #E61E1E;*/
    background: #3259A8;
    border-color: #3259A8;

    display: inline-block;
    font-family: 'FrutigerNeueLTW1G', sans-serif;
    vertical-align: middle;

    font-size: 0.75em;
    margin: 0;
    /*padding: 5px 10px;*/
    /*min-width: 80px;*/
    padding: 0;
    min-width: 50px;

    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius: 10px;*/

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#tablesorter tfoot button.btn i,
.ts-pager button.btn i {
    vertical-align: middle;
}

#tablesorter tfoot button.btn i::before,
.ts-pager button.btn i::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.glyphicon-step-backward::before {
    background-image: url(../img/step-backward.svg);
}

.glyphicon-backward::before {
    background-image: url(../img/backward.svg);
}

.glyphicon-forward::before {
    background-image: url(../img/forward.svg);
}

.glyphicon-step-forward::before {
    background-image: url(../img/step-forward.svg);
}

#tablesorter .tablesorter-header {
    position: relative;
    cursor: pointer;
}
#tablesorter .tablesorter-header::after {
    font-family: 'FontAwesome', sans-serif;
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(../img/sort.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#tablesorter .tablesorter-headerAsc::after {
    background-image: url(../img/sort-up.svg);
}
#tablesorter .tablesorter-headerDesc::after {
    background-image: url(../img/sort-down.svg);
}

tr.pagerSavedHeightSpacer.remove-me {
    display: none;
}

.ts-pager {
    /*border: solid 1px #bbb;*/
    text-align: center;
    padding: 15px 0;
}

.ts-pager.top {
    /*border-bottom: none;*/
}

.ts-pager.bottom {
    /*border-top: none;*/
}

.term_status_container {
    position: relative;
}

.term_status_container::before {
    bottom: -10px;
    right: -10px;
    left: -10px;
    top: -10px;
}

.woocommerce table.shop_attributes td p {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
}



@media screen and (min-width: 768px) {
    .page_anchors ul {display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .page_anchors ul li {
        padding: 0;
    }
}



.woocommerce .category_bottom_block {
    position: relative;
    padding: 80px 0 0;
}

.woocommerce .category_bottom_block .container {
    position: relative;
    z-index: 2;
}

.woocommerce .category_bottom_block .container aside {
    margin: 0 40% 37px 0;
}

.woocommerce .category_bottom_block .container aside:last-child {
    margin-bottom: 0;
}

.woocommerce .category_bottom_block .container aside h3 {
    font: 600 2.875em/1.174em 'Maven Pro', sans-serif;
    color: #3259A8;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.woocommerce .category_bottom_block .widget ul,
.woocommerce .category_bottom_block .widget li {
    display: block;
    border: none !important;
    min-height: 0;
    padding: 0;
}

.woocommerce .category_bottom_block .widget li {
    font: normal 1em/1.25em 'Mulish', sans-serif;;
    margin-bottom: 20px;
    padding-left: 0px;
    position: relative;
}

.woocommerce .category_bottom_block .widget li::before {
    width: 14px;
    height: 18px;
    background: url('../images/icon_list_arrow.svg') no-repeat center;
    content: '';
    position: absolute;
    left: -20px;
    top: 3px;
    opacity: 0;
    -webkit-transition: ease all .4s;
    -moz-transition: ease all .4s;
    -ms-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
}

.woocommerce .category_bottom_block .widget li:hover::before {
    opacity: 1;
}

.woocommerce .category_bottom_block .widget li a:hover {
    font-weight: normal;
    color: #3259A8;
}

.woocommerce .category_bottom_block .news_block_image {
    position: absolute;
    left: 75%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.woocommerce .category_bottom_block .news_block_image img {
    max-width: 100%
}

.su-button {
    /*background: #E61E1E !important;
    border-color: #E61E1E !important;*/
    background: #e61e1e;
}

.su-button span {
/*    background: #E61E1E !important;*/
background: #e61e1e;
}

.term-description h1,
.term-description h2,
.term-description h3,
.term-description h4,
.term-description h5,
.term-description h6 {
    color: #3259A8 !important;
}

.term-description h1 span,
.term-description h2 span,
.term-description h3 span,
.term-description h4 span,
.term-description h5 span,
.term-description h6 span {
    color: #3259A8 !important;
}



footer {
    border-top: 6px solid #3259A8;
}

input[type=number]::-webkit-inner-spin-button {
    width: 10px;
    height: 40px;
}

.products-table-shop img {
    max-width: 98px;
}