body {
    color: #575759;
    font-size: 15px;
    background-color: #f1f3f8;
}

a {
    text-decoration: none !important;
}

.header {
    background: white;
}

.container {
    max-width: 1300px;
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 30px;
    display: none;
    background: #ec5323;
    z-index: 1;
    border: 1px solid #fff;
}

.top-header {
    background: #f3f3f3;
    padding: 5px 0;
}

#topSearch {
    display: inline-flex;
    justify-content: center;
    border-radius: 20px;
    background: #fff;
}

#topSearch input {
    border: none;
    outline: none;
    width: 360px;
    padding: 10px 20px;
    border-radius: 10px;
}

#topSearch button {
    border: none;
    background: #fff;
    outline: none;
    padding: 10px 20px;
    border-radius: 10px;
}

#topSearch .fa {
    font-size: 18px;
}

.top-right {
    text-align: right;
}

.top-call {
    display: flex;
    align-items: center;
}

.call-left .fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #575759;
    color: #fff;
    margin-right: 5px;
}

.call-right {
    font-weight: 600;
    line-height: 1.4;
}

.top-right a {
    display: inline-block;
    color: #222;
    font-size: 19px;
}

a.top-user {
    margin-right: 15px;
}

a.top-cart {
    position: relative;
    margin-right: 10px;
}

span.cart-count {
    position: absolute;
    font-size: 12px;
    background: #ec5323;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 50%;
    top: -3px;
}

#mainSliderSection {
    padding: 20px 0 0;
}

.home-sidebar-title {
    padding: 12px 20px;
    font-size: 1.1rem;
    background: #ec5323;
    color: #fff;
    font-weight: 500;
}

.home-sidebar-title .fa {
    margin-right: 5px;
}

.cat-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
}

.border-bottom-1 {
    border-bottom: 1px solid #71787d;
}

.cat-li:hover {
    background: #fff;
}

.sidebar-cat-list a {
    color: #111;
    font-weight: 500;
    font-size: 14px;
}

.sidebar-cat-list:hover .cat-li a {
    color: #ec5323;
}

.cat-li img,
.sub-menu img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 5px;
}

ul.sub-menu {
    list-style: none;
    padding: 0 0 0 1rem;
    margin: 0;
}

ul.sub-menu li {
    padding: 1px 8px;
    background: transparent;
}

ul.sub-menu li a:hover {
    color: #ec5323;
}

.has-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 8px;
}

ul.child-menu li {
    padding: 0;
}

ul.child-menu a {
    display: block;
    padding: 8px 12px;
    background: transparent;
}

ul.child-menu a:hover {
    color: #ec5323;
}

.section-title {
    font-weight: 700;
    font-size: 1.2rem;
}

.title-bar {
    display: block;
    width: 75px;
    height: 3px;
    background: #ec5323;
    margin: 15px 0;
}

.product-card {
    position: relative;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    background: #fff;
    overflow: hidden;
}

.product-card:hover {
    box-shadow: 0 0 7px #00000050;
}

.product-card img {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.product-card-txt {
    padding: 10px;
}

.product-card-title {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2;
    /* height: 2rem; */
    margin-bottom: 8px;
    overflow: hidden;
}

.product-card-price {
    color: #ec5323;
    font-weight: 700;
    font-size: 1rem;
}

.product-card-price strike {
    font-size: 13px;
    color: #777;
}

.single-product-price strike {
    font-size: 1rem;
    color: #777;
}

.offer-ribbon {
    background: #ec5323;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 12px;
    padding: 3px 6px;
    color: #fff;
}

.graybg {
    background: #f3f3f3;
}

span.cut-price {
    font-weight: 500;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 5px;
    color: #666;
}

#specialOffer .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

#specialOffer button.owl-prev,
#specialOffer button.owl-next {
    position: absolute;
    outline: none;
    background: #ec5323 !important;
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    color: #fff !important;
}

