/* fonts */

@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('../fonts/Poppins-Regular.woff') format('woff');
}



@font-face {
    font-family: 'Poppins Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Thin'), url('../fonts/Poppins-Thin.woff') format('woff');
}



@font-face {
    font-family: 'Poppins ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraLight'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
}


@font-face {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light'), url('../fonts/Poppins-Light.woff') format('woff');
}



@font-face {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium'), url('../fonts/Poppins-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Poppins SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins SemiBold'), url('../fonts/Poppins-SemiBold.woff') format('woff');
}


@font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold'), url('../fonts/Poppins-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Poppins ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraBold'), url('../Poppins-ExtraBold.woff') format('woff');
}


@font-face {
    font-family: 'Poppins Black';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Black'), url('../Poppins-Black.woff') format('woff');
}

/* fonts ---- End --- */

:root {
    --primary: #FF7C45;
    --white: #ffffff;
    --font: #2E2E2E;
    --p-font: #676767;
    --border: #eee;
    --body: #F7F7F7;

}

body {
    padding: 0;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    background-color: var(--body);
}

h1 {
    color: var(--font);
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

h2 {
    color: var(--font);
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

h3 {
    color: var(--font);
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

h4 {
    color: var(--font);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

h5 {
    color: var(--font);
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

h6 {
    color: var(--font);
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

p {
    font-size: 15px;
    color: var(--p-font);
    margin: 0;
}

.btn-primary {
    background-color: var(--primary);
    color: var(--white);
}

a.btn-primary {
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
}

/* header */
.logo-band a img {
    max-width: 80px;
    max-height: 100%;
    width: auto;
    height: auto;
}

.logo-band {
    margin-right: 30px;
}

nav.navbar {
    padding: 10px 20px;
    height: 78px;
    background-color: var(--white);
}

.loaction-group-band .round-icon img {
    width: 30px;
    height: 30px;
}

.loaction-group-band .text-band p {
    font-size: 14px;
}

.loaction-group-band .text-band {
    padding-left: 10px;
    padding-right: 20px;
}

.loaction-group-band .text-band span {
    font-size: 16px !important;
    font-weight: 500;
}

.loaction-group-band li {
    display: flex;
    align-items: center;
    border-right: 1px solid var(--border);
    padding-left: 20px;
}

.loaction-group-band li:first-child {
    padding-left: 10px;
}

.loaction-group-band li:last-child {
    border: none;
}

.loaction-group-band {
    border: 1px solid var(--border);
    padding: 5px;
    border-radius: 12px;
}

.navbar-nav.loaction-group-band {
    border: 1px solid var(--border);
    padding: 7px;
    border-radius: 12px;
}

.loaction-group-band .text-band:last-child {
    padding-right: 10px;
}

.loaction-group-band .text-band:first-child {
    padding-right: 20px !important;
}

.right-band li .icon-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--font);
    font-weight: 500;
    font-size: 16px;
}

.right-band li a.icon-btn img {
    width: 25px;
    margin-right: 6px;
}

.right-band ul.navbar-nav {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--border);
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    align-items: center;
    padding: 0px 9px 0px 11px;
    height: 45px;
}

ion-icon {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: var(--font);
}

/* header ----End----*/

/* Side left menu */
.main .left-band {
    width: 24%;
    background-color: var(--white);
    margin-top: 80px;
    position: fixed;
}

.main .right-band {
    width: 26%;
    background-color: var(--white);
    padding: 0px 15px;
    position: fixed;
    right: 0;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.main .center-band {
    width: 48%;
    background-color: transparent;
    margin-top: 110px !important;
    max-width: 48%;
    margin: auto;
    padding: 0px 12px;
    padding-left: 0;
    padding-right: 23px;
}
.menu-band{
    position: relative;
}
.menu-band:before {
    width: 24%;
    height: 80px;
    background-image: linear-gradient(179deg, #ffffff00, white);
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0px;
    z-index: 99;
}
.menu-band ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    font-size: 16px;
    text-decoration: none;
    color: var(--p-font);
    padding: 9px 10px;
    font-weight: 500;
    justify-content: space-between;
    border-radius: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 4%);
    font-weight: 500;
}

.menu-band span.round-count {
    background-color: var(--theme-color);
    color: #fff;
    padding: 2px 7px;
    text-align: center;
    border-radius: 21px;
    font-size: 14px;
    font-weight: 600;
    width: 43px;
    min-width: 43px;
}

.menu-band .titile-band {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border);
    margin: 0px 21px;
    padding-top: 20px;
    padding-bottom: 14px;
}

.menu-band .titile-band h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.menu-band .titile-band ion-icon {
    font-size: 27px;
    color: var(--theme-color);
    margin-right: 12px;
}

.menu-band li.active a {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #fff;
}

.menu-band li.active a span.round-count {
    background-color: var(--theme-color) !important;
    color: var(--white) !important;
}
ul li a:hover span.round-count {
    background-color: white;
    color: var(--theme-color);
}
.menu-band ul li a:hover {
    background-color: rgb(from var(--theme-color) r g b / 50%);
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}
.menu-band ul li.active {
    transition: all 0.5s;
}

/* Side left menu ---End--- */
.slider-img-band img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-img-band {
    border-radius: 20px;
    overflow: hidden;
    height: 180px;
}

.filter-band {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
    margin-bottom: 15px;
}
.filter-band .form-group {
    margin: 0px !important;
}
form {
    width: 100%;
}

.form-group {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.filter-band .form-group input {
    height: 48px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--border);
    padding: 0px 40px;
    font-size: 15px;
    margin-right: 5px;
}

span.search-icon ion-icon {
    color: var(--theme-color);
    font-size: 22px;
}

span.search-icon {
    position: absolute;
    left: 12px;
    top: 13px !important;
}

ul.select-band {
    height: 48px;
    background-color: #fff0;
    padding: 0px 6px;
    border-radius: 12px;
    display: flex;
    width: 105px;
    align-items: center;
}

ul.select-band li {
    display: flex;
    align-items: center;
}
.filter-option {
    cursor: pointer;
    background-color: transparent;
    padding: 6px;
    width: 100%;
    border-radius: 8px;
}
.filter-option img {
    width: 23px;
    height: 100%;
}


/* filter css */
/* .filter-option.active {
    background-color: #0080012b;
} */

ul.select-band li span {
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
}

/* product section */
.product-bands {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 0px 0px 0px;
}
.category-wraps h4 {
    font-size: 20px;
    font-weight: 600;
}
.cat-count {
    background: #F8E2D9;
    border-radius: 30px;
    width: 49px;
    font-weight: 600;
    color: var(--theme-color);
    font-size: 17px;
    text-align: center;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
}

.view-bands a {
    display: flex;
    align-items: center;
    color: var(--primary);
}

.view-bands a ion-icon {
    color: var(--primary);
    margin-left: 15px;
}

.product-details {
    background-color: var(--white);
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 6%);
    border-radius: 15px;
    margin-top: 15px;
    padding: 10px;
    overflow: hidden;
    padding-bottom: 15px;
}

.product-details .item-image {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #EFEFEF;
    border-radius: 15px;
    object-fit: cover; 
}

.product-details h6 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-details p {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.add-product {
    margin-top: 6px;
}

.add-product .price h5 {
    color: var(--font);
    margin-bottom: 0;
    font-size: 17px;
    display: flex;
    font-weight: 600;
}
.add-product .price h5 p {
    font-size: 17px;
    color: #47413F;
    font-weight: 500;
    padding-right: 3px;
}
.add-product .all_item {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #FF7C45;
    color: var(--white);
    height: 40px;
    width: 96px;
    border-radius: 10px;
    justify-content: center;

    text-decoration: none;
    font-size: 18px;
}

.add-product .all_item a {
    display: flex;
    text-decoration: none;
    align-items: center;
    color: #fff;
}

.add-product .all_item ion-icon {
    color: var(--white) !important;
    font-size: 25px;
    margin-right: 7px;
}

.add-product .all_item .Click-here {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #FF7C45;
    color: #fff;
    height: 40px;
    width: 107px;
    border-radius: 10px;
    justify-content: center;

    text-decoration: none;
    font-size: 18px;
}

.add-product .all_item .Click-here ion-icon {
    color: var(--white) !important;
    font-size: 25px;
    margin-right: 15px;
}

/* .add-product .price{position: relative;}
.add-product .price:after{content: "";position: absolute;top: 0;right: 0;} */
.add-product .price img {
    margin-bottom: 0;
    margin-left: 8px;
    border-radius: unset;
}

.add-product .all_items a {
    display: flex;
    align-items: center;
    border: 1px solid #FF7C45;
    color: var(--font);
    height: 40px;
    width: 107px;
    border-radius: 10px;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}



.add-product .all_items a ion-icon {

    color: var(--primary) !important;
    font-size: 25px;
    margin-right: 10px;
    margin-left: 10px;
}

.all_items.add_wraps a {
    color: var(--primary) !important;
}

.select-bands h6 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.melt_bands {
    margin-left: 10px;
}

.product_details_bands .cart-item .qty {
    display: flex;
    border: 1px solid var(--theme-color);
    color: var(--font);
    height: 30px;
    width: 84px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    box-shadow: 0px 3px 10px #0000001a;
    min-width: 84px;
    margin-left: 10px;
    position: absolute;
    right: 7px;
    top: 8px;
}
.qty input.count {
    max-width: 25px;
    border: 0;
    text-align: center;
    outline: none;
    padding: 0;
    font-weight: 600;
    color: var(--font);
    font-size: 16px;
    display: flex;
    align-items: center;
}
.qty ion-icon {
    color: var(--theme-color) !important;
    font-size: 20px;
    cursor: pointer;
}

.select-bands .melt_bands span {
    color: #729627;
    margin-right: 10px;
}

.select-bands .melt_bands h5 {
    margin-bottom: 15px;
}


.check_out {
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
}

.services_wraps span {
    color: #666666;
    font-size: 16px;
}

.view-bands h6 {
    font-size: 18px;
}

.price h5 {
    color: #47413F;
}

.price span {
    color: #2E2E2E;
}

.offer_bands {
    background-color: #FEF1EB;
    border: 1px solid #FFE4D8;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    font-size: 16px;
    text-decoration: none;
    color: var(--p-font);
    padding: 9px 10px;
    justify-content: space-between;
    border-radius: 10px;
    font-weight: 500;
}

.offer_bands h6 {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

.offer_bands a {
    display: flex;
    align-items: center;
    color: var(--primary) !important;
}

.offer_bands a ion-icon {
    display: flex;
    align-items: center;
    color: var(--primary) !important;
}

.offer_bands img {
    margin-right: 10px;
}

.pay_bands a {
    background-color: var(--theme-color) !important;
    color: var(--white) !important;
    width: 100%;
    height: 48px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    margin-top: 20px;
    font-size: 16px;
}

/* .main_cart{position: fixed;width: 347px;
        bottom: 23px;} */
        .main_cart {
            margin-bottom: 0;
            position: fixed;
            right: 0;
            width: 26%;
            background-image: linear-gradient(181deg, #ffffff00,white ,white, white);
            bottom: 0;
            padding: 16px;
            padding-top: 38px;
        }

.product_details_bands {
    width: 100%;
}

header {
    position: fixed;
    width: 100%;
    z-index: 2;
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 900px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;

    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: #000000c7;
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 9px;
    top: -10px;
    cursor: pointer;
    z-index: 99;
    font-size: 44px;
    color: #FF7C45;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}



.pop-up-content-wrap h2 {
    font-weight: 600;
    font-size: 30px;
}

.popup-bands {
    text-align: left;
}

.opup-bands h4 {
    font-size: 26px;
    margin-bottom: 11px;
}

.popup-bands h6 {
    color: var(--primary) !important;
    font-size: 30px;
    margin-top: 16px;
    margin-bottom: 15px;
}

.pop-up-wraps {
    display: flex;
    margin-top: 10px;
    margin-bottom: 25px;
}

.pop-up-wraps .all_items {
    margin-right: 15px;
}

.pop-up-wraps .all_items a {
    color: var(--primary) !important;
}

.pop-up-wraps .all_item .Click-here {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #FF7C45;
    color: #fff;
    height: 40px;
    width: 150px;
    border-radius: 10px;
    justify-content: center;

    text-decoration: none;

}

.popup-bands h4 {
    margin-bottom: 15px;
    font-size: 28px;
}

.optional-wraps {
    display: flex;
    justify-content: space-between;
    border: 1px dotted #F26821;
    border-radius: 6px;
    padding: 10px;
    height: 50px;
    margin-top: 10px;
    align-items: center;
}

.optipn-bands {
    display: flex;
    align-items: center;
}

.optipn-bands img {
    width: 33px;
    height: 33px;
    border-radius: 6px;
    border: none;
    margin-bottom: unset;
    margin: 0 8px;
}

.price-bandss h6 {
    margin: 0;
    font-size: 20px;
}

.optipn-bands p {
    font-size: 14px;
}

.optipn-bands input {
    width: 15px;
    height: 15px;
}


/* 2nd popup */
.location-wraps h5 {
    text-align: center;
    width: 35%;
    margin: auto;
    font-size: 20px;
    font-weight: 600;
}


/* tab css */

/* Tabs */
.location-wraps .tabs {
    width: 600px;

    margin: auto
}

.location-wraps ul#tabs-nav {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    overflow: auto;
}

.location-wraps ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    z-index: 1111;

    width: 300px;

    /*border: 1px solid #d5d5de;
    border-bottom: none;*/
    cursor: pointer;
}

.location-wraps ul li a {
    justify-content: center;
    border: unset;
}

.location-wraps ul li a:hover {
    background-color: unset;
}

.location-wraps #tabs-nav li a {
    text-decoration: none;
    color: #606060;
    font-size: 20px;
}

.locality img {
    width: auto;
    border-radius: unset;
    margin-bottom: unset;
    border: unset;
}

.locality {

    border: 1px solid #eee;
    border-radius: 12px;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    margin-top: 20px
}

.location-wraps .tab-content input {
    border: none;
    padding-left: 10px;
    background-color: transparent;
}

.location-wraps ul#tabs-nav {
    position: relative;
}

.location-wraps ion-icon {
    color: #FF7C45;
}



.location-wraps ul#tabs-nav::after {
    position: absolute;
    content: "";
    background-color: #D9D9D9;
    bottom: 5px;

    height: 3px;
    width: 100%;
    border-radius: 100px;
}

