.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.product section {
    padding: 15px 0;
}

body {
    overflow: visible !important;
    position: relative;
}

nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 800;
}

@media (max-width: 440px) {
    .page-container .post img.cut-type {
        max-width: 100%;
        width: auto;
    }
}

.breadcrumbs {
    position: inherit;
    /* top: 41px; */
    display: block;
    background: #f9f9f9;
    line-height: normal;
    text-align: center;
    padding: 16px 0;
    clear: both;
    margin-top: 50px;
}

select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    max-width: 100%;
    border: 1px dashed;
    padding: 5px;
}

.product section h3 {
    font-size: 18px;
    color: #3c3c3c;
    margin-bottom: 30px;
    font-weight: 700;
}

.product section h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.product section h1 {
    font-size: 1.7em;
    padding: 20px 0;
    font-weight: 700;
}

.page-container.product h2 {
    font-size: 26px;
    color: #3c3c3c;
    font-weight: 700;
    padding: 5px;
    /* width: 50%; */
    margin: 40px auto 20px;
    border: none;
}

.page-container.product .price-block p {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0;
}

.page-container.product .price-block a {
    margin: 20px 0;
}

.page-container.product .price-block small {
    font-size: 15px;
    font-weight: normal;
}

.gs_header {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.gs_text {
    font-size: 14px;
}

.introtext-image img {
    padding: 0;
    width: auto;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    aspect-ratio: 4 / 3;
}

.catalog-product p {
    min-height: 58px;
}

.catalog-product {
    padding: 15px 0;
    box-shadow: 5px 5px 10px rgb(195 195 195 / 15%);
}
#mse2_results .catalog-product a img{aspect-ratio: 1 / 1;}
.page-container {
    /* padding: 0 0 0 25px; */
    margin: 80px 0;
}

.pagination-pages {
    display: flex;
}

.pagination-pages .pagination {
    margin: 30px auto !important;
    padding: 0;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000;
    cursor: default;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.post {
    margin: 0;
}

.page-container .post .menuh2 a .h2 {
    float: left;
    font-size: 15px;
    margin: 5px;
    border: 1px solid #ccc;
    width: auto;
    background: #fff;
    /* margin-top: 20px; */
    /* margin-bottom: 10px; */
    padding: 5px;
}

.col {
    display: flex;
}

.col-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.col-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.top-header {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    background-color: rgb(247, 247, 247);
}

.top-header .left-text {
    padding: 25px 25px 15px 25px;
    background-color: rgb(247, 247, 247);
}

@media screen and (max-width: 549px) {
    .top-header .col-5 {
        order: -1;
        flex-basis: 100%;
        max-width: 100%;
    }

    .top-header .col-7 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.top-header h1 {
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: 500;
}

.msearch2 .mse2_number_inputs label {
    width: 80%;
    margin: 0 10px;
}

@media (max-width: 768px) {
    .product_sheme {
        /* padding: 20px 0; */
    }

    .catalog-product p {
        min-height: 60px;
    }

    .msearch2 .mse2_number_inputs label {
        width: 40%;
        float: left;
        margin: 0 10px;
    }
}

.dcjq-accordion .menu .dcjq-parent.filter_title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px!important;
    margin-bottom: 10px;
    /* background: #fff; */
    position: relative;
}

.msearch2 label {
    font-weight: normal;
    font-size: 14px;
}

.msearch2 fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.msearch2 .mse2 {
    margin-top: 20px;
}

.msearch2 .mse2 #mse2_filter_total {
    margin-top: 7px;
    font-size: 14px;
}

.msearch2 .mse2 #mse2_sort {
    margin-top: 0px;
    font-size: 14px;
    border: 1px solid #ccc;
    width: 100%;
}

.msearch2 #mse2_results {
    clear: both;
    margin-bottom: 0;
}

.msearch2 #mse2_selected .mse2_selected_link em {
    font-size: 14px;
    padding-left: 10px;
}

.msearch2 #mse2_selected strong {
    padding-left: 10px;
    font-size: 14px;
}

.hamburger {
    cursor: pointer;
    width: 34px;
    height: 30px;
    border: none;
    background: #fff;
    padding: 0;
    border-radius: 0;
    font-size: 23px;
    padding: 1px;
    border: 1px solid #ccc;
    font-weight: normal;
}

.btn__hamb {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background: #ccc;
    cursor: pointer;
}

.btn__hamb div {
    width: 100%;
    height: 100%;
}

.btn__hamb:before, .btn__hamb:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #ccc;
}

.btn__hamb:before {
    top: -8px;
}

.btn__hamb:after {
    top: 8px;
}


.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

@media (min-width: 768px) {
    .mobile-menu {
        padding-top: 0;
    }
}


.mobile-menu .mm__bg {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 100%; */
    /* height: 100%; */
    /* background: rgba(20, 20, 20, 0.8); */
    z-index: 100;
}


.mobile-menu .mm__wrapper {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .4s ease-in-out;
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100%;
    /* z-index: 999; */
    touch-action: auto;
    -ms-touch-action: auto;
    background: #fff;
    padding: 15px;
    box-shadow: 5px 5px 10px rgb(195 195 195 / 15%);
}

