/*
Theme Name: Minera Child
Description: Minera Child theme form Haintheme
Author: haintheme
Author URI: http://haintheme.com/
Template: minera
Version: 1.51
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.mobile-sorting{
    display: none;
}
.sorting {
    padding: 0;
    box-shadow: none;
    background: #fff;
    width: 100%;
}
.filtering-head {
    text-transform: uppercase;
    font-weight: 500;
    color: #9a9a9a;
    font-size: 13px;
    padding: 7px 20px;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
}
.sorting-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 15px 15px;
}
.sorting-list-option.is-active {
    opacity: 1;
}
.sorting-list-option {
    margin: 5px;
    opacity: .35;
    width: 20%;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 500;
}
.mobile-sort-filter-bar{
    display: none;
}
.wpfFilterWrapper[data-get-attribute='orderby']{
    display: none !important
}
.refine-header{
    display: none;
}
body.modal-open, html.modal-open {
    overflow: hidden !important;
    overflow-y:hidden;
    height:100%;
}
@media only screen and (max-width: 768px) {

    .refine-header{
         height: 40px !important;
         margin-bottom: 30px;
    }
    .refine-header, .refine-header-close {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .refine-header-close {
        width: 40px;
        justify-content: center;
        position: relative;
        z-index: 2;
        color: #fff;
    }
    .refine-header-close .fa{
        font-size: 20px !important;
    }
    .refine-header-title {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        font-weight: 500;
        text-transform: uppercase;
        position: absolute;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        background-color: #000;
        padding: 10px;
    }
    .wpfClearButton, .wpfFilterWrapper .wpfPriceInputs{
        display: none;
    }
    .wpfshow{
        padding: 5px;
        align-items: center;
        min-height: 52px;
        border-radius: 4px;
        font-size: 17px;
        text-decoration: none !important;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.2s;
        white-space: normal;
        cursor: pointer;
        border: none;
        font-weight: bold;
        outline: none;
        display: block;
        width: 100%;
    }
    .shop-container-fluid .shop-archive-content{
        margin: 20px 0 70px 0 !important;
    }
    .bread-spacing-top, .bread-spacing-bot{
        display: none;
    }
    .mobile-sort-filter-bar{
        display: flex;
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        left: 0;
        width: 100%;
        height: 45px;
        z-index: 2;
        align-items: center;
        justify-content: space-around;
        background: #fff;
        border-top: 1px solid rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(0,0,0,.1);
        color: grey;
        margin-bottom: 20px;
    }
    .sort-filter-bar-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .sort-filter-bar-button .fa{
        margin-right: 10px;
    }
    .sort-filter-bar__sort-button,.sort-filter-bar__filter-button {
        display: flex;
        align-items: center;
        height: 75%;
        width: 50%;
        justify-content: center;
        cursor: pointer;
    }
    .sort-filter-bar__sort-button {
        border-right: 1px solid rgba(0,0,0,.1);
    }
    .mobile-sorting{
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        bottom: 0;
        z-index: 9999999999;
        transform: translateY(100%);
        -webkit-tap-highlight-color: transparent;
        will-change: transform;
        display: flex;
        flex-direction: column;
        pointer-events: none;
    }
    .sort-bar{
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    .mobile-sorting.is-visible{
        transform: none;
        pointer-events: all;
        opacity: 1;
        cursor: pointer;
    }
    .sorting-list-option{
        margin: 5px;
        opacity: .35;
        width: 20%;
        text-align: center;
        font-size: 12px;
        white-space: nowrap;
        font-weight: 500;
    }
    .sorting-list-option .fa {
        display: block;
        height: 20px;
        width: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto;
        font-size: 20px !important;
    }
    .shop-container-fluid .desktop-sorting{
        display: none !important;
    }
    .shop-archive-sidebar.refine {
        position: fixed;
        height: 100%;
        background: #fff;
        top: 0;
        z-index: 99;
        transition: transform .2s ease-out;
        transform: translateX(100%);
        -webkit-tap-highlight-color: transparent;
        will-change: transform;
        display: flex;
        flex-direction: column;
        pointer-events: none;
        width: 100%;
        float: none !important;
    }
    .shop-archive-sidebar.refine.is-visible {
        transform: none;
        pointer-events: all;
        overflow-y: scroll;
    }
    .wpfFilterTitle .wfpTitle{
        display: block;
        float: left;
        width: 90%;
        margin-top: 10px;
    }
    .wpfFilterTitle .fa.wpfTitleToggle{
        margin: 10px 0;
    }
}

 /*   .lmp_products_loading .fa-refresh:before {
  content: ' .'!important;
    animation: dots 1s steps(5, end) infinite;
    font-size: 100px;
    position: relative;
    left: -25px;
    top: -25px;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: black;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 black;}}*/