body{
    overflow-x: hidden !important;
    background-color: #F9F9F9;
}

.my_art{
    width: 92%;
}
.my_craft p{
    color: #404040;
    font-size: 26px;
    font-weight: 600;
}
.add_btn{
    background: #027F73 0% 0% no-repeat padding-box !important;
    border-radius: 10px;

}
.dropdown {
    position: relative; /* Ensures the dropdown menu is correctly positioned */
}
.dropdown-menu {
    z-index: 1050; /* Bootstrap default for dropdowns; increase if needed */
    position: absolute; /* Ensure proper stacking */
}
.add_btn button{
    color: #FFFFFF !important;
    font-size: 20px;
    border-color: #027F73 !important;
}
.add_btn img{
    width:20px;
}
.edit_img img{
    width:30px;
    height: 34px;
}
.multiple_img{
  left: 82%;
  bottom:8%;
  cursor: pointer;
}
.multiple_img2{
  left: 82%;
  bottom: 8%;
  cursor: pointer;
}
.multiple_img img{
    width: 30px;
}
.multiple_img2 img{
    width: 30px;
}
.nav-pills{
    background-color: #F0F0F0 !important;
}

.nav-pills .nav-link.active{
    background-color: #027F72 !important;
    color:#FFFFFF !important;
}
.nav-link{
    color:#606060 !important;
    font-size: 20px !important;
}

.art_img img{
    width: 77%;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
}
.art_img2 img{
    width: 100%;
    height:30vh;
}
.art-tab{
    background: #F9F9F9 0% 0% no-repeat padding-box !important;
}
.art_section{
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #B9B9B9;
    border-radius: 5px;
    width:100%;
}

.fin-arts2 p{
    color:#03142E;
    font-size: 20px;
    font-weight: 600;
}
.desc_para{
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border: 1px solid #D8D8D8;
    border-radius: 7px;
    height: 65px !important;
    overflow-y: scroll !important;
    scrollbar-width: none !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa !important;
  }
  .dataTables_wrapper .dataTables_filter input:focus{
    border: 1px solid #aaa !important;
  }
.status button{
    background: #FFF6F2 0% 0% no-repeat padding-box !important;
    border: 1px solid #FFCBA8 !important;
    border-radius: 7px;
    font-size: 15px;
    height: auto;
    width: auto;
    color: #EE701A !important;
    padding: 5px;
}

.approve button{
    background: #EBFFF0 0% 0% no-repeat padding-box !important;
    border: 1px solid #0EB070 !important;
    border-radius: 7px;
    font-size: 15px;
    color:#03AC69 !important;
    cursor: unset;
}
.reject button{
    background: #FFEBEB 0% 0% no-repeat padding-box !important;
    border: 1px solid #FFA1A1 !important;
    border-radius: 7px;
    font-size: 18px;
    color:#D13434 !important;
    cursor: unset;
}
.price-visible{
    font-size: 20px;
    font-weight: 600;
}
.price-visible{
    font-family: "Poppins", sans-serif;
    color: #027F73;
}
.price_disable{
    font-family: "Poppins", sans-serif;
    color: #969696;
}
.category_para{
    width:100%;
}
.reload img{
    width: 12px !important;
    height: 15px !important;
}

.req_fund img{
    width:18px;
    height: 25px;
}
.req_fund p{
    color: #EE701A;
    font-size: 20px;
}


@media(max-width:600px){
    .range-slider {

    width: 95% !important;
    height: 35px;
    text-align: center;
}
}
@media(min-width:768px) and (max-width:1024px){
    .range-slider {

    width: 95% !important;
    height: 35px;
    text-align: center;
}
}



  .main-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
  }
  .thumbnail{

    object-fit: cover;
    cursor: pointer;
    border: 1px solid transparent;
  }
  .thumbnail.active {
    border-color: #007bff;
  }
  .thumbnail_1{
    width:100%;
  }
  .specify_active{
    background-color: #ffffff !important;
  }
  .specify_active h5{
    color: #03142E;
    font-size: 25px;
    font-weight: 600;
  }
  .specify_active p{
    color: #6C7788;
    font-size: 17px;
  }
  .tabs-1{
    border: 1px solid #707070 !important;
  }
  .tabs-2{
    border: 1px solid #707070 !important;
    border-left:none !important;
  }
  @media(max-width:600px){
    .tabs-2{
        border-left: 1px solid #707070 !important;
        -webkit-appearance: none !important; /* Remove iOS default styles */
    appearance: none !important;
    }
  }


  .star-rating .fa-star {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
  }
  .star-rating .fa-star.checked {
    color: #ffca28;
  }
  .rev_up p{
    color: #03142E;
    font-size: 30px;
    font-weight: 500;
  }
 .percentage{
    background-color: #333333;
    color: #ffffff;
 }

 .dive_para p{
    color: #6C7788;
    font-size: 17px;
 }
 .avail p{
    color: #333333;
    font-size: 20px;
    font-weight: 500;
 }

 .stock p{
    font-size: 20px;
    font-weight: 500;
    color: #027F73;
 }
 .stock i{
    color: #027F73;
 }
 .bulk_order p{
    color: #EE701A;
    font-size: 20px;
    font-weight: 500;
 }

 .bulk_list{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    width: 130px;
    height: 50px;
 }
 .industry_para{
    background: #FFF5F5 0% 0% no-repeat padding-box;
border: 1px solid #FFACAC;
border-radius: 9px;
 }
 .industry_para p{
   color:#9E4E4E;
   font-size: 16px;
 }
 .add_cart button{
    background: #FEF455 0% 0% no-repeat padding-box !important;
    border-radius: 28px;
    width: 200px;
    color: #03142E !important;
    font-size: 16px;
    font-weight: 500;
 }

 .wish_list button{
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #707070;
    border-radius: 28px;
    width: 200px;
    color: #414141 !important;
    font-size: 16px;
    font-weight: 500;
 }
