/** WOOCOMMERCE CUSTOM**/


.usp-container {
    margin: 30px auto

}

.woocommerce ul.products li.product a img {
    margin-bottom: 0
}

.woocommerce ul.products li.product .productimageholder {
    position: relative;
    overflow: hidden;
}

.woocommerce ul.products li.product .productimageholder .product-overlay {
    position: absolute;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    padding: 15px;
    background-color: #ac1731;
    color: #fff;
    transition: top ease .25s;
    display: block;
}

.woocommerce ul.products li.product:hover .productimageholder .product-overlay {
    top: 0
}

.woocommerce ul.products li.product .swatch-wrapper {
    margin-left: 0
}

.woocommerce ul.products li.product .productlistiteminner {
    padding: 15px 15px 0;
    position: relative;
    overflow: hidden;
}

.woocommerce ul.products li.product .productlistiteminner .meta-box {
    position: relative;
    overflow: hidden;
    padding-right: 30px;
    margin-bottom: 5px;
}


/** FILTER **/
.card-header a[aria-expanded="true"],
#filter-accordion .card-header a[aria-expanded="true"] {
    color: #999999;
}

.card .option-box a {
    display: inline-block;
    text-align: left;
    text-decoration: none;
    position: relative;
    padding: 5px;
}

.card .option-box a.active {
    font-weight: bold;
    color: #c7c1b8;
}

.card .option-box a.active:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #c7c1b8;
    font-size: 11px;
}


.card .option-box[data-tax="color"] a.active:after {
    position: absolute;
    left: 100%;
    top: 0%;
    transform: translateX(-5px);
}

.card .option-box a:hover {
    color: #c7c1b8
}

.card .option-box[data-tax="color"] a {
    padding: 0
}

.option-box .swatch-wrapper {
    width: 40px;
    height: 40px;
}

.option-box .swatch-wrapper > span {
    width: 40px !important;
    height: 40px !important;
}

.option-box a.active .swatch-wrapper {
    border: 2px solid #fff !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%)
}

.btn.orderValueBtn:focus,
.btn.optionBtn.focus,
.btn.optionBtn:focus {
    outline: 0;
    box-shadow: none !important
}

a.btn.filterRatingBtn,
a.btn.orderValueBtn {
    display: block;

}

a.btn.filterRatingBtn i {
    color: #ac1731;
    opacity: .5
}

a.btn.filterRatingBtn:hover i,
a.btn.filterRatingBtn.active i {
    color: #ac1731;
    opacity: 1
}


/** Woocmmerce Memberarea **/

.woocommerce-MyAccount-navigation {
    padding: 2rem;
    border-radius: 2rem;
    background-color: #fff;
    height: 100%;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .05);
    transition: box-shadow ease .3s, border-color ease .3s;
    border: 1px solid #dbdbdb;
}

@media (min-width: 1200px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        max-width: 20%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 80%;
        max-width: 80%;
        padding: 15px;
        padding-top: 0;
        padding-left: 30px;
    }
}

.woocommerce-MyAccount-navigation li {
    line-height: 2;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard { display: none}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--member { margin-bottom: 1rem}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout { margin-top: 1rem}

.woocommerce div.product .woocommerce-tabs ul.tabs li {border-top-left-radius: 1rem; border-top-right-radius: 1rem; padding: 0.25em 1em 0}