
div.listingRow {
    margin: auto;
    padding-top: 10px;
    display: flex;
}

.listingRow .left-column {
    padding-bottom: 5px;
    margin-right: 20px;
}

.listingRow .left-column > .moduletable {
    width: 235px;
}

.listingRow .jshop {
    width: 100%;
}

@media (max-width: 992px) {
    div.listingRow {
        flex-wrap: wrap;
    }

    .listingRow > div, .listingRow .left-column > .moduletable {
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
    }

    .listingRow .jshop {
        padding: 0;
    }

    .listingRow .left-column {
        order: 0;
    }
}

div.listingRow h1 {
    font-size: 150%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
}

.listingRow .no_products_filter {
    margin-top: 20px;
}

div.listingRow .top-filter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.listingRow .top-filter a {
    margin-right: 10px;
    padding: 3px 18px 5px;
    border: 1px solid #C4C4C4;
    text-decoration: none;
    font-weight: normal;
}

div.listingRow .top-filter a.active {
    color: #c64d00;
    border-color: #c64d00;
}

div.listingRow .top-filter a:hover {
    color: #F86508;
    border-color: #F86508;
}

div.listingRow .top-filter a.current {
    text-decoration: underline;
}

div.listingRow .top-filter a.asc {
    padding: 0 15px 0 0;
    background: url('../images/top-filter-a.png') center right no-repeat;
}

div.listingRow .top-filter a.desc {
    padding: 0 15px 0 0;
    background: url('../images/top-filter-d.png') center right no-repeat;
}

div.listingRow .list_product {
    display: flex;
    flex-wrap: wrap;
}

div.listingRow .list_product > div {
    width: 25%;
    padding: 5px;
}

@media (min-width: 501px) and (max-width: 979px) {
    div.listingRow .list_product > div {
        width: 33%;
    }
}

@media (max-width: 500px) {
    div.listingRow .list_product > div {
        width: 50%;
    }
}


div.listingRow .pagination {
    width: 100%;
}

div.listingRow .pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    font-weight: normal;
    padding: 0;
}

div.listingRow .pagination ul li {
    margin: 0 5px;
}

div.listingRow .pagination ul li  a {
    padding: 5px 10px;
    border: 1px solid #c4c4c4;
}

div.listingRow .pagination ul li  a:hover,
div.listingRow .pagination ul li  a:focus {
    text-decoration: none;
    color: #c64d00;
}

div.listingRow .pagination ul li span {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #c64d00;
}

div.listingRow .pagination .pagination-start a,
div.listingRow .pagination .pagination-prev a,
div.listingRow .pagination .pagination-next a,
div.listingRow .pagination .pagination-end a,
div.listingRow .pagination .pagination-start span,
div.listingRow .pagination .pagination-prev span,
div.listingRow .pagination .pagination-next span,
div.listingRow .pagination .pagination-end span {
    padding: 5px;
    border: none;
}

@media (max-width: 424px) {
    div.listingRow .pagination ul li  a,
    div.listingRow .pagination ul li span {
        padding: 5px 7px;
    }
}

@media (max-width: 374px) {
    div.listingRow .pagination ul li  a,
    div.listingRow .pagination ul li span {
        padding: 5px;
    }

    div.listingRow .pagination .pagination-start a,
    div.listingRow .pagination .pagination-prev a,
    div.listingRow .pagination .pagination-next a,
    div.listingRow .pagination .pagination-end a,
    div.listingRow .pagination .pagination-start span,
    div.listingRow .pagination .pagination-prev span,
    div.listingRow .pagination .pagination-next span,
    div.listingRow .pagination .pagination-end span {
        padding: 0;
    }
}

input[name=quantity] {
    display: none;
}

.cartajaxattributes {
    display: none;
}


.secLevelMenu a {
    display: block;
    font-size: 110%;
    padding: 5px 0;
}

.secLevelMenu a:hover,
.secLevelMenu a:focus {
    color: #c64d00;
    text-decoration: none;
}