#specialOffer button.owl-prev {
    left: -2%;
}

#specialOffer button.owl-next {
    right: -2%;
}

.owl-dots {
    margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ec5323;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.product-card img {
    width: 100%;
    height: 230px;
    object-fit: contain;
}

button.add-to-cart-wrap {
    position: absolute;
    top: 50px;
    right: -40px;
    border: none;
    background: #ec5323;
    color: #fff;
    padding: 5px 9px;
    border-radius: 0px;
    visibility: hidden;
    transition: all 0.5s ease;
}

.product-card:hover button.add-to-cart-wrap {
    visibility: visible;
    right: 5px;
}

a.view-more-btn {
    display: inline-block;
    background: #ec5323;
    padding: 9px 30px;
    color: #fff;
    font-weight: 600;
}

.partner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-img {
    width: 160px !important;
    height: 120px;
    object-fit: contain;
}

#newsletterSection {
    background: #ec5323;
    padding: 1rem 0;
}

.newsletter-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.subscribe-txt {
    font-size: 1.5rem;
    font-weight: 500;
    color: #111;
    margin-right: 15px;
}

.subscribe-block {
    position: relative;
}

.callblock24 {
    background: #fff;
    padding: 8px 20px;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    /* border-radius: 30px; */
    width: fit-content;
}

.callblock24 a {
    color: #444;
}

img.img24 {
    width: 40px;
    margin-right: 15px;
}

#subscribeForm input {
    padding: 12px 20px;
    width: 98%;
    outline: none;
    background: #fff;
    border: none;
    font-size: 1rem;
    /* border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem; */
}

button.subscribe {
    padding: 12px 25px;
    border: none;
    background: #111;
    color: #fff;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    /* border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem; */
}

.special-product-block {
    position: relative;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.overlay-title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
}

a.overlay-link {
    display: inline-block;
    background: #fff;
    padding: 8px 25px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #ec5323;
}

a.overlay-link:hover {
    background: #ec5323;
    color: #fff;
}

.top-category-block {
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.top-category-block img {
    height: 280px;
    object-fit: contain;
    margin-bottom: 10px;
}

.top-cat-title {
    font-weight: 700;
    font-size: 1.1rem;
}

a.top-cat-link {
    display: inline-block;
    background: #ec5323;
    color: #fff;
    padding: 8px 20px;
    margin-top: 8px;
    border-radius: 5px;
}

#preFooter {
    padding: 60px 0;
}

.footer-bar {
    display: block;
    width: 55px;
    height: 3px;
    background: #333;
    margin: 15px 0;
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-li {
    margin-bottom: 5px;
    color: #666;
    font-weight: 500;
}

.footer-li a {
    color: #666;
}

.footer-li a:hover {
    color: #ec5323;
}

.footer-social .fab {
    font-size: 2.4rem;
    margin-right: 8px;
    color: #ec5323;
}

.swiper-wrapper {
    box-sizing: border-box;
}

.swiper-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    vertical-align: middle;
}

.brand-wrapper {
    border-color: #3e3e3e;
    width: 180px;
    height: 120px;
}

.brand-wrapper img {
    padding: 10px;
    width: 100%;
    height: 100%;
    background: white;
}

.brand-wrapper {
    border: 1px solid #eee;
    margin-right: -1px;
}

#mainSliderSection .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

#mainSliderSection button.owl-prev,
#mainSliderSection button.owl-next {
    position: absolute;
    outline: none;
    background: #ec5323 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    font-size: 16px !important;
    color: #fff !important;
    align-items: center;
    justify-content: center;
}

#mainSliderSection button.owl-prev {
    left: 5px;
}

#mainSliderSection button.owl-next {
    right: 5px;
}

.page-title-bar {
    padding: 30px 0;
    background: #666;
}