.review_profile{
    /* background: #6E9E99 0% 0% no-repeat padding-box !important; */
border-radius: 12px;
width: 84px;
height:84px;

}

.add_rev p{
    color: #333333;
    font-size:20px;
    font-weight: 500 ;
}
.your_email p{
    color: #6C7788;
    font-size: 20px;
}
.your_rate p{
color: #027F73;
font-size: 20px;
font-weight: 500;
}
.select_review p{
    color: #027F73;
    font-size: 20px;
    font-weight: 500;
}
.select_review .sel_rev{
    width: 50%;
}

.submit_btn button{
    background: #FED400 0% 0% no-repeat padding-box;
border-radius: 100px;
width: 150px;
height: 45px;
color: #03142E;
font-size: 16px;
font-weight: 600;
border: none !important;

}



/* 8th,9th screen */

.icon-text {
    display: flex;
    gap: 17px;
    margin-bottom: 10px;
}
.icon-text_1 {
    display: flex;
    margin-bottom: 10px;
    margin-left:25px;
}
.icon-text img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.icon-text_1 img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 50%;
}
.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background-color: #f0f4f7; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}



.label_1 h5{
    color: #787878;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px; 
}
.label_1 p{
    color: #03142E;
    font-size: 21px;
    font-weight: 500;
    
}
/* .empower p{
    width:55%;
    
} */
.child_1{
    width: 80%;
}
.child_2{
    width: 90%;
}

.image_1 h5{
    font-size: 25px;
    color: #03142E;
    font-weight: 500;

}

.approve-btn button{
    background: #FED400 0% 0% no-repeat padding-box !important;
    border-radius: 100px;
    width: 150px;
    height: 45px;
    color: #03142E !important;
    font-size: 16px;
    font-weight: 600;
}

.reject-btn button{
    background: #FFEBEB 0% 0% no-repeat padding-box !important;
    border: 1px solid #FFA1A1;
    width: 150px;
    height: 45px;
    border-radius:100px;
    font-size: 16px;
    font-weight: 600;
    color:#D13434 !important;
}
.shop_contants p{
    font-size: 13px !important;
}
@media(max-width:1024px){
    .art_img img{
        width: 100%;
        height: 100%;
    }
    .multiple_img {
        left: 78%;
        bottom: 5%;
    }
}


@media(min-width:768px) and (max-width:991px){
    .art_img img{
        width: 100%;
        height: 100%;
    }
    .multiple_img {
        left: 77%;
        bottom: 5%;
    }
}
@media(max-width:768px){
    .art_img img{
        width: 100%;
        height: 100%;
    }
    .multiple_img {
        left: 78;
        bottom: 5%;
    }
    /* .shop_contants p{
        font-size: 10px !important;
    } */
}
@media(max-width:600px){
    .art_img img{
        width: 100%;
        height: 100%;
    }
    .multiple_img {
        left: 84%;
        bottom: 5%;
    }
    .empower p{
        width:100%
    }
    .sidebar{
        top: 0% !important;
        height: 100% !important;
    }
    .add_btn{
        width: max-content;
    }
}
.banner_text h2{
    font-weight: 700 !important;
}
.art_foot_spa {
    width: 22px !important;
    height: 22px !important;
    background-color: #027F72;
    border-radius: 50%;
}

.input#phone_number {

    border:1px solid #3f3e3ec0 !important;
}
.for_pas:focus{
    border:1px solid #8B9491!important;
}
.social_icons a span{
    position: absolute;
}
.arrival-card_{
    border-radius: 10px !important;
}

@media(min-width:768px) and (max-width:1200px){
    .shop_contants p{
        font-size: 10PX !important;
    }
    .banner_child{
        height: 100% !important;
    }
    .rem_me{
        display: unset !important;
      }
   .req_fund p {
    font-size: 11px !important;
   }
   .edit_img img {
    width: 21px;
    height: 24px;
}
     
}
@media (min-width:768px) and (max-width:991px){
    .login-help{
        width: 100% !important;
    }
}

