

:root, body {
    /* --font: "Inter"; */
    /* Colors */
    /* --color-primary: rgb(19,38,47); */
    /* --color-primary: #003049; */
    --color-primary: #003049;
    --color-secondary: rgba(209,247,226,255);
    --color-secondary-light: rgba(179,248,206,255);

    line-height: normal;
}

/*===============================
        Start:  Header
===============================*/
.top-bar .site-logo img {
    height: 55px;
    width: auto;
}

.main-nav .navbar {
    /* padding: 1.5rem; */
}

.main-nav .offcanvas {
    /* height: calc(100% - 99.621px);
    top: 99.621px; */
    width: 80%;
    max-width: 232px;
    padding: 1rem 0;
}

.main-nav .offcanvas ul {
    width: 100%;
}

.main-nav .offcanvas ul li {
    padding: 0 1rem;
}

.main-nav .site-logo {
    font-size: 2rem;
}

.main-nav .nav-item {
    display: flex;
    align-items: center;
}

.main-nav .nav-item:not(:last-child) {
    /* margin-right: 1.2rem;  */
}

.main-nav .featured a {
    font-size: 16px;
}

.category-nav {
    background-color: var(--color-primary);
    color: white;
    overflow: hidden;
}

.category-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: wrap;
}

.category-nav ul li {
    width: fit-content;
    margin: auto;
}
.category-nav ul li:hover{
    color: rgb(255, 0, 0) !important;
}

.category-nav ul a {
    color: #eff0f1;
    padding: .8rem 0;
    text-decoration: none;
    transition: all .2s;
    display: block;
    text-align: center;
}

.category-nav ul a::before {
    color: #eff0f1;
    text-decoration: none;
    display: block;
    height: 0;
    font-weight: 700;
    content: attr(title);
    visibility: hidden;
    overflow: hidden;
}

.category-nav ul li.active a,
.category-nav ul li a.active,
.category-nav ul li.active a.active,
.category-nav ul li:hover a {
    color: white;
    /* font-weight: 700; */
}

.category-nav .owl-item {
    width: fit-content !important;
}

.category-nav .owl-item:not(:last-child) {
    margin-right: 3rem;
}

.category-nav .owl-dots {
    display: none;
}

.category-nav .owl-stage {
    min-width: max-content;
}

