@charset "UTF-8";

/*#product-filter-trigger-btn {
    padding: 5px 11px 5px 0;
    border: 1px solid #ccc;
    color: #bbb;
    background-color:unset;
    width:100%;
}*/
#product-filter-trigger-btn:hover {
    border: 1px solid black;
    color: black;
    background-color:unset;
}
#product-filter-trigger-btn strong {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float:left;
}
#product-filter-trigger-btn img {
    margin-right: 8px;
}

#product-filter-close-btn {
    position: fixed;
    right: 0;
    top: 60px;
    height: 39px;
    width: 39px;
    border: 0;
    background: transparent;
    z-index: 100002;
}

#product-filter-line {
    float:left;
    width:100%;
}

#product-filter-toggle {
    flex-shrink: 0;
    margin-right:-30px;
}

.product-category-info > .list-options #product-filter-toggle {
    margin-right: 5px;
    margin-left: 5px;
}
.product-category-info > .list-options #product-filter-toggle.has-active {
    display: none;
}
/*.product-category-info > .list-options #product-filter-trigger-btn {
    padding: 8px 0;
    border: none;
    background-color:unset;
    width: auto;
    text-transform: uppercase;
    color: #3d4b57;
    outline: none;
    text-decoration: underline;
    font-size:12px
}*/
.product-category-info > .list-options #product-filter-trigger-btn strong {
    text-decoration: underline;
}
/*.product-category-info > .list-options #product-filter-trigger-btn:after {
    content: " +";
}*/

.product-category-info > .list-options #product-filter-trigger-btn img {
    display: none;
}
.product-category-info #product-filter-line {
    display: none;
}

#product-active-filters {
    margin: -2px 5px;
    margin-top: 5px;
    flex-grow: 100;
    display: none;
}
#product-active-filters a.filter-chip {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 3px 8px;
    color: #333;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    font-weight:normal;
    font-family: 'museo_sans300', sans-serif;
    white-space: nowrap;
    margin: 3px;
    display: inline-block;
}
#product-active-filters i.fa {
    color: #666;
    margin-right: 3px;
}
#product-active-filters a.filter-chip:hover,
#product-active-filters a.filter-chip:hover * {
    color: #aa0e1c !important;
}
#product-active-filters a.filter-chip:hover {
    
}
#product-unset-all-filters {
    margin-top:10px;
}
#product-unset-all-filters a {
    background: black;
    padding: 3px 10px;
    color: white;
    font-weight:normal;
    font-family: 'museo_sans300', sans-serif;
    display: inline-block;
    font-size: 12px;
    transition: none;
}

#product-filter {
    position: fixed;
    right: 0;
    top: 39px;
    bottom: 0;
    left: 0;
    z-index: -10000;
    background: rgba(0,0,0,0.6);
    opacity: 0;
}

#product-filter.open {
    z-index: 100000;
    opacity: 1;
}

.sticky-element.sticky-element-sticky {
    z-index: 100001;
}

#product-filter-inner, #product-filter-loader {
    position: fixed;
    right: 0;
    top: 40px;
    bottom: 40px;
    width: 400px;
    max-width: 100%;
    z-index: 100001;
    background: #f2f2f2;
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: calc(100vh - 40px) !important;

}

#product-filter #product-filter-execute-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100001;
    height: 40px;
    border: 0;
    line-height: 40px;
    max-width: 100%;
    width: 400px;
    cursor: pointer;
    border-top: 1px solid #999;
    background: black;
    color: #f5f5f5;
    box-shadow: 0 0 0 4px #f5f5f5 inset
}


#product-filter #product-filter-execute-btn:active {
    box-shadow: 0 0 0 6px #f5f5f5 inset;
    background: hsla(3, 67%, 35%, 0.68);
}

#product-filter-loader {
    background: rgba(255,255,255, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
}


#product-filter-loader.show {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

#product-filter-inner::-webkit-scrollbar { width: 0 !important;  }

#product-filter .filter-list {
    margin: 26px 16px 16px 16px;
}

#product-filter .filter-header {
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    border-bottom: 1px solid #999;
    padding: 5px 0;
    margin-bottom: 16px;
    clear: both;
}

#product-filter .filter-body {
    list-style: none;
    margin-bottom: 20px;
    overflow:hidden;
}