#tabs-nav li.active a {
    background-color: unset;
    border: unset;
    border-bottom: 5px solid #f5925f;
    border-radius: 0;
    color: #f5925f;
}

.menu-bands {
    font-size: 21px;
    padding-top: 30px
}




.skill_bands ._box {
    position: relative;
    /* width: 30rem; */
    margin: 1rem auto;
}

._box {
    width: 100%;
}

#newTag:focus,
#newTag:active {
    outline: none;
    border: 0.125rem solid #81C784;
    box-shadow: 0 0 0.5rem rgba(67, 160, 71, 0.15);
}

/* ul#tagList {
    display: block;
    margin: 0;
    border: unset;
    height: unset !important;
    padding-left: 12px !important;
    font-size: 14px !important;
    color: #707479 !important;
    background-color: #F6F6F6;
    border-radius: 0 0px 10px 10px !important;
    margin-top: -8px;
} */

ul#tagList::after {
    content: "";
    clear: both;
    display: table;
}

ul#tagList li {
    position: relative;
    list-style: none;
    float: left;
    font-size: 0.835rem;
    text-transform: capitalize;
    background-color: #fef1eb00;
    /* line-height: 1rem; */
    padding: 0.5rem 2rem 0.5rem 1rem;
    border-radius: 15px;
    word-break: break-all;
    font-weight: 500;
    font-size: 14px;
    margin: 14px 0 0 0;
    width: 100%;
    text-align: left;
    border: 1px solid #EEEEEE;
    height: 60px;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 16px;
}

