

.makeWhite {
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}
.lh-1 {
    line-height: 1!important;
}

.tgg-sub {
    margin: 0;
    font-weight: 900;
    font-family: var(--font-primary);
}
.card-subheading {
    font-weight: 900;
    font-family: var(--font-primary);
}
.tgg-card-title {
    font-family: var(--font-primary);
}
.category-icon {
    font-size: 60px;
}
.progress-wrap {
    right: 4.5rem;
}
ul {
    list-style: none!important;
}
.post-content > div > h2 {
    scroll-margin-top:175px!important;
}

.gd-bold {
    color: #343f52 !important;
    font-weight: 700 !important;
}

.offcanvas-header a img {
    width: 175px!important;
    height: 100%!important;
 }

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -2.8rem;
    top: unset;
}
.homepageslider.swiper-container .swiper img {
    width: 630px;
    height: 630px!important;
}

.product_color_switch span:first-child {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.product_color_switch span {
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #ddd;
}
.product_color_switch span.active::before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: -3px;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.product_size_switch span {
    cursor: pointer;
    text-transform: uppercase;
    width: 40px;
    display: inline-block;
    border-radius: .4rem;
    text-align: center;
    height: 40px;
    line-height: 1;
    font-size: .7rem;
    background: rgba(164, 174, 198, .2);
    place-content: center;
}

.product_size_switch .active {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}
.variation-option-disabled {
    opacity: 0.35;
}

.cart_extra {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.cart-product-quantity {
    margin: 7px 10px 7px 0;
    display: table;
}
.quantity {
    display: table;
}
.quantity .minus {
    padding-left: 4px;
}
.quantity .minus, .quantity .plus {
    background-color: #eee;
    display: block;
    float: left;
    border-radius: 4px;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
}
.quantity .qty {
    float: left;
    width: 55px;
    height: 40px;
    border: 1px solid #ddd;
    background-color: transparent;
    text-align: center;
    padding: 0;
    margin: 5px;
}

.navbar-brand a img {
width: 215px!important;
    height: 100% !important;
}

@media (max-width: 767px) {
    .card-footer .post-meta li.post-author, .card-footer .post-meta li.post-comments span {
        display: inline-block;
    }

}
@media (max-width: 500px) {
    figure.overlay img {
        width: 390px;
        height: 260px!important;
    }
    .navbar-brand a img {
        width: 200px!important;
        height: 100%!important;
    }
    .offcanvas-header a img {
        width: 150px!important;
        height: 100%!important;
        filter: brightness(1) invert();
    }
    .homepageslider.swiper-container .swiper img {
        height:420px!important;
        width: 420px!important;
    }
}