#product-filter .filter-option {
    width: 48%;
    float: left;
    height: 23px;
    margin-left: 1%;
    font-size: 0.6rem;
    text-transform: uppercase;
    position: relative;
}
#product-filter .filter-body.basic .filter-option {
    margin: 3px 0;
}
#product-filter .filter-body.basic  a {
    font-size: 12px;
    padding: 5px 0;
    width: 100%;
    display: block;
}

#product-filter .filter-body.basic .filter-option a:before {
    content: "";
    height: 15px;
    width: 15px;
    display: inline-block;
    background: white;
    top: 3px;
    margin-right: 5px;
    position:  relative;
    box-shadow: 0 0 2px #333;
    border-radius: 2px;
    margin-left: 2px;
}

#product-filter .filter-body.basic .filter-option.selected a:before {
    content:"\f00c";
    font-family: FontAwesome, sans-serif;
    color: white;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #aa0e1c;
    font-size: 10px;
    top: -1px;
    margin-right: 5px;
    position:  relative;
    border-radius: 4px;
    line-height: 15px;
    text-align: center;
}

#product-filter .filter-body.numeric {
    margin: -5px;
    margin-bottom: 15px;
}

#product-filter .filter-body.numeric .filter-option,
#product-filter .filter-body.colors .filter-option {
    width: 40px;
    height: 40px;
    font-size: 12px;
    border: 1px solid #999;
    padding: 2px;
    border-radius: 8px;
    background: white;
    margin: 5px;
    transition: 300ms border-radius ease;
}


#product-filter .filter-body.numeric .filter-option a,
#product-filter .filter-body.colors .filter-option a {
    display: block;
    width: 34px;
    height: 34px;
    padding: 2px;
    border: 1px solid #999;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background: #f5f5f5;
    font-weight: bold;
    transition: 200ms border-radius linear;
}
#product-filter .filter-body.colors .filter-option a:not(.color) {
    display: none;
}

#product-filter .filter-body.colors .filter-option a.color {
    display: block !important;
}
#product-filter .filter-body.colors .filter-option a.color {
    color: transparent;
    overflow: hidden;
    font-size: 8px;
}

#product-filter .filter-body.numeric .filter-option.selected:after,
#product-filter .filter-body.colors .filter-option.selected:after {
    content:"\f00c";
    font-family: FontAwesome, sans-serif;
    color: red;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 10px;
    height: 13px;
    width: 13px;
    line-height: 11px;
    text-align: center;
    background: white;
    transition: 200ms all;
    border-radius: 50%;
    border: 1px solid #999;
    left: 13px;
    top: -5px;
}

#product-filter .filter-body.numeric .filter-option:hover,
#product-filter .filter-body.colors .filter-option:hover,
#product-filter .filter-body.numeric .filter-option.selected,
#product-filter .filter-body.colors .filter-option.selected {
    background: white;
    border-radius: 50%;
}

#product-filter .filter-body.numeric .filter-option:hover a,
#product-filter .filter-body.colors .filter-option:hover a,
#product-filter .filter-body.numeric .filter-option.selected a,
#product-filter .filter-body.colors .filter-option.selected a {
    background: #333;
    color: white;
    border-radius: 50%;
    border-color: transparent;
    background: attr(data-color)
}
#product-filter .filter-body.colors .filter-option:hover a.color {
    text-shadow: 0 0 5px black;
}

#product-filter .filter-body.colors .filter-option.selected a  {
    color: transparent;
}
#product-filter .filter-body.colors .filter-option.selected:hover a  {
    color: white;
    
}



#product-filter .irs-bar,
#product-filter .irs-from,
#product-filter .irs-to,
#product-filter .irs-handle > i:first-child {
    background-color: #999;
}

#product-filter .irs-from:before,
#product-filter .irs-to:before {
    border-top-color: #999;
}


.lds-grid {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto;
}
.lds-grid div {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff6e75;
    animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
    top: 6px;
    left: 6px;
    animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
    top: 6px;
    left: 26px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
    top: 6px;
    left: 45px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
    top: 26px;
    left: 6px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
    top: 26px;
    left: 26px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
    top: 26px;
    left: 45px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
    top: 45px;
    left: 6px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
    top: 45px;
    left: 26px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
    top: 45px;
    left: 45px;
    animation-delay: -1.6s;
}
@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}


.search-form span[role="status"] {
    display: none !important;
}

.elastic-suggester, .elastic-suggester > ul {
    /*display: block !important;*/
}

.elastic-suggester, .elastic-suggester * {
    box-sizing: border-box;
}

