:root{
--primary-color:black;
--secondary-color:#01c8d5;
--third-color:#FEF9C7;
--fourth-color:#FCE181;
--text-white:#fff;
--box-bg:#fdcec9 ;
}
.nav_back_color {
    background: var(--primary-color);
}

.search_field {
    border: 1px solid #ffe5e4 !important;
    background-color: #ffe5e4;
    border-right-color: #ffe5e4 !important;
    /* border-radius: 20px; */
}

.search__btn {
    border: 1px solid #fff !important;
    background-color: #fff !important;

    color: #333;
    
}

.search__btn:hover {
    color: #a3636f;
}

.bg_color {
    background-color: var(--primary-color);
}

.rounded-border {
    border-radius: 50%;
    /* Adjust the percentage as needed */
    border: 1px solid var(--secondary-color) !important;
    /* Add border properties as needed */
    padding: 5px;
    /* Adjust padding as needed */
}

.nav_menu_text {
    padding-left: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}



.login_menu a {
    padding-bottom: 5px;
}

.banner .slick-arrow {
    display: none !important;
}

.footer_background {
    background-color: var(--secondary-color);
}

.footer_background a {
    color: #fff !important;
}

.footer_top {
    background-color: var(--primary-color);

    padding: 53px 48px;
}

.want_the_chance {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 44.8px */
}

.sign_up_for {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
}

.subscribe_input {
    border-radius: 30px 0px 0px 30px;
    background: #fff;
}

.subscribe_btn {
    border-radius: 0px 30px 30px 0px;
    background: #01c8d5;
    border: 1px solid #01c8d5;
    color: #ffffff;
    
}

.under_subscribe_text {
    color: #fff;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.footer_nav_title {
    color: #fff;

    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 140%;
    /* 25.2px */
}

.footer_nav_text {
    font-size: 16px;
}

.footer_icon {
    border: 1px solid #333;
    padding: 1px;
    margin-right: 5px;
}

.footer_border_top {
    border-top: 1px solid #fff !important;
}

.product__name {
    color: var(--Foundation-Blue-B200, #303030);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
}

.add_to_cart_btn {
    width: 100%;
    /* border: 0; */
    border-radius: 3px !important;
    margin-bottom: 5px;
}

.badge-custom {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 0;
    font-size: 11px;
    background-color: var(--secondary-color) !important;
    color: aliceblue;
    font-weight: 600;
    line-height: 17px;
    position: absolute;
    z-index: 1;
    top: 20px;
}

.add_to_cart_btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.notify_bg {
    background-color: var(--primary-color);
  
    color: var(--secondary-color);
    border: 1px solid var(--primary-color);
}

.product_details_btn {
    display: flex;
    gap: 10px;
}

.top_client_img {
    text-align: center;
    box-shadow: none;
    border: none;
}

.top_client_img img {
    height: 140px;
    margin: auto;
    width: 140px !important;
    border-radius: 50%;
    background-image: linear-gradient(60deg, #fff, #fff);
    padding: 8px;
    z-index: 1;
    /* margin-top: -80px; */
}

.client_name {
    padding-top: 10px;
    color: #000;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.set_pb_30 h3 {
    padding-bottom: 30px;
}

.client_rank {
    font-size: 18px;
    font-weight: 700;
    color: #000c50;
    padding-top: 7px;
}

.client_info {
    background-color: #b0b4c9;
    border-radius: 19.332px;
    padding: 20px;
    margin-top: -80px;
    padding-top: 84px;
    /* background: #D9D9D9; */
}

.all_client_background {
    background-color: transparent;
}

.banner_img_main_div {
    position: relative;
}

.flash-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    rgba(255, 211, 128, 0.5),
    rgba(255, 211, 128, 0.5)
);




    opacity: 0;
    transition: opacity 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flash-overlay:hover {
    opacity: 1;
}

.flash-overlay-text {
    color: white;
    font-size: 24px;
    font-weight: 700;
}

.second_button {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #000;
    border-radius: 3px !important;
}

.plus_btn {
    background: var(--primary-color);
    color: #fff;
    border: 0;
    border-radius: 0;
}

.plus_btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
    border: 0;
    border-radius: 0;
}

.minus_btn {
    background: var(--primary-color);
    color: #fff;
    border: 0;
    border-radius: 0;
}

.minus_btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
    border: 0;
    border-radius: 0;
}

