/*your custom css goes here*/ 

/*seo correction*/

.helpline span{
    display: flex;
    align-items: center;
    font-size: 13px;
}

.helpline span i{
    font-size: 19px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 6px 6px;
}

.helpline{
    border: 1px solid #7c6b52;
    padding: 5px 13px !important;
    border-radius: 15px;
    background-image: linear-gradient(244deg, #272829, #818181);
    color: #fff !important;
}

.serach_field_indra{
   background: #ffffff;
    border: 1px solid #c3c3c3 !important;
    border-radius: 7px !important;
}

.sticky-images img{
    width: 83px;
    height: 83px !important;
    object-fit: contain;
}

.topheader{
    top:-1px !important;
}

.indranie_custom_header{
    background: #f2e3ac;
}

.aiz-category-menu .category-nav-element:hover > a .cat-name {
    margin-left: 0px !important;
}

.btn-shake{
    background: #000;
    color: #fff;
}

.indra-profile-down .btn, 
.indra-profile-down .indra-profile-down .btn:active, 
.indra-profile-down .show>.btn-secondary.dropdown-toggle,
.indra-profile-down .btn-secondary:not(:disabled):not(.disabled):active{
    padding: 0px;
    background: unset;
    border: unset;
}

.indra-profile-down .indra-profile-down .btn:active, 
.indra-profile-down .show>.btn-secondary.dropdown-toggle,
.indra-profile-down .btn-secondary:not(:disabled):not(.disabled):active{
    background: unset;
    border: unset;
}


.indra-profile-down .dropdown-toggle::after{
    content: "" !important;
    
}
.headertop{
    top:-1px !important;
}

.indra-profile-down .show{
    z-index: 1111;
}

.indra-profile-down{
    position: relative;
    display: inline-block;
}

.indra-profile-down-mnu{
    display:none;
    position:absolute;
    z-index: 1111;
    background: #fff;
    text-align: left;
    /*animation-name: example;*/
    /*animation-duration: 1s;*/
    /*animation-iteration-count: 1;*/
}

@keyframes example {
    0% {
        transform: translateY(-20px);

    }

    100% {
        transform: translateY(0);

    }

}

.indra-profile-down:hover .indra-profile-down-mnu{
    display: block !important;
}



.indra_sub_menu .card-columns{
    column-count: 1 !important;
}

.indra_sub_menu{
    width: calc(100% - 70%) !important;
} 

.indra_sub_menu .card-columns ul{
    margin: 0px !important;
    display: block;
}


.serach-main .typed-search-box, .cart-topbar{
    z-index: 1111;
}

.sp-mnu ul li a:hover,
.sp-mnu .aiz-category-menu .category-nav-element:hover > a{
    background: unset !important;
}

.indra_footer_heading{
    font-size: 17px !important;
}

.indra-sub-btn{
    width: 80px !important;
    padding: 10px 0px;
    font-size: 13px;
}

.categories-footer ul li{
    display: inline-block;
    padding: 0px 0px 0px 16px;
}

.abt-head .abt-sub{
    font-size: 23px !important;
    color: #deb212;
    margin: 0px;
}

.productbox_dis{
    border-radius: 50%;
    width: 36px !important;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categorieswise_hd h2{
    font-size: 31px;
    font-weight: 700;
    font-family: 'Cormorant Garamond';
    text-align: center;
    margin-bottom: 25px;
}

.categorieswise_hd p{
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    width: fit-content;
    padding: 8px 15px;
    border-radius: 20px;
    margin: 0px !important;
}

.categorieswise_products{
    padding: 60px 0px !important;
    background: antiquewhite;
}

.trending_products .trending_hd h3{
    font-size: 35px;
    font-weight: 700;
    font-family: 'Cormorant Garamond';
    margin-bottom: 20px;
}

.trending_products .trending_cnt p{
    font-size: 16px;
    margin-bottom: 10px;
}


.trending_btn .button {
  border-radius: 22px;
    background-color: #d3b750;
    color: #000000;
    text-align: center;
    font-size: 15px;
    padding: 8px 25px 8px 25px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 22px;
    width: 240px;
    border: 1px solid #000;
    font-weight: 600;
}

.trending_btn .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.trending_btn .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.trending_btn .button:hover span {
  padding-right: 25px;
}

.trending_btn .button:hover span:after {
  opacity: 1;
  right: 0;
}

.trending_img .prt_img{
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 30px;
}

.trending_img .prt_img:before{
   top: -76px;
    content: "";
    position: absolute;
    width: 67%;
    height: 400px;
    border: 3px solid #000;
    right: 81px;
}

.prt_img-blk1 img{
    margin-top: 40px;
}


.trending_img .prt_img .img2{
    margin-top: -40px;
}

.trending_img .prt_img .img1, 
.trending_img .prt_img .img2{
    z-index: 1;
}

.trending_img img{
    width: 200px;
    border-radius: 10px;
    transition: 0.5s;
    object-fit: fill;
}

.video_section{
    padding: 0px 0px 90px 0px !important;
}

.trending_img img:hover{
   transform: scale(1.1);
    transition: 0.5s;
    overflow: hidden;
}

.categorieswise_hd .trending_btn a{
   color: #000000;
    text-align: center;
    font-size: 12px !important;
    padding: 8px 0px 8px 0px !important;
    transition: all 0.5s;
    cursor: pointer;
    width: 150px !important;
    background: #fee898;
    border-radius: 10px;
    font-weight: 600;
    border-width: 2px 2px 2px 2px;
    box-shadow: 3px 3px 0px 0px #000;
    display: block;
}


 .trending_btn1 a{
   color: #000000;
    text-align: center;
    font-size: 12px !important;
    padding: 8px 0px 8px 0px !important;
    transition: all 0.5s;
    cursor: pointer;
    width: 150px !important;
    background: #fee898;
    border-radius: 10px;
    font-weight: 600;
    border-width: 2px 2px 2px 2px;
    box-shadow: 3px 3px 0px 0px #000;
    display: block;
}

.trending_products{
   padding: 150px 0px 90px 0px;
    
}

.header_phone{
    display: flex;
    align-items: center;
}

.header_phone .phone_img{
    background: #e0ce8b;
    padding: 7px;
    border-radius: 50%;
    border: 5px solid #fff;
    z-index: 1;
}


.header_phone .phone_img img{
    width: 26px;
}

.header_phone .phone_number{
    font-size: 13px;
    font-weight: 600;
    background: #efefef;
    border-radius: 0px 12px 12px 0px;
    margin-left: -6px;
    padding: 6px 14px 6px 14px;
}

.header_phone .phone_number a:hover{
    color: #77641c !important;
}

.cat-background .cat-ban{
    height: 400px;
}

.video_section .video_box img{
    width: -webkit-fill-available;
}

.box_icon{
    background: #fff;
    box-shadow: 0px 0px 10px 4px #0000001f;
    border-radius: 20px;
    margin-top: -52px;
    padding: 45px 10px;
}

.box_icon ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.box_icon ul li p{
   margin: 0px !important;
    font-size: 15px;
    font-weight: 600;
}

.box_icon ul li{
   position: relative;
   text-align: center;
}

.box_icon ul .list_border:after{
    content: "";
    border: 1px dashed #d3b750;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 104px;
    max-width: 80px;
}

.box_icon ul .list-change:after{
    content: "";
    border: 1px dashed #d3b750;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 150px !important;
    max-width: 80px;
}



.box_icon ul li img{
    width: 55px;
    margin-bottom: 18px;
}

.giftbox{
    background-color: #fff4cc;
   position: relative;
    border-radius: 10px;
    border: 2px solid #d3b750;
}

.gift_section{
    padding: 80px 0px 50px 0px;
}

.giftbox-hd h2{
    font-size: 40px;
    font-weight: 700;
    font-family: 'Cormorant Garamond';
}

.giftbox-hd{
     padding: 30px 0px 30px 0px;
}

.gift_img img{
    width: 330px;
    position: absolute;
    top: -75px;
    bottom: 0;
}

.gift_btn{
    display: flex;
    justify-content: flex-end;
}

.gift_btn a{
        background: #e1cc7d;
    border: 1px solid #a18108;
    padding: 15px 35px 15px 35px;
    font-size: 15px;
    margin-top: 50px !important;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.3s;
    width: 190px;
    display: block;
    text-align: center;
}

.gift_btn a:hover{
    box-shadow: 3px 4px 0px 0px #000;
    transition: 0.3s;
}

.gift_btn a:hover{
    color: #000 !important;
}

.pre-footers .content_box{
    display: flex !important;
    align-items: center;
    padding: 20px 20px 20px 20px;
}

.wish-cart-desk{
    display: flex;
}

.wish-cart-mob{
    display: none;
}


.categories_des p span,
.categories_des p{
    margin-top: 17px;
    font-size: 15px;
    line-height: 23px;
}

.categories_des h1,
.categories_des h2,
.categories_des h3,
.categories_des h4,
.categories_des h5{
    font-weight: 600 !important;
}

.categories_des h1,
.categories_des h2,
.categories_des h3{
    font-size: 23px !important;
}

.contactus-page{
    padding: 60px 0px;
}

.contact-details .details-hd{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #d3b750;
}

.contact-details h2{
    font-family: 'Cormorant Garamond';
    font-weight: 900;
    font-size: 37px;
}

.contact-options{
    display: flex;
    margin-top: 30px;
}

.options-icon i{
    font-size: 31px;
    border-radius: 50% 10%;
    padding: 8px;
    background-image: linear-gradient(44deg, #d3b750, #fff3c5);
    margin-right: 19px;
}

.options-content .option-hd{
    font-family: 'Cormorant Garamond';
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 8px;
}

.options-content .option-cnt{
    font-size: 15px;
}

.contactus_form input,
.contactus_form textarea{
    border-width: 0px 0px 1px 0px;
    border-radius:0px !important;
    position: relative;
}

.contactus_form i{
    font-size: 23px;
    position: absolute;
    right: 37px;
    margin-top: -33px;
    color: #495057;
}


/*.Col-catgories{*/
/*    padding: 20px 0px 0px 0px;*/
/*}*/

.contactus_form input:focus,
.contactus_form textarea:focus{
    border-width: 0px 0px 2px 0px !important;
} 

.Col-catgories .card{
    overflow: hidden;
}

.Col-catgories .card img:hover{
    transform: scale(1.1);
    transition: 1s;
}

.contactus_form .form-group{
    margin-bottom: 25px;
}

.contactus-banner{
    background: url('/public/assets/img/Contact Us.webp') no-repeat;
    background-size: cover;
    height: 400px;
}
  
.contactus-map iframe{
    width: 100%;
}
  
 .contactus-map{
    margin-top: 60px;
}

.aiz-card-box .disc-amount {
    margin-right: 0;
    opacity: 1 !important;
}

.product-Name{
    font-family: 'Cormorant Garamond';
}

.product-gallery .carousel-box{
    overflow: visible !important;
}

.product-gallery .carousel-box {
    overflow: visible !important;
}



.add-button{
    background: #ffffff !important;
    border: 2px solid #b5b5b5;
    transition: 1.3s;
    color: #3e3e3e !important;
}


.buy-now{
    background: #000000;
    border: 2px solid #d3b750;
    color: #d3b750;
}

.jssocials-share-linkedin,
.jssocials-share-email{
    display: none !important;
}

.tab-details ul li .active{
    color: #d3b750 !important;
}

.extra-features img{
    width: 500px;
}

.aboutus-banner{
    background: url('/public/assets/img/About us.webp') no-repeat;
    background-size: cover;
    height: 400px;
}

.aboutus-blk1 .cnt-main{
    text-align: center;
    padding: 60px 50px;
    background: #f5f5f5;
    margin-top: -60px;
    border-radius: 15px;
}

.cnt-main .main-hd{
    font-size: 23px;
    color: #ba9c30;
    margin-bottom: 15px;
}

.cnt-main .sub-hd{
    font-family: 'Cormorant Garamond';
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cnt-ul ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

.cnt-ul ul li{
    display: inline-block;
    padding: 20px 35px;
}

.aboutus-blk2{
    padding: 60px 0px;
}

.blk-wedo .wedo-hd{
    font-family: 'Cormorant Garamond';
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blk-wedo p,
.wedo-sub p{
    line-height: 27px;
    letter-spacing: 0.3px;
    text-align: justify;
}

.wedo-sub .wedo-hd{
    font-family: 'Cormorant Garamond';
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #d0a928;
}

.aboutus-blk3 .trending-blk h3{
    font-family: 'Cormorant Garamond';
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}

.aboutus-blk3{
    padding: 60px 0px;
    background-image: linear-gradient(45deg, #d3b750, transparent);
}

.aboutus-blk3 .card{
    margin: 0px !important;
}

.aboutus-blk3 .carousel-box{
    overflow: hidden;
}

.aboutus-blk3 .carousel-box .card img{
    transition: .5s;
}

.aboutus-blk3 .carousel-box .card:hover img{
    transform: scale(1.1) !important;
    transition: 1.5s;
}

.aboutus-blk4{
    padding: 60px 0px;
}
 
.mission-blk .mission .card{
    padding: 30px 30px;
    box-shadow: 15px 15px 15px 0px #efefef;
    border: unset;
    border-radius: 15px;
    display: inline-block;
    background: linear-gradient(to left, #f4f4f4 50%, #f2e9cb 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.mission-blk .mission .card:hover{
    background-position: left;
}



.mission-blk .mission .card h5{
    font-family: 'Cormorant Garamond';
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #d0a928;
    position: relative;
}

.mission-blk .mission .card h5::after{
    content:"";
    position: absolute;
    width: 42px;
    height: 2px;
    background-image: linear-gradient(45deg, #838383, #d29b4a);
    left: 0;
    bottom: -5px;
    border-radius: 12px;
}

.important-links .links-hd{
    font-family: 'Cormorant Garamond';
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

.product-bx .box-images img{
    object-fit: fill;
    cursor: pointer !important;
}

.important-links .box{
    text-align: center;
    padding: 25px 25px;
    border: 1px solid #d3b750;
}

.important-links .box h4{
    color: #fff;
    font-family: 'Cormorant Garamond';
    font-size: 29px;
    font-weight: 600;
}

.aboutus-blk5{
    background: url('/public/assets/img/important links banner.png') no-repeat;
    background-size: cover;
    padding: 70px 0px;;
}

.important-links{
    background: #000000ad;
    backdrop-filter: blur(4px);
    padding: 30px 30px;
}

.aboutus-blk6{
    padding: 60px 0px;
}

.aboutus-blk6 .abt-products p{
    font-family: 'Cormorant Garamond';
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.aboutus-blk6 .abt-products ul{
    list-style: none;
}


.aboutus-blk6 .abt-products ul li i{
    color: #000000;
    background: #e2e2e2;
    padding: 5px;
    border-radius: 50%;
} 

.our-productimg img{
    width: 500px;
}

#sticky_price{
    position: fixed;
    bottom: -95px;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 1px -4px 4px 2px #4242421f;
    max-height: 90px;
    transition: bottom ease-in-out 0.5s;
    }
    
#sticky_price.addToCartSticky {
    bottom: 0px !important;
}

.quicklinks-foot{
    padding-left: 50px !important;
}

 .estimated{
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #bbb;
    padding: 5px 25px;
    border-radius: 9px;
}

.product-name{
    overflow: visible;
}

.aiz-category-menu .category-nav-element > a {
    padding-top: 20px !important; 
    padding-bottom: 20px !important;
}

/*media  query  */

@media (max-width:767px){
    .main-catgories ul{
      display: block !important;
    }
    .main-catgories ul li{
      margin-bottom: 20px;
    }
    .trending_products{
        padding: 55px 0px 55px 0px !important;
    }
    .trending_img .prt_img:before{
        display:none !important;
    }
}


@media (max-width:576px){
    
    .abt-head .abt-sub {
        font-size: 17px !important;
    }
    
    .box-price{
        display: block !important;
        text-align: center;
    }
    
    .quicklinks-foot{
   padding: 0px 10px 0px 10px !important;
    }
    
    .abt-head p {
        font-size: 26px !important;
        line-height: 35px;
    }
    
    .abt-content p {
        font-size: 18px !important;
    }
    
    .categorieswise_hd h2 {
        font-size: 25px !important;
        margin-bottom: 15px !important;
    }
    
    .mobile-flex{
        display: unset !important;
        text-align: center;
    }
    .categorieswise_hd p {
        width: unset !important;
        font-size: 16px !important;
    }
    .categorieswise_hd .trending_btn button {
        margin-top: 15px !important;
    }
    .trending_products {
        padding: 55px 0px 55px 0px !important;
    }
    .trending_products .trending_hd h3 {
        font-size: 28px !important;
        text-align: center;
    }
    .trending_products .trending_cnt p {
        font-size: 15px !important;
        text-align: center;
    }
    .trending_btn{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 12px;
    }
    .trending_btn .button {
        font-size: 12px !important;
        width: 224px;
    }
    .trending_img .prt_img {
        position: unset !important;
        display: unset !important;
        text-align: center;
    }
    .trending_img .prt_img:before {
        position: absolute;
        width: unset !important;
        height: unset !important;
        border: none !important;
    }
   .prt_img-blk1{
       text-align: center;
   }
   .trending_img img {
        width: 235px !important;
    }
    .trending_img img {
        width: 235px;
        margin: 12px 0px 12px 0px !important;
    }
    .trending_img img:hover {
        transform: scale(0.9) !important;
    }
    .trending_img .prt_img .img2 {
        margin-top: unset !important;
    }
    .video_section {
        padding: 0px 0px 50px 0px !important;
    }
    .box_icon {
        margin-top: 50px !important;
    }
    .box_icon ul {
        display: flex !important;
    }
    
    .box_icon ul li {
        padding: 0px 0px 30px 0px;
        flex: 2 2 calc(50% - 10px);
    }
    .box_icon ul .list_border:after{
        border: unset !important;
    }
    .video_section .video_link i {
        font-size: 35px !important;
        width: 3.4rem !important;
        height: 3.4rem !important; 
    }
    
    .gift_img{
        order:2;
        text-align: center;
         margin-top: 30px;
    }
    .gift_btn{
        order:1;
    }
    .mobile-gift{
        display: flex;
        flex-direction: column;
    }
    .gift_img img{
        position: unset !important;
    }
    .gift_btn a {
        margin-top: 0px !important;
    }
    .gift_btn {
        justify-content: center !important;
    }
    .giftbox-hd h2 {
        font-size: 34px !important;
        text-align: center;
    }
    .giftbox-hd {
        padding: 30px 10px 10px 10px !important;
    }
    .giftbox-hd p{
        text-align: center;
    }
    .gift_section {
        padding: 50px 0px 45px 0px !important;
    }
    .subscriber_form{
        display: block;
    }
    .subscriber_form button{
        margin-top: 20px;
    }
    .indra_payment ul{
        text-align: center;
    }
    .wish-cart-desk{
        display:none !important;
    }
    
    .wish-cart-mob{
        display: flex !important;
    }
    .header_phone{
        display:none !important;
    }
    .top-navbar{
        padding: 0px !important;
    }
    .contact-details{
        padding: 0px 13px;
        margin-bottom: 29px;
    }
    
    .contact-details .details-hd,
    .contact-details h2{
        text-align: center;
    }
    
    .options-content .option-hd {
        font-size: 23px !important;
    }
    
    .options-content .option-cnt {
        font-size: 14px !important;
    }
    
    .contactus_form{
        margin-top: 35px;
    }
    .product-details{
        padding: 0px 15px !important;
    }
    .extra-features img {
        width: 350px !important;
    }
    .aboutus-blk1 .cnt-main {
        padding: 60px 30px !important;
    }
    .cnt-main .main-hd {
        font-size: 21px !important;
    }
    .cnt-main .sub-hd {
        font-size: 30px !important;
    }
    .cnt-ul ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .blk-wedo .wedo-hd {
        font-size: 30px !important;
        text-align: center;
    }
    .blk-wedo p, .wedo-sub p {
        text-align: center !important;
    }
    .wedo-sub .wedo-hd {
        font-size: 25px !important;
        text-align: center;
    }
    
    .mission-blk .mission .card {
        text-align: center;
        margin-bottom: 15px !important;
    }
    
    .mission-blk .mission .card h5::after {
        left: 45% !important;
    }
    
    #sticky_price{
        display: none;
    }
    .categories-bannner{
     height: 100px !important;
    }
}


.sp-menu .sub-cat-menu a{
    margin: 0px !important;
    border-bottom: 1px solid #ccc1c1;
    padding: 10px 15px;
}

.aiz-category-menu .category-nav-element:hover .sub-cat-menu {
    z-index: 9;
    opacity: 1;
    display: block;
    top: 63px;
    height: auto;
}

.short-descriptions h1{
    font-size: 25px;
    font-weight: 700;
}

.short-descriptions p,
.short-descriptions p span{
    font-size: 15px !important;
    letter-spacing: .3px;
    margin-top: 19px;
    font-family: unset !important;
    opacity: 0.9;
}

.aiz-filter-sidebar{
    position: sticky;
    top: 120px;
    z-index: 1;
}

.categories-bannner{
    background-image: url('{{ $fullImageUrl }}');
    height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-catgories ul{
    display:flex;
    gap:20px;
    margin-top:40px;
}
.main-catgories ul li{
    flex:1;
    list-style:none;
    padding: 25px;
    border-radius: 10px;
    transition:0.5s ease-out;
}

.main-catgories ul li:hover{
    transform: translateY(-10px);
}

.main-catgories ul li h5{
    font-size: 29px;
    font-family: 'Cormorant Garamond';
    font-weight: 700;
}

.main-catgories ul li:nth-child(1){
    background-image: linear-gradient(45deg, #000000ad, 21%, transparent), url('/public/assets/img/gajalakshmiu.jpg');
    background-size: cover;
}

.main-catgories ul li:nth-child(2){
    background-image: linear-gradient(45deg, #000000ad, 21%, transparent), url('/public/assets/img/Flower bouquet.jpg');
    background-size: cover;
}

.main-catgories ul li:nth-child(3){
    background-image: linear-gradient(45deg, #000000ad, 21%, transparent), url('/public/assets/img/Wooden cratfs.jpg');
    background-size: cover;
}

.main-catgories ul li:nth-child(4){
    background-image: linear-gradient(45deg, #000000ad, 21%, transparent), url('/public/assets/img/mobile stand.jpg');
    background-size: cover;
}

.main-catgories ul li button{
    background:#b99100;
}

.product-views p{
    font-size: 16px;
    width: fit-content;
}

.btn-light:hover{
    color: #ffffff !important;
    background-color: #d3b750 !important;
}