.secLevelMenu a:last-child {
    padding: 5px 0 0 0;
}

.secLevelMenu a.active {
    font-weight: bold;
    color: #C64D00;
    text-decoration: none;
}
.secLevelMenu .image-wrap {
    display: none;
}
.secLevelMenu a img {
    display: none;
}

/* MR-Filter begin */
.filter > div:first-child, .filter .header {
    position: relative;
    font-weight: bold;
}

.filter .header {
    margin-bottom: 10px;
}

.filter {
    padding-bottom: 20px;
}

.filter ul {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    max-height: 300px;
}

.filter.inner-filter .ul-checkboxes-colors {
    display: flex;
    flex-wrap: wrap;
}

.filter.inner-filter .ul-checkboxes-colors .container-checkbox {
    padding: 0 15px 0 30px;
}

.filter.inner-filter .ul-checkboxes-colors .container {
    width: auto;
}

.filter.inner-filter .checkmark-label {
    display: none;
}


.mr_filters .mobile-btns {
    margin: 25px 0 10px;
}

.mr_filters .popup {
    position: absolute;
    background: #FFFFFF;
    text-transform: capitalize;
    padding: 7px 20px;
    border: 1px solid #c64d00;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-left: 240px;
    z-index: 3;
}

.mr_filters .popup a {
    color: #000000;
}

.mr_filters .popup a:hover {
    text-decoration: none;
    color: #c64d00;
}

.clear-filter {
    text-align: center;
    margin-top: 5px;
}

.clear-filter a {
    color: red;
}

.mr-filter-link, .mr-subtypes-link, .mr-sort-link, .sort-results {
    display: none;
}

.hide-right-column {
    display: none;
}