/* Breakpoint: lg */
@media (min-width: 992px) {
    .main-nav .offcanvas {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}
@media (min-width: 1440px) {
    .hero-inner .text h3 {
        font-weight: 800;
        margin-bottom: 8px;
        font-size: 22px;
    }
}
/*===============================
        End:  Header
===============================*/

/*===============================
        Start:  Hero
===============================*/

.hero-inner .hero-img {
    min-height: 360px;
    background-color: #1a1b1d;
}

.hero-inner .hero-img img {
    display: none;
}

@media (min-width: 732px) {
    .hero-inner .hero-img img {
        display: block;
    }
}

.hero-inner .text h3 {
    font-weight: 800;
    margin-bottom: 8px;
    font-size: 1.5rem;
}

.hero-inner .text p {
    margin-bottom: 2rem;
    font-size: .9rem;
}

.hero-inner .text .search-form .d-flex {
    flex-wrap: wrap;
    gap: .8rem !important;
}

.hero-inner .text .search-form .search-box {
    width: 100%;
}

.hero-inner .text .search-form .search-box input {
    border-radius: 63px;
    padding: 0.8rem 2rem;
    font-size: .9rem;
}


.hero-inner .text .search-form .category-box {
    display: none;
}

.hero-inner .text .search-form button {
    width: 100%;
    font-size: .9rem;
    padding: 0.8rem 2rem;
    box-shadow: 0 0 2px 0px rgb(255 255 255) !important;
}


/* .hero-inner .text .search-form {
    background-color: white;
    padding: 0.5rem 0.8rem;
    border-radius: 63px;
}
@media (min-width:480) {
    .hero-inner .text .search-form {
        padding: 1px 0px 4px 2px;
        border-radius: 13px;
    }
}

.hero-inner .text .search-form .category-box {
    width: 32%;
}

.hero-inner .text .search-form button {
    font-size: 16px;
    padding: 0.8rem 2rem;
} */

/* .hero-inner .text .search-form {
    background-color: white;
    padding: 0.2rem 0.2rem;
    border-radius: 63px;
    gap: 6px !important;
}

.hero-inner .text .search-form .search-box input, .hero-inner .text .search-form .category-box select {
    font-size: 10px;
}

.hero-inner .text .search-form .category-box {
    width: 34%;
}

.hero-inner .text .search-form button {
    font-size: 10px;
    padding: 0.5rem .5rem;
}

@media (min-width: 375px) {
    .hero-inner .text h1 {
        font-weight: 800;
        margin-bottom: 8px;
        font-size: 20px;
    }

    .hero-inner .text p {
        margin-bottom: 8px;
        font-size: 14px;
    }
}

@media (min-width: 425px) {
    .hero-inner .text h1 {
        font-weight: 800;
        margin-bottom: 8px;
        font-size: 28px;
    }

    .hero-inner .text p {
        margin-bottom: 8px;
        font-size: 14px;
    }
}

/* Breakpoint: sm */
@media (min-width: 576px) {
    .hero-inner .text h3 {
        font-weight: 800;
        margin-bottom: 1.4rem;
        font-size: 2rem;
    }

    .hero-inner .text p {
        line-height: 21px;
        margin-bottom: 2rem;
        font-size: 1rem;
    }

    .hero-inner .text .search-form {
        background-color: white;
        padding: 0.5rem 0.8rem;
        border-radius: 63px;
    }

    .hero-inner .text .search-form .d-flex {
        flex-wrap: nowrap;
        gap: 0.5rem !important;
    }

    .hero-inner .text .search-form .search-box {
        flex-grow: 1;
    }
    
    .hero-inner .text .search-form button {
        font-size: 16px;
        padding: 0.8rem 2rem;
        width: auto;
    }

    .hero-inner .text .search-form .search-box input, .hero-inner .text .search-form .category-box select {
        font-size: 1rem;
        width: auto;
    }
    
}

/* Breakpoint: md */
@media (min-width: 768px) {
    .hero-inner .text .search-form .category-box {
        width: 50%;
        display: block;
    }
}

/* Breakpoint: lg */
@media (min-width: 992px) {
    .hero-inner .text .search-form .search-box input,
    .hero-inner .text .search-form .category-box select {
        width: 100%;
    }
}

/* Breakpoint: xl */
@media (min-width: 1200px) {
    .hero-inner .text h3 {
        font-size: 3rem;
    }
    
    .hero-inner .text p {
        font-size: 1.3rem;
    }

    .hero-inner .text .search-form {
        padding: 1rem 0.8rem;
    }

    .hero-inner .text .search-form .search-box input, 
    .hero-inner .text .search-form .category-box select,
    .hero-inner .text .search-form button {
        font-size: 1.3rem;
    }
}

/*===============================
        END:  Hero
===============================*/

/*===============================
        Start:  Browse Category
===============================*/
.sec-browse-categories .sec-header .text h3 {
    font-weight: bold;
    font-size: 14px;
}

.sec-browse-categories .sec-header .text p {
    font-size: 10px;
    margin-bottom: 0;
}

.sec-browse-categories .sec-header .btn {
    background-color: #E9E9ED;
    font-size: 10px;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.4rem 0.6rem;
}
.sec-browse-categories .sec-header .btn img {
    width: 12px;
}

.sec-browse-categories .category-slider .category {
    height: 246px;
    max-width: 213px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-browse-categories .category-slider .category img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
}

.sec-browse-categories .category-slider .category .text-wrap {
    padding: 1.2em;
    background-color: rgba(0, 0, 0, .3);
}

.sec-browse-categories .category-slider .category .text-wrap .text .service-count {
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: .8rem;
}

.sec-browse-categories .category-slider .category .text-wrap .text .title {
    color: white;
    font-weight: 600;
}

/* Breakpoint: sm */
@media (min-width: 576px) {
    .sec-browse-categories .sec-header .text h3 {
        font-weight: bold;
        font-size: calc(1.3rem + .6vw);
    }
    
    .sec-browse-categories .sec-header .text p {
        font-size: 14px;
    }
    
    .sec-browse-categories .sec-header .btn {
        background-color: #E9E9ED;
        font-size: 13px;
        font-weight: 600;
        border-radius: 50px;
        padding: 0.6rem 1rem;
    }
}
/*===============================
        End:  Browse Category
===============================*/

/*===============================
        Start:  Orders
===============================*/
.order {
    border: 1px solid #e0e3ef;
    box-shadow: 0px 0px 2px #e0e3ef;
    padding: 2em 4em;
    border-radius: 14px;
    overflow-x: auto;
}

.order .order-inner {
    min-width: 805.8px;
    gap: 1.5rem;
}

.order .label {
    font-weight: 700;
    color: var(--color-primary);
}

.order .seller-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.order .seller-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
}

.order .seller-name {
    line-height: 28px;
    color: #2a2a2a;
    font-size: 1.1rem;
}

.order .item-img {
    width: 118px;
    height: 80px;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.order .item-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 8px;
}

.order .item-name {
    line-height: 28px;
    color: #2a2a2a;
    font-size: 1.1rem;
}