.page-title {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

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

span.breadcrumb-seperator {
    margin: 0 10px;
}

.breadcrumb-links {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.breadcrumb-links a {
    color: #fff;
}

.breadcrumb-links a:hover {
    color: #ec5323;
}

.full-img {
    width: 100%;
}

.abtText {
    margin-bottom: 35px;
}

.abtImg img {
    width: 100%;
    margin-bottom: 15px;
}

.abtImg {
    margin-bottom: 35px;
}

.missionBlock {
    padding: 25px;
    text-align: center;
    /* box-shadow: 0px 0px 15px 3px #ddd; */
    border: 1px solid #e0dede;
    background-color: white;
}

.abtMissionBlocks {
    margin-top: 20px;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #ec5323;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header a {
    color: #fff !important;
    font-weight: 500;
    display: block;
    text-align: left;
    cursor: pointer;
}

#locationMap iframe {
    width: 100%;
}

#locationMap {
    margin-bottom: 35px;
    border: 1px solid #e0dede;
}

#contactForm input,
#contactForm textarea {
    width: 100%;
    margin-bottom: 25px;
    padding: 8px 16px;
}

.form-btn {
    background-color: #222;
    color: #fff;
    padding: 10px 30px;
    border: none;
    outline: none;
    transition: background-color 0.3s ease-out;
}

.form-btn:hover {
    background-color: #ec5323;
    color: #fff;
}

.contact-block {
    padding: 50px 30px;
    background: #ec532317;
    border: 1px solid #e0dede;
}

.login-left {
    position: relative;
    color: #eee;
    text-align: center;
    padding: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.login-left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.61);
}

.login-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #ec5323;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    outline: none;
}

a.login-btn {
    color: #fff;
}

.z-1 {
    position: relative;
}

.login-right {
    width: 100%;
    padding: 40px 50px;
    background-color: #fff;
    border: 1px solid #e0dede;
}

#loginForm input {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    outline: none;
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.single-product-img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    margin: auto 0;
}

.product-desc-div {
    display: flex;
    padding: 10px 0;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
}

.product__stock {
    display: flex;
    padding: 5px 0;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    align-items: center;
    justify-content: space-between;
}

.single-product-label {
    width: 30%;
}

.single-product-value {
    width: 100%;
    font-weight: 400;
}

.package__description {
    width: 100%;
    font-weight: 400;
    height: 320px;
    overflow-y: auto;
}

.package__modal {
    z-index: 99999999;
}

.single-product-price {
    font-size: 1.5rem;
    font-weight: 500;
    color: #ec5323;
    /* margin-bottom: 20px; */
}

span.single-price-cut {
    font-size: 1.2rem;
    margin-left: 10px;
    opacity: 0.6;
    text-decoration: line-through;
}

.single-p-qty {
    margin: 30px 0;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.single-p-qty input {
    width: 60px;
    margin-left: 10px;
    padding: 5px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
}

button.single-p-add {
    border: none;
    background: #ec5323;
    padding: 8px 40px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
}

button.single-p-add:hover {
    background-color: #ec5323c7;
    color: #fff;
}

button.buy-now-btn {
    border: none;
    background: #333;
    padding: 8px 40px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
}

button.buy-now-btn:hover {
    background-color: #333333d1;
}

.sidebar-widget {
    margin: 25px 0;
}

form#priceFilter input {
    width: 80px;
    margin-right: 10px;
    padding: 5px;
}

#priceFilter button {
    border: none;
    background: #ec5323;
    padding: 7px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
}

#cartTable {
    width: 100%;
    text-align: center;
}

.cart-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

#cartTable tr {
    border-bottom: 1px solid #333;
}

#cartTable td,
#cartTable th {
    padding: 8px 0;
}

#cartTable button {
    border: none;
    background: none;
    outline: none;
}

button.clear-cart-btn {
    border: none;
    padding: 10px 25px;
    background: #ddd;
}

a.my-order-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #ec5323;
    color: #fff;
    margin-right: 10px;
}