.num_input {
    background: #b0b4c9;
    color: #333;
    padding: 9px !important;
    font-weight: 700;
}
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #d9bfc4;
    color: #fff;
}

.btn___padding {
    padding-top: 13px !important;
    padding-bottom: 29px !important;
}

.category_name {
    padding-top: 15px;
    padding-bottom: 15px;
}

.filter_border {
    border-color: #000c50 !important;
    border-top: 1px solid #000c50;
    border-bottom: 1px solid #000c50;
    padding-top: 10px;
}


.price {
    border: 1px solid;
    padding: 9px;
    background: #fff;
    
    color: gray;
    margin-left: 6px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-radius: 5px;
}

button.btn.dropdown-toggle.btn-light {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.filter_title {
    font-size: 16px;
    font-weight: 700;
}

.price-box-main {
    position: relative;
}

#priceRangeSection {
    top: 41px;
    right: 14%;
    position: absolute;
    transition: top 1s, right 1s;
    /* Add transition for top and right properties */
}

.pad_top_45 {
    padding-top: 45px;
}

.category_description {
    padding-top: 40px;
}

.pad_category_box {
    margin-top: 28px;
    padding: 25px;
   
}

.btn-secondary:hover {
    background-color: #000730 !important;
}
.contact_head {
    padding-bottom: 15px;
}
.contact-text {
    padding-top: 10px;
    text-align: center;
}

.phone {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.shipping_input {
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.order_summery_border {
    padding: 13px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sms {
    font-size: 16px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #000000;
}
.sms a {
    color: #a3636f !important;
}
.send_money_text {
    padding-top: 10px;
    padding-bottom: 10px;
    color: red;
}
.set_mt_22 {
    margin-top: 24px;
}
.rotate_stock {
    position: absolute;
    bottom: 40%;
}

.stock_out {
    /* background-color: rebeccapurple; */
    background: var(--primary-color);
    color: var(--secondary-color);
    padding-left: 26px;
    padding-right: 26px;
    font-size: 20px;
    font-weight: 700;
}
.bg_nav {
    background-color: #fff !important;
}
.mobile {
    display: none !important;
}
.facebook_live {
    padding-top: 32px;
    padding-bottom: 20px;
    text-align: center;
}
.facebook_live iframe {
    width: 100%;
}
.color_white {
    color: #fff !important ;
}

/* accordion */
* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Museo Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
    /* background-color: #f9f9fa; */

    li {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 20px;
        margin: 0 auto 15px auto;
        border-bottom: 1px solid #333;
        /* border-radius: 5px; */
        cursor: pointer;

        &.active {
            h3 {
                &:after {
                    transform: rotate(45deg);
                }
            }
        }

        h3 {
            font-weight: 700;
            position: relative;
            display: flex;
            justify-content: space-between;
            width: 100%;
            height: auto;
            padding: 0 0 0 0;
            margin: 0;
            font-size: 20px;
            letter-spacing: 0.01em;
            cursor: pointer;
            padding-bottom: 18px;
        }

        div.answer {
            position: relative;
            display: block;
            width: 100%;
            background-color: #fff;
            height: auto;
            margin: 0;
            padding: 0;
            cursor: pointer;

            p {
                position: relative;
                display: block;
                font-weight: 300;
                padding: 10px 0 0 0;
                cursor: pointer;
                line-height: 150%;
                margin: 0 0 15px 0;
                font-size: 14px;
            }
        }
    }
}
/* accordion */

.modal-content {
    border-radius: 10px !important;
}
.bootstrap-select .dropdown-menu li, .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
padding-top: 4px;
}
 
.category_arrow  .slick-next {
    right: 9px !important;
    border-radius: 5px 0px 0px 5px;
}
.category_arrow  .slick-prev {
    left: 9px !important;
  
}
.brand_arrow .slick-next {
    right: -20px;
    border-radius: 5px 0px 0px 5px;
}
.brand_arrow .slick-prev {
    left: -20px;
    
}
.pt__6{
padding-top: 6px;
}
.p_code{
padding-top: 8px;
}
.grid_display{
display: grid;
}
.w-527{
width: 527px;
}
.width_100{
width: 100%;
}
.pl_30{
padding-left: 30px;
}
.nav_back_color2 {
    background-color: #fff;
}
.min_width_698{
min-height: 698px;
}
.review_arrow .slick-next{
right: 16px;
}
.review_arrow .slick-prev{
 left:18px;
}
.bg_nav:hover {
    background-color: #6173c100 !important;
    color: #fff;
}
.bg_nav:focus {
    background-color: #6173c100 !important;
    color: black !important;
}
.nav_menu_bar li {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--secondary-color);
    border-radius: 25px;
    color: #fff;
    transition: background 0.5s ease;
}

