body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.carousel-control-next,
.carousel-control-prev {
    width: 8% !important;
}

a,
a:hover {
    cursor: pointer;
    text-decoration: none;
}

@media (min-width: 992px) {
    .col-lg-2.single-item {
        -ms-flex: 0 0 19.666667% !important;
        flex: 0 0 19.666667% !important;
        max-width: 19.666667% !important;
    }
}


.vendor-card .vendor-banner {
    height: 220px;
    object-fit: cover;
}

.vendor-card .vendor-logo {
    position: absolute;
    right: -10%;
    z-index: 2;
    border-radius: 50%;
    height: 40%;
    width: 20%;
    top: 30%;
    object-fit: cover;
}

@media (max-width: 786px) {
    .sm-width-50 {
        width: 50% !important;
    }

    .sm-width-40 {
        width: 40% !important;
    }

    .single-feature .col-3 {
        flex: 0 0 18%;
        max-width: 18%;
    }

    .single-feature .col-9 {
        flex: 0 0 82%;
        max-width: 82%;
        padding-left: 3px;
    }

    .single-feature .col-9 h6 {
        font-size: 0.9rem;
    }

    .single-feature {
        padding: 0px !important;
    }

    .single-feature .p-3 {
        padding-left: 1.7rem !important;
        padding-right: 1.7rem !important;
    }

    .single-feature:not(:last-child) {
        border-bottom: 2px solid lightgrey;
    }

    .p-sm-0 {
        padding: 0px !important;
    }

    .h3-head {
        font-size: 1.1rem;
    }

    .vendor-card {
        border: 1px solid #e1e1e1;
        padding-bottom: 15px !important;
    }

    .vendor-card .vendor-banner {
        height: 200px;
        object-fit: cover;
    }

    .vendor-card .vendor-logo {
        position: absolute;
        right: 10%;
        z-index: 2;
        border-radius: 50%;
        height: 80px;
        width: 80px;
        top: 80%;
        object-fit: cover;
    }

    .vendor-card h3 {
        font-size: 1.35rem;
        font-weight: 600;
        margin-top: 10px;
    }

    .vendor-card h6 {
        margin-bottom: 0px;
    }

    .vendor-card .col-lg-8.col-md-8.col-sm-12.p-0.pl-5 {
        padding-left: 1.3rem !important;
        padding-top: 0.5rem !important;
    }

    .side-filter .filter-title {
        padding: .5rem !important;
        background: #336699;

    }

    .side-filter .filter-title * {
        color: white !important;
    }

    .seller-menu {
        margin-top: 20px;
        font-size: 85%;
    }
}

/* seller menu **/

.seller-menu a {
    font-weight: 600;
}

.seller-menu a.active {
    border-bottom: 5px solid #336699;
}

.single-item img {
    height: 280px;
    object-fit: contain;
}

.single-item .name h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-dash .collapse:not(.show) {
    display: block;
}

.container {
    max-width: 1400px;
}

.container,
.container-fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.table td,
.table th {
    vertical-align: middle;
    white-space: nowrap;
}

@media (max-width: 786px) {


    .single-item img {
        height: 280px;
        object-fit: contain;
    }

    .side-dash .collapse:not(.show) {
        display: none !important;
    }

    .side-dash ul > li {
        border-bottom: 2px solid lightgrey;
    }

    .page-header h1 {
        margin-bottom: 0px !important;
        font-size: 1.5rem;
    }

    .page-header .container.pt-5.pb-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    table {
        font-size: 80% !important;
    }

    .notifications-table .nav.justify-content-start .pt-2 {
        width: 10%;
    }

    .notifications-table .nav.justify-content-start .pl-3 {
        width: 90%;
    }
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #336699;
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, .25) !important;
}

.banner {
    height: 220px;

}

::placeholder {
    color: #000 !important;
    opacity: 1;
}

#button {
    display: inline-block;
    background-color: #336699;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f35b";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

.btn-archive {
    cursor: pointer;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

@media (min-width: 500px) {

    #button {
        margin: 30px;
        background-color: #336699;
    }
}

.avacus-page-header-section {
    height: 250px;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.avacus-page-header-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #343a40;
    content: "";
}

.display-table {
    height: 100%;
    display: table;
    width: 100%;
}

.display-cell {
    display: table-cell;
    vertical-align: middle;
}

.page-title {
    color: #fff;
}

.page-title h2 span {
    color: #819C68;
}

.page-title h2 {
    font-size: 55px;
    font-weight: 700;
}

.breadcrumb {
    padding: 20px 15px !important;
    margin-bottom: 70px;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    margin-top: -40px;
    padding-left: 30px;
}

.breadcrumb li,
.breadcrumb a,
.breadcrumb li.active {
    color: black;
    font-size: 14px;
    font-weight: 400;
}

.avacus-services-two-section {
    background: #f2f3f4 none repeat scroll 0 0;
}

.section-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.services-category a {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 2px solid #f2f3f4;
    color: #333;
    font-weight: 500;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    transition: .4s;
    font-size: 14px;
}

.services-category a:hover {
    padding-left: 11px;
    background: #336699;
    color: white;
}

.services-category ul li .active {
    padding-left: 11px;
    background-color: #336699 !important;
    color: white;
}

.contact-us-widget {
    background: #819C68 none repeat scroll 0 0;
    padding: 30px 30px;
}

.contact-us-widget > h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-us-widget p {
    line-height: 24px;
}

.contact-us-widget ul {
    margin-top: 20px;
    padding-left: 0;
}

.contact-us-widget > ul li {
    line-height: 30px;
    list-style: none;
}

.contact-us-widget > ul li span {
    padding-right: 15px;
}