a.proceed-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #ec5323;
    color: #fff;
    margin-right: 10px;
}

a.continue-shop-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #666;
    color: #fff;
}

#checkoutTable {
    width: 100%;
    text-align: center;
}

.cart-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

#checkoutTable tr {
    border-bottom: 1px solid #ddd;
}

#checkoutTable td,
#checkoutTable th {
    padding: 6px 0;
    vertical-align: middle;
}

.shipping-block {
    padding: 30px 20px;
    background: #eee;
}

#shippingForm input,
#shippingForm select {
    width: 100%;
    padding: 5px;
    margin-bottom: 15px;
}

.order-now-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #ec5323;
    color: #fff;
    margin-right: 10px;
    border: none;
    outline: none;
}

.special-product-block img {
    height: 300px;
    object-fit: contain;
}

a.contact-us-btn {
    display: inline-block;
    background: #ec5323;
    color: #fff;
    padding: 7px 18px;
    margin-top: 10px;
}

img.app-img {
    width: 170px;
}

img.ankur-img {
    width: 70px;
    margin-top: -6px;
}

.vacancy-block {
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
}

.vacancy-block div:last-child {
    font-size: 24px;
    line-height: 0;
}

.vacancy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

#careerForm input {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 0px;
}

#careerForm {
    /* background: #eee; */
    padding: 20px;
}

#serviceForm input,
#serviceForm select {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.top-login-link {
    font-size: 16px;
    margin-right: 5px;
}

img.mobile-logo {
    height: 55px;
}

.mobile-logobar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
}

form#mobSearch input {
    width: 100%;
    padding: 5px 10px;
    border: none;
    background: #f5f5f5;
}

.mobile-search {
    padding: 0 10px;
}

form#mobSearch {
    position: relative;
}

form#mobSearch button {
    position: absolute;
    right: 0;
}

form#mobSearch button {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 15px;
    background: #ec5323;
    color: #fff;
    border: none;
}

div#mobileMenu {
    padding-bottom: 5px;
    box-shadow: 0 0 5px #00000030;
}

.mobile-top-icons a {
    color: #333;
    font-size: 18px;
}

.top-right .dropdown-menu {
    padding: 0;
    width: 6rem;
}

.top-right a.dropdown-item {
    padding: 4px 6px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

button#dropdownMenuButton {
    margin-right: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
}

/* // Home Page */
/* .home-sidebar {
    border: 0px solid #71787d;
} */
/* .new-padd {
    padding-left: 10px;
    padding-right: 10px;
} */
.post-details blockquote {
    position: relative;
    padding-left: 4.2rem;
}

.post-details blockquote p {
    z-index: 999;
    position: relative;
}

.post-details blockquote:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 2px;
    top: -15px;
    bottom: -10px;
    background-color: #fa7646;
}

.post-details blockquote:before {
    position: absolute;
    top: 66%;
    right: 11%;
    z-index: -1;
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-size: 120px;
    font-weight: 600;
    color: #f8f8f8;
    transform: translateY(-50%);
    z-index: 99;
}

#accountSection {
    margin-bottom: 50px;
}

#accountSection .widget__categories--menu {
    font-size: 16px;
}

#accountSection .widget__categories--menu__list {
    border-radius: 0;
    background: #f2f2f2;
    font-size: 17px !important;
    margin-bottom: 1rem;
}

#accountSection .widget__categories--menu__list:last-child {
    margin-bottom: 0;
}

#accountSection .widget__categories--sub__menu--text {
    font-size: 17px;
}

#accountSection
    .widget__categories--menu__list.active
    .widget__categories--sub__menu {
    max-height: 600px;
    opacity: 1;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    display: block;
    padding-top: 10px;
    padding-bottom: 0;
}

#accountSection .widget__categories--sub__menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    display: none;
}

#accountSection .sub__menu {
    border-bottom: 1px solid #c8c8c8 !important;
    border-radius: 0 !important;
}