/* share option */


        .share-btn {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px 15px;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
        }
        .rev_up{
            position: relative;
        }


        .share-popup {
            position: absolute;
            top: 120px;
            right: 10px;
            width: 160px;
            background: white;
            border-radius: 8px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            padding: 10px;
            display: none;
            animation: fadeIn 0.3s ease-in-out;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .share-popup a {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px;
            text-decoration: none;
            color: black;
            font-weight: 500;
        }

        .share-popup a:hover {
            background-color: #f8f9fa;
            border-radius: 5px;
        }

        [data-star] {
            text-align:left;
            font-style:normal;
            display:inline-block;
            position: relative;
            unicode-bidi: bidi-override;
            font-size: 18px;
          }
          [data-star]::before { 
            display:block;
            content: '★★★★★';
            color: #ccc;
          }
          [data-star]::after {
            white-space:nowrap;
            position:absolute;
            top:0;
            left:0;
            content: '★★★★★';
            width: 0;
            color: #F5BF00;
            overflow:hidden;
            height:100%;
          }

          .rating {
            
            display: flex;
            align-items: center;
            font-family: Arial, sans-serif;
        }
        .score {
            color: #4B82FC;
            font-size: 14px;
            font-weight: 600;
            margin-right: 5px;
        }

        .count {
            font-size: 14px;
            margin-left: 5px;
        }
          
          [data-star^="0.1"]::after{width:2%}
          [data-star^="0.2"]::after{width:4%}
          [data-star^="0.3"]::after{width:6%}
          [data-star^="0.4"]::after{width:8%}
          [data-star^="0.5"]::after{width:10%}
          [data-star^="0.6"]::after{width:12%}
          [data-star^="0.7"]::after{width:14%}
          [data-star^="0.8"]::after{width:16%}
          [data-star^="0.9"]::after{width:18%}
          [data-star^="1"]::after{width:20%}
          [data-star^="1.1"]::after{width:22%}
          [data-star^="1.2"]::after{width:24%}
          [data-star^="1.3"]::after{width:26%}
          [data-star^="1.4"]::after{width:28%}
          [data-star^="1.5"]::after{width:30%}
          [data-star^="1.6"]::after{width:32%}
          [data-star^="1.7"]::after{width:34%}
          [data-star^="1.8"]::after{width:36%}
          [data-star^="1.9"]::after{width:38%}
          [data-star^="2"]::after{width:40%}
          [data-star^="2.1"]::after{width:42%}
          [data-star^="2.2"]::after{width:44%}
          [data-star^="2.3"]::after{width:46%}
          [data-star^="2.4"]::after{width:48%}
          [data-star^="2.5"]::after{width:50%}
          [data-star^="2.6"]::after{width:52%}
          [data-star^="2.7"]::after{width:54%}
          [data-star^="2.8"]::after{width:56%}
          [data-star^="2.9"]::after{width:58%}
          [data-star^="3"]::after{width:60%}
          [data-star^="3.1"]::after{width:62%}
          [data-star^="3.2"]::after{width:64%}
          [data-star^="3.3"]::after{width:66%}
          [data-star^="3.4"]::after{width:68%}
          [data-star^="3.5"]::after{width:70%}
          [data-star^="3.6"]::after{width:72%}
          [data-star^="3.7"]::after{width:74%}
          [data-star^="3.8"]::after{width:76%}
          [data-star^="3.9"]::after{width:78%}
          [data-star^="4"]::after{width:80%}
          [data-star^="4.1"]::after{width:82%}
          [data-star^="4.2"]::after{width:84%}
          [data-star^="4.3"]::after{width:86%}
          [data-star^="4.4"]::after{width:88%}
          [data-star^="4.5"]::after{width:90%}
          [data-star^="4.6"]::after{width:92%}
          [data-star^="4.7"]::after{width:94%}
          [data-star^="4.8"]::after{width:96%}
          [data-star^="4.9"]::after{width:98%}
          [data-star^="5"]::after{width:100%}

    .like-count p{
        font-size: 15px !important;
        color: black !important;
    }

    .check_btn input, .check_btn label{
        cursor: pointer;
    }
    .input_rupee .form-control{
        border: 1px solid #707070bd  !important;
    }
    .remember-check {
        cursor: pointer;
    }
    .liked{
        background-color: #F2DCDC !important;
        font-size: 18px !important;

    }
    .unliked i{
        color: #808080 !important;
        font-size: 18px !important;
    }

.select-filter{
    padding-right: 40px !important;
}

@media(min-width:768px)and (max-width:1200px){
    .tab-imgs{
        height: 180px !important;
    }
}
input::-ms-reveal {
    display: none;
}
