.data-v-cart-total-title {
    display: none;
}

@media only screen and (max-width: 768px) {
    .woocommerce-tabs>.row {
        padding: 0 25px;
    }

    .data-v-cart-total-title {
        display: block;
    }
}

.sub-header {
    background-image: url("../images/sub-header/01.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.sub-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}

.summary>.product-meta {
    padding: 0 25px;
}

.summary>.widget-social {
    margin: 0 25px;
}

.btn.btn-wishlist.btn-brand-ghost.no-radius.js-notify-add-wish-list.active {
    background-color: #7e975a;
    border-color: #7e975a;
    color: #fff;
}

input[type=radio] {
    margin: 0 !important;
    margin-right: 5px !important;
}

#site-content>div>div>div>div>div>div.col-md-3>div>div>ul>li>a>div.desc>h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.avatar-default {
    width: 60px;
    height: 60px;
    background-color: #e9ecef;
    border-radius: 50%;
}

.img-fluid {
    max-width: 100%;
}

.page-item.active>a {
    background-color: #97ae76 !important;
    color: #fff !important;
    pointer-events: none;
}

.shop-layout-3 .pagination {
    margin: auto !important;
}



figure.item>.product {
    height: 100%;
    display: flex;
    flex-direction: column;
}

figure.item>.product>figcaption {
    flex: 1;
    display: flex;
    flex-direction: column;
}

figure.item>.product>figcaption>h3 {
    flex: 1;
}

figure.item .product-title {
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.logo-footer > .img-responsive, .brand-logo > .img-responsive {
    height: auto;
    max-height: 50px;
    width: unset;
}