#product-category #display-control {
    margin: 41px 0 14px;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 0;
}

#product-category #display-control .input-group {
    width: auto;
    display: inline-flex;
    padding: 0 0 0 25px;
}
#product-category #display-control .input-group #group-filter {
    min-width: 50px;
}
#product-category #display-control .input-group .select2-selection {
    border: none;
    padding: 0;
    height: auto;
}

#product-category #display-control .input-group .select2-selection .select2-selection__arrow {
    display: none;
}

#product-category #display-control .input-group .select2-selection .select2-selection__rendered {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    padding: 0;
    white-space: nowrap;
    text-overflow: unset;
}
#product-category #display-control .input-group .select2-container {
    /* width: auto !important; */
}
.template-category .select2-container--open .select2-dropdown,
.select2-container--open .select2-dropdown.input-sort {
    border: none;
    min-width: 167px;
    left: -12px;
}
.template-category .select2-container--open .select2-dropdown .select2-results__options li:first-child,
.select2-container--open .select2-dropdown.input-sort .select2-results__options li:first-child {
	display: none;
}
.template-category .select2-container--open .select2-dropdown .select2-results__option,
.select2-container--open .select2-dropdown.input-sort .select2-results__option {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    padding: 3.5px 12px;
    text-align: right;
}
.template-category .select2-container--open .select2-dropdown .select2-results__option:hover,
.template-category .select2-container--open .select2-dropdown .select2-results__option.select2-results__option--selected,
.select2-container--open .select2-dropdown.input-sort .select2-results__option:hover,
.select2-container--open .select2-dropdown.input-sort .select2-results__option.select2-results__option--selected {
    text-decoration: underline;
    font-weight: bold;
}
.template-category .select2-container--open .select2-dropdown .select2-results__options,
.select2-container--open .select2-dropdown.input-sort .select2-results__options {
    padding: 3px 0 5px;
}
#product-category #display-control .input-group select.form-select,
#product-category #display-control .input-group label.input-group-text {
    padding: 0;
    color: #000;
    font-family: Roboto Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}
#product-list {
    margin-left: -10px;
    margin-right: -10px;
}
#product-list > .col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}
.product-thumb .image img {
    width: 100%;
}
.product-thumb img.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
}

.product-thumb .image {
    position: relative;
    margin-bottom: 19px;
}
.product-thumb .image a:hover {
    opacity: 1;
}
.product-thumb {
    border: none;
}

.product-thumb:hover img.img-hover {
    opacity: 1;
}

.product-thumb .new-label {
    position: absolute;
    top: 15px;
    left: 16px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    z-index: 1;
}
.product-thumb .product-button {
    position: absolute;
    top: 11px;
    right: 11px;
    opacity: 0;
    transition: all 0.3s;
}

.product-thumb .button-group button {
    background: transparent;
    border: none;
    color: #000000;
    flex: auto;
    line-height: 1;
    padding: 5px;
    font-size: 18px;
}
.product-thumb .button-group button:hover {
    background: transparent;
    color: #000000;
}
.product-thumb .button-group button:hover i {
    font-weight: 900;
}
.product-thumb .button-group {
    border: none;
    background: transparent;
}

.product-thumb:hover .product-button {
    opacity: 1;
}
.product-thumb .price-percentage {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #4D4D4D;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    padding: 4px 10px;
    text-transform: uppercase;
}
.product-thumb .description {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.product-thumb .description .content-left {
    width: 65%;
}

.product-thumb h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 3px;
    padding-right: 5px;
}

.product-thumb .description .content-right {
    margin-left: auto;
    text-align: right;
    width: 35%;
}

.product-thumb .price {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 17px;
    padding-top: 1px;
}
.product-thumb .price .price-old {
    margin-bottom: 4px;
    color: #4D4D4D;
    order: -1;
}
.product-thumb .price .price-new {
    font-weight: 300;
}

