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

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/

:root {
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
    --white: #ffffff;
    --black: #000;
    --theme-color: #7E4A01;
    --primary-color: #CC9D4B;
    --extra-color: var(--theme-color);

}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}

section {
    padding: 5rem 0;
}

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/Bebas.eot');
    src: url('../fonts/Bebas.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Bebas.woff2') format('woff2'),
    url('../fonts/Bebas.woff') format('woff'),
    url('../fonts/Bebas.ttf') format('truetype'),
    url('../fonts/Bebas.svg#Bebas') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.themeBtn {
    background: var(--theme-color);
    font-size: 0.875rem;
    color: var(--white) !important;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    border-radius: 0;
    padding: 0.56em 1.2em;
    border-radius: 0;
    line-height: normal;
    border-radius: 50px;
    margin: 0 4px;
    border: none;
}


a.themeBtn.themeBtn1 {
    padding: 0.782em 1.81em;
}

/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}

.bounce-element {
    animation: bounce 0.9s infinite alternate;
    -webkit-animation: bounce 0.9s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

.deliveryList ul {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: space-between;
}

.deliveryList ul li h6 {
    font-size: 1.125rem;
    color: rgb(255 255 255 / 50%);
    margin: 0 0 5px;
    font-weight: 500;
}

.deliveryList ul li span {
    font-size: 1.125rem;
    color: #000;
    display: table;
    margin-left: auto;
}

.search input.form-control {
    width: 700px;
    height: 73px;
    color: #000;
}

.search button.btn.btn-outline-secondary.dropdown-toggle {
    background: rgb(66 66 66 / 50%);
    font-size: 1.125rem;
    color: var(--white);
    padding: 0 1.3rem;
}

.search .search {
    background: #39b24a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-size: 2.2rem;
    color: #fff;
}

.heloMain {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.heloContent a {
    display: table;
    text-align: center;
    margin: auto;
}

.heloContent a.heloSign {
    font-size: 1.125rem;
    color: #000;
    font-weight: 500;
}

.heloContent a.acountList {
    font-size: 1.125rem;
    color: #8f8f8f;
}

.cart a {
    display: flex;
    align-items: flex-end;
    gap: 0.2rem;
}

.cart a span {
    display: inline-block;
    line-height: 1;
}

.an-navbar {
    background: #ffffff;
    border-top: 1px solid #ddd;
    padding: 1.5rem 4.2rem;
}

.alldrop button {
    all: unset;
    /* cursor: pointer; */
    color: #000000;
    text-transform: capitalize;
    font-weight: 400;
}

.alldrop button:hover,
.alldrop button:focus {
    background: transparent;
    box-shadow: none !important;
    background-color: transparent !important;
}

.alldrop .dropdown-toggle::after {
    display: none;
}

.alldrop .dropdown-menu {
    min-width: 23rem;
    padding: 0;
    background: transparent;
    top: 47px;
    left: -5.2rem;
}

.alldrop .dropdown-menu li a {
    font-size: 1.125rem;
    color: #161616;
    font-weight: 600;
    display: block;
    padding: 0.5rem 2.5rem;
}

.alldrop .dropdown-menu ul {
    background: #fff;
    overflow: auto;
    height: 800px;
    padding: 1rem 0;
}

.customerSec {
    background: var(--theme-color);
    padding-top: 0;
}

.customerList ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.custmrContent {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.custmrContent span {
    width: 62px;
    height: 62px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.375rem;
    color: #000000;
    position: relative;
    margin: 5rem auto 2rem;
    z-index: 1;
}

.custmrContent span:before {
    content: '';
    position: absolute;
    left: -6px;
    right: 0;
    width: 64px;
    height: 64px;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: -1;
    top: -4px;
}

.custmrContent p {
    font-size: 1.125rem;
    color: var(--white);
    margin: 0;
    line-height: 1.8;
}

.customerList ul li {
    text-align: center;
}

.custmrContent figure {
    position: relative;
}

.custmrContent figure:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -80px;
    z-index: 11;
}

.customerList ul li:nth-child(2) .custmrContent,
.customerList ul li:nth-child(4) .custmrContent {
    flex-direction: column-reverse;
    margin-top: 8rem;
}

.customerList ul li:nth-child(2) .custmrContent span,
.customerList ul li:nth-child(4) .custmrContent span {
    margin: 2rem auto 5rem;
}

.customerList ul li:nth-child(2) .custmrContent figure:before,
.customerList ul li:nth-child(4) .custmrContent figure:before {
    bottom: 120px;
}

.customerList ul:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 2px dashed #ffffff;
    width: 87%;
    margin: auto;
    top: 16.4rem;
}

/* footer start */
footer {
    padding-top: 5rem;
    background-color: var(--black);
}

.quickList ul li a {
    font-size: 0.875rem;
    color: var(--white);
    font-weight: 400;
}

.quickList ul li + li {
    margin: 1rem 0 0;
}

.calFoter ul li a strong {
    font-size: 1.25rem;
    color: var(--primary-color);
}

.calFoter ul li a span {
    display: block;
    font-size: 12px;
}

.calFoter ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.calFoter ul li a {
    font-size: 0.875rem;
    color: var(--white);
}

.calFoter ul li span {
    font-size: 0.875rem;
    color: var(--white);
}

.calFoter ul li + li {
    margin: 2rem 0 0;
}

.copyRight {
    border-top: 1px solid rgb(211 211 211 / 27%);
    align-items: center;
    padding: 1.8rem 0;
    margin-top: 3rem;
}

.copyRight p {
    margin: 0;
    font-size: 0.75rem;
    color: var(--white);
    font-weight: 500;
}

.copyRight a {
    display: table;
    margin-left: auto;
}

.quickList ul li a:hover,
.calFoter ul li a:hover,
.alldrop .dropdown-menu li a:hover,
.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-color);
}