.nav_menu_bar li:hover {
     background: linear-gradient(to right, #ffffff, #ffffff);
    border: 1px solid #01c8d5;
}


.nav_menu_bar li.active {
   background: linear-gradient(to right, #f6feff, #dcfdff);
    color: #000;
    border: 1px solid var(--secondary-color);
    
}
.list-inline-item:not(:last-child) {
    margin-right: 0.9rem !important;
}
.custom_icon{
font-size: 17px !important;
}
.nav__item a{
    color: var(--secondary-color) ;
    font-weight: 700  !important;
    display: flex;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
}
.marquee_data {
    font-weight: 700;
    display: flex;
    align-items: center;
    background: var(--secondary-color);
    color: white;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    padding: 10px 0;
}
.marquee_data a{
    color: #000 !important;
}
.copy_text_color{
  color: var(--text-white);
}
.copy_text_color a{
color: var(--primary-color) !important;
}
.blog_bot_sec {
    background: var(--secondary-color);
    padding: 15px;
}
.cat_border {
    overflow: hidden;
   
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.badge-secondary{
    color: var(--secondary-color);
    background-color: #fff;
}
.jssocials-share-facebook .jssocials-share-link{
background-color: var(--secondary-color);
}
.jssocials-share-whatsapp .jssocials-share-link {
    background: var(--secondary-color);
}

.jssocials-share-linkedin .jssocials-share-link {
    background: var(--secondary-color);
}

.jssocials-share-twitter .jssocials-share-link {
    background: var(--secondary-color);
}

.jssocials-share-email .jssocials-share-link {
    background: var(--secondary-color);
}
.cart_text_color{
color: var(--secondary-color);
}

.blog_read_more:hover {
    color: var(--primary-color);
    transition: 0.3s;
}
#gift_note {
    padding: 10px; /* Adjust padding as needed */
}
.display_flex_lg{
display: flex;
}
.sales_history{
display: flex;
justify-content: space-between;
padding: 35px;
}
.cancelled {
    padding: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #01c8d5;
    color: #fff;
}
.total_amount h4 {
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #01c8d5;
    color: #fff;
}
.c_per {
    background: #c84646;
    padding: 5px;
    color: #fff;
  }
  .sales_edit_btn{
padding-top: 40px;
}
.input_border{
    border: 2px solid #01c8d5;
    border-color: #01c8d5 !important;
}
.iti--separate-dial-code .iti__selected-flag, .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background: transparent;
    border-right: none;
}
.bg-pink{
    background-color: #fff;
}
.font-20{

    font-size: 20px;
}
.bg_pick_blue{
    background-color: var(--secondary-color);
    color: #fff;
    border: none;
}
.profile-icon svg{
    color: #fff;
}
.login_menu svg{
    color: #fff;
}
.font_20{
    font-size:20px;
    
}
.logo-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #fff;
    background: linear-gradient(45deg, #ff7e5f, #feb47b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    padding-left: 8px;
    line-height: 1.5;
}
.pad_bot_50{
padding-bottom: 50px;
}
.under_subscribe_text ul {
    list-style-type: none;
    margin-left: -44px;
}
.static-number{
    font-weight: 900;
    font-size: 16px;
}
.static-number svg{
color: #d11212;
/* transform: rotate(28deg); */
}
.cart_img_ img{
height: 100px;
width: 85px;
}
.co_bg{
    background: #01c8d5;
    color: #fff;
    padding: 0px 8px;
    font-size: 17px;
}
.price_phone{
display: flex;
margin-left: -10px;
}
.all_status {
    display: flex;
    gap: 20px; /* Space between each status */
}

.status-item {
    display: flex
;
    align-items: center;
    font-size: 17px;
    background-color: #01c8d5;
    padding: 8px 14px;
    /* border-radius: 20px; */
    color: #fff;
}

.count {
    background-color: #02383d;
    padding: 0 5px;
    margin-left: 5px;
    border-radius: 50%;
    font-weight: bold;
}
.slick-arrow i{
color: #000;
}