@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,300;1,400;1,500;1,600;1,700;1,800&family=Raleway: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");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
    font-family: "Open Sans", sans-serif;
}

:root {
    --primary__color: #a51d23;
    --primary__font: "Open Sans", sans-serif;
    --secondary__font: "Raleway", sans-serif;
    --primary-white: #FFFFFF;
}

a {
    text-decoration: none;
    color: #A71F20
}

.icon-stoke {
    fill: none;
    stroke: #000;
}

/* header section css */
header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.header__navbar nav ul li a {
    color: var(--primary__color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header__navbar nav ul li a:hover {
    color: #F79A2C;
}

.dropdown__container {
    position: relative;
    transition: 0.3s linear;
}

.dropdown__container:hover .dropdown {
    display: block;
    transition: 0.3s linear;
}

.category__menu .dropdown {
    bottom: -90px !important;
}

.dropdown {
    display: none;
    position: absolute;
    bottom: -180px;
    left: -32px;
    z-index: 1000;
}

.dropdown li {
    list-style: none;
    width: 200px;
    padding: 10px;
    background-color: #fff;
}

.dropdown__content {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border-bottom: 1px solid #ebebeb;
}

.header__func a {
    color: var(--primary__color);
    font-size: 16px;
    justify-content: space-between;
    width: 100%;
}

#home-collapse1 ul li {
    list-style-type: none;
}

#home-collapse2 ul li {
    list-style-type: none;
}

header {
    /* box-shadow: var(--primary__color) 0px 1px 3px 0px, var(--primary__color) 0px 1px 2px 0px; */
    box-shadow: var(--primary__color) 0px 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    /* box-shadow: var(--primary__color) 0px 1px 0px,
    rgba(255, 255, 255, 0.25) 0px 1px 0px inset; */
    /* box-shadow: var(--primary__color) 0px -1px 5px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    background-color: white
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--primary__color);
    border-color: transparent !important;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: var(--bs-btn-close-focus-opacity);
}

/* swiper css   */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site__banner,
.services,
.about,
.dealer {
    padding: 30px;
}

.categories {
    padding: 20px 30px;
}

/* categories section css */
.categories__content:hover .categories__content--icon svg {
    fill: var(--primary__color);
}

.categories__content:hover .categories__content--title h2 {
    color: var(--primary__color);
}

.categories__content svg {
    width: 87px;
    height: 63.241px;
}

.categories__content:last-child a {
    border-right: none;
}

.categories__content--title h2 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.categories {
    border-top: 1px dotted #555;
    border-bottom: 1px dotted #555;
}

/* services section css */
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: transparent;
}

.services__heading h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.services__heading h3 span {
    color: var(--primary__color);
}