@media (max-width: 992px) {
    div.listingRow h1 {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .filter-heading {
        display: none;
    }
    .mrfilters-buttons {
        display: flex;
        justify-content: space-between;
        padding: 0 0 10px 0;
    }

    .mr-subtypes-link, .mr-filter-link, .mr-sort-link {
        font-size: 130%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        user-select: none;
        vertical-align: top;
        transition: color 0.1s ease 0s;
        position: relative;
        display: flex;
        align-items: center;
        height: 25px;
        border: none;
        color: #000;
        background-color: #fff;
        background-repeat: no-repeat;
        outline: none;
        cursor: pointer;
    }

    .mr-filter-link {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGRhdGEtbmFtZT0iTGF5ZXIgMiIgaWQ9IkxheWVyXzIiIGZpbGw9IiMwMDAwMDAiPjxwYXRoIGQ9Ik0yOCw5SDExYTEsMSwwLDAsMSwwLTJIMjhhMSwxLDAsMCwxLDAsMloiLz48cGF0aCBkPSJNNyw5SDRBMSwxLDAsMCwxLDQsN0g3QTEsMSwwLDAsMSw3LDlaIi8+PHBhdGggZD0iTTIxLDE3SDRhMSwxLDAsMCwxLDAtMkgyMWExLDEsMCwwLDEsMCwyWiIvPjxwYXRoIGQ9Ik0xMSwyNUg0YTEsMSwwLDAsMSwwLTJoN2ExLDEsMCwwLDEsMCwyWiIvPjxwYXRoIGQ9Ik05LDExYTMsMywwLDEsMSwzLTNBMywzLDAsMCwxLDksMTFaTTksN2ExLDEsMCwxLDAsMSwxQTEsMSwwLDAsMCw5LDdaIi8+PHBhdGggZD0iTTIzLDE5YTMsMywwLDEsMSwzLTNBMywzLDAsMCwxLDIzLDE5Wm0wLTRhMSwxLDAsMSwwLDEsMUExLDEsMCwwLDAsMjMsMTVaIi8+PHBhdGggZD0iTTEzLDI3YTMsMywwLDEsMSwzLTNBMywzLDAsMCwxLDEzLDI3Wm0wLTRhMSwxLDAsMSwwLDEsMUExLDEsMCwwLDAsMTMsMjNaIi8+PHBhdGggZD0iTTI4LDE3SDI1YTEsMSwwLDAsMSwwLTJoM2ExLDEsMCwwLDEsMCwyWiIvPjxwYXRoIGQ9Ik0yOCwyNUgxNWExLDEsMCwwLDEsMC0ySDI4YTEsMSwwLDAsMSwwLDJaIi8+PC9nPjxnIGlkPSJmcmFtZSI+PHJlY3QgY2xhc3M9ImNscy0xIiBoZWlnaHQ9IjMyIiB3aWR0aD0iMzIiLz48L2c+PC9zdmc+");
        padding: 0 30px 0 0;
        background-position: 100%;
    }

    .mr-subtypes-link {
        margin-right: auto;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGRhdGEtbmFtZT0iTGF5ZXIgMiIgaWQ9IkxheWVyXzIiIGZpbGw9IiMwMDAwMDAiPjxwYXRoIGQ9Ik0yOCwxMEg0QTEsMSwwLDAsMSw0LDhIMjhhMSwxLDAsMCwxLDAsMloiLz48cGF0aCBkPSJNMjgsMTdINGExLDEsMCwwLDEsMC0ySDI4YTEsMSwwLDAsMSwwLDJaIi8+PHBhdGggZD0iTTI4LDI0SDRhMSwxLDAsMCwxLDAtMkgyOGExLDEsMCwwLDEsMCwyWiIvPjwvZz48ZyBpZD0iZnJhbWUiPjxyZWN0IGNsYXNzPSJjbHMtMSIgaGVpZ2h0PSIzMiIgd2lkdGg9IjMyIi8+PC9nPjwvc3ZnPg==");
        padding: 0 0 0 30px;
        background-position: 0;
    }

    .mr-sort-link {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ESwap Vertical%3C/title%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M464 208L352 96 240 208M352 113.13V416M48 304l112 112 112-112M160 398V96'/%3E%3C/svg%3E");
        padding: 0 0 0 30px;
        margin-right: 20px;
        background-position: 80%;
    }

    .sort-results {
        position: absolute;
        z-index: 9600;
        background: #FAFAFA;
        width: 96%;
        left: 2%;
        box-shadow: 0 4px 5px 0 #0000002b;
    }

    .sort-results ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    div.listingRow .top-filter .sort-results a {
        display: block;
        padding: 20px;
        margin: 0 !important;
        border: none;
        border-bottom: 1px solid #F2F2F2;
        font-size: 16px;
        font-weight: 500 !important;
    }

    .sort-results a.active {
        color: #C64D00;
    }

    .sort-results a:active,
    .sort-results a:hover {
        color: #F86508;
    }

    .fadebox {
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vh;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        transition: opacity 0.2s ease, visibility 0.2s step-end;
        z-index: 9400;
        margin: 0;
    }

    .show-filter .fadebox, .show-subtype .fadebox {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.2s ease, visibility 0.2s step-start;
    }

    .show-filter .mr-form .hide-right-column, .show-subtype .mr-subtypes .hide-right-column {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
        background-color: transparent;
        outline: none;
        border: none;
        cursor: pointer;
        z-index: 9800;
    }

    .mr-subtypes, .mr-form {
        position: fixed;
        visibility: hidden;
        top: 0;
        max-width: 320px;
        width: 100%;
        height: 100%;
        transition: transform 0.2s ease-in-out, visibility 0.2s step-end;
        z-index: 9600;
        background: #FFFFFF;
        padding: 10px 10px 40px 10px;
        right: 0;
        overflow-y: auto;
        box-sizing: border-box;
    }

    .mr-subtypes-cards-kollektsii .mr-subtypes,
    .mr-subtypes-cards .mr-subtypes {
        z-index: 1;
    }

    .mr-subtypes-cards .mr-subtypes{
        position: relative;
        visibility: visible;
        max-width: none;
        height: auto;
        padding: 10px;
    }

    .mr-subtypes-cards .mr-subtypes .filter.bottom-line {
        margin: 0;
        padding: 0;
        border: none;
    }

    .mr-subtypes-cards .mr-subtypes .filter.bottom-line .header {
        display: none;
    }

    .mr-subtypes-cards .mr-subtypes .secLevelMenu {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(3, 32%);
        grid-auto-rows: 120px;
        gap: 10px;
    }

    .mr-subtypes-cards.mr-subtypes-cards-kollektsii .mr-subtypes .secLevelMenu {
        grid-auto-rows: 100px;
    }

    .mr-subtypes-cards .mr-subtypes .secLevelMenu a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
        font-size: 100%;
        padding: 5px;
        border-radius: 3px;
        background: #fff;
        box-shadow: 0 0 10px #f0f0f0;
    }

    .mr-subtypes-cards .mr-subtypes .secLevelMenu .image-wrap {
        width: 60px;
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mr-subtypes-cards .mr-subtypes .secLevelMenu a img {
        display: block;
        width: 100%;
    }

    .mr-subtypes-cards .mr-subtypes .secLevelMenu a.kollektsii-link {
        position: relative;
        padding: 0;
    }

    .mr-subtypes-cards .mr-subtypes .secLevelMenu a.kollektsii-link .image-wrap {
        width: 100%;
        height: 100%;
    }

    .mr-subtypes-cards .mr-subtypes .secLevelMenu a.kollektsii-link .image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: none;
        border-radius: 3px;
    }

    .mr-subtypes-cards .mr-subtypes .secLevelMenu a .image-title {
        padding-top: 5px;
    }

    .mr-subtypes-cards .mr-subtypes .secLevelMenu a.kollektsii-link .image-title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 5px;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
    }

    .mr-subtypes_not-hide {
        padding: 10px;
    }

    .show-filter .mr-form {
        visibility: visible;
        transform: translateX(0);
        transition: transform 0.2s ease-in-out;
    }

    .show-subtype .mr-subtypes {
        visibility: visible;
        transform: translateX(0);
        transition: transform 0.2s ease-in-out;
    }

    .mr-fixed {
        position: fixed;
        top: 0;
    }

    .listingRow .left-column > div.moduletable {
        padding: 0;
    }

    .mr_filters div.submit {
        margin: 0;
        padding: 0;
    }

    .mr_filters .popup {
        margin-left: 180px;
    }
}