.calFoter ul li i {
    font-size: 1.75rem;
    color: var(--primary-color);
}

/* footer end */

.quickList ul li a:hover,
.calFoter ul li a:hover,
.alldrop .dropdown-menu li a:hover,
.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-color);
}

.dashboard {
    background: #f8f6f6;
    padding: 5rem 3rem;
}

.sideNAvigation .navbar-collapse {
    flex-direction: column;
    align-items: flex-start;
}

.sideNAvigation .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 20px;
    padding: 2rem 0;
    gap: 0;
}

.sideNAvigation .navbar-nav .nav-item .nav-link {
    color: var(--black);
    font-size: 1.375rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 1.4rem 3rem;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.sideNAvigation .navbar-nav li.nav-item {
    width: 100%;
}

.sideNAvigation .navbar-nav .nav-item .nav-link.active {
    background: var(--theme-color);
    color: var(--white);
}

.sideNAvigation .navbar-nav .nav-item .nav-link.active img {
    filter: brightness(0) invert(1);
}

.sideNAvigation .navbar-nav .nav-item .nav-link figure {
    width: 29px;
}

.sideNAvigation .navbar-nav li.nav-item.dropdown .dropdown-menu {
    position: static;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.sideNAvigation .navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item {
    border: 0;
    border-radius: 0;
    padding: 0.25rem 5.5rem;
}

.sideNAvigation .navbar-nav li.nav-item.dropdown .nav-link:after {
    position: absolute;
    right: 2rem;
}

.orderBox {
    background: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 3%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 3.02rem 2.2rem;
    justify-content: space-between;
    padding-right: 0;
    position: relative;
    margin-bottom: 2rem;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.orderBox h2 {
    font-size: 1.375rem;
}

.orderBox h3 {
    font-size: 2.25rem;
    font-weight: 600;
    margin: 0;
}

.orderBox:before {
    content: '';
    position: absolute;
    right: 0;
    width: 202px;
    height: 174px;
    background: var(--primary-color);
    top: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    clip-path: polygon(37% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.orderBox div + div {
    width: 162px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderBox div + div i {
    font-size: 3rem;
    color: var(--white);
}

.orderBox:hover:before {
    background: var(--theme-color);
}

.orderBox:hover div + div i {
    color: var(--white);
}

.recentTable {
    background: #fff;
    border-radius: 10px;
    padding: 2.4rem 1.4rem;
    min-height: 653px;
}

.recentTable h2 {
    font-size: 1.5625rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
}

.recentTable .thead-dark tr th {
    background: var(--theme-color);
    border: 0;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    padding: 1.5rem 0.75rem;
}

.recentTable tbody tr {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.recentTable tbody tr td {
    vertical-align: middle;
    text-align: center;
    border: 0;
}

.recentTable tbody tr td:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.showOne {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    padding: 0 1.5rem 1rem;
    margin: 0 -1.4rem 1.5rem;
}

.showOne div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.showOne div label {
    font-size: 1.125rem;
    margin: 0;
    color: #000;
}

.showOne div select {
    border: 1px solid #707070;
    width: 53px;
    text-align: center;
}

.showOne div form {
    position: relative;
    display: block;
}

.showOne div form input {
    border: 1px solid #ccc;
    width: 256px;
    height: 44px;
    font-size: 0.875rem;
    padding: 0 0.7rem;
    border-radius: 5px;
}

.showOne div form button {
    position: absolute;
    right: 5px;
    top: 4px;
    background: var(--theme-color);
    border: 0;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderContent h2 {
    font-size: 3.125rem;
    text-transform: uppercase;
    font-weight: 600;
}

.orderContent ul {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 2rem;
}

.orderContent ul li a {
    font-size: 1.375rem;
    color: #828282;
}

.orderContent ul li span {
    color: var(--theme-color);
    font-size: 1.3rem;
    font-weight: 500;
}

.showingNavigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0 0;
}

.showingNavigation span {
    font-size: 1.25rem;
    color: #000000;
}

.showingNavigation .pagination {
    gap: 0.6rem;
}

.showingNavigation .pagination a {
    font-size: 1rem;
    color: #9f9f9f;
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}

.showingNavigation .pagination a.active {
    background: var(--theme-color);
    color: var(--white);
}

.orderdtlOne {
    display: flex;
    justify-content: space-between;
    margin: 0 0 3rem;
}

.orderDetail {
    background: #fafafa;
    padding: 5rem;
}

.orderdtlOne ul li strong {
    font-size: 1.25rem;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.orderdtlOne ul li {
    font-size: 1.25rem;
    color: #000;
    font-weight: 500;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
}

.orderdtlOne ul li + li {
    margin: 1rem 0 0;
}

.recentTable tbody tr.gray {
    background: #f1f1f1;
    border-radius: 0 !important;
    border: 0;
}

.recentTable tbody .gray td:first-child {
    border-radius: 0;
    padding: 25px 0;
}

.recentTable tbody tr.white {
    border: 0;
}

.recentTable tbody tr.white td {
    border-radius: 0;
    padding: 25px 0;
}

.paymentInfo {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
}

.paymentInfo ul li strong {
    font-size: 1.4375rem;
    color: var(--black);
    font-weight: bold;
}

.paymentInfo ul li {
    font-size: 1.4375rem;
    color: #000;
    font-weight: 500;
    line-height: 1.9;
    display: flex;
    align-items: center;
    gap: 7rem;
    justify-content: space-between;
}

.paymentInfo .pymntList li + li {
    margin: 2rem 0 0;
}

.paymentInfo ul .total {
    background: #f1f1f1;
    padding: 1.5rem 1rem;
    font-size: 1.0625rem;
    font-weight: bold;
    margin-top: 2rem;
    position: relative;
}

.paymentInfo ul .total span {
    font-size: 1.8125rem;
}

.recentTable.productBrdr .thead-dark tr th {
    border: 2px solid;
}

.recentTable.productBrdr tbody tr td {
    border: 1px solid #e6e6e6;
}

.recentTable.productBrdr tbody tr td img {
    border-radius: 10px;
}

.recentTable.addProdct h2 {
    font-size: 2rem;
    margin: 0;
}

.thcBox {
    background: var(--primary-color);
    text-align: center;
    padding: 4rem 0;
    border-radius: 10px;
}

.thcBox figure {
    width: 120px;
    height: 120px;
    background: #0d0a33;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.thcBox h3 {
    font-size: 1.875rem;
    color: var(--white);
    text-transform: uppercase;
}

.recentTable.addProdct .showOne {
    margin: 0 -1.4rem 3rem;
}

.productForm label {
    font-size: 1.125rem;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0.9rem;
    display: block;
}

.productForm .form-control {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    height: 58.05px;
    font-size: 1rem;
    color: #BEBEBE;
    padding: 0 1.5rem;
    box-shadow: 0 12px 13px rgb(45 46 55 / 13%);
    margin: 0 0 2rem;
}

.productForm .form-control::placeholder {
    color: #BEBEBE;
}

.chkOne input {
    width: 20px;
    height: 20px;
}

.chkOne label {
    margin: 0;
}

.chkOne {
    display: flex;
    align-items: center;
    margin: 0 0 2rem;
    gap: 0.8rem;
}

.productForm label span {
    font-size: 0.875rem;
    color: #828282;
}

.productForm textarea {
    border: 1px solid #E1E1E1;
    width: 100%;
    height: 195px;
    border-radius: 0;
    resize: none;
    margin: 0 0 2rem;
    padding: 1rem 1rem;
}

.feturUpload {
    position: relative;
    height: 250px;
    margin: 0 0 2rem;
}

.feturUpload textarea {
    background: #F2F2F2;
    border-radius: 10px;
    height: 250px;
}

.feturUpload .themeBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 206px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    border: 0;
    gap: 0.5rem;
}

.feturUpload .themeBtn input {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
}

.recentTable.featurethc a.themeBtn {
    margin-bottom: 2rem;
}

.productForm select.form-control {
    appearance: none;
    background: url(../images/arrow.png) no-repeat;
    background-position: 97%;
}

.feturTag {
    position: relative;
}

.feturTag span {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 59px;
    background: #F2F2F2;
}

.feturTag span .black {
    width: 32px;
    height: 30px;
    background: #000000;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 14px;
}

.feturTag span i.far.fa-times {
    width: 27px;
    height: 27px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -13px;
    top: -15px;
    color: var(--white);
    font-weight: 600;
    border-radius: 50%;
}

.productForm button.themeBtn {
    border: 0;
}

img.img-fluid.phnImg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderContent.listNon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.orderContent.listNon ul {
    margin: 0;
}

.d-flex .themeBtn + .themeBtn {
    background: var(--primary-color);
}

.recentTable.memberAces h2 {
    margin: 0;
}

.recentTable.memberAces .showOne {
    margin: 0 -1.4rem 2.5rem;
}

.recentTable.memberAces .themeBtn {
    font-size: 1.3175rem;
    padding: 0.96em 1.39em;
    border-radius: 10px;
    width: 100%;
}

.recentTable.memberAces h2 {
    margin: 0;
}

.recentTable.memberAces .showOne {
    margin: 0 -1.4rem 2.5rem;
}

.recentTable.memberAces .themeBtn {
    font-size: 1.3175rem;
    padding: 0.96em 1.39em;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.recentTable.memberAces .thead-dark tr th {
    background: transparent;
    color: #000;
}

.recentTable.memberAces .thead-dark tr {
    border: 1px solid #e6e6e6;
}

.recentTable.memberAces tbody tr td {
    padding: 20px 0;
}

.recentTable.memberAces tbody tr td input {
    width: 22px;
    height: 22px;
}

.invoiceDtl {
    background: var(--theme-color);
    padding: 4.24rem 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invoiceDtl h2 {
    margin: 0;
    color: var(--white);
    font-size: 6.0625rem;
}

.invoiceFoter ul {
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1.5rem 0;
}

.invoiceFoter ul li a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.invoiceFoter ul li a span {
    font-size: 1.0625rem;
    color: var(--white);
    font-weight: 500;
}

.choseOne span {
    position: relative;
    display: block;
}

.choseOne span input[type="file"] {
    position: absolute;
    top: 14px;
    left: 20px;
}

.radioList ul {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin: 0 0 2rem;
}

.radioList ul li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.radioList ul li label {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
}

.radioList ul li input {
    width: 19px;
    height: 19px;
}

.acountInfo {
    background: var(--white);
    border-radius: 10px;
    padding: 2rem 0;
    height: 100%;
}

.acountInfo h2 {
    font-size: 2rem;
    color: var(--black);
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #DEDEDE;
    padding: 0rem 2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acountInfo .vendorEmail {
    padding: 1.5rem 2rem 0;
}

.acountInfo .vendorEmail h3 {
    font-size: 1.375rem;
    margin: 0 0 1rem;
}

.acountInfo .vendorEmail ul li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.125rem;
}

.acountInfo .vendorEmail ul li label {
    margin: 0;
    font-weight: 500;
}

.acountInfo .vendorEmail ul li span {
    font-weight: 400;
}

.acountInfo .vendorEmail ul li + li {
    margin: 0.7rem 0 0;
}

.acountInfo .waletBox h3 {
    font-size: 1.375rem;
    margin: 0 0 14px;
}

.acountInfo .waletBox h4 {
    font-size: 1.5625rem;
    font-weight: 400;
    margin: 0;
}

.acountInfo .waletBox div {
    padding: 1.5rem 2rem 1.5rem;
    border-bottom: 1px solid #DEDEDE;
}

.acountInfo .waletBox div + div {
    border-bottom: transparent;
}

.acountInfo .waletBox .themeBtn {
    margin-left: 2rem;
    margin-top: 0.5rem;
}

.pendingOrder {
    background: var(--white);
    border-radius: 10px;
    padding: 4rem 0;
    margin: 2rem 0;
    text-align: center;
}

.pendingOrder figure {
    background: url(../../dashboard/images/circleimg.png) no-repeat top center/ cover;
    width: 266px;
    height: 266px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.4rem;
}

.pendingOrder figure div {
    font-size: 3.75rem;
    color: var(--black);
    font-weight: 600;
}

.pendingOrder h2 {
    font-size: 1.375rem;
    margin: 0 0 1rem;
}

.pendingOrder h5 {
    font-size: 1.25rem;
    margin: 0;
    font-weight: 400;
}

.changeProfile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.changeProfile div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.changeProfile div figure {
    width: 100px;
    height: 100px;
    /* background: #256D2F; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.changeProfile div .themeBtn {
    padding: 0.66em 1.8em;
}

.changeProfile div .themeBtn.remove {
    background: var(--black);
}

.changeProfile div .themeBtn.verfy {
    background: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    padding: 0.56em 1.9em;
}

.recentTable.editProfile label {
    margin: 0 !important;
    display: block;
    text-align: right;
    font-size: 1.125rem;
    color: #000000;
    font-weight: 400;
}

.editForm input {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    width: 100%;
    height: 58.05px;
    font-size: 1rem;
    color: #BEBEBE;
    padding: 0 1.5rem;
    box-shadow: 0 12px 13px rgb(45 46 55 / 13%);
    margin: 0 0 0;
}

.editForm .row + .row {
    margin-top: 2rem;
}

.editForm {
    margin-top: 2rem;
}

.editForm textarea {
    border: 1px solid #E1E1E1;
    border-radius: 0;
    width: 100%;
    height: 276px;
    font-size: 1rem;
    color: #BEBEBE;
    padding: 0 1.5rem;
    box-shadow: 0 12px 13px rgb(45 46 55 / 13%);
    margin: 0 0 1rem;
}

.editForm .themeBtn {
    border: 0;
    padding: 0.86em 2.2em;
}

.recentTable.editProfile label span {
    font-size: 0.875rem;
    font-weight: 400;
}

.recentTable.curntBaner label {
    font-size: 1.125rem;
    color: var(--black);
    font-weight: 500;
    margin: 0 0 1.2rem;
}

.recentTable.curntBaner figure img {
    border-radius: 10px;
    border: 2px dashed #ccc;
}

.recentTable.curntBaner figure {
    margin: 0 0 1rem;
}

.recentTable.curntBaner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0 0;
}

.recentTable.curntBaner ul li .themeBtn {
    position: relative;
    border: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.76em 2em;
}

.recentTable.curntBaner ul li .themeBtn input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
}

.recentTable.curntBaner ul li {
    display: flex;
    align-items: center;
}

a.themeBtn.black {
    background: var(--black);
}

a.themeBtn.black {
    background: var(--theme-color);
    color: #fff;
}

.reviewBox {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0 0rem 3rem;
    border-bottom: 1px solid #DDDDDD;
    margin: 0 2rem 3rem;
}

.reviewBox figure {
    flex-shrink: 0;
}

.reviewContent {
}

.reviewContent div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1rem;
}

.reviewContent div h2 {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    gap: 1.32rem;
}

.reviewContent div h2 ul {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.reviewContent div h2 ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #A4A4A4;
    font-size: 0.75rem;
}

.reviewContent div h2 ul li span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.reviewContent h3 {
    font-size: 1rem;
    color: #606060;
    margin: 0 0 1rem;
}

.reviewContent p {
    color: var(--back);
}

.reviewContent div a {
    color: rgb(0 0 0 / 20%);
    font-size: 1.2rem;
}

.acountInfo h2 img {
    width: 60px;
}

.acountInfo.buyerProfile .vendorEmail ul li label {
    width: 190px;
}

.sideNAvigation .navbar-nav li.nav-item.dropdown .dropdown-menu li a {
    font-size: 1rem;
    padding: 0.6rem 5rem;
}

.recentTable tbody tr td h5 {
    font-weight: 400;
}

.ordrs tbody tr td:first-child {
    text-align: inherit;
    color: var(--theme-color);
}

.frstBox {
    background-color: #39B24A;
}

.frstBox figure {
    background-color: #256D2F;
}

.thirdBox {
    background-color: #161616;
}

.thirdBox figure {
    background-color: #000000;
}

.vndrMain {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

.vndrImg img {
    border: 2px solid #F6F6F6;
    border-radius: 50%;
}

.vndrMain h6 {
    font-size: 1.125rem;
}

.addMembr textarea {
    min-height: 10rem;
}

.teamWrapss figure img {
    border-radius: 15px 15px 0 0;
    width: 100%;
}

.teamsContent h4 {
    font-size: 1.625rem;
    font-weight: 600;
}

.teamsContent h4 span {
    font-size: 1.125rem;
    display: block;
    color: #828282;
    font-weight: 400;
    line-height: 1.5;
}

.teamsContent p {
    font-size: 1.125rem;
    color: var(--theme-color);
    margin: 0;
}

.teamsContent {
    background-color: var(--white);
    box-shadow: 0 3px 10px rgb(0 0 0 / 7%);
    border-radius: 0 0 15px 15px;
    padding: 1.7rem 2rem;
}

.teamWrapss {
    margin-bottom: 3rem;
}

a.navbar-brand img, header .navbar-nav li:nth-child(5), header .navbar-nav li:nth-child(6) {
    display: none;
}

.paymentInfo ul .total.paid::before {
    content: 'paid';
    text-transform: uppercase;
    font-size: 2rem;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

.invoiceLogo {
    max-width: 150px;
}


/* a.logo img {
    width: 200px;
} */


/* topbar start */
header {
    background: var(--black);
    position: relative;
    z-index: 1;
}

.topBar {
    background: var(--black);
    padding: 1rem 4.2rem;
}

.deliveryList ul {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: space-between;
}

.deliveryList ul li .logo-img {
    margin: 0;
}

.deliveryList ul li h2 {
    font-size: 1.125rem;
    margin: 0 0 5px;
    font-weight: 500;
    color: #808080;
}

.deliveryList ul li span {
    font-size: 1.125rem;
    color: var(--white);
    display: table;
    margin-left: auto;
    font-family: 'Bebas', sans-serif;
}

.search button.btn.btn-outline-secondary.dropdown-toggle {
    background: #808080;
    font-size: 1.125rem;
    color: var(--white);
    padding: 0 1.3rem;
    border-top-left-radius: 0.625rem;
    font-family: 'Bebas';
    border-bottom-left-radius: 0.625rem;
}

.search input.form-control {
    width: 700px;
    height: 73px;
    color: var(--white);
}

.search .searchs {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.75rem;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    font-size: 1.563rem;
    color: var(--white);
    font-weight: 400;
}

.search .searchs:hover {
    background: var(--extra-color);
}

.heloMain {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.heloContent a {
    display: table;
    text-align: center;
    margin: auto;
}

.heloContent a.heloSign {
    font-size: 1.125rem;
    color: #808080;
    font-weight: 500;
    font-family: 'Bebas';
}

.heloContent a.acountList {
    font-size: 1.125rem;
    color: var(--white);
    font-family: 'Bebas';
}

.cart a {
    display: flex;
    align-items: flex-end;
    gap: 0.2rem;
}

.deliveryList ul li span {
    font-size: 1.125rem;
    color: var(--white);
    display: table;
    margin-left: auto;
}

.heart a {
    font-size: 2rem;
    color: var(--theme-color);
}

/* topbar end */

/* nav area strat */
.an-navbar {
    background: #161616;
    border-top: 1px solid;
    padding: 1.5rem 4.2rem;
}

.navbar-nav {
    align-items: center;
    width: 100%;
    gap: 2.1rem;
}

.dropdown {
    appearance: none;
    border: none;
    font-family: inherit;
    outline: none;
    box-shadow: none;
}

.alldrop button {
    all: unset;
    /* cursor: pointer; */
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
}

.alldrop .dropdown-menu {
    min-width: 18rem;
    padding: 0;
    background: transparent;
    top: 47px;
    left: 0;
}

.alldrop .dropdown-menu ul {
    background: #fff;
    overflow: auto;
    height: 340px;
    padding: 0;
}

header .btn-secondary.dropdown-toggle {
    background-color: transparent !important;
    box-shadow: none !important;
}

.alldrop .dropdown-menu li a {
    font-size: 1.125rem;
    color: #161616;
    font-weight: 500;
    display: block;
    padding: 0.5rem 1rem 0.5rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 0;
    margin: 0 0;
    display: inline-block;
    /* border-bottom: 5px solid transparent; */
}

/* nav area end */

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #ca9d52;
    background-color: #545b62 !important;
    border-color: #4e555b;
}

.btn-group:hover {
    background-color: #ca9d52;
    border-radius: 4px !important;
}

.btn-secondary:hover {
    color: var(--black);
}

element.style {
}

a.dropdown-item:hover {
    color: #ca9d52;
}

.deliveryList ul li .logo {
    display: block;
}

button.btn.btn-secondary.dropdown-toggle {
    border: none !important;
}

#sidebar .widget {
    margin-bottom: 35px;
}

#sidebar .widget-title {
    margin-bottom: 20px;
}

.widget-toggle .widget-title {
    position: relative;
    cursor: pointer;
}

.widget-title-bordered-full .widget-title {
    font-size: 18px;
    margin-bottom: 20px;
    /* position: relative; */
    font-weight: 500;
    border-bottom: 2px solid #e7e7e8;
}

.widget_product_categories ul li {
    border: none;
    position: relative;
}

.widget_archive ul li, .widget_categories ul li, .widget_product_categories ul li {
    padding: 6px 0;
    /* border-bottom: 1px solid #e1e1e1; */
    font-size: 12px;
}

.widget_product_categories {
    border: 1px solid #e1e1e1;
    padding: 30px 20px;
}

.widget_product_categories .cat-item.cat-parent > a {
    position: relative;
    display: table;
}

.widget_product_categories ul li a {
    font-size: 14px;
    font-weight: 600;
}

.widget_archive ul li a, .widget_recent_entries ul li a, .widget_product_categories ul li a, .portfolio-category ul li a {
    color: var(--theme-general-color);
}

#sidebar .widget:last-child {
    margin-bottom: 0 !important;
}

.livecount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.375rem;
}

.price-range-field {
    width: 100%;
    background-color: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: black;
    height: 30px;
    text-align: center;
}

.price-range-block + .themeBtn {
    margin: 2rem auto 0;
    border: none;
    position: unset;
    display: block;
}

.themeBtn:hover {
    background: #ca9d52;
    color: var(--white);
}

.widget_product_categories .cat-item.cat-parent .children {
    padding-left: 10px;
}

.widget_product_categories .cat-item.cat-parent .children a {
    font-weight: 500;
}

.widget_product_categories .cat-item.cat-parent .children .children a {
    font-weight: 400;
}

.page-item.active .page-link {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.page-link {
    color: var(--theme-color);
}

.star-filled {
    color: gold !important; /* or any other color you prefer */
    cursor: pointer;
    font-size: 24px;
}

.star-empty {
    color: grey; /* or any other color you prefer */
}

.rating-containers input[type="radio"] {
    display: none;
}

.rating-containers label {
    color: grey;
    cursor: pointer;
    font-size: 24px;
}

/*.rating-containers input[type="radio"]:checked ~ label,*/
/*.rating-containers input[type="radio"]:checked ~ input[type="radio"] + label {*/
/*    color: gold;*/
/*}*/
.rating-boxs .rating-containers {
    direction: rtl !important;
}

.rating-boxs .rating-containers label {
    display: inline-block;
    margin: 0;
    /*color: gold;*/
    cursor: pointer;
    font-size: 2.2rem;
    transition: color 0.2s linear;
}

.rating-boxs .rating-containers input {
    display: none;
}

.packeging-area ul li span {
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 35px; */
    padding: 4px;
}

.productSlider-for, .productSlider-nav {
    overflow: hidden;
}

.productNav {
    background: #fff;
    padding: 1.5rem;
    border-radius: 15px;
}

.productNav figure {
    background: #FBFBFB;
    border-radius: 10px;
    padding: 1rem;
    margin: 0.7rem 0;
    border: 1px solid #F3F3F3;
}



.Proreview h2 {
    text-align: left;
    margin: 1rem 0;
    font-size: 2rem;
}

.Proreview ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /*     font-size: 2rem; */
    color: #F7C00C;
    margin-bottom: 1rem;
}

.Proreview ul li span {
    color: #000;
    font-weight: 600;
    padding-right: 1rem;
}

.Proreview p {
    font-size: 1.75rem;
    color: #000;
}

.Proreview h5 {
    font-size: 2.1875rem;
}

.star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star li span::before {
    content: "";
    position: absolute;
    background: #F2F2F2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

ul.star li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.star li span::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    top: 7px;
    left: 8rem;
    height: 25px;
    width: 70%;
    border-radius: 10px 0 0 10px;
}

.star2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star2 li span::before {
    content: "";
    position: absolute;
    background: #F2F2F2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

.star2 li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.star2 li span::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    top: 7px;
    left: 8rem;
    height: 25px;
    width: 10%;
    border-radius: 10px 0 0 10px;
}

.star3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star3 li span::before {
    content: "";
    position: absolute;
    background: #F2F2F2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

ul.star3 li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.startProduct ul {
    margin: 1.4rem 0;
}

.reviewSec {
    background: #fff;
    border-radius: 10px;
    padding: 3rem;
}

.Proreview {
    background: #F8F6F6;
    padding-bottom: 1rem;
}

.reviewImg {
    display: flex;
    align-items: center;
    margin: 4rem 0;
}

.content-wraper h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
}

.content-wraper {
    margin-left: 2rem;
}

.content-wraper h4 {
    margin: 0.9rem 0;
    font-size: 1rem;
    color: #726f6f;
    font-weight: 600;
}

.content-wraper span {
    margin-left: 10px;
    font-size: 0.95rem;
    color: #A4A4A4;
    font-weight: 600;
}

.content-wraper p {
    font-size: 1rem;
}

.Proreview .row + .row {
    margin: 5rem 0;
}

.reviewSec textarea {
    width: 100%;
    height: 160px;
    padding: 1rem;
    background: #F8F8F8;
    border-color: #EBEBEB;
}

.wishlistPro {
    background: #f8f6f6;
    padding-top: 0;
}

.productSlider-for, .productSlider-nav {
    overflow: hidden;
}

.productNav {
    background: #fff;
    padding: 1.5rem;
    border-radius: 15px;
}

.productNav figure {
    background: #FBFBFB;
    border-radius: 10px;
    padding: 1rem;
    margin: 0.7rem 0;
    border: 1px solid #F3F3F3;
}

ul.stckst li {
    font-size: 1.25rem;
    color: #ca9d52;
    font-weight: 600;
}

.productNav figure:hover {
    border: 1px solid var(--theme-color);
}

.rating-box {
    display: flex;
    align-items: center;
}

.rating-box .rating-container {
    direction: rtl !important;
}

.rating-box .rating-container label {
    display: inline-block;
    margin: 0;
    /*color: gold;*/
    cursor: pointer;
    font-size: 2.2rem;
    transition: color 0.2s linear;
}

.rating-box .rating-container input {
    display: none;
}

.rating-box .rating-container label:hover,
.rating-box .rating-container label:hover ~ label,
.rating-box .rating-container input:checked ~ label {
    color: gold;
}

.rating-box span {
    font-size: 1.3rem;
    color: #747474;
    font-weight: 500;
    padding-left: 0.5rem;
}

.prodtl-txt p {
    font-size: 1.125rem;
    color: #7e7e7e;
}

.quantitySec h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.quantitySec .number {
    padding: 0.7rem;
    font-size: 1rem;
    cursor: pointer;
}

.quantitySec .number .minus {
    padding: 0.5rem;
}

.quantitySec .number .plus {
    padding: 0.5rem;
}

.quantitySec .number input {
    width: 100px
}

.number {
    background: #F7F6FB;
    padding: 1rem 0;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    width: 100%;
    color: #282828;
}

.number input {
    background: #F7F6FB;
    border: none;
    height: 2rem;
    width: 50px;
    text-align: center;
}

.number .minus {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.number .plus {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.blogDetails h4 {
    font-size: 36px;
    text-transform: capitalize;
    margin: 2rem 0;
}

.blogDetails p {
    color: #595959;
    margin: 2rem 0;
}

.blogDetails h5 {
    font-size: 1.2rem;
    font-weight: 700;
    border-left: 8px solid #40AF46;
    padding: 1rem 2rem;
}

.blogDetails img {
    border-top: 15px solid #000;
    padding-top: 1.5rem;
}

.cardBox {
    justify-content: space-between;
    display: flex;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    align-items: center;
    padding-right: 2rem;
    margin: 1rem 0;
}

.cardimg {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.cardimg img {
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    width: 180px;
}

.cardimg h4 {
    font-size: 25px;
    line-height: 1.7;
}

.cardimg h4 span {
    display: block;
    color: #C8892C;
}

.cardContnt a i {
    font-size: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: #40AF46;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

section.cardInner h6 {
    font-size: 30px;
}

section.cardInner h6 span {
    font-size: 1rem;
    padding-left: 2rem;
    font-weight: 400;
}

section.cardInner p {
    font-size: 1rem;
    color: #282828;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
}

.productNav img {
    max-width: 100%;
    width: 100%;
}

.productListSec .row .row {
    gap: 3rem 0;
}

.cardbutton .themeBtn {
    border-radius: 10px;
    position: unset;
    display: block;
    width: 100%;
    margin-top: 12rem;
    text-transform: uppercase;
}
.rating-container input[type="radio"] {
    display: none;
}

.rating-container label {
    color: grey;
    cursor: pointer;
    font-size: 24px;
}

.rating-container input[type="radio"]:checked ~ label,
.rating-container input[type="radio"]:checked ~ input[type="radio"] + label {
    color: gold;
}