#accountSection .sub__menu:last-child {
    border-bottom: 0 !important;
}

#accountSection .sub__menu.active ul.widget__categories--sub__menu {
    max-height: 600px;
    opacity: 1;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    display: block !important;
    padding-top: 10px;
    padding-bottom: 0;
}

#accountSection .sub__menu ul.widget__categories--sub__menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    display: none !important;
}

#accountSection .widget__categories--sub__menu--list {
    margin-bottom: 0rem;
    padding: 0 1rem 0.8rem;
    border-bottom: 1px solid #c8c8c8;
}

#accountSection .widget__categories--sub__menu--list:last-child {
    border-bottom: 0;
}

#accountSection .widget__categories--menu__img {
    width: 30px;
    height: 30px;
}

#accountSection .PrivateSwitchBase-root-5 {
    padding: 4px !important;
}

#accountSection .MuiSvgIcon-fontSizeSmall {
    font-size: 24px !important;
}

#accountSection .position__relative {
    padding: 20px;
}

#accountSection .position__relative h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 22px;
}

/* Filter Product */
.category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0;
    padding-left: 17px !important;
    grid-gap: 10px;
    padding-bottom: 20px;
    /* margin-bottom: 15px; */
    /* border-bottom: 1px solid #d4d5d9; */
}

.category__list li {
    list-style: none;
}

.category__item {
    position: relative;
    background-color: #fff;
    text-transform: capitalize;
    color: #3e4152;
    cursor: default;
    font-size: 14px;
    padding: 6px 36px 5px 20px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 20px;
    border: 1px solid #d4d5d9;
}

.filter-summary-removeFilter {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 18px;
    height: 20px;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    right: 10px;
    top: 6px;
}

.filter-summary-removeIcon {
    vertical-align: middle;
    opacity: 0.7;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

/* Filter By */
.position__relative {
    position: relative;
    color: #575759;
    background: white;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    margin-bottom: 16px;
}

.filter__container {
    display: flex;
    margin-bottom: 2rem;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 8px 12px;
    border: 1px solid #ddd;
}

.filter__container div:first-child {
    font-size: 18px;
}

.filter__container .form-select {
    width: 200px;
    padding: 4px 10px;
    background-color: #f2f2f2;
    color: #575759;
    font-size: 14px;
    box-shadow: none;
}

#priceFilter {
    display: flex;
}

#priceFilter button {
    border: none;
    background: #ec5323;
    padding: 4px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 15px;
    font-size: 16px;
}

/* Pagination */
.page-link {
    font-size: 17px;
    color: #ec5323;
}

.page-item.active .page-link {
    background-color: #ec5323;
    border-color: #ec5323;
}

/* // Dashboard Page */
.dashboard__container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    max-width: 1536px;
}

.dashboard__content {
    display: flex;
    /* padding-top: 2.5rem; */
    padding-bottom: 2.5rem;
    flex-direction: column;
    width: 100%;
}

.dashboard__container-grid {
    margin-right: 1.75rem;
    flex-shrink: 0;
    width: 100%;
}

@media (min-width: 640px) {
    .dashboard__container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .dashboard__content {
        padding-bottom: 3rem;
        flex-direction: row;
    }

    .dashboard__container-grid {
        margin-right: 2.5rem;
        width: 20rem;
    }
}

/* // Navigation */
.dashboard__navigation {
    position: sticky;
    top: 8rem;
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid #e0dede;
}

.dashboard__navigation-item {
    display: flex;
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center;
    width: 100%;
}

.dashboard__navigation-item:hover {
    background-color: #f2f2f2;
    color: #ec5323 !important;
}