.services__heading p {
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.services__content--icon svg {
    width: 33px;
    height: 37.552px;
}

.services__content--heading h4 {
    color: #1c1c1c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.services__content--navtab .nav {
    border: 1px solid #f1f1f1;
}

.service__content--navbar .active .services__content--icon svg {
    fill: #fff;
}

.active .services__content--icon svg {
    fill: #fff;
}

.nav-link.active>.services__content--heading h4 {
    color: #f6f6f6;
}

.nav-link.active>.service__content--icon svg {
    fill: #fff;
}

.services__content--navtab .nav.nav-pills {
    --bs-nav-pills-border-radius: 0;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: var(--primary__color);
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}

.services__content--title h5 {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

.services__content--title h5::after {
    content: " ";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 15%;
    height: 2px;
    background-color: var(--primary__color);
}

.services__content--desc p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.services__content--buttton button {
    background-color: var(--primary__color);
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 9px 29px;
    margin-top: 10px;
}

.services__content--button .btn:hover {
    background-color: #fff;
    border: 1px solid var(--primary__color);
}

.btn:hover {
    color: var(--primary__color);
    border-color: var(--primary__color);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--primary__color);
    border-color: var(--primary__color);
}

/* about us section */
.about {
    /* background-image: url("../images/img/aboutbackground.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background: #f2f2f2;
}

.about__content--icon svg {
    fill: var(--primary__color);
    width: 60.623px;
    height: 46.401px;
}

.about__content ul li:last-child {
    border-bottom: none;
}

.about__heading h2 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about__heading span {
    color: var(--primary__color);
}

.about__heading p {
    color: #555;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about__content ul li {
    border-bottom: 1px dotted var(--primary__color);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.about__content--title h2 {
    color: #000;
    font-family: var(--primary__font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.about__content--long p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* dealer inquiry section  */
.query {
    background-image: url("../images/img/query.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.dealer__container {
    position: relative;
}

.inquiry {
    background-image: url("../images/img/dealer.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.query,
.inquiry {
    height: 171px;
}

.dealer__content1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
}

.dealer__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(44, 42, 42, 0.3);
}

.query h2 a {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
}

.dealer__content h2 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dealer__content h2 span {
    color: rgb(248, 171, 82);
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dealer__content a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
    color: rgb(248, 171, 82);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* footer section css */
footer {
    background: #212529;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

footer ul li {
    list-style: none;
}

.footer__container--title h2 {
    color: var(--primary-white);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer__container--content ul li a {
    color: #bcafaf;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.subscription .footer__container--title h2 {
    color: var(--primary-white);
}

.footer__container--form button {
    background-color: #cf131b;
    color: #fff;
    font-size: 13px;
    padding: 10px 10px;
    transition: background-color 0.3s ease-in-out;
}

.footer__container--form button:hover {
    background-color: white;
}

.footer__container--form input {
    color: #424141;
    font-size: 13px;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primary__color);
}

.footer__container--links a {
    background-color: #cf131b;
    padding: 7px 10px;
    transition: background-color 0.5s ease-in;
    border-radius: 5px;
}

.footer__container--links a:hover {
    background-color: #fff;
    box-shadow: var(--primary__color) 0px 0px 0px 1px;
    transition: background-color 0.5s ease-in linear;
}

.footer__container--links a:hover i {
    color: var(--primary__color);
}

.footer__container--links i {
    font-size: 18px;
    color: #fff;
}

.footer__credentials {
    border-top: 1.5px solid #6e6565;
    padding: 10px;
}

.footer__credentials p {
    color: #bcafaf;
}

.footer__credentials span {
    color: var(--primary-white);
}

/* responsive css  */
.header__menubar {
    display: none;
}

.header__menubar button {
    color: var(--primary__color);
}

.header__menubar .btn:hover {
    border-color: transparent;
}

nav ul li {
    /* list-style-type: none; */
}

.mobile__header ul li {
    border-bottom: 1px solid #f1f1f1;
}

.mobile__header ul li:last-child {
    border-bottom: none;
}

.collapsed span {
    transform: rotate(-90deg);
    transition: 0.3s transform linear;
}

.btn-toggle span {}

.services__content .row.responsive__view {
    display: none;
}

.services__content .row.responsive__view .nav-link.active {
    background-color: var(--primary__color);
    border-radius: 0;
}

.responsive__footer {
    display: none;
}

.responsive__footer h5 {
    font-size: 16px;
    font-weight: 400;
}

/* tab responsive  */
@media screen and (max-width: 992px) {
    header {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .header__menubar {
        display: block;
    }

    .header__navbar {
        display: none;
    }

    .services__content--tabcontent {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .services__content .row {
        display: none;
    }

    .services__content .row.responsive__view {
        display: block;
    }

    .services__content .row.responsive__view img {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .about__container--image {
        display: none !important;
    }

    .about__content ul li:last-child {
        border-bottom: 0;
    }
}

@media screen and (max-width: 845px) {
    .responsive__categories {
        display: block !important;
    }

    .responsive__categories .categories__content--icon svg {
        width: 40px;
        height: 40px;
    }

    .categories .container-fluid .row {
        display: none;
    }

    .dealer__content1 h5 {
        font-size: 16px;
    }

    .dealer__content h5 {
        font-size: 16px;
    }

    .dealer__content h5 span {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    header {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .site__banner {
        padding: 0px;
    }

    .site__banner .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .categories {
        padding: 10px;
    }

    footer .col-md {
        display: none;
    }

    .responsive__footer {
        display: block;
    }

    .footer__container--content ul li a {
        font-size: 14px;
        margin-left: 10px;
    }

    .footer__credentials {
        justify-content: center !important;
        font-size: 16px;
    }

    .footer__credentials p {
        font-size: 15px;
    }

    .header__logo img {
        width: 100px;
        height: auto;
    }

    footer .container {
        padding-top: 0px !important;
    }

    .footer__container--title h5 {
        color: #333333;
    }

    .responsive__footer .nav-link.active {
        background-color: var(--primary__color);
    }

    .responsive__footer .nav-link.active h5 {
        color: #fff;
    }

    .footer__container--social {
        justify-content: center !important;
    }

    .subscription {
        width: 93%;
        margin: auto;
    }

    .footer__credentials {
        margin-top: 30px !important;
    }

    .mobile__header .btn-toggle-nav li a {
        font-size: 14px;
        color: #686868 !important;
    }

    .query,
    .inquiry {
        height: 120px;
    }
}

/* toggle header */
#myHeader {
    position: fixed;
    top: -100px;
    /* Set the initial position above the viewport */
    width: 100%;
    height: 70px;
    background-color: #fff;
    transition: top 0.5s ease-in-out;
    /* Add smooth transition */
    z-index: 1000;
}

.content {
    margin-top: 150px;
    /* Add space for the fixed header */
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background-color: #F8F8F8;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #ffa790;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #E74339;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/* Blog */
.blog__image img {
    position: sticky;
}

.blog-card {
    margin-bottom: 20px;
}

.blog-card-img-wrap {
    overflow: hidden;
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.blog-card:hover img {
    transform: scale(1.08);
}

.blog-txt {
    padding: 0.5rem 1rem 1rem;
    background: #f5f5f5;
}

.blog-txt h2 {
    font-size: 1.5rem;
}

.blog-date {
    font-size: 12px;
    color: #666;
    font-weight: 700;
}

a.blog-readmore {
    display: inline-block;
    padding: 10px 20px;
    background: #cb3d26;
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

a.blog-readmore:hover {
    background: #555;
}

.section-padd {
    padding: 3rem 0;
}

/* About Page */
.about__container {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 0.5rem;
}

.about__title {
    margin-bottom: 0;
}

.about__title h1 {
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 3px solid #ef0f29;
    margin: 0;
    font-size: 1.5rem;
}

.about__title span {
    font-size: 16px;
    font-style: italic;
}

.about__breadcrumb ol {
    margin: 0
}

/* Custmer Care */
.service__panel {
    border: 1px solid #ced4da;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    color: #515151;
    position: sticky;
    top: 80px;
}

.service__panel .form-control,
.service__panel .form-select {
    border-radius: 0;
}

.service__panel-header {
    padding: 10px 20px;
    background-color: #E74339;
    border-bottom: 1px solid #ced4da;
}

.service__panel-title {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.service__body-title {
    border-bottom: 1px solid #ced4da;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 20px;
}

.service__panel-item i {
    transform: rotate(180deg);
}

.service__panel-body {
    padding: 10px 20px;
}

.service__panel-body h2,
.service__panel-body h3,
.service__panel-body h4,
.service__panel-body h5 {
    font-size: 1.5rem;
}

.service__panel-body .form-group {
    margin-bottom: 15px;
}

.service__panel-body .form-group input,
.service__panel-body .form-group textarea {
    border-radius: 0;
}

.service__panel-body .form-group:nth-last-child(1) {
    margin: 0;
    padding-bottom: 20px;
}

.service__panel-item {
    background-color: white;
    border-bottom: 1px solid #ced4da;
    transition: all .45s ease-out 0s;
}

.service__panel-item a {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.service__panel-item.active a {
    background-color: #E74339;
    color: white;
}

.service__panel-item .service__panel-title {
    color: #222222;
    transition: all .45s ease-out 0s;
}

.service__panel-item a:hover {
    background-color: #E74339;
    color: white !important;
}

.service__panel-item.active>a,
.service__panel-item a:hover {
    color: white;
    transition: all .45s ease-out 0s;
    padding-left: 30px;
}

/* Contact Form */
.contact__container {
    background-color: #F2F2F2;
    height: 100%;
    padding: 20px;
}

.contact__detail {
    margin-top: 10px;
    color: #6b6b6b;
    font-style: italic;
}

.contact__title {
    color: var(--primary__color);
    font-size: 18px;
    font-weight: 500;
}

.contact__form .form-control {
    border-radius: 0;
}

.contact__form-title {
    display: flex;
    align-items: center;
}

.contact__form-title h4 {
    width: -webkit-fill-available;
    font-weight: 400;
}

.query__line {
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
}

.contact__form {
    background-color: #f2f2f2;
    padding: 20px;
}

.contact__btn {
    padding: 8px 30px;
    background-color: #E74339;
    color: var(--primary-white);
    border: 1px solid #212529;
    transition: background-color 0.3s ease-out;
}

.contact__btn:hover {
    background-color: #212529;
}

/* // Career Page */
.accordion-item:first-of-type .accordion-button, .accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #222;
    background-color: #fafafa;
    box-shadow: none;
    border-bottom: 1px solid #dee2e6;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('./arrow-up.svg');
}

.accordion-item {
    border-radius: 0 !important;
}

.offcanvas-header {
    background-color: #E74339;
}

.offcanvas-title {
    color: white;
}

.btn-close:focus-visible {
    outline: transparent;
}

.btn-close {
    /* background-image: url('./close.svg'); */
}

.btn-close:focus {
    box-shadow: none;
}

.vacancy-block {
    padding: 10px;
    border: 1px solid #ddd;
    background: #fafafa;
}

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

#careerForm input, #careerForm select, #careerForm textarea {
    width: 100%;
    border-radius: 0;
    border: 1px solid #ced4da;
}

#careerForm input:focus {
    border: 1px solid #cb3d26
}

#careerForm {
    background: #fafafa;
    padding: 40px 30px;
}

#careerForm h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ced4da
}

/* // Custom Select */
.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #222 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #222 transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    padding: 8px 16px;
    position: relative;
    border: 1px solid #ced4da;
    cursor: pointer;
    background: #fff;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #ebeef0;
    width: calc(100% - 16px);
    top: 100%;
    left: 8px;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.shoping-cart-btn {
    width: 100% !important;
    background: #E74339;
    color: white;
    display: inherit;
    padding: 5px 10px;
    text-align: center;
}

/* Dealer */
.login-left {
    position: relative;
    color: #fafafa;
    text-align: center;
    padding: 50px;
    height: 100%;
    display: flex;
    align-items: center;
}

.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: #cb3d26;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    outline: none;
}

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

/* Product & Categories */
/*New Added*/
.featured-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}

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

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

.product-card a {
    display: block;
    width: 100%;
}

.product-card img {
    /* padding: 15px; */
    border-bottom: 1px solid #ccc;
    height: 236px;
    width: 100%;
}

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

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

.product-card-price {
    color: #000;
    font-weight: 700;
}

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

.graybg {
    background: #f3f3f3;
}

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

/* Product Details */
.product__image {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding-left: 20px;
    padding-right: 20px;
}

.product__image img {
    width: 100%;
    /* height: 450px; */
    object-fit: fill;
}

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

h4.single-product-title {
    color: #cb3d26;
}

.single-product-price {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0px;
}

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

.single-p-qty {
    margin: 0 0;
    font-weight: 500;
}

.single-p-qty input {
    width: 100px;
    margin-left: 10px;
    padding: 5px;
    border: 1px solid #ddd;
}

button.single-p-add {
    border: none;
    background: #cb3d26;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
    width: max-content;
    font-size: 14px
        /* border-radius: 1.2rem; */
}

button.single-p-add:hover {
    opacity: 0.85;
}

button.buy-now-btn {
    border: none;
    background: #333;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
    width: max-content;
    font-size: 14px
        /* border-radius: 1.2rem; */
}

.border-0 {
    border: 0;
}

button.buy-now-btn:hover {
    opacity: 0.85;
}

.cart__container {
    background: #f2f2f2;
}

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

.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: #cb3d26;
    color: #fff;
    margin-right: 10px;
}

a.proceed-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #cb3d26;
    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;
}

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

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

/* Checkout */
.cart__table--inner {
    width: 100%;
    border-spacing: 0;
}

.checkout__container {
    background-color: #FAFAFA;
    padding: 30px 25px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    position: sticky;
    top: 150px;
}

.checkout__container-title {
    font-size: 24px;
}

.product__thumbnail {
    position: relative;
    border: 1px solid #e4e4e4;
    height: 68px;
    width: 68px;
}

.product__thumbnail img {
    width: 100%;
    background: white;
    height: 100%;
    object-fit: contain;
}

.product__thumbnail--quantity {
    position: absolute;
    top: 0;
    right: 0;
    position: absolute;
    top: -6px;
    right: -5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #7f7f7f;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}

.product__description {
    padding-left: 16px
}

.product__description--name {
    margin-bottom: 0;
}

.product__description--name a {
    font-size: 16px;
    font-weight: 600;
    opacity: .9;
    text-decoration: none;
    color: #343538;
}

.product__description--name a:hover {
    color: var(--primary__color);
}

.cart__table--body__list {
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #e4e4e4;
}

.cart__table--body__list:last-child {
    padding-right: 0;
}

.cart__price {
    font-weight: 600;
}

.checkout__total {
    margin-top: 10px;
}

.checkout__total--table {
    width: 100%;
}

.checkout__total--amount {
    font-size: 20px;
    font-weight: 600;
}

.form-control:focus {
    box-shadow: none;
}

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

.dashboard__content {
    display: flex;
    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;
    }
}

.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: var(--primary__color) !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%;
    text-decoration: none;
    color: #343538;
}

.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%;
    background-color: transparent;
    border: 0;
    margin-left: 0.5rem;
}

.dashboard__navigation-item:hover>a, .dashboard__navigation-item:hover>button {
    color: var(--primary__color);
}

.dashboard__navigation .active, .dashboard__navigation .active a {
    background-color: #F2F2F2;
    color: var(--primary__color) !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;
    }
}


/* Extra Button */
.order__extra-item {
    width: 100%;
    text-align: right;
}
.order__extra-item button {
    background-color: #333333;
    color: #FFF;
    border: 0;
    padding: 10px 14px;
    border-radius: 5px;
    transition: all 0.3s ease-in;
}

.order__extra-item button:hover {
    background-color: var(--primary__color);
}