span.rmTag {
    display: none;
}


.work-exprience-bands .media-upload {
    position: relative;
}

.work-exprience-bands .media-upload input {
    position: relative;
}

.work-exprience-bands .addmore_bands.media {
    padding: 0 15px;
    border: 1px solid #E8F4CC;
    background-color: #8BC400;
    height: 34px;
    color: #fff;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;

}

.work-exprience-bands .addmore_bands.media img {
    margin-right: 10px;
}



.profile_ov button.btn-close.btn-close-white {
    width: 17px;
    height: 17px;
    color: #000 !important;
    background-color: #8BC34A;
    border-radius: 50%;
    font-size: 9px !important;
}

.work-exprience-bands .file-upload .file-upload-select {
    display: block;
    justify-content: space-between;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #E4E4E4;
    height: 48px;
    position: relative;
    border-radius: 12px;
    font-weight: 500;
    padding-left: 12px;
    font-size: 14px;
    color: #707479;
}

.work-exprience-bands .text_bandss textarea {
    height: 120px !important;
}

.work-exprience-bands .file-upload .file-upload-select input[type="file"] {
    display: none;
}


.skills-bands {
    display: flex;
}


.cal-wraps {
    text-align: center;
    padding: 20px 10px;
    border: 1px solid #E7E7E7;
    border-radius: 12px;
    background-color: white;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    /* width: 300px; */
    margin-top: 15px;
    height: 60px;
}