@media (max-width: 650px) {
    .mr-subtypes-cards .mr-subtypes .secLevelMenu a.kollektsii-link .image-title {
        padding: 0 5px;
        min-height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .mr-subtypes-cards .mr-subtypes .secLevelMenu{
        grid-template-columns: repeat(2, 48%);
    }
}

@media (max-width: 374px) {
    .mr-subtypes-cards .mr-subtypes .secLevelMenu a.kollektsii-link .image-title {
        font-size: 12px;
    }
}

/* MR-Filter end */

/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

.container-offset {
    padding-left: 30px;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #B9B7B7;
    border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

.container input:checked ~ .checkmark:before {
    background-color: rgba(225, 225, 225, 0.35);
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: solid #333333;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ul-checkboxes-colors .container-checkbox {
    min-height: 35px;
    padding: 0 15px 0 45px;
}

.container-checkbox input {
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
}

.checkmark-color {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
}

.container .checkmark-color.checkmark:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.container .checkmark-color.checkmark:after {
    left: 13px;
    top: 9px;
    width: 7px;
    height: 11px;
}

/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #eeeeee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark-radio {
    background-color: #cccccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark-radio {
    background-color: #cccccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark-radio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.filter input[type=text] {
    padding: 2px 10px;
}

.filter .separator {
    width: 26px;
    height: 1px;
    background: #C4C4C4;
}

.filter input[type=submit] {
    border: 1px solid grey;
    border-radius: 2px;
    display: inline-block;
    padding: 3px 5px;
    color: black;
    text-transform: uppercase;
}

.filter input[type=submit]:hover {
    color: #000066;
    text-decoration: underline;
}

.filter .clear_filter {
    text-transform: none;
}

.filter ul li {
    list-style-type: none;
}

.filter ul li:first-child {
    border-top: 0;
}

.filter input[type=button] {
    background-color: black;
    border: 0;
    color: white;
    font-size: 140%;
    font-weight: bold;
    padding: 8px 14px;
}

.mr_filters .range-slider {
    background: #e5e5e5;
    height: 1px;
    margin: 20px 3px 20px 8px;
}

.mr_filters .ui-slider-range {
    background: #C4C4C4;
    height: 1px;
}

.mr_filters .ui-slider-handle {
    background: #C4C4C4;
    width: 10px;
    height: 10px;
    top: -5px;
    cursor: pointer;
}

.mr_filters .submit {
    margin-top: 10px;
}

.mr_filters .submit input {
    width: 100%;
}

.mr_filters .submit input:hover {
    background-color: #F86508;
}

.mr_filters .clear {
    display: block;
    width: 100%;
    margin-top: 15px;
    background-color: #FFFFFF;
    border: 1px solid #c64d00;
    text-align: center;
    color: #000 !important;
}

.inputs-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.inputs-container input {
    max-width: 40%;
    height: 29px;
    background-color: #f0f0f0;
    border: none;
}

div.itemBox {
    display: inline-block;
    min-height: 275px;
    max-width: 285px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

div.itemBox span.detailsLink {
    background: #000000;
    color: white;
    display: none;
    font-size: 90%;
    left: 50%;
    margin-left: -17%;
    padding: 7px 10px;
    position: absolute;
    opacity: 0.7;
    top: 32%;
    width: 75px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 7;
}

.itemHeader {
    min-height: 51px;
}

#recommendedItems .itemHeader {
    min-height: 100px;
}

div.itemBox:hover span.detailsLink {
    display: block;
}

div.itemBox:hover a.productImage img {
    opacity: 0.7;

}

div.itemBox a.imageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 225px;
    padding: 10px;
}