.dashboard__navigation-link {
    display: inline-flex;
    margin-left: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dashboard__navigation-btn {
    display: inline-flex;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dashboard__navigation-item:hover > a,
.dashboard__navigation-item:hover > button {
    color: #ec5323;
}

.dashboard__navigation .active,
.dashboard__navigation .active a {
    background-color: #f2f2f2;
    color: #ec5323 !important;
}

@media (min-width: 640px) {
    .dashboard__navigation {
        padding: 1rem;
    }
}

@media (min-width: 1024px) {
    .dashboard__navigation {
        padding: 1rem;
    }
}

/* // Dashboard Content */
.dashboard__content-container {
    overflow: hidden;
    padding: 1rem;
    margin-top: 1rem;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #e0dede;
}

.dashboard__content-title {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.dashboard__content-grid {
    display: grid;
    margin-bottom: 2rem;
    gap: 1rem;
}

.dashboard__content-col {
    display: flex;
    height: 100%;
}

.dashboard__content-summary {
    display: flex;
    padding: 1rem;
    align-items: center;
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #f2f2f2;
}

.dashboard__icon-cart {
    display: flex;
    padding: 1rem;
    margin-right: 1rem;
    background-color: #fecaca;
    color: #dc2626;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
}

.dashboard__icon-pending {
    display: flex;
    padding: 1rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    color: rgb(234 88 12);
    background-color: rgb(254 215 170);
    border-radius: 9999px;
}

.dashboard__icon-process {
    display: flex;
    padding: 1rem;
    margin-right: 1rem;
    background-color: #c7d2fe;
    color: #4f46e5;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
}

.dashboard__icon-completed {
    display: flex;
    padding: 1rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    color: rgb(5 150 105);
    background-color: rgb(167 243 208);
}

.dashboard__content-total {
    margin-bottom: 0.5rem;
    color: #374151;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    line-height: 1;
    width: max-content;
}

.dashboard__content-count {
    color: #1f2937;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 640px) {
    .dashboard__content-container {
        padding: 1.25rem;
    }
}

@media (min-width: 768px) {
    .dashboard__content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .dashboard__content-container {
        padding: 2rem;
        margin-top: 0;
    }
}

@media (min-width: 1280px) {
    .dashboard__content-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* // Dashboard Table */
.bg-gray-50 {
    background-color: #f2f2f2;
}

.dashboard__table {
    max-width: 1536px;
}

.dashboard__table-container {
    border-radius: 0.375rem;
}

.dashboard__table-content {
    display: flex;
    flex-direction: column;
}

.dashboard__table-title {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.dashboard__table-grid {
    overflow-x: auto;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

.dashboard__table-group {
    display: inline-block;
    padding-bottom: 0.5rem;
    vertical-align: middle;
    min-width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: #f3f4f6;
}

.dashboard__table-body {
    overflow: hidden;
    border-radius: 0.375rem;
    border-bottom-width: 1px;
    border-color: #f3f4f6;
}

.dashboard__table-details {
    min-width: 100%;
    border-width: 1px;
    border-color: #f3f4f6;
    border-top-width: 1px;
    border-color: #e5e7eb;
    table-layout: auto;
}

.dashboard__table-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #374151;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dashboard__table-data {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    line-height: 1.5rem;
    white-space: nowrap;
}

.dashboard__table-id {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(229 231 235);
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

@media (min-width: 640px) {
    .dashboard__table-grid {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .dashboard__table-group {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .dashboard__table-grid {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .dashboard__table-group {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Invoice Page */
.invoice__container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0rem;
    padding-bottom: 2.5rem;
    max-width: 1536px;
}

.invoice__title-container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1.25rem;
    border-radius: 0.375rem;
}

.invoice__content {
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.invoice__content-container {
    padding: 2rem;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.invoice__content-body {
    display: flex;
    padding-bottom: 1rem;
    flex-direction: column;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-color: #f2f2f2;
}

.invoice__content-body_title {
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}

.invoice__content-body_details {
    text-align: right;
}

.invoice__title-body_summary {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.invoice__content-body_image {
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.invoice__details {
    display: flex;
    padding-top: 1rem;
    flex-direction: column;
    justify-content: space-between;
}

.invoice__details-summary {
    display: block;
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.invoice__details-title {
    display: block;
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

.invoice__details-content {
    display: flex;
    margin-bottom: 0.75rem;
    flex-direction: column;
}

.invoice__details-description {
    display: flex;
    text-align: left;
    flex-direction: column;
}

@media (min-width: 640px) {
    .invoice__container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .invoice__content-body_image {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .invoice__content-body {
        flex-direction: row;
    }

    .invoice__details {
        flex-direction: row;
    }

    .invoice__details-content {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .invoice__content-body {
        flex-direction: row;
        align-items: center;
    }

    .invoice__content-body_details {
        text-align: right;
    }

    .invoice__content-body_image {
        margin-top: 0;
    }

    .invoice__details {
        flex-direction: row;
    }

    .invoice__details-title {
        margin-bottom: 0;
    }

    .invoice__details-description {
        text-align: right;
    }
}

/* // Invoice Table */
.invoice__table {
    overflow: hidden;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.invoice__table-container {
    overflow-x: auto;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

.invoice__table-content {
    min-width: 100%;
    border-width: 1px;
    border-color: #f3f4f6;
    border-top-width: 1px;
    border-color: #e5e7eb;
    table-layout: auto;
}

.invoice__table-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #374151;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.invoice__table-data {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 400;
    white-space: nowrap;
}

.invoice__table-name {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #6b7280;
    font-weight: 400;
    white-space: nowrap;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.invoice__table-quantity {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.invoice_table-total {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #ef4444;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.invoice_table-price {
    color: red;
}

@media (min-width: 1024px) {
    .invoice__table {
        overflow: visible;
    }
}

.invoice__payment {
    padding: 2.5rem;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: #f3f4f6;
}

.invoice__payment-content {
    display: flex;
    padding-top: 1rem;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .invoice__payment-content {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .invoice__payment-content {
        flex-direction: row;
    }
}

.v-error {
    color: #ec5323;
}

/* Cart Items */
.product__details tr td {
    vertical-align: middle;
}

/* Owl */
.owl-theme .owl-nav [class*="owl-"] {
    border: 0;
}
.mobile__filter {
    display: none;
}

@media screen and (max-width: 1200px) {
    .mobile__filter {
        display: block;
        /* width: 100%; */
    }

    .home-sidebar {
        display: none;
    }

    .mobile__filter-content {
        padding: 10px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ecf2ee;
        border-radius: 5px;
    }

    .mobile__filter-btn {
        width: fit-content;
        padding: 4px 10px;
        border-radius: 5px;
        border: 1px solid #e4e4e4;
        background-color: white;
        color: #ec5322;
    }

    .filter__container {
        margin-bottom: 0.5rem;
    }
}

.footer .widget-title div:last-child {
    display: none;
}

@media screen and (max-width: 767px) {
    .single-product-title {
        font-size: 1.2rem !important;
    }
    .callblock24 {
        margin-bottom: 10px;
    }

    .vacancy-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .vacancy-grid:last-child {
        margin-bottom: 20px;
    }

    #careerForm {
        padding: 0;
    }

    .shop-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .filter__container .form-select {
        width: 120px;
    }

    .widget .widget-body {
        display: none;
    }
    .about__widget {
        display: none;
    }

    .mobile__section {
        margin-bottom: 0px !important;
    }

    .footer-middle {
        align-items: start;
    }
    .footer-middle .row {
        width: 100%;
    }
    .collapse.show {
        display: block !important;
        margin-bottom: 10px;
        transition: all 0.3s ease;
    }

    .footer .widget-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
    }

    .footer .widget-title div:last-child {
        display: block;
    }

    .sticky-link i {
        width: auto;
    }

    .sticky-link span {
        margin: 0;
    }

    .fSRmCn {
        display: none !important;
    }
}
