.collection-item{
    /* border: 1px solid #000; */
    /* padding: 5px; */
}
.gift-hamper-section{
    margin-top: 60px;
}
.gift-hamper .col-lg-4 {
    width: 33.3% !important;
}
.category-title{
    font-size: 16px;
    font-weight: 600;           
}

/* .sidebar-categories .sub-level .catName :after {
    content: '\ebe0' !important;
    font-family: annimex-icons !important;
    display: inline-block !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    font-size: 13px !important;
} */

.sublinks{
    display: block !important;
}
.filterBox ul:not(.filter-color) input[type=checkbox]{
    opacity: 1;
    display: block;
}
li.lvl2 {
    margin-left: 10px;
}
li.lvl3 {
    margin-left: 20px;
}
li.lvl4 {
    margin-left: 30px;
}
li.lvl5 {
    margin-left: 40px;
}
a.store-link{
    background: #F58634;
    padding: 7px;
    border-radius: 10px;
}

a.store-link:hover{
    background: #F58634;
    color: #fff;
}
.rgb2{

    background: linear-gradient(to right, #F58634 0%, #ED3237 29%, #8e2477 50%, #0F62AC 60%);
}
.rgb{
     background: linear-gradient(to right, #F58634 0%, #ED3237 29%, #8e2477 50%, #0F62AC 60%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
            color: transparent;
            margin: 0 0 20px;
            
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: 0;
            overflow-wrap: break-word;
}
/* .index-demo3 .btn-primary{
    background-color: #F58634  !important;
}
.btn:hover{
    background-color: #F58634;

} */

.index-demo3 #site-scroll, .index-demo3 .btn-primary, .index-demo3 .btn-secondary:hover, .index-demo3 .cnrLangList li a.active, .index-demo3 .cnrLangList li a:hover, .index-demo3 .footer-newsletter .input-group > .btn:hover {
    color: #fff;
    background-color: #F58634;
    border-color: #F58634;
}

.grid{
    padding-bottom: 10px;
}
.blog-item .blog-article .blog-img img {
    width: 300px;
    /* height: 300px; */
    aspect-ratio: 3/2;
}

.mobile-margin-top{
    margin-top: 20px;
}

/* by rahman 02-07-2025 */
.no-tag-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 auto 10px;
    text-transform: uppercase;
}

.home-content h1{
    font-size: 32px !important;
}
.home-content h2{
    font-size: 28px !important;
}
.home-content h3{
    font-size: 24px !important;
}
.home-content h4{
    font-size: 20px !important;
}

.home-content ul{
    margin-bottom: 20px !important;
}

.home-content ul li {
    list-style: disc;
    margin-left: 20px;
}

.blog-grid-view .blog-item .blog-article .blog-content h2.h3{
    font-size: 16px !important;
}

.page-header .page-title {
    text-transform: uppercase !important;
}

.store-link{
    background: #F58634;
    /* padding: 7px; */
    border-radius: 20px;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.why-us-text{
    color:#545454;
}
.store-link a{
    color: #fff;
    font-size: 13px;
}
.store-link a:hover{
    color: #fff !important;
}

.store-link:hover{
    background: #F58634;
    color: #fff;
}

.index-demo3 .collection-banner-grid .collection-item .btn-lg {
  font-size: 12px;
}
.header-6 #siteNav > li > a:hover, .header-6 #siteNav > li > a:hover:hover{
    color: #000 !important;
}
.index-demo3 .collection-banner-grid .collection-item .btn-lg {
    padding: 3px 5px !important;
}

.logo img {
    display: block;
    max-width: 180px !important;
    height: auto !important;
}
.ftr-logo .logoImg,.footer-3 .ftr-logo {
  max-width: auto !important;
}
.section-header p, .slideshow .ss-small-title {
    font-family: Montserrat, sans-serif !important;
}
.collection-style1 .category-item .details .category-title {
    font-size: 13px;
}
.collection-style1 .category-item .form-select{
    font-size: 13px !important;
    padding:0px 5px;
}
.mobile-button{
    padding: 0px;
    margin: 20px;
    text-align: center;
}
.mobile-button a{
    text-align: center;
}
.collection-item .details .btn-light {
    border: none !important;
}
.header-6 #siteNav > li > a {
          color: #212529;
}
.table-bottom-brd table th {
    padding: 5px 3px;
}
.table-bottom-brd table td, .table-bottom-brd table th {
    padding: 5px 3px;
}

.testimonial-slider-3items .slick-track {
    display: flex !important;
    align-items: stretch;
}

.testimonial-slider-3items .slick-slide {
    display: flex !important;
    height: auto !important;
    justify-content: center;
}

.testimonial-slider-3items .testimonial-slide {
    display: flex !important;
    flex-direction: column;
    height: 100% !important;
}

.testimonial-slider-3items .testimonial-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
}
.home-video video{
    max-width: 800px !important;
    /* border: 1px solid #545454; */
}
.home-video .video-wrapper {
    display: flex;
    justify-content: center;
    
}

@media (min-width: 990px) {
  #siteNav a {
    font-size: 13px;
  }
  #siteNav > li > a {
        padding: 8px 9px;
  }
}

/* Tab Css */
@media (max-width: 991px) {
    .gift-hamper .col-lg-4 {
            width: 33.3% !important;
        }
        .footer-3 .phone-info .phone-text a {
            font-size: 15px;
        }
    }
@media only screen and (max-width: 991px) {
  .index-demo3 .collection-banner-grid .frt-column {
    width: 100%;
  }

   .index-demo3 .collection-banner-grid .two-column {
    width: 100%;
  }
}
@media (max-width: 767px) {
    .gift-hamper .col-lg-4 {
            width: 50% !important;
        } 
        .footer.footer-3 .footer-logo {
          margin-bottom: 30px !important;
        }
        .footer.footer-3 .footer-links,.footer.footer-3 .footer-contact{
            text-align: center !important;
        }
        .footer.footer-3 .footer-contact .phone-info,.footer.footer-3 .footer-contact .address,.footer.footer-3 .footer-contact .email {
           justify-content: center !important;
        }

        .home-content h1{
            font-size: 28px !important;
        }
        .home-content h2{
            font-size: 24px !important;
        }
        .home-content h3{
            font-size: 20px !important;
        }
        .home-content h4{
            font-size: 18px !important;
        }

        .share-requirement-form, .user-login-form{
            padding: 0 30px !important;
        }
    }
@media (max-width: 575px) {
    .gift-hamper .col-lg-4 {
             width: 50% !important;
        }
        .blog-grid-view {
            text-align: center;
        }
        .blog-grid-view .blog-content{
            justify-content: center;
        }
        .form-row {
            display: block !important;
        }
    }
@media (max-width: 480px) {
    .gift-hamper .col-lg-4 {
            width: 100% !important;
        }
    }
@media (max-width: 360px) {
    .gift-hamper .col-lg-4 {
            width: 100% !important;
        }
    }
     