.tp-slider-title-3{    font-size: 72px !important;
    line-height: 75px;
}
.tp-slider-height-3 {
    min-height: 600px;
}
.tp-slider-btn-3 a {
  
    animation-duration: 1s;
    border-radius: 16px;
    font-size: 11px;
font-weight:600;
}
.tp-slider-content-3>span{font-size: 20px;}

.tp-subscribe-content span{}

.tp-banner-btn .tp-link-btn {
    font-family: var(--primary-font);
    border: 1px solid #ffffff;
    padding: 5px 17px;
    border-radius: 7px;
    background: #fff;
}

.white-bg{ 
    border-radius: 70px;}
.tp-product-content-5{text-align: center;}
.tp-product-rating{justify-content: center;}


.tp-product-category-thumb a{border-radius: 10%;}

.bb-form-quick-search {
    position: relative;

}
.main-menu.menu-style-2 {
    margin-inline-start: 27px;}
.tp-product-category{background:#fff;}
main .tp-product-category-title {
    font-size: 18px;
}

.white-bg {
     background: transparent;
}


.tp-banner-height {
    min-height: 323px;
}

.tp-banner-content{
position: relative;
    top: 25px;
}
.tp-instagram-item-2 img{border-radius:30px;}
.tp-blog-thumb{border-radius:28px;}


main .tp-section-title-3 {
    font-size: 36px;
}
.tp-header-main {
    padding-bottom: 6px;
    padding-top: 6px;
}

.tp-header-search-wrapper {
 border-radius: 33px;
}

.tp-header-search-btn button {
    --tp-btn-color: var(--tp-common-white);
    background-color: rgb(206 150 126 / 0%);
    color: #7a0910;
    height: 46px;
    line-height: 46px;
    width: 60px
}

.tp-main-menu-content ul{text-align:center;}
.tp-main-menu-content ul li a img{width:22px;}

.main-menu.menu-style-1>nav>ul>li>a {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    padding: 11px 0px;
}

.tp-header-bottom-border {
    border-top: 1px solid;
    padding: 7px 0px;
}

.tp-header-sticky-area .main-menu.menu-style-1>nav>ul>li>a>img{width:22px;}

@media (max-width: 767px) {
    .tp-main-menu-mobile ul li > a {
        text-align: left;
    }
}


.tp-footer-style-2.tp-footer-style-primary .tp-footer-widget ul li a {
    font-weight: 400;
}

.tp-footer-style-2 .tp-footer-contact-content p {
    font-size: 15px;
}
.tp-footer-style-2 .tp-footer-widget-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

.tp-footer-style-2.tp-footer-style-primary .tp-footer-social a {
    border: 1px solid #e6e7e8;
    border-radius: 24px;
}

.footer-col-1 {
    padding-right: 0px;
}

.tp-footer-style-2.tp-footer-style-primary .tp-footer-bottom-wrapper {
    border-color: rgba(1,15,28,.1);
    text-align: center;
}
.tp-subscribe-content span{font-size:10px;}
.tp-subscribe-title{font-size:21px;}
.tp-subscribe-input input{height: 44px;}
.tp-subscribe-input button{padding: 9px 36px;}
.tp-footer-top{background:#fff;}
.tp-footer-bottom{background:#fff;}
.tp-product-details-payment{display:none !important;}

main .tp-banner-title-4 {
    color: #fff;
    font-size: 30px
}


.tp-banner-btn-4 .tp-btn {
    border-color: rgb(255 255 255);
    padding: 4px 21px;
    background: #fff;
    border-radius: 9px;
}

.tp-banner-full-btn .tp-btn {
    border-color: hsla(0,0%,100%,.3);
    color: #000000;
    padding: 4px 21px;
    background: #fff;
    border-radius: 10px;
}

.tp-product-action-2 {
    bottom: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    right: auto;
    top: 17px;
    visibility: hidden;
    z-index: 1
}

.bb-product-filter {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.20);
}

.tp-product-details-buy-now-btn{border-radius:8px;}


.tp-product-details-quantity .tp-cart-input[type=number] {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    color: #000000;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.20);
}

.tp-product-details-add-to-cart-btn{border-radius:8px;box-shadow: 0 6px 20px rgba(0, 0, 0, 0.20);
background:#fff;}

.slick-slide img
{
    display: block;
    border-radius: 16px;
}

.tp-banner-height-4 {
    min-height: 288px;
    border-radius: 20px;
}

.tp-banner-full-height {
    height: 100%;
    border-radius: 20px;
}

.tp-main-menu-content ul{width: 106%;}


/*mobile bottm menu */

.tp-mobile-item {
    display: inline-block;
}

.tp-mobile-item-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
}

.tp-mobile-item-btn:hover {
    opacity: 0.7;
}

.tp-mobile-item-btn svg {
    width: 24px;
    height: 24px;
}

.tp-mobile-item-btn span {
    font-size: 12px;
    max-width: 60px;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-center {
    text-align: center;
}