.main-menu.menu-style-1>nav>ul>li>a {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 550;
    padding: 10px 0;
}

main .tp-product-category-title {
    font-size: 14px;
}


.tp-product-details-price {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -.02em;
}



.tp-header-contact-content p a:hover {
    color: var(--tp-theme-primary);
    font-size: 18px;
}



element.style {
    background-color: transparent;
    width: 200px;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 1ms;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
@media (max-width: 375px), only screen and (min-width: 376px) and (max-width: 767px) {
    .tp-slider-height {
        min-height: 1px;
    }
}



.tp-product-category-thumb a {
    align-items: center;
    background-color: #fff;
    background-image: radial-gradient(95.56% 95.56% at 50% 50%, #fff 0, #fff 100%);
    border-radius: 50%;
    display: inline-block;
    display: flex;
    height: 180px;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    text-align: center;
    width: 180px;
}

.alert-warning {
    --bb-alert-color: var(--bb-warning);
    display: none;
}


.back-to-top-btn {
    background: #b41cbd;
    border-radius: 50%;
    box-shadow: 0 8px 16px rgba(3, 4, 28, .3);
    color: var(--tp-common-white);
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 44px;
}



@media (min-width: 1200px) {
    .col-xl-4 {
        flex: auto;
        width: 20%;
    }
}



.tp-banner-height {
    min-height: 500px;
}

/* Mobile devices */
@media (max-width: 240px) {
    .tp-banner-height {
        min-height: 490px; /* adjust as needed */
    }
}

/* Very small phones */
@media (max-width: 241px) {
    .tp-banner-height {
        min-height: 480px;
    }
}







/* Banner wrapper */
.tp-banner-item-2{
  min-height: 380px;
}


.tp-gx-40 [class*=col-] {
    margin-top: var(--bs-gutter-y);
    padding-left: calc(var(--bs-gutter-x) * .1);
    padding-right: calc(var(--bs-gutter-x) * .1);
}

.grey-bg-2 {
    background-color: #ffffff;
}