/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,800&display=swap');*/

body {
    font-family: 'Open Sans', sans-serif;
}

#map {
    width: 100%;
    height: 1000px
}

.search-input-box input {
    border-top: 1px solid var(--gary);;
    border-bottom: 1px solid var(--gary);;
    border-left: 1px solid var(--gary);;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.search-input-box {
    border: none !important;
}

.search-input-box button {
    border-left: #fff;
}

.user--nav-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    float: right;
}

.user--nav-menu li {
    margin-left: 5px;
}

.contact--btn {
    background: #0091FF;
    color: var(--white);
    font-size: 14px;
    font-family: var(--Regular);
    text-align: center;
    background: var(--main-gradient);
    color: var(--white);
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px 8px;
    margin-top: 10px !important;
}

.home-cart-btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.subscribe-form button {
    width: 100%;
    padding: 15px 10px;
}

.social--share--icon h4 {
    line-height: 27px;
    margin: 0px;
    color: #f1f1f1 !important;
    font-size: 25px;
}

.social--icon span {
    width: 35px;
    height: 35px;
}

.subscribe--grid p {
    font-size: 18px !important;
}

.subscribe-form input {
    font-size: 17px !important;
}

.external-link {
    font-size: 14px !important;
}

.signin-form form label {
    color: #4c4c4c;
}

.footer-bottom--container {
    border-bottom: 1px solid rgb(177 177 177 / 20%);
}

.footer--social {
    border-bottom: none;
}

.app-icon {
    height: 40px;
}

.product-like-grid {
    padding: 10px 0px 30px 0px;
}

.like-product-img {
    width: 30%;
}

.cat-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 130px;
    padding: 10px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 20%);
    min-width: 150px;
}


.categories-header {
    padding-bottom: 0px;
}

.sub--cat-title {
    font-size: 16px;
    font-family: var(--FontsMedium);
}

.card {
    border: 1px solid rgb(129 129 129 / 13%);
    border-radius: 5px;
}

.card-quantity-btn {
    border: 0.2px solid #bfbfbf85;
    padding: 7px 10px;
    border-radius: 5px;
}

.card-quantity-btn button {
    background: #e3e3e3;
    color: #828282;
    width: 30px;
    height: 30px;
}

.card-quantity-btn {
    min-width: 120px;
}

.card-quantity-btn span {
    line-height: 30px;
}

.cart-item {
    border-bottom: 1px solid #f2f2f2;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-title {
    font-size: 16px;
    color: #3b3b3b;
    line-height: 1.3em;
    padding-left: 15px;
}

.la-trash {
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 50px;
    margin-left: 10px;
}

.form-control {
    padding: 8px 8px;
}

#checkout-note {
    border-radius: 5px;
    border: 0.2px solid #63636385;
    padding: 10px;
}

.distributor-row {
    padding: 12px 10px;
    border: 1px solid #c8c8c870;
    border-radius: 5px;
    margin-bottom: 10px;
    background: white;
}

.distributor-row:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.distributor-row p {
    padding-left: 18px;
}

.gradient-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn {
    color: #ffffff;

}

.btn:hover {
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--gary);
    font-weight: normal;
}

.seller.dashboard {
    padding: 0px 40px;
}

.card {
    width: 100%;
}

.form-check-input:checked {
    background-color: #18191a;
    border-color: #131314;
}

.merchant-sidebar .buying-leads-sidebar {
    background: #711406 !important;
}

.merchant-sidebar .buying-leads-sidebar span {
    color: #fff !important;
}

.merchant-sidebar .buying-leads-sidebar a {
    color: #fff !important;
}