li.suggest-holder:hover a {
    cursor: inherit !important;
    color: inherit !important;
}
li.suggest-holder * {
    outline: none !important;
}

.elastic-suggester {
    position: absolute;
    background: #fff;
    z-index: 100001;
    padding: 15px;
    top: 28px;
    box-shadow: 0 3px 3px #666;
    left: auto;
    right: 0;
    border-left: 20px solid #f5f5f5;
    display: none;
}

.elastic-suggester.open {
    display: block;
}

.elastic-suggester.mobile {
    top: 55px;
    left: 0;
    right: auto;
    width: 100%;
    height: calc(100vh - 55px);
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* z-index: 1000000000000000000000000000000000000000; */
}
.elastic-suggester.mobile::-webkit-scrollbar { width: 0 !important;  }

.elastic-suggester > ul {
    width: 350px !important;
    top: auto !important;
    left: auto !important;
    text-align: left;
}

.elastic-suggester.mobile > ul {
    width: 100% !important;
    /* display: flex !important; */
    /* flex-direction: column; */
}

.elastic-suggester li {
    display: block !important;
    text-transform: none;
    position: relative;
}

.elastic-suggester.mobile li {
    float: none !important;
    display: block !important;
    width: 100%;
    text-align: left;
    background:  transparent;
}

.elastic-suggester li.ui-autocomplete-category {
    text-transform: uppercase;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 8px;
}
.elastic-suggester li.ui-autocomplete-category:nth-child(n+2) {
    margin-top: 8px;
}

.elastic-suggester a  {
    display: flex;
    align-items: center;
    background: transparent !important;
}

.elastic-suggester li:hover a:before, .elastic-suggester li.ith-selected a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 20px;

    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);

    color: #f5f5f5;
    left: -21px
}

.elastic-suggester li:hover a, .elastic-suggester li.ith-selected a {
    text-decoration: underline;
}


.elastic-suggester mark {
    color: #aa0e1c;
    font-weight: bold;
    background: transparent;
}

.elastic-suggester a > * {
    display: inline-block;
}

.elastic-suggester .icon-holder:not(:empty) {
    margin-right: 8px;
}

.elastic-suggester img {
    max-width: 60px;
    max-height: 60px;
    width: auto !important;
}

@media all and (max-width: 700px) {
    #product-filter-line {
    }
    #product-filter-wrapper {
        width: 100%;
        order: 3;
        margin-top:0px;
    }
    #product-active-filters {
        order: 4;

    }
}

button.mobile-search-reset {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 25px;
}

button.mobile-search-reset, button.mobile-search-reset:focus {
    border: none;
    color: #aaa;
    background: #f5f5f5;
}

.menu-mobile-nav form.search-form {
    position: relative;
}
.menu-mobile-nav .suggest-holder input.searchParam {
    font-size: 16px;
    line-height: 16px;
    height: 26px;
}
.suggest-holder input.searchParam:not(:placeholder-shown) + button.mobile-search-reset {
    display: inline !important;
}

.top-nav {
    z-index: 100002 !important;
}

.listRefine #product-filter-trigger-btn img {display: none;}
.listRefine #product-filter-trigger-btn .variant1 {
    display: none;
}
.listRefine #product-filter-trigger-btn .variant2 {
    display: inline !important;
}
.listRefine #product-filter-trigger-btn {
    padding: 11px 11px;
    text-transform: uppercase;
    color: #3d4b57;
}
.listRefine #product-unset-all-filters {
    margin-top: 0;
    @media screen and (max-width: 991px) {
        margin-left: 10px;
    }
}
.listRefine #product-unset-all-filters a {
    padding: 11px 11px;
    border: 1px solid #ccc;
    color: #3d4b57;
    background-color: unset;
    line-height: 18px;
}
.listRefine #product-unset-all-filters a:hover {
    border: 1px solid black;
    color: black;
    background-color: unset;
}
.listRefine #product-unset-all-filters i {
    display: none;
}
.listRefine #product-filter-toggle {
    margin-right: 5px;
    float: none;
    width: auto;
}
.listRefine #product-filter-line {
    float: none;
    width: auto;
}
.listRefine .sort-pag {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.listRefine #product-filter-toggle:not(.has-active) {
    display: none;
}

@media screen and (max-width: 991px) {
    #product-filter-close-btn {
        top: 120px;
    }
    #product-filter-inner {
        top:120px;
        max-height: calc(100vh - 120px) !important;
    }
}