@media (min-width: 768px) {
    .mobile-menu .mm__wrapper {
        width: 100%;
    }

    .mobile-menu {
        width: 35%;
    }
}

@media (min-width: 1200px) {
    .mobile-menu .mm__wrapper {
        width: 100%;
    }

    .mobile-menu {
        width: 340px;
    }
}

.mobile-menu .h__logo {
    padding-left: 40px;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    line-height: 1.25;
    margin-left: 20px;
    margin-top: 15px;
}

.mm__header .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
    margin-top: 15px;
}

.close-btn {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.close-btn:before {
    width: 2px;
    height: 18px;
    left: 8px;
    top: 0;
}

.close-btn:after {
    height: 2px;
    width: 18px;
    top: 8px;
    left: 0;
}

.close-btn:before, .close-btn:after {
    content: "";
    background: #000;
    position: absolute;
}

.close-btn--red:before, .close-btn--red:after {
    background: #000000;
}

.filter_menu {
    background-color: #fff;
}

.filter_menu_heading {
    color: var(--blue-dark);
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}

.filter_menu_detail {
}

.filter_menu_summary:hover, .filter_menu_summary:active {
    cursor: pointer;
}

.filter_menu_detail[open] > .filter_menu_summary {
}

.filter_menu_summary {
    list-style: none;
}

.filter_menu_summary::-webkit-details-marker {
    display: none;
}

.filter_menu_summary {
    display: block;
    padding: 0;
    /* text-align: right; */
    position: relative;
    left: 0;
}

.filter_menu_summary:after {
    display: inline-block;
    content: url("https://bobmatyas.github.io/fm-faq-accordion/images/icon-arrow-down.svg");
    text-align: right;
    padding-bottom: 0;
}

details[open] .filter_menu_summary:after {
    display: inline-block;
    width: 18px;
    height: 10px;
    content: url("https://bobmatyas.github.io/fm-faq-accordion/images/icon-arrow-down.svg");
    /* background-image: url("https://bobmatyas.github.io/fm-faq-accordion/images/icon-arrow-down.svg"); */
    /* background-repeat: no-repeat; */
    /* background-position: right center; */
    transform: scaleY(-1);
    margin-top: 10px;
    margin-left: -7px;
}

.filter_menu_summary .filter_title {
    left: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 90%;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 700;
}

.filter_title {
    font-size: 14px;
    font-weight: 700;
}

.filter_menu_summary .filter_title {
    display: inline-block;
    /* margin: 5px 0; */
    text-align: left;
    /* width: 90%; */
}

.filter_menu_summary {
    color: var(--blue-dark);
    /* font-size: 1.4rem; */
}

.filter_menu_summary:focus {
    font-weight: bold;
    outline: none;
}

.filter_menu_text {
    color: var(--blue-mid);
    font-size: var(--base-font-size);
    line-height: 1.6;
    margin: 10px 0 0 0;
}

.hidden-lg {
    display: block;
}

.visible-lg {
    display: none;
}

@media (min-width: 900px) {
    .faq {
        align-items: center;
        display: flex;
        justify-content: space-between;
        min-width: 900px;
        padding: 0;
        margin: 0;
    }

    .filter_menu_logo__holder {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .filter_menu {
        /* margin: 0 50px; */
        /* padding: 70px 0; */
        /* max-width: 350px; */
        /* width: 350px; */
    }

    .filter_menu_logo {
        display: flex;
        align-items: center;
        background-image: url(https://bobmatyas.github.io/fm-faq-accordion/images/illustration-woman-online-desktop.svg), url(https://bobmatyas.github.io/fm-faq-accordion/images/bg-pattern-desktop.svg);
        background-position: -75px center, -571px -270px;
        background-size: 100%, 200%;
        height: 100%;
        min-width: 300px;
        margin: 0;
        padding: 0;
        width: 525px;
        max-width: 500px;
        position: relative;
    }

    .filter_menu_heading {
        text-align: left;
    }

    .hidden-lg {
        display: none;
    }

    .visible-lg {
        display: block;
        position: absolute;
        margin-top: 120px;
        left: -80px;
    }

    .filter_menu_text {
        margin: 0 0 10px 0;
    }

    .filter_menu_detail {
        margin: 10px 0 0 0 0;
        padding: 0;
    }
}

.mse2_number_slider.ui-slider .ui-slider-handle {
    background: #000;
    border: #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    height: 17px;
    outline: 0 none;
    position: absolute;
    top: -8px;
    width: 17px;
    z-index: 2;
    box-sizing: border-box;
    top: -6px;
    width: 13px;
    height: 13px;
}

.mse2_number_slider.ui-slider .ui-slider-range {
    position: relative;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 1px solid #d72323;
    background: #d72323;
}

.mse2_number_slider.ui-slider.ui-widget.ui-widget-content {
    -webkit-border-radius: 1em;
    -khtml-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background-color: #f7f7f7;
    height: 4px;
    margin-bottom: 2em !important;
    margin-top: 0px;
    border: 1px solid #c5c5c5;
}