div.itemBox a.imageContainer img {
    max-height: 225px;
}


div.itemBox h3 {
    line-height: 15px;
    padding: 0 5%;
}

div.itemBox .moreInfo {
    background-color: white;
    -webkit-box-shadow: 0 7px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 7px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 7px 5px 0 rgba(50, 50, 50, 0.75);
    display: none;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 7;
}

div.itemBox:hover .moreInfo {
    display: block;
}

div.itemBox .moreInfo span {
    display: inline-block;
    /*	width: 80px;*/
}

div.itemBox .moreInfo .jshop_code_prod .selected-ean {
    display: none;
}

div.itemBox .available,
div.itemBox .notAvailableStr {
    margin-top: 10px;
}

div.itemBox .addToCompare {
    font-size: 80%;
    display: inline-block;
    margin: 15px 0 10px;
    background-color: #999999;
    padding: 3px 15px 6px;
    color: white;
    /*	border: 1px solid #333;*/
    border-radius: 3px;
}


div.itemBox .itemPrice, div.itemBox .previous-price {
    font-weight: bold;
}


div.itemBox .materials {
    text-align: center;
    position: absolute;
    right: 0;
    z-index: 1;
    margin-top: 20px;
    margin-right: 20px;
    top: 0;
}

div.itemBox .materials img {
    width: 30px;
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

div.itemBox .materials img.gore-tex,
div.itemBox .materials img.temp-20,
div.itemBox .materials img.temp-35,
div.itemBox .materials img.windstopper {
    width: 50px;
}

div.itemBox .jshop_price {
    font-size: 120%;
    display: block;
    margin-top: 5px;
}

@media screen and (max-width: 600px) {
    div.itemBox .jshop_price .red {
        display: block;
    }
}

div.pagingRow {
    padding: 7px;
    width: 100%;
}

div.pagingRow > div {
    display: inline-block;
    width: 49%;
}

div.pagingRow > div:first-child + div {
    color: grey;
    text-align: right;
}

div.pagingRow > div:first-child + div a {
    color: black;
    margin-left: 7px;
}

div.pagingRow > div:first-child + div a.current {
    font-weight: bold;
}

.sizesList {
    margin-top: 15px;
    text-align: center;
}

.sizesList a, .attributes .attr > span {
    border: 1px solid #b2b2b2;
    background: transparent;
    display: inline-block;
    padding: 4px 6px;
    margin: 3px;
    text-align: center;
    line-height: 15px;
    font-weight: 500;
}

.sizesList a.notInStock {
    background-color: lightgray;
    color: grey;
}

.sizesList a.selected, .attributes .attr > span.selected {
    border-color: #c64d00;
    color: #c64d00;
    text-decoration: none;
}

.sizesList a:hover, .attributes .attr > span:hover {
    border-color: #c64d00;
    cursor: pointer;
}

.sizesList a.not-available, .attributes .attr > span.not-available {
    background-color: #f2f2f2;
    border: 1px solid #F0F0F0;
    color: #b2b2b2;
}

.sizesList a.not-available.selected, .attributes .attr > span.not-available.selected {
    border-color: #c64d00;
}

.attributes .attr {
    display: flex;
    flex-wrap: wrap;
}

.inOutStock {
    text-align: center;
}

.supportingText {
    border-top: 1px solid #dedede;
    font-size: 120%;
    padding: 15px 20px;
    margin-top: 25px;
}

.supportingText a {
    font-size: inherit;
    text-decoration: underline;
}

#catalog-container ul {
    padding-left: 20px;
}

