@import url('../css/font.css');

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro";
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'konnect';
    font-weight: 400;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
}

input[type=checkbox] {
    position: relative;
    border: 2px solid var(--marron);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px !important;
    width: 20px !important;
    appearance: none;
    opacity: .5;
}

input[type=checkbox]:hover {
    opacity: 1;
}

input[type=checkbox]:checked {
    background-color: var(--marron);
    opacity: 1;
}

input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 40%;
    width: 6px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

p {
    font-size: 16px;
    line-height: 26px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

:root {
    --marron: #710302;
    --black: #000;
    --white: #FFFFFF;
    --pink: #FFD7D7;
    --grey: #D9D9D9;
    --green: #00A651;
    --font20: 20px;
    --font18: 18px;
    --font16: 16px;
}

.comnpadding {
    padding: 120px 0;
}

.comntitle {
    font-size: 26px;
    margin-bottom: 25px;
}

.comnbtn {
    font-size: 20px;
    text-transform: capitalize;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    border: none;
}
.maroon_btn {
    font-size: 18px;
    text-transform: capitalize;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 500;
    border: none;
    background: #710302;
    color: #fff;
}

header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
}

.navbar-light .navbar-brand  {
    font-size: 48px;
    font-weight: 600;
    color: var(--marron);
}
.navbar-light .navbar-brand img{
    max-width: 200px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    background: var(--pink);
    color: var(--marron);
    font-weight: 500;
    border-radius: 8px;
    margin: 0 10px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link img,
.dropdown img {
    max-width: 50px;
    margin-right: 8px;
}

.navbar-light .navbar-nav .nav-link span {
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--white);
    background: var(--marron);
}

.navbar-light .navbar-nav .nav-link.active img,
.navbar-light .navbar-nav .nav-link:hover img {
    filter: brightness(0) saturate(100%) invert(88%) sepia(95%) saturate(0%) hue-rotate(128deg) brightness(107%) contrast(105%);
}

.profile_btn a {
    font-size: 16px;
    border: 1px solid var(--grey);
    border-radius: 5px;
}

.profile_btn a:focus {
    box-shadow: none;
    outline: none;
}

.profile_btn a i {
    font-size: 18px;
    margin-right: 10px;
}

.dropdown-menu[data-bs-popper] {
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: none;
    top: 90%;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.profile_btn a.dropdown-item {
    border: none;
    padding: 10px 15px;
}

.Select_Category {
    margin: 40px 0;
}

.cate_box {
    display: flex;
    align-items: center;
    border: 1px solid var(--grey);
    border-radius: 10px;
    padding: 10px;
    position: relative;
    min-height: 90px;
}

.cate_box.selected {
    border: 1px solid var(--marron);
}

.cate_box.selected .check {
    background-color: var(--marron);
    opacity: 1;
}

.cate_box input[type=checkbox] {
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 1;
}

.cate_box img {
    margin-right: 10px;
    max-width: 80px;
    border-radius: 10px;
}

.cate_box span {
    font-size: var(--font18);
}



#Category .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 32px;
    background: var(--marron);
    border-radius: 50%;
    color: var(--white);
    text-align: center;
}

#Category .owl-nav .owl-prev {
    left: -15px;
}

#Category .owl-nav .owl-next {
    right: -15px;
}



.searchbox .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.searchbox .search {
    width: calc(100% - 230px);
    position: relative;
}

.search .serch_icon {
    position: absolute;
    font-size: 24px;
    top: 0;
    left: 10px;
    bottom: 0;
    height: 50%;
    margin: auto;
}

.searchbox .search input {
    height: 100%;
    background: #ececec;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 125px 5px 50px;
}

.searchbox .search button {
    font-size: var(--font18);
    position: absolute;
    right: 8px;
    padding: 8px 20px;
    border: none;
    color: var(--white);
    background: var(--marron);
    border-radius: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 76%;
    font-weight: 500;
}

.searchbox .search button i {
    margin-right: 8px;
}

.sendbtn {
    background: var(--green);
    color: var(--white);
}

.sendbtn i {
    margin-right: 5px;
}

.brand_list {
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 5px;
}

.brand_list li {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb;
}

.brand_list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.heading2 {
    font-size: var(--font20);
    font-weight: 500;
    margin-bottom: 15px;
}


/* Table css */


div#demo {
    margin: 50px 0;
    overflow-x: auto;
}

div#example_filter {
    width: 100%;
}

.filter-container {
    display: inline-block;
    margin-right: 1em;
}

tr:hover th,
tr:hover td {
    background-color: #ebebeb;
    background-image: none;
}

#data_table thead th {
    font-size: 16px;
    position: sticky;
    top: 0;
    z-index: 1;
    text-transform: capitalize;
    height: 40px;
    white-space: nowrap;
    text-align: center;
    padding: 5px 8px;
}

#data_table tbody td {
    font-size: 16px;
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #d0d0d0;
    vertical-align: middle;
    color: #555555;
    background-color: #ffffff;
    text-align: center;
}

footer {
    background: #710302;
    padding: 10px 0;
    color: #fff;
}

.ftr {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ftr a {
    color: #fff;
}
.ftr span:nth-child(2) a {
    margin-left: 20px;
}

.ftr a i {
    margin-right: 7px;
}

/*===================================================================================  
Login form css start here
===================================================================================*/


.login_part {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 150px);
}

.login_form {
    max-width: 600px;
    margin:  auto;
    box-shadow: 0 0 15px #959191;
    padding: 30px;
    border-radius: 10px;
    background: #f1f1f1;
}

.login_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
}

.login_head p {
    font-size: 22px;
    margin: 0;
    width: calc(100% - 220px);
    text-align: center;
    font-weight: 500;
}

.login_logo {
    max-width: 200px;
    margin-right: 20px;
}


.login_form label {
    font-size: 18px;
    margin-bottom: 5px;
}

.login_form input,
.login_form select {
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 5px 15px;
    height: 44px;
    border-radius: 5px;
}

.login_btn button {
    font-size: 20px;
    border: none;
    background: #710302;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 5px;
    letter-spacing: 2px;
}

.login_btn a {
    text-transform: capitalize;
    font-size: 20px;
    color: #710302;
    text-decoration: underline;
}

.login_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 25px;
}

.login_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

sup {
    font-size: 18px;
    color: red;
    top: 0;
}

.phone_number {
    display: flex;
    gap: 15px;
}

.phone_number select {
    max-width: 70px;
    padding: 5px;
}


.custom_checkbox input[type=checkbox] {
    position: relative;
    border: 2px solid #710302;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px !important;
    width: 20px !important;
    appearance: none;
    opacity: .5;
}

.custom_checkbox input[type=checkbox]:hover {
    opacity: 1;
}

.custom_checkbox input[type=checkbox]:checked {
    background-color: #710302;
    opacity: 1;
}

.custom_checkbox input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.custom_checkbox {
    display: flex;
    align-items: center;
}
.custom_checkbox  label{
    margin: 0;
    font-weight: 500;
    color: #710302;
}

.form-check-label{
    font-size: 16px;
}

.carttxt {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}
.carttxt span {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ddd;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 5px;
}
input[type="number"]{
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
}

.SB_login{
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 150px);
}
.SB_login a{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    box-shadow: 0 0 10px #00000078;
    padding:15px 25px;
    border-radius: 10px;
}

.SB_login a span{
    font-size: 28px;
    color: #000;
    font-weight: 600;
}