.product-thumb .description .product-attribute {
    color: #000;
    font-family: Roboto Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.product-thumb .description .product-attribute p {
    margin: 0;
}

/* Filter */
body .group-filter .ocme-mfp-f-widget-buttons.ocme-mfp-f-widget-buttons-inline .ocme-mfp-btn {
    padding: 0;
    border: none;
    background: transparent !important;
    color: #000 !important;
    font-family: Roboto Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    vertical-align: top;
    box-shadow: none;
    outline: none;
}
body .group-filter .ocme-mfp-f-widget-buttons.ocme-mfp-f-widget-buttons-inline .ocme-mfp-btn i {
    display: none;
}
body .group-filter .ocme .ocme-mfp-f-mobile {
    display: block;
}
body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-mobile,
body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-mobile,
body .ocme-mfp-f-widget-buttons-resolution-auto .ocme-mfp-f-mobile,
body .ocme-mfp-f-widget-buttons-resolution-768 .ocme-mfp-f-mobile {
    display: block;
}
body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-mobile.ocme-mfp-btn {
    display: inline-block;
}
body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-mobile.ocme-mfp-btn i {
    display: none;
}
body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-mobile.ocme-mfp-btn.ocme-mfp-f-mobile-btn-close {
    background-image: url(../../images/filter-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 47px;
    padding: 11px;
    outline: none !important;
    border: none;
}
body .ocme-mfp-f-widget-resolution-auto .ocme-mfp-overflow-hidden,
body .ocme-mfp-f-widget-resolution-768 .ocme-mfp-overflow-hidden {
    overflow: hidden !important;
}
body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-more,
body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-more {
    display: none;
}
body .ocme-mfp-f-widget-status-resolution-auto.ocme-mfp-filter,
body .ocme-mfp-f-widget-status-resolution-768.ocme-mfp-filter {
    left: auto;
    right: 0;
    top: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: 534px;
    z-index: 9999;
    transition: transform 250ms ease-in-out;
    transform: translateX(101%);
}
body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-container,
body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-container {
    background: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow-y: auto;
}
body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-header,
body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-header {
    padding: 64px 56px 32px 56px;
    z-index: 4;
    margin-bottom: 0;
    color: #000;
    font-family: Roboto Mono;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-body,
body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-body {
    position: static;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-conditions,
body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-conditions {
    padding: 0 56px;
}
body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-footer,
body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-footer {
    position: static;
    margin: 168px 0 20px;
    width: 100%;
    text-align: left;
    backdrop-filter: none;
    padding: 0 56px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-footer .ocme-mfp-f-mobile {
    float: left;
}
body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-footer .ocme-mfp-f-mobile .ocme-mfp-f-loading-container [class^=ocme-mfp-f-loading-] {
    margin: -4px 3px -2px;
}
body .ocme-mfp-f-widget-backdrop-resolution-auto.ocme-mfp-f-widget-backdrop,
body .ocme-mfp-f-widget-backdrop-resolution-470.ocme-mfp-f-widget-backdrop {
    display: block;
}
body.ocme-mfp-overflow-hidden .ocme-mfp-f-widget-status-resolution-auto,
body .ocme-mfp-f-widget-status-resolution-auto.ocme-mfp-f-mobile-active,
body .ocme-mfp-f-widget-status-resolution-768.ocme-mfp-f-mobile-active {
    transform: translateX(0);
    z-index: 99999;
}
body .ocme-mfp-f-widget-status-resolution-768.ocme-mfp-f-mobile-right,
body .ocme-mfp-f-widget-status-resolution-auto.ocme-mfp-f-mobile-right {
    left: auto;
    right: 0;
    transform: translateX(100%);
}
body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-mobile-btn-close,
body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-mobile-btn-close {
    margin-left: auto;
    padding: 0;
    font-weight: normal;
    z-index: 8;
}
body .ocme-mfp-f-widget-button-resolution-auto.ocme-mfp-f-mobile,
body .ocme-mfp-f-widget-button-resolution-768 {
    display: inline-block;
}
body .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons,
body .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons {
    position: fixed;
    z-index: 9999;
    display: block !important;
}
body .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons.ocme-mfp-f-widget-buttons-inline,
body .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons.ocme-mfp-f-widget-buttons-inline {
    position: relative;
    z-index: 1;
}
body .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons-v-bottom,
body .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons-v-bottom {
    bottom: 0;
}
body .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons-v-top,
body .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons-v-top {
    top: 0;
}
body .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons-h-left,
body .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons-h-left {
    left: 0;
}
body .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons-h-right,
body .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons-h-right {
    right: 0;
}
body .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons-h-center,
body .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons-h-center {
    left: 50%;
    transform: translateX(-50%);
}
body .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons-sticked .ocme-mfp-f-mobile-btn,
body .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons-sticked .ocme-mfp-f-mobile-btn {
    float: left;
}
body .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons-sticked-left,
body .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons-sticked-left {
    transform: rotate(-90deg) translate(-100%,50%);
    transform-origin: left center;
}
body .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons-sticked-right,
body .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons-sticked-right {
    right: 0;
    transform: rotate(-90deg) translate(0%,-50%);
    transform-origin: right center;
}
body .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons-sticked.ocme-mfp-f-widget-buttons-v-bottom .ocme-mfp-f-mobile-btn,
body .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons-sticked.ocme-mfp-f-widget-buttons-v-bottom .ocme-mfp-f-mobile-btn {
    transform: rotate(-90deg) translate(50%,-200%);
    transform-origin: center;
}
body .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons-sticked-left .ocme-mfp-f-mobile-btn .ocme-mfp-btn,
body .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons-sticked-left .ocme-mfp-f-mobile-btn .ocme-mfp-btn {
    border-top: none;
    border-radius: 0 0 4px 4px;
}
body .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons-sticked-right .ocme-mfp-f-mobile-btn .ocme-mfp-btn,
body .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons-sticked-right .ocme-mfp-f-mobile-btn .ocme-mfp-btn {
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}
body .product-category .ocme-mfp-f-condition-header {
    padding: 10px 0;
    background: transparent;
}
body .product-category .ocme-mfp-f-condition:not(.ocme-mfp-f-collapsed), 
body .ocme-mfp-f-with-layout .ocme-mfp-f-condition {
    background: transparent;
    margin: 0;
}
body .product-category .ocme-mfp-f-values {
    padding: 0;
    background: transparent;
}
body .product-category .ocme-mfp-f-condition-header {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    pointer-events: none;
}
body .product-category .ocme-mfp-f-condition-header .ocme-mfp-f-condition-header-append {
    display: none;
}
body .product-category .ocme-mfp-f-scrollable-y {
    max-height: 100%;
    overflow: visible;
}
body .product-category .ocme-mfp-f-scrollable-y .ocme-mfp-f-values-body .ocme-mfp-f-value {
    padding: 0px 8px;
    margin-top: 8px;
}
body .product-category .ocme-mfp-f-scrollable-y .ocme-mfp-f-values-body .ocme-mfp-f-value button.ocme-mfp-f-value-body {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
body .product-category .ocme-mfp-f-value-input {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}
body .product-category .ocme-mfp-f-value-input:before {
    border-color: #000000;
}
body .product-category .ocme-mfp-f-value-active .ocme-mfp-f-value-input:after, 
body .product-category .ocme-mfp-f-value-active.ocme-mfp-f-value-input:after {
    background: #000000;
    border-radius: 0;
    background-image: none;
    animation: none;
}
body .product-category .ocme-mfp-f-value-input:after {
    background: none;
    animation: none;
}
body .product-category .ocme-mfp-f-value-body span+span {
    margin-left: 10px;
}
body .product-category .ocme-mfp-f-value-body .ocme-mfp-f-value-append, 
body .product-category .ocme-mfp-f-value .ocme-mfp-f-value-body span+.ocme-mfp-f-value-append {
    margin-left: 0;
}
body .product-category .ocme-mfp-f-value-count {
    background: transparent;
    color: #000000;
    font-size: 16px;
    padding: 0;
    margin-left: 10px;
}
body .product-category .ocme-mfp-f-value-count:before {
    content: '(';
}
body .product-category .ocme-mfp-f-value-count:after {
    content: ')';
}
body .product-category .ocme-mfp-f-with-layout .ocme-mfp-f-condition+.ocme-mfp-f-condition {
    margin-top: 32px;
}
body .ocme .ocme-mfp-f-footer .ocme-mfp-btn-secondary {
    order: -1;
    color: #000;
    text-align: center;
    font-family: Roboto Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    padding: 7px 15px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 52px;
    border: 1px solid #000;
    background: transparent;
    outline: none;
}
body .ocme .ocme-mfp-f-footer .ocme-mfp-btn-secondary:focus {
    outline: none;
    border: 1px solid #000;
}
body .ocme .ocme-mfp-f-footer .ocme-mfp-btn-default {
    padding: 0;
    height: auto;
    line-height: 1;
    border: none;
    color: #000;
    font-family: Roboto Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    background: transparent;
    box-shadow: none;
    outline: none;
}
.ocme .ocme-mfp-btn.active.focus, 
.ocme .ocme-mfp-btn.active:focus, 
.ocme .ocme-mfp-btn.focus, 
.ocme .ocme-mfp-btn:active.focus, 
.ocme .ocme-mfp-btn:active:focus, 
.ocme .ocme-mfp-btn:focus,
.ocme .ocme-mfp-btn-default.active.focus, 
.ocme .ocme-mfp-btn-default.active:focus, 
.ocme .ocme-mfp-btn-default.active:hover, 
.ocme .ocme-mfp-btn-default:active.focus, 
.ocme .ocme-mfp-btn-default:active:focus, 
.ocme .ocme-mfp-btn-default:active:hover, 
.ocme .open>.dropdown-toggle.ocme-mfp-btn-default.focus, 
.ocme .open>.dropdown-toggle.ocme-mfp-btn-default:focus, 
.ocme .open>.dropdown-toggle.ocme-mfp-btn-default:hover {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
}
body .ocme .ocme-mfp-f-footer .ocme-mfp-btn-default:hover {
    color: #000000;
    border: none;
    background: transparent;
}
.input-group.btn-group {
    border-radius: 0;
    border: none;
    margin-right: auto;
    gap: 16px;
}

.input-group.btn-group button.btn {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    overflow: visible;
}

#product-category #display-control .input-group.btn-group {
    padding: 0;
    display: none;
}

.input-group.btn-group button.btn.active svg rect,.input-group.btn-group button.btn.active svg path {
    stroke-width: 1px;
}
.product-thumb form[data-wishlist="true"] .button-group button i {
    font-weight: 900;
}
.product-thumb .visible-mobile {
    display: none;
}
.product-thumb .image img {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.image_slides-swiper .swiper-pagination {
    bottom: 24px;
}

.image_slides-swiper .swiper-pagination {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    overflow: hidden;
    background-color: #D4D4D4;
    height: 3px;
    top: auto;
    display: flex;
    bottom: 26px;
}
.image_slides-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #4D4D4D;
}
.image_slides-swiper .swiper-pagination .swiper-pagination-bullet {
    height: 3px;
    background-color: #D4D4D4;
    width: 12px;
    margin: 0;
    border-radius: 3px;
    top: 0;
    margin: 0;
    opacity: 1;
}
.product-thumb-sale .image_slides-swiper .swiper-pagination {
    bottom: 42px;
}
.product-thumb .image_slides-swiper .image {
    margin: 0;
}
@media (min-width: 960px) {
    /* .product-list .product-thumb .content {
        padding-left: 20px;
    }    
    .product-list .product-thumb {
        align-items: center;
    }    
    .product-list .product-thumb .button-group {
        position: static;
        border: none;
    } */
}
@media (max-width: 767.98px) {
    .product-list .product-thumb .visible-desktop {
        opacity: 0;
    }
    .product-list .product-thumb .visible-mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .product-thumb:hover img.img-hover{
        opacity: 0;
    }
    #product-category #display-control {
        margin: 33px 0 14px;
    }
    #product-category #display-control .input-group.btn-group {
        display: inline-flex;
    }
    #product-list:not(.product-list) > .col {
        width: 33.33%;
        padding: 0 1px;
        margin-bottom: 16px;
    }
    
    #product-list:not(.product-list) {margin-left: -1px;margin-right: -1px;}
    
    #product-list:not(.product-list) .product-thumb .description {
        display: none;
    }
    
    #product-list:not(.product-list) .product-thumb .image {
        margin-bottom: 0;
    }
    
    #product-list:not(.product-list) .product-thumb {
        margin-bottom: 0;
    }
    
    #product-list:not(.product-list) .product-thumb .price-percentage {
        font-size: 8px;
        line-height: normal;
        padding: 0.5px 10px;
    }
    #product-category {
        padding-bottom: 9px;
    }    
    .product-list .product-thumb .product-button {
        opacity: 1;
    }    
    .product-thumb .image {
        margin-bottom: 16px;
    }    
    .product-thumb {
        margin-bottom: 9px;
    }
    body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-footer, 
    body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-footer {
        margin-top: 100px;
        padding: 0 20px;
    }
    body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-header, 
    body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-header {
        padding: 64px 20px 32px;
    }    
    body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-conditions, 
    body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-conditions {
        padding: 0 20px;
    }
    body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-mobile.ocme-mfp-btn.ocme-mfp-f-mobile-btn-close {
        position: absolute;
        top: 25px;
        right: 16px;
        margin: 0;
    }
    #product-list:not(.product-list) .product-thumb .new-label {
        display: none;
    }    
    #product-list:not(.product-list) .product-thumb .product-button {
        display: none;
    }
    #product-list > .col {
        width: 50%;
    }
}
@media (max-width: 480px) {
    #product-list > .col {
        width: 100%;
    }
}
@media (max-width: 374px) {
    body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-conditions,
     body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-conditions {
        padding: 0 20px;
    }
    body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-header, 
    body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-header {
        padding: 64px 20px 32px;
    }
    body .product-category .ocme-mfp-f-condition:not(.ocme-mfp-f-collapsed),
    body .ocme-mfp-f-with-layout .ocme-mfp-f-condition {
        margin: 0;
    }
    body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-footer, 
    body .ocme-mfp-f-widget-status-resolution-768 .ocme-mfp-f-footer {
        padding: 0 20px;
    }
    body .ocme-mfp-f-widget-status-resolution-auto .ocme-mfp-f-mobile.ocme-mfp-btn.ocme-mfp-f-mobile-btn-close {
        margin-right: 0;
    }
}