#catalog-container > ul {
    border-top: 1px solid #cccccc;
    float: left;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
}

#catalog-container > ul > li > ul {
    margin: 0;
    padding: 0;
}

#catalog-container li {
    list-style-type: none;
}

#catalog-container li a {
    color: black;
    display: block;
}

#catalog-container > ul > li > a {
    font-size: 160%;
    font-weight: bold;
    margin-top: 10px;
}

#catalog-container > ul > li > ul > li > a {
    font-weight: bold;
    line-height: 25px;
}

#catalog-container > ul > li > ul > li > ul > li > a:before {
    content: '» ';
}

.level4 {
    padding: 7px;
    padding-right: 15px;
    margin-left: 25px;
}

ul.level3 > li:hover > ul.level4 {
    display: block;
}

@media (min-width: 450px) {
    #catalog-container > ul {
        width: 50%;
    }
}

@media (min-width: 768px) {
    #catalog-container > ul {
        width: 33%;
    }
}

@media (min-width: 992px) {
    #catalog-container > ul {
        width: 25%;
    }
}

@media (max-width: 450px) {

    div.itemBox {
        min-height: 300px;
    }
}

.systemItems h4 {
    margin-bottom: 26px;
}

.infoPageContent .itemsList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.infoPageContent .ItemBox.products-list {
    width: 25%;
    min-height: 425px;
    padding-right: 15px;
    padding-left: 15px;
}

.infoPageContent .ItemBox.products-list .activeitem {
    position: relative;
    float: none;
    margin: 0 -15px;
}

.infoPageContent .systemItems > div {
    display: block;
    width: 100%;
    margin-right: 0;
}

@media (min-width: 320px) and (max-width: 374px) {
    .infoPageContent .ItemBox.products-list {
        width: 100%;
    }
}

@media (min-width: 374px) {
    .infoPageContent .ItemBox.products-list {
        min-height: 450px;
        width: 50%;
    }
}

@media (min-width: 767px) {
    .infoPageContent .ItemBox.products-list {
        min-height: 500px;
        width: 33.3333%;
    }
}

@media (min-width: 767px) {
    .infoPageContent .ItemBox.products-list {
        min-height: 500px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 991px) {
    .preview-card-product__img {
        max-height: 210px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1199px) {
    .infoPageContent .ItemBox.products-list {
        width: 25%;
        min-height: 425px;
    }
}