/* Breakpoint: xl */
@media (min-width: 1200px) {
    .order .order-inner {
        gap: 3rem;
    }
}

/* Breakpoint: xxl */
@media (min-width: 1400px) {
    .order .order-inner {
        gap: 6rem;
    }
}

/*===============================
        End:  Orders
===============================*/

/*===============================
        Start:  Chatbox
===============================*/

.chatbox .chatbox-sidebar {
    padding: 1rem 0;
    border: 1px solid #f0f1f7;
    box-shadow: 0px 0px 2px #f0f1f7;
    border-radius: 12px;
    width: 430px;
}

.chatbox .chatbox-sidebar .sidebar-header {
    padding: 0 1rem;
}

.chatbox .chatbox-sidebar .sidebar-header h1 {
    font-size: 1.8rem;
}

.chatbox .chatbox-sidebar .contacts {
    padding: 0 .8rem;
}

.chatbox .chatbox-sidebar .contacts .contact {
    padding: 1.2rem 1rem;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color .3s;
}

.chatbox .chatbox-sidebar .contacts .contact.new-messages {
    background-color: #eceeee;
}

.chatbox .chatbox-sidebar .contacts .contact:hover {
    background-color: #eceeee;
}

.chatbox .chatbox-sidebar .contacts .contact.active {
    background-color: var(--color-primary);
    color: white;
}


.chatbox .chatbox-sidebar .contacts .contact .img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.chatbox .chatbox-sidebar .contacts .contact .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
}

.chatbox .chatbox-sidebar .contacts .contact .info .name {
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.chatbox .chatbox-sidebar .contacts .contact .info .last-msg {
    color: #717272;
}

.chatbox .chatbox-sidebar .contacts .contact.active .info .last-msg {
    color: #a9b0b3;
}

.chatbox .chatbox-main {
    padding: 1rem 0;
    border: 1px solid #f0f1f7;
    box-shadow: 0px 0px 2px #f0f1f7;
    border-radius: 12px;
}
/*===============================
        End:  Chatbox
===============================*/


/*===============================
        Start:  General
===============================*/

/* Background Colors */
.bg-primary-new {
    background-color: var(--color-primary);
}

.bg-secondary-new {
    background-color: var(--color-secondary);
}

/* buttons */
.btn-primary-new, .btn-primary-new:hover, .btn-primary-new:active {
    background-color: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    box-shadow: none !important;
    color: white !important;
}

.btn-secondary-new, .btn-secondary-new:hover, .btn-secondary-new:active {
    background-color: var(--color-secondary) !important;
    border: 1px solid var(--color-secondary) !important;
    box-shadow: none !important;
    color: #4f6967 !important;
}


/* Badges */
.badge-new-primary {
    background-color: var(--color-primary);
    color: white;
}

.badge-new-secondary {
    background-color: var(--color-secondary-light);
    color: #69b185;
    padding: 0.3em 1em;
    border-radius: 3px;
}
.badge-new-danger {
    background-color: rgb(181, 6, 6);
    color: #ffffff;
    padding: 0.3em 1em;
    border-radius: 3px;
}
.badge-new-warning {
    background-color: rgb(181, 172, 6);
    color: #ffffff;
    padding: 0.3em 1em;
    border-radius: 3px;
}
.badge-new-primary {
    background-color: rgb(6, 120, 181);
    color: #ffffff;
    padding: 0.3em 1em;
    border-radius: 3px;
}

/* Page header */
.order-header {
    /* background-color: var(--color-secondary); */
background-color: #69b185;
    padding: 1.4em ;
    border-radius: 12px;
}

.order-header h1 {
    color: #fff;;
    /* color: var(--color-primary); */
    font-size: 30px;
}


.order-header .filter {
    max-width: 100%;
}

.order-header .filter label {
   font-size: 20px;
    color: #fff;
}

.order-header .filter select {
    padding: 0.6rem 1.6rem;
    font-size: 1.2em;
    max-width: 100%;
    width: 269px;

    background-color: #69b185;
    /* background-color: var(--color-primary); */
    color: white;
    border: 1px solid #ebeced;
}

/*===============================
        End:  General
===============================*/




















/*====================================== END: File ========================================*/

/*===============================
        Breakpoints (Don't write anything in there, this is just for copying and using somewhere else.
        Also keep it in the end of file.)
===============================*/
/* Breakpoint: sm */
@media (min-width: 576px) {

}

/* Breakpoint: md */
@media (min-width: 768px) {

}

/* Breakpoint: lg */
@media (min-width: 992px) {

}

/* Breakpoint: xl */
@media (min-width: 1200px) {

}

/* Breakpoint: xxl */
@media (min-width: 1400px) {

}