.get-quate-btn {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: .4s;
    text-decoration: none !important;
}

.get-quate-btn:hover {

    background: #343a40;
    color: #fff;
}

.services-single-content h3 {
    font-weight: 700;
    margin-bottom: 30px;
}

.services-single-content p {
    line-height: 24px;
    margin-bottom: 20px;
}

.case-list li::before {
    background: #819C68 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "ï„…";
    font-family: fontawesome;
    height: 15px;
    left: 0;
    line-height: 15px;
    margin-top: 5px;
    position: absolute;
    text-align: center;
    width: 15px;
}

.services-category ul {
    padding-left: 0;
}

.services-category ul li {
    list-style: none;
}

.services-category ul li a {
    text-decoration: none;
}


.hide-in-sm {

    display: block;
}

.show-in-sm {
    display: none;
}

.bid-btn {
    font-size: 1.05rem;
    font-weight: 500 !important;
}

.bid-btn.text-dark:hover {
    background-color: #336699 !important;
}

.btn .fa-heart {

    font-size: 1.3rem;
}

.btn .fa-heart:hover {
    color: red !important;
}

.bg-main {
    background-color: #336699 !important;
}

.btn-hover-color {
    font-weight: 500 !important;
}

.btn-hover-color:hover {
    color: white !important;
    background-color: #336699 !important;
}

.hover-color:hover {
    background-color: #336699 !important;
}

.btn-cancel {
    color: #343a40 !important;
}

.btn-cancel:hover {
    color: white !important;
    background: #dc3545 !important;
}

.p-image img {
    height: 215.5px;
    width: 245.5px;

}

.text-main {

    color: #336699 !important;
}

.text-black {

    color: #000000 !important;
}

.text-white {

    color: #FFFFFF !important;
}

.text-disabled {

    color: #aaa !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #336699 !important;
    border-color: #336699 !important;
}

.btn-wishlist {
    padding: .4rem;
}

.new-form {
    padding: 4rem;
}

.btn-main-cancel {
    font-size: 90%;
    color: #dc3545 !important;
    font-weight: 500;
    cursor: pointer;
    border-color: #dc3545 !important;
    background-color: #FFFFFF;
}

.btn-main-cancel:hover {
    background-color: #dae0e5 !important;
}

.btn-main {
    font-size: 90%;
    color: #FFF !important;
    font-weight: 500;
    cursor: pointer;
    border-color: #336699 !important;
    background-color: #336699;
}

.btn-main:hover {
    background-color: #1F3D5C !important;
}

.bg-main-dark {
    background: #333;
}

.text-main-dark {
    color: #333;
}

.bg-black {
    background: black !important;
}

.text-black {
    color: black !important;
}

.bg-white {
    background: white !important;
}

.text-white {
    color: white !important;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.btn-chat,
.btn-delete,
.btn-status,
.status {
    cursor: pointer;
}


.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.light-border {
    border: 1px solid #eee !important;
}

.text-main-light {
    color: #666;
}

label {
    color: #666;
    font-weight: 500;
    font-size: 90%;
    margin-bottom: 2px !important;
}

.login-form .form-control {
    min-height: 3.1rem;
    padding: 0.85rem 1rem;
    border: 1px solid #eee;
    font-size: 0.9rem;
    font-family: Poppins, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: #999;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

.form-control::placeholder {
    color: #666 !important;
}



/* newsletter section **/

.newsletter-section input {
    min-height: 3.2rem;
    padding: 0.85rem 2rem;
}

.newsletter-section button {}


/* side filter **/


.side-filter label {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 5px !important;
    font-size: 100%;
    color: #141414 !important;
}

.side-filter .form-control {
    border-radius: 0px;
    border: 0px !important;
    border-bottom: 2px solid #ccc !important;
}



@media only screen and (max-width: 786px) {

    .hide-in-sm {

        display: none;
    }

    .show-in-sm {
        display: block;
    }


    .new-form {
        padding: .5rem;
    }


    .sm-width-50 {
        width: 50% !important;
    }

    .sm-width-100 {
        width: 100% !important;
    }

    .banner {
        height: 110px;

    }

    .timer li {
        display: inline-block;
        font-size: .2em;
        text-align: center;
        list-style-type: none;
        padding: .2em;
        text-transform: uppercase;
    }

    .timer li span {
        display: block;
        font-size: .3rem;
    }

    .p-image img {
        height: 110px;
    }

    .name h6 {
        font-size: .80rem;
    }

    .current span {
        font-size: .5rem;
    }


    .btn-main-cancel {
        font-size: 80%;
    }

    .btn-main-cancel.px-5 {
        font-size: 80%;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .btn-main {
        font-size: 80%;
    }

    .btn-main.px-5 {
        font-size: 80%;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .newsletter-section .input-group {
        margin-top: 1rem !important;
    }

    .newsletter-section input {
        min-height: 2.7rem;
        padding: 0.85rem 2rem;
    }

    .newsletter-section button {
        font-size: 80%;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .secondary-footer * {
        text-align: center;
    }

    .secondary-footer .nav.justify-content-between div {
        width: 100% !important;
    }

    .secondary-footer .nav.justify-content-between div:nth-child(2) {
        margin-top: 0.7rem !important;
    }

    #button {
        right: 20px;
    }

    button:focus {
        outline: none !important;
    }

    .side-filter label {
        font-size: 90%;
        margin-bottom: 0px !important;
    }

    .pagination-section {
        margin-top: 10px !important;
        justify-content: space-evenly !important;
        width: 100%;
    }

    .pagination-section div {
        width: 100%;
    }

    .pagination-section .pagination {
        margin-top: 10px !important;
        width: 100%;
        justify-content: space-between !important;
    }


}