.calendar-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.calendar {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 212px;
    position: absolute;
    z-index: 1;
    display: none;
    top: 345px !important;
    left: 138px !important;
}

.header {
    background-color: #fff;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#prevBtn,
#nextBtn {
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

#monthYear {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0px;
    padding: 0px 5px;
}

.day {
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.day.current {
    background-color: #3498db;
    color: white;
}

.day.selected {
    background-color: #2ecc71;
    color: white;
}

.calendar-box img {
    width: auto;
    margin-bottom: 0;
    border: none;
}

.calendar-box {
    display: flex;
    align-items: center;
    width: 171px;
}




.box-wraps {
    display: flex;
}

.cal-wraps {
    display: flex;
}

.order {
    margin-top: 15px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    text-align: center;
}

.order a {
    text-decoration: none;
}




::-ms-expand {
    display: none;
}

.calendar-box select {
    border: none;
    width: 130px;
    color: #959595;
    padding-left: 10px;
}

/* cart page */
.cart-bands {
    background-color: #fff;
    padding: 15px;
    margin: 15px;
    margin-top: 116px;
}

.cart-bands .cart-details {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin: 30px 0;
}

.cart-bands .cart-details h5 {
    margin-bottom: 0;
    margin-left: 15px;
    font-weight: 600;
    font-size: 23px;
}

.cart-bands .produ_details {
    display: flex;
    align-items: center;
}

.cart-bands .produ_details h6 {
    margin-bottom: 0;
}

.cart-bands .bite {
    margin-left: 15px;
}

.cart-bands .prize-bands h6 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}