.merchant-sidebar .buying-leads-sidebar .active {
    border-left: 2px solid #fff !important;
    background: linear-gradient(to right, #f8735d, #f66a56, #f4614e, #f15747, #ef4d40) !important;
}

.merchant-sidebar .menu-item:hover {
    background: linear-gradient(to right, #f8735d, #f66a56, #f4614e, #f15747, #ef4d40) !important;
}

.distributor-sidebar .buying-leads-sidebar {
    background: #a11e09 !important;
}

.distributor-sidebar .buying-leads-sidebar span {
    color: #fff !important;
}

.distributor-sidebar .buying-leads-sidebar a {
    color: #fff !important;
}

.distributor-sidebar .buying-leads-sidebar .active {
    border-left: 2px solid #fff !important;
    background: linear-gradient(to right, #f8735d, #f66a56, #f4614e, #f15747, #ef4d40) !important;
}

.distributor-sidebar .menu-item:hover {
    background: linear-gradient(to right, #f8735d, #f66a56, #f4614e, #f15747, #ef4d40) !important;
}

.customer-sidebar .buying-leads-sidebar {
    background: #F5563D !important;
    height: 100vh;
    height: 100%;
}

.customer-sidebar .buying-leads-sidebar span {
    color: #fff !important;
}

.customer-sidebar .buying-leads-sidebar a {
    color: #fff !important;
    padding: 30px 0;
}

.customer-sidebar .buying-leads-sidebar .active {
    border-left: 2px solid #fff !important;
    background: #d53b23;
}

.customer-sidebar .menu-item:hover {
    background: #d53b23;
}

.panel-breadcrumb {
    margin-left: 0px;
}

/*New CSS*/

.form-select {
    padding: 10px;
    border: 1px solid #cbcbcb8a;
    color: #1a1a1a;
}

.form-control {
    padding: 10px !important;
}

.product-form h1 {
    color: #1e1e1e;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    border: 1px solid #82828233;
    height: 45px;
}

.badge-warning {
    background-color: #ffc107;
    color: #000;
}

.badge-success {
    background-color: #28a745;
    color: #fff;
}

.badge-primary {
    background-color: #007bff;
    color: #fff;
}

.badge-danger {
    background-color: #dc3545;
    color: #fff;
}

.badge-info {
    background-color: #17a2b8;
    color: #fff;
}

.badge-brand {
    background-color: #f5563d;
    color: #ffffff;
    text-decoration: none;
}

.badge-dark {
    background-color: #343a40;
    color: #fff;
}


.btn-primary {
    background: #0091FF;
    color: var(--white);
    font-size: 14px;
    font-family: var(--Regular);
    text-align: center;
    background: var(--main-gradient);
    color: var(--white);
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px 8px;
    margin-top: 10px !important;
    width: auto;
    border: none;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #f5563d;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid #c5a39e;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #f5563d;
    border-color: #f5563d;
}

.btn-sm {
    padding: 6px;
    font-size: 12px;
}

.main-content {
    padding: 25px;
}

.icon-bg {
    padding: 15px;
    background: #ffe4df;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #565656;
    font-size: 25px;
}

.customer-info-area {
    padding-bottom: 25px;
}

.main-content h4 {
    color: #383939;
}

.status-area {
    background: #f4f4f4;
    padding: 19px;
    border-radius: 5px;
}

.product-item {
    border: 1px solid #dadada;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.img-product {
    padding: 0.25rem;
    background-color: #fff;
    border-radius: 0.375rem;
    max-width: 100%;
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.product-data {
    padding-top: 10px;
}

.all-product-btn {
    min-width: 185px;
    margin-left: 10px;
}

.mr-2 {
    margin-right: 5px;
}

body, a, p, span, div, li, strong, small, button, input, label {
    color: #685f5f;
}

body:hover, a:hover, label:hover {
    color: #f5563d;
}

.membership--btn {
    background: #f5563d;
    color: var(--white);
    font-size: 14px;
    font-family: var(--Regular);
    padding: 12px 8px;
    display: block;
    text-align: center;
    -webkit-border-radius: 5px;
    width: 40%;
}

.membership--btn:hover {
    background: #ce2b2b;
    color: var(--white);
}
.btn-default{
    border: 1px solid #dbdbdb;
    color: #838383;
}
.btn-default:hover{
    border: 1px solid #dbdbdb;
    color: #838383;
}

/*Mobile css*/
@media (max-width: 767px) {
    .search-input-box input {
        border-top: 1px solid #959595;
        border-bottom: 1px solid #898989;
        border-left: 1px solid var(--gary);
        border-radius: 34px 0px 0px 35px !important;
    }
}