.slider-img-bands {
    text-align: left;
}

.slider-img-bands img {
    height: 180px !important;
    border-radius: 15px !important;
    object-fit: cover;
    margin-bottom: 15px;
}

.slider-img-bands h6 {
    margin-bottom: 0;
}

.instrt textarea {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 15px;
    padding: 15px;
    width: 100%;
    margin-top: 30px;
    height: 87px;
}

.payment-bands {
    border: 1px solid #EEEEEE;
    margin-bottom: 43px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

input[type=radio] {
    accent-color: #da7b53;
}

.cart-details img {
    width: 30px;
}

/* right side section */
.instrts {
    margin-top: 55px;
}

.instrts h6 {
    margin-bottom: 15px;
}

.instrts input {
    border: 1px solid #EEEEEE;
    /* margin-bottom: 43px; */
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 15px;
}

.sub-total {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.sub-total li {
    font-size: 17px;
    font-weight: 500;
}

ul.sub-total.total {
    border: unset;
    margin-top: 20px;
    padding-bottom: 0;
}

ul.sub-total.tax {
    margin-top: 8px;
}

ul.sub-total.vat {
    border: none;
    color: #666666;
    margin-top: 18px;
}

p.terms a {
    color: #FF7C45;
}

p.terms {
    color: #000000;
    margin-top: 17px;
}


/* checkout */

.cart-bands h3{text-align: center;font-weight: bold;}



.login-right {
    background-color: white;
   
    display: flex;
    align-items: center;
    
  }

  
  .login-left h2 {
    color: white;
    margin-bottom: 32px;
    font-size: 32px;
  }
  .login-left p,
  .login-left p a {
    color: white;
  }
  
  .login-right h2 {
    font-size: 32px;
    color: black;
  }
  .login-right p {
    margin-bottom: 32px;
  }
  .login-right input {
    padding: 14px 12px;
    margin-bottom: 18px;
    border: 1px solid #EEEEEE;
    height: 56px ;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
  }
 
  .form-group {
    position: relative;
  }
  .login-form label {
    position: absolute;
    top: -12px;
    background: white;
    left: 12px;
    color: #000;
  }
  .login-form input:focus .login-form label {
    color: #AAAAAA !important;
  }
  .login-form input:focus {
    border-color: #AAAAAA;
    outline: none;
    box-shadow: none;
  }
  .login-form input:focus::placeholder {
    color: #AAAAAA !important;
  }
  .line {
    width: 140px;
    height: 4px;
    background: white;
    margin-top: 36px;
  }
  .lin {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .login-wrapper .container {
    overflow: hidden;
  }
  .login-right .form-group{margin-bottom: 9px;}
  .cart-details.heading{margin: 0; margin-bottom: 30px;}

  a:hover {
    text-decoration: none;
}

.category-wraps {
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-cat-title{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

td.cart-item {
    display: flex;
    border: 1px solid #eee;
    border-radius: 11px;
    gap: 10px;
    margin-bottom: 9px;
    width: 100%;
    padding: 9px;
    position: relative;
}
.cart-img {
    width: 50px;
    height: 100px;
    overflow: hidden;
    min-width: 100px;
    border-radius: 9px;
    border: 1px solid #eee;
}
.cart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-text {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    margin-right: 90px;
    font-weight: 600;
}
.cart-price strong {
    color: var(--font);
    margin-bottom: 0;
    font-size: 13px;
    display: flex;
    font-weight: 500;
    margin-bottom: 2px;
    margin-top: 3px;
    opacity: 0.9;
    border: 1px solid #d6d6d6;
    width: fit-content;
    padding: 1px 6px;
    border-radius: 5px;
    background-color: #ffffff9e;
    margin-top: 7px;
}
strong.sub_total {
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px !important;
    opacity: 1;
    display: block;
}
.cart-img img {
    max-height: 100px;max-width: 100px;
}

input.count {
    max-width: 25px;
    border: 0;
    text-align: center;
    outline: none;
    padding: 0;
}

.category {
    padding-bottom: 20px;
    border-bottom: 2px solid rgb(0 0 0 / 6%);
    margin-bottom: 9px;
}

.left-band ul {
    padding: 10px 20px;
    overflow: overlay;
    height: 100vh;
    padding-bottom: 200px;
    position: relative;
}

.cart-list-band {
    max-height: 80vh;
    overflow: overlay;
    padding-bottom: 150px;
    width: 100%;
    clear: both;
    max-width: 100%;
}
.empty_basket.no-data {
    text-align: center;
    padding: 30px 0;
}

.empty_basket h4 {
    font-size: 17px;
}

.filter-option {
    cursor: pointer;
}
.lang-swithcer {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    cursor: pointer;
}
.right-band {
    display: flex;
    align-items: center;
    gap: 20px;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.tag {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    /* font-weight: 400; */
}

.tag img {
    max-width: 13px;
    margin: 0;
}

.veg-band {
    padding-top: 8px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.attribute-data {
    display: flex;
    color: #000;
    font-size: 14px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-bottom: 7px;
    align-items: center;
}
.attribute-data .text-small {
    opacity: 0.9;
    margin-left: 7px;
    color: #2E2E2E;
    padding: 0px 6px;
    background-color: #eeeeee73;
    border: 1px solid #d4d0d0;
    font-size: 13px;
    border-radius: 6px;
}
.attribute-data:last-child {
    padding-bottom: 0;
}


.special-product h6, .special-product p, .special-product .tag, .special-product .attribute-data {
    color: #fff;
}



.filter-band .select-band .check-box {
    display: flex;
    align-items: center;
}

.filter-band .select-band .check-box input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 51px;
    height: 15px;
    background: #d2d2d2;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

.filter-band .select-band .check-box input:checked[type="checkbox"] {
    background: #008001;
}

.filter-band .select-band .check-box input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: -5px;
    left: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
    background-image: url('../images/veg.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.filter-band .select-band .check-box input:checked[type="checkbox"]::after {
    left: 52%;
}

.filter-band .select-band span {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
}

.category .product-bands {
    padding-top: 8px;
    margin-bottom: 7px;
}
.category .des_t p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.price-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.price-group span.price-tag {
    margin-left: 7px;
    opacity: 0.8;
    color: #ff7c45;
    text-decoration: line-through;
}

.right-band .product_details_bands .titile-band {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border);
    margin: 0px 5px;
    padding-top: 20px;
    padding-bottom: 14px;
    margin-bottom: 12px;
}
.right-band .product_details_bands  .titile-band ion-icon {
    font-size: 27px;
    color: var(--theme-color);
    margin-right: 12px;
}
.right-band .product_details_bands .titile-band h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.cart-details-band {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

td.cart-item:hover {
    box-shadow: 0px 10px 30px #00000008;
    transition: all 0.8s;
    border-color: #ff7c454f;
}
.services_wraps h5 {
    margin: 0;
    font-size: 17px;
    opacity: 0.9;
}
.price h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.cart-attributes ul li {
    background-color: #ff7c4514;
    margin-right: 7px;
    margin-top: 7px;
    padding: 3px 9px;
    font-size: 13px;
    font-weight: 500;
    color: #ff7c45;
    border-radius: 6px;
    opacity: 0.9;
    border: 1px solid #ff7c4526;
    width: fit-content;
}
nav.navbar.navbar-expand-lg a.btn-primary {
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    height: 42px;
    padding: 0px 10px;
    line-height: 42px;
    width: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-attributes ul {
    display: flex;
    flex-wrap: wrap;
}
/* .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important;
} */
.right-band .lang-swithcer {
    height: 42px!important;
    border: none;
    padding: 0 !important;
    font-weight: 400!important;
    font-size: 16px !important;
}
.right-band ion-icon {
    color: var(--p-font);
}
ul.dropdown-menu.switch_lang.show {
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px #0000001a;
    border: 1px solid #eee;
}
ul.dropdown-menu.switch_lang.show li.active a {
    color: #ff7c45;
}
ul.dropdown-menu.switch_lang.show .dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 18px;
}
.product-details:hover {
    box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
    transform: scale(1.020);
    transition: all 0.2s;
}

.fixed_btn {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    width: 34%;
    margin: 0 auto;
    font-weight: 500;
    right: 0;
    left: 0;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 14px 30px;
    color: #fff;
    bottom: 20px;
    border: 0;
    box-shadow: none;
    z-index: 8;
}

.track-order-btn {
    text-align: left;
    padding-left: 55px !important;
}

.menu-btn-group {
    position: fixed;
    bottom: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    height: 0;
}

.fixed_btn:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s linear 0s;
}

.menu-btn-group .fixed_btn {
    position: relative;
    display: block;
}

@keyframes loading {
    0% {
      transform: scale(0.2);
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
  
.loader_wave {
    width: 25px;
    height: 25px;
    animation: loading 1s infinite ease-out;
    margin: auto;
    border-radius: 50%;
    background-color: #6f71bd;
    position: absolute;
    top: 20px;
    left: 15px;
}

.track-order-btn .text-one {
    font-weight: bold;
    font-size: 14px;
}

.track-order-btn .text-two {
    font-size: 12px;
}

.tags-info-dailog .close-tags {
    position: absolute;
    right: 3px;
    top: 0px;
    background: transparent;
    border: none;
    color: #000;
}

.tags-info-dailog .modal-header {
    height: 0 !important;
}

.tags-list li {
    display: inline-block;
    background-color: #4f0fff08;
    margin-left: 7px;
    padding: 4px 14px;
    margin-bottom: 9px;
    border-radius: 36px;
    border: 1px solid #4f0fff12;
}

.loader {
    border: 10px solid #c9c6c6; 
    border-top: 10px solid var(--theme-color);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: auto;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-main {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    text-align: center;
    display: flex;
    z-index: 1;
    background: #f1f1f194;
}

.hide{
    display: none;
}

.title-order h5 {
    font-size: 15px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    margin: 0;
}

div#notFound {
    padding: 20px;
}

.no-items p {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.call-button {
    position: fixed;
    right: 0;
    bottom: 8px;
    width: 90% !important;
    margin: 7px auto;
    display: block;
    left: 0;
    height: 45px;
    box-shadow: 0px 10px 50px #fff;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border: 0px solid;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: var(--theme-color);
    color: #fff !important;
    cursor: pointer;
}