@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
    font-family: 'Bebas Neue', cursive;
    overflow-x: hidden;
}

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

section {
    padding-top: 70px;
    padding-bottom: 50px;
}

p {
    margin: 0 !important;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

.topbar {
    height: 50px !IMPORTANT;
    color: #fff ! IMPORTANT;
    background: linear-gradient(90deg, #531A1A 0%, #8B0000 50%, #531A1A 100%);
    padding-top: 12px;
}

.topbar span img {
    width: 18%;
}

.topbar span {
    margin-right: 150px;
}

.marquee-wrapper {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee-left 60s linear infinite;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000;
}

.marquee-content span {
    display: inline-block;
    margin-right: 50px;
    font-size: 18px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*.marquee-content span {*/
/*  display: inline-block;*/
/*  margin-right: 50px;*/
/*  font-size: 20px;*/
/*  line-height: 30px;*/
/*}*/

.marquee-content img {
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

@keyframes marquee-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.header-right-content {
    align-items: revert;
    gap: 23px;
    margin-left: 35px;
    font-size: 18px;
}


.header-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
    z-index: 9;
    height: 130px;
    /* background: black; */
}

.search-offcanvas button {
    all: unset;
}

ul.navbar-nav li.nav-item {
    font-size: 20px;
}

ul.navbar-nav li.nav-item a {
    gap: 20px !important;
}

a.navbar-brand img {
    width: 100%;
}

.dark-btn {
    background: linear-gradient(90deg, #531A1A 0%, #8B0000 50%, #531A1A 100%);
    padding: 10px 40px;
    border-radius: 30px;
    color: #fff;
    font-size: 19px;
}

.light-btn {
    padding: 8px 40px !important;
    border-radius: 30px !important;
    color: #840404 !important;
    font-size: 19px !important;
    background: #fff !important;
    font-weight: 600 !important;
}

section.main-banner {
    padding: 0px;
}

.banner {
    background-image: url(../images/banner.png);
    padding-top: 12%;
    padding-bottom: 8%;
    background-size: cover;
    background-position: center center;
}

.banner-2 {
    background-image: url(../images/baner-2.png);
    padding-top: 12%;
    padding-bottom: 8%;
    background-size: cover;
    background-position: center center;
}

ul.navbar-nav li.nav-item a {
    color: white !important;
}

.header-right-content {
    color: white;
}

.top-banner {
    display: flex;
}

section.categories {
    padding-top: 100px !important;
}

.top-banner img {
    width: 57px;
}

.top-banner h3 {
    color: white;
    font-size: 24px;
    font-weight: 100;
}

h1 {
    font-size: 75px;
    color: #8B0000 !IMPORTANT;
    line-height: 75px;
}

.banner-content {
    width: 55%;
}

.banner-content {
    width: 55%;
}

.banner-c-p p {
    color: white;
    font-size: 21px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.navbar-nav {
    gap: 18px;
}

.header-content nav {
    border-bottom: 1px solid #686868;
    padding-bottom: 9px;
}

h2 {
    font-size: 50px;
    color: #8B0000 !important;
    line-height: 52px;
    margin-top: 15px;
}

h4 {
    font-size: 30px;
    color: black;
    margin: 0 !IMPORTANT;
}

.sec-top-cont p {
    font-size: 24px;
    margin-bottom: 30px;
}

.cat-box h6 {
    font-size: 27px;
}

.left-cat-boxes .cat-box {
    height: 245px;
    margin-bottom: 20px;
}

.cat-box {
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    padding-left: 28px;
    color: white;
    border-radius: 10px;
    padding-bottom: 17px;
}

.prod-img img {
    width: 100%;
    height: 105px;
    object-fit: contain;
}

.prod-box {
    box-shadow: 2px -2px 12px 0px #cccc;
    padding: 28px 21px;
    min-height: 285px;
    display: block;
    align-items: end;
    justify-content: flex-start;
    border-radius: 6px;
    margin-bottom: 30px;
    border: 2px solid #cccc;
    gap: 20px;
    position: relative;
    text-align: justify;
    position: relative;
}

.prod-desc h6 a {
    font-size: 21px;
    color: #8b0000 !IMPORTANT;
}

.prod-desc p {
    font-size: 22px;
}

.prod-btns a {
    background: black;
    color: white;
    padding: 9px 21px;
    border-radius: 3px;
    /* width: 100%; */
    text-align: center;
    position: absolute;
    top: 14.5em;
    right: 21px;
}

.prod-btns {
    display: flex;
    /* justify-content: center; */
    gap: 8px;
}

a.product-btn:first-child {
    background: #8b0000;
}

.pic-pistl img {
    width: 100%;
}

.why-chs-cntnt {
    background: #8b0000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 40px 30px;
    color: #fff;
}

.why-chs-cntnt h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
}

.why-chs-cntnt p {
    font-size: 21px !important;
    font-weight: 400;
}

.trst-infobox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.trst-infobox img {
    width: 30%;
}

.infr-trst-cnt h6 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.infr-trst-cnt p {
    font-size: 19px !important;
    line-height: 24px;
}

.why-chs-cntnt a {
    color: #8b0000 ! IMPORTANT;
    background: #fff;
    border-radius: 20px;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 500;
}

.why-chs-cntnt h2 {
    font-size: 48px;
    line-height: 48px;
}

.card-1 img {
    width: auto;
    height: 180px;
}

.card-1 {
    justify-content: center;
    align-items: center;
}

.card-1 h3 {
    font-size: 26px;
    font-weight: 400;
    color: #8b0000;
}

.card-1 sub {
    color: #8b8585;
    font-size: 13px;
    font-weight: 600;
}

.card-1 p {
    color: #000 !IMPORTANT;
    font-size: 16px;
}

.card-infr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.card-infr small {
    font-size: 16px;
    text-align: center;
    color: #8b0000;
}

.card-infr h3 {
    font-size: 42px;
    color: #8b0000;
    font-weight: 500 !IMPORTANT;
    line-height: 34px;
    padding-top: 10px;
}

.card-infr-title h5 {
    color: #8b0000;
    font-size: 30px;
    font-weight: 500;
}

.card-infr-title {
    padding-left: 20px;
}

p.crd-infr-cntnt {
    margin-bottom: 10px;
    font-size: 21px;
}


.card-infr-title p.small {
    color: #aaa7a7 !important;
    font-size: 13px;
    font-weight: 500;
}

/* slider */

.slick-slide.slick-active:nth-child(odd) .avatar {
    background-color: #8b0000;
    border: 1px solid #ffffff3d;
    border-radius: 10px;
}

.slick-slide.slick-active:nth-child(odd) * {
    color: #fff;
}

section.sec-testi {
    background: linear-gradient(180deg, #161A1D 0%, #660708 100%);
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 100px;
}

section.sec-testi .sec-title.testi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-title.testi .testihead {
    width: 90%;
}

.testi-content p {
    width: 90%;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.testihead p {
    color: #fff;
    font-size: 16px;
}

.testihead h2 {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    width: 80%;
    margin-bottom: 20px;
}

.sec-title.testi {
    padding-bottom: 30px;
    padding-top: 20px;
}

.infor-box .avatar {
    background: #fff;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
}

.infor-box .avatar p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.avatar footer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}



/* slider */

.slick-slide.slick-active:nth-child(odd) .avatar {
    background-color: #8b0000;
    border: 1px solid #ffffff3d;
    border-radius: 10px;
}

.slick-slide.slick-active:nth-child(odd) * {
    color: #fff;
}

section.sec-testi {
    background: linear-gradient(180deg, #161A1D 0%, #660708 100%);
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 100px;
}

section.sec-testi .sec-title.testi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testi-content p {
    width: 70%;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.testihead p {
    color: #fff;
    font-size: 16px;
}

.testihead h2 {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    width: 80%;
    margin-bottom: 20px;
}

.sec-title.testi {
    padding-bottom: 30px;
    padding-top: 20px;
}

.infor-box .avatar {
    background: #fff;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
}

.infor-box .avatar p {
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.avatar footer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}


section.main-ftr-sec {
    background: linear-gradient(0deg, #161A1D 0%, #660708 100%);
    padding-top: 60px;
    padding-bottom: 30px;
    font-family: 'Inter';
}

.ftr-logo {
    text-align: center;
}

.ftr-logo img {
    margin-bottom: 20px;
}

.ftr-logo p {
    color: #fff;
    font-size: 16px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 26px;
    margin-bottom: 10px;
}

.social-icon a {
    font-size: 18px;
    color: #fff;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.ftr-title h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}

.ft-nav-menu ul li {
    list-style: none;
    line-height: 40px;
}

.ft-nav-menu ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.ft-nav-menu nav ul {
    padding: 0px;
}

.ftr-info .ftr-infrbox {
    display: flex;
    align-items: flex-start;
    color: #fff;
    padding-top: 10px;
}

.ftr-info .ftr-infrbox p {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 300;
    width: 80%;
}

.ftr-info .ftr-infrbox img {
    padding-top: 5px;
}

.ftr-infrbox a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
}

.ftr-infrbox a p {
    width: 100% !important;
    color: #fff;
    font-size: 16px;
}

.text-blck p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

form.newsletr input {
    background: none;
    border-color: #ffffff4d;
    border-radius: 5px;
    position: relative;
}

form.newsletr input::placeholder {
    color: #fff;
}

form.newsletr button.btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 38px;
    background: #B7141B;
    border: none;
}

form.newsletr {
    position: relative;
}

form.newsletr button.btn i {
    font-size: 20px;
    padding-top: 2px;
}

section.main-cp-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.copyright {
    display: flex;
    justify-content: space-around;
    color: #fff;
}

.copyright a {
    padding-left: 30px;
    padding-right: 10px;
    color: #fff;
    text-transform: capitalize;
}

.blg-contnt {
    text-align: center;
    padding-bottom: 10px;
}

.blg-contnt p {
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.blg-contnt h2 {
    font-size: 46px;
    font-weight: 500;
    color: #8b0000;
    margin-bottom: 20px;
}

.why-chs-cntnt a.btn:hover {
    background: #fff;
}


form.newsletr input:focus {
    box-shadow: none;
    background: transparent;
    color: #fff;
    border-color: #ffffff63;
}

.prd-box img {
    height: 130px;
    object-fit: contain;
    width: 218px;
    display: flex;
    margin: 0 auto;
}

.prod-img-box {
    border: 1px solid #8b0000;
    padding: 25px;
    border-radius: 19px;
    height: 330px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

p.p-desc1 {
    margin: 0;
    padding-bottom: 7px;
    font-size: 15px;
    text-transform: capitalize !IMPORTANT;
}

main.inner-page-wrapper {
    /* padding-top: 50px; */
    /* padding-bottom: 100px; */
    background: white !important;
}

.page-title {
    background: black;
    padding: 40px;
    margin-bottom: 60px;
    display: none;
}

.page-title h1 {
    color: #8B0000 !IMPORTANT;
    text-align: center;
    font-size: 43px;
}


.img-box-pr img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}


.item-details-b p {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}


.item-details-b {
    padding-top: 22px;
    padding-left: 30px;
}

ul.spe-d {
    margin: 0;
    padding: 0;
}

ul.spe-d li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize !important;
    font-family: 'Poppins';
}

ul.spe-d span {
    font-weight: 500;
    padding-right: 5px;
}

section.item-details h3 {
    color: #8b0000;
    font-size: 27px;
    padding-top: 20px;
    font-weight: 500;
}

.it-specific h4 {
    background: #681111;
    padding: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
    border-radius: 10px 10px 0px 0px;

}

.it-specific {
    border: 1px solid #000;
    border-radius: 12px;
    margin-top: 40px;
}

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

.it-specific li {
    border-bottom: 1px solid #cccc;
    display: flex;
    gap: 8px;
    background: #8080801a;
    padding: 22px;
}

.it-specific li span {
    font-weight: 700;
}

/*.item-details-b h2 {*/
/*    font-size: 32px;*/
/*    font-weight: 900;*/
/*    font-family: 'bootstrap-icons';*/
/*}*/

.pagination-wrapper nav>.flex.justify-between:first-child {
    display: none;
}

.pagination-wrapper nav div:nth-child(2) div:first-child {
    display: none;
}

/*.pagination-wrapper nav div:nth-child(2) span.relative > span:first-child {margin-right: 18px;}*/
.pagination-wrapper nav>div:nth-child(2) span.relative.z-0 {
    display: flex;
    align-items: center;
    width: 100%;
}

.pagination-wrapper nav div:nth-child(2) span.relative>a.relative:last-child {
    margin-left: 0px;
}

.pagination-wrapper {
    margin: 0 auto;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    box-shadow: none !IMPORTANT;
    border: none !important;
    /* position: fixed; */
    bottom: 16px;
    left: 0;
    right: 0;
}


.pagination-wrapper a {
    color: #8b0000;
    text-decoration: none;
}

.pagination-wrapper svg {
    width: 21px;
}

.item-details-b h5 {
    color: black;
    font-size: 26px !important;
    padding-top: 20px;
    font-family: auto;
}

.item-details-b h4 {
    font-family: fangsong;
    color: #212B36;
    font-size: 18px;
}

.item-add-cart {
    padding-top: 27px;
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 30px;
}

.item-add-cart input {
    padding: 10px 12px;
    font-size: 16px;
    font-family: auto;
    cursor: pointer;
    width: 15%;
    height: 30px;
    border-radius: 30px;
}

.item-add-cart button {
    background: linear-gradient(45deg, #531A1A, #8b0000, #531A1A);
    color: white;
    border: none;
    padding: 10px 50px;
    font-family: auto;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 14px;
}

#liveSearchResults {
    display: none;
    max-height: 283px;
    overflow-y: auto;
    background: #fff;
    color: #000;
    /* border: 1px solid #ccc; */
    border-radius: 0 0 5px 5px;
    margin-top: 18px;
    position: absolute;
    z-index: 9;
    top: 3rem;
}

#liveSearchResults li {
    padding: 4px 12px;
    cursor: pointer;
    width: 100%;
    border-bottom: 2px solid #ddd;
}

#liveSearchResults li:hover {
    background-color: #f2f2f2;
}

input#liveSearchInput {
    width: 100%;
    padding: 13px 23px;
    font-size: 16px;
    font-family: 'Inter';
    background: #dddddd47;
    border: 2px solid #c5c5c5;
}

ul#liveSearchResults li span {
    font-size: 14px !IMPORTANT;
    font-family: 'Inter';
    text-transform: capitalize !important;
}

ul#liveSearchResults li img {
    width: 87px;
    height: 40px;
    object-fit: contain;
}

ul#liveSearchResults a {
    color: inherit !important;
    text-decoration: none !important;
}

span.sub-title {
    font-size: 31px;
}

.testi-content p {
    font-size: 25px;
    line-height: 31px;
}

.prod-img {
    border-bottom: 1px solid #cccc;
    padding-bottom: 20px;
    margin-bottom: 21px;
}



/*product page*/

.item-details-b p {
    color: #8B0000;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 1px;
    margin: 0 !important;
}

.item-details-b h2 {
    font-size: 40px;
    line-height: 64px;
    font-weight: 700;
    color: #1A1B1E !important;
    margin: 0 !important;
    font-family: inherit;
}

ul.spe-d {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 25px;
}

ul.spe-d li {
    margin-right: 20px;
    background: #919eab42;
    padding: 5px 18px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #212B36;
}

ul.spe-d li.stck {
    background: #1eff0061;
}

.item-details-b h3 {
    font-size: 34px !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.pymentSec p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.pymnt-img img {
    width: 50%;
}

.pymnt-img a {
    color: #8b0000;
    font-size: 16px;
    margin-left: 10px;
    text-decoration: underline;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 10px;
}

.main-specific {
    border: 1px solid #000;
    border-radius: 10px;
}

.main-specific h3 {
    background: #ccc;
    padding: 20px;
    border-radius: 10px;
}

.main-specific .specf-frm {
    padding: 0px;
}

.specif-frm {
    padding: 40px 60px 30px 60px;
}

.specf-frm p {
    display: flex;
    justify-content: space-between;
    font-family: auto;
    border: 1px solid black;
    padding: 14px;
}

.specf-frm {
    /* padding-left: 66px; */
}

.specf-frm p strong {
    width: 50%;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.specf-frm p span {
    width: 50%;
    color: #595959;
    font-size: 17px;
    font-weight: 600;
}

.img-box-pr {
    border: 1px solid #531A1A;
    border-radius: 10px;
    padding: 40px;
    background: #FCFCFC;
}

.avatar footer p {
    font-family: Inter;
    letter-spacing: 0px !IMPORTANT;
}

.dark-btn:hover {
    color: white !important;
}

.catlog-filters {

    font-family: inter;
}

.catlog-filters .fil-b {
    margin-bottom: 15px;
}

.catlog-filters .fil-b label {
    padding-bottom: 4px;
}

.catlog-filters .fil-b .form-select {
    padding: 9px 22px;
    height: 70px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 6px;
}

.filter-group label {
    position: relative;
    width: auto;
    font-family: 'Inter';
    background: #878787;
    padding: 3px 6px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.filter-group label input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.filter-group label.checked {
    background-color: #8B0000;
}

.filter-group {
    /* background-color: #fff; */
    /* box-shadow: 0px 0px 2px #ccc; */
    /* padding: 14px 24px; */
    margin-bottom: 16px;
    /* border-radius: 5px; */
    display: flex;
}

.filter-group label:nth-child(-n+12) {
    display: inline-block;
}

.filter-group h5 {
    font-size: 26px;
}

.filter-group input {
    border: 1px solid #000;
    color: #000;
    height: 32px;
}

button#reset-filters {
    width: 100%;
    background-color: #8B0000;
    border: 0;
}

.sidebarMain {
    position: sticky;
    top: 50px;
    /* Adjust for header height */
    z-index: 100;
    height: 650px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    background-color: #CCCCCC;
}

::-webkit-scrollbar {
    width: 1px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            rgba(0, 0, 0, 0.4) 50%,
            transparent,
            transparent)
}


.form-page-wrapper {
    background-image: url('../images/from-bg.png');
    background-size: cover;
    background-position: center;
    font-family: Inter;
    height: 100vh;
    display: flex;
    align-items: center;
}

.form-wrapper {
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 35%;
    /* left: 0; */
    height: 100vh;
    display: inline-block;
    bottom: 0;
    padding: 90px 40px;
    right: 0;
}

.form-wrapper h2 {
    font-family: Bebas Neue;
    font-size: 41px;
}

.form-wrapper .form-check label {
    /* color: white !important; */
}

.form-wrapper button {
    background: linear-gradient(90deg, #531A1A 0%, #8B0000 50%, #531A1A 100%);
    color: white;
    border: none;
    padding: 8px;
    font-size: 19px;
    border-radius: 20px;

}

.form-wrapper img {
    width: 200px;
    display: flex;
    margin: 0 auto;
}

a.f-sug {
    color: black;
    padding-top: 15px;
    text-align: center;
    font-size: 17px;
}

a.f-sug span {
    color: #820303;
}

.prd-box a {
    color: inherit !important;
    text-decoration: none !important;
}

.filter-section label {
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #333;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.prod-desc h6 {
    min-height: 49px;
}

.filter-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
}

.price-input-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.price-field {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.price-field label {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
    text-align: center;
}

.price-input:focus {
    outline: none;
    border-color: #8b0000;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.price-separator {
    color: #666;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

.slider-container {
    position: relative;
    margin: 30px 0;
}

.price-slider {
    height: 6px;
    position: relative;
    background: black;
    border-radius: 6px;
    overflow: hidden;
}

.price-slider .progress {
    height: 6px;
    position: absolute;
    border-radius: 6px;
    background: linear-gradient(90deg, #531A1A 0%, #8B0000 50%, #531A1A 100%);
    transition: all 0.3s ease;
}

.range-input {
    position: relative;
    margin-top: 10px;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 6px;
    top: -16px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

.range-input input::-webkit-slider-thumb {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: white;
    border: 3px solid #8b0000;
    pointer-events: auto;
    -webkit-appearance: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

.range-input input::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.range-input input::-webkit-slider-thumb:active {
    transform: scale(1.2);
}

.range-input input::-moz-range-thumb {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: white;
    border: 3px solid #8b0000;
    pointer-events: auto;
    -moz-appearance: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

.range-input input::-moz-range-thumb:hover {
    transform: scale(1.1);
}

.price-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px;
    color: #666;
}

.current-range {
    background: #f8f9ff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #e1e5e9;
}

.current-range h4 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.range-display {
    font-size: 20px;
    font-weight: 700;
    color: #8b0000;
}

#searchModal .modal-dialog {
    max-width: 1000px;
}


#searchModal .modal-dialog .modal-content input {
    padding: 13px 30px;
    font-size: 19px;
    font-family: 'Inter';
}

div#searchModal {
    background: #ffffff91;
    font-family: 'Inter';
}

input#liveSearchInput:focus {
    border: 1px solid black;
    box-shadow: none !important;
    outline: none !important;
}

div#searchModal h1 {
    font-size: 23px !important;
}

.search-c-bbb {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

button#addToCart {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cart-items-s table tbody tr img {
    height: 70px !important;
    width: 70px;
    object-fit: contain;
    margin-right: 20px;
    border: 1px solid #ccc;
    padding: 7px;
    border-radius: 100%;
}

.cart-items-s table {
    width: 100%;
}

.cart-items-s table {
    font-family: "Inter";
}

.cart-items-s table thead tr th {
    font-size: 17px;
}

select#sortByPrice {
    width: 100%;
    padding: 13px 23px;
    font-size: 16px;
    font-family: 'Inter';
    background: #dddddd47;
    border: 2px solid #c5c5c5;
}

.cart-items-s table tbody tr {
    border-bottom: 1px solid;
}

.cart-items-s table thead tr th {
    background: black !IMPORTANT;
    color: white;
}

.cart-items-s table td,
.cart-items-s table th {
    padding: 16px 31px;
}

tr.total-row {
    border: none !important;
    font-size: 22px;
}


/* Main Cart Section */
.cart-page-ar {
    /* padding: 4rem 0; */
    font-family: 'Inter';
}

.cart-header {
    text-align: center;
    margin-bottom: 3rem;
}

.cart-title {
    font-size: 3rem;
    font-weight: 800;
    color: #8b0000;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.cart-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(135deg, #8b0000, #ff6b35);
    border-radius: 2px;
}

.cart-subtitle {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 400;
}

/* Cart Items Container */
.cart-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 2rem;
}

.cart-items-header {
    background: linear-gradient(135deg, #1a1a1a, #2d3748);
    color: white;
    padding: 1.5rem 2rem;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cart-items-header span {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

/* Cart Item Styles */
.cart-item {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    padding: 2rem;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cart-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #8b0000, #ff6b35);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.cart-item:hover {
    background: #f8fafc;
    transform: translateX(8px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.cart-item:hover::before {
    transform: scaleY(1);
}

.cart-item:last-child {
    border-bottom: none;
}

/* Item Info */
.item-info {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.item-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.item-image:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.item-image img {
    width: 60px;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    padding: 6px;
    display: flex;
    align-items: center;
    /* margin: 0 auto; */
}

.item-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, #ff6b35, #ff8c65);
    color: white;
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    border-radius: 20px;
    font-weight: 600;
}

.item-details h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.item-code {
    font-size: 0.85rem;
    color: black;
    font-family: 'Courier New', monospace;
    background: #f1f5f9;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    display: inline-block;
}

/* Quantity Controls */
.quantity-controls {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.quantity-btn {
    background: transparent;
    border: none;
    padding: 0.75rem;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-btn:hover {
    background: #8b0000;
    color: white;
}

.quantity-input {
    border: none;
    background: transparent;
    text-align: center;
    width: 60px;
    padding: 0.75rem 0.5rem;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 1rem;
}

.quantity-input:focus {
    outline: none;
}

/* Price Display */
.item-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.current-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #8b0000;
    margin-bottom: 0.25rem;
}

.unit-price {
    font-size: 0.85rem;
    color: #64748b;
}

/* Remove Button */
.remove-btn {
    background: linear-gradient(90deg, #531A1A 0%, #8B0000 50%, #531A1A 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-self: center;
}

.remove-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
}

/* Cart Summary */
.cart-summary {
    background: linear-gradient(135deg, #1a1a1a, #545d6c);
    color: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
    width: 50%;
    margin-left: auto;
}

.cart-summary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #8b0000, #ff6b35);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.summary-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.summary-label {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.summary-value {
    font-weight: 600;
    font-size: 1.1rem;
}

.total-amount {
    color: white;
    font-size: 2rem !important;
    font-weight: 800 !important;
}

/* Action Buttons */
.cart-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.checkout-btn {
    background: linear-gradient(135deg, #8b0000, #a00000);
    border: none;
    color: white;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(139, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    justify-content: center;
    min-width: 200px;
}

.checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 0, 0, 0.4);
    background: linear-gradient(135deg, #a00000, #b50000);
}

.btn-outline {
    background: white;
    border: 2px solid #8b0000;
    color: #8b0000;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
    text-decoration: none;
    min-width: 200px;
}

.btn-outline:hover {
    background: #8b0000;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 0, 0, 0.2);
}

/* Empty Cart State */
.empty-cart {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.empty-cart-icon {
    font-size: 5rem;
    color: #e2e8f0;
    margin-bottom: 2rem;
}

.empty-cart h3 {
    font-size: 1.5rem;
    color: #64748b;
    margin-bottom: 1rem;
}

.empty-cart p {
    color: #94a3b8;
    margin-bottom: 2rem;
}

/* Security Badge */
.security-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.security-badge i {
    color: #10b981;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .cart-title {
        font-size: 2rem;
    }

    .cart-container {
        border-radius: 15px;
        margin: 0 1rem;
    }

    .cart-items-header,
    .cart-item {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.5rem;
        text-align: center;
    }

    .cart-items-header {
        display: none;
    }

    .cart-item {
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        margin-bottom: 1rem;
    }

    .item-info {
        flex-direction: column;
        text-align: center;
    }

    .cart-actions {
        flex-direction: column;
    }

    .checkout-btn,
    .btn-outline {
        min-width: auto;
    }

    .banner-scroll {
        animation-duration: 20s;
    }

    .navbar-nav {
        display: none;
    }
}

/* Loading Animation */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Animations */
.fade-in {
    animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-in {
    animation: slideIn 0.8s ease forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


div#checkoutTypeSelection .modal-header {
    background: black;
    color: white;
    font-size: 19px;
    display: block;
    text-align: center;
    padding-bottom: 0;
}

div#checkoutTypeSelection .modal-header h3 {
    align-items: baseline;
    font-size: 34px;
    display: flex;
    justify-content: center;
    gap: 13px;
}

.checkout-card {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.checkout-card:hover {
    border-color: #c3c3c4;
    background: #f8f9fa;
}

.checkout-card.active {
    border-color: black;
    background: #e0e0e0;
    box-shadow: 0px 0px 10px rgb(255 255 255 / 30%);
}

div#checkoutTypeSelection .modal-header p {
    margin: 0 !important;
    font-size: 20px;
}

div#checkoutTypeSelection .modal-body {
    padding: 40px 40px;
    font-family: 'Inter';
}

div#checkoutTypeSelection .modal-body {
    padding: 40px 40px;
    font-family: 'Inter';
}

section.checout-p {
    font-family: 'Inter';
}

section.checout-p i {
    color: black !IMPORTANT;
}

section.checkout-p.py-5 {
    font-family: 'Inter';
}

.checkout-p {
    background: #f8f9fa;
}

.card {
    border-radius: 8px;
    overflow: hidden;
}

.card-header {
    font-weight: 600;
    font-size: 1.1rem;
}

.form-control {
    border-radius: 6px;
    box-shadow: none;
}

.btn {
    border-radius: 6px;
}

.list-group-item {
    border: none;
    border-bottom: 1px solid #eee;
}

.list-group-item:last-child {
    border-bottom: none;
}

section.checkout-p .card-header {
    padding: 20px 28px;
    background: #890101 !important;
}

section.checkout-p .card-body {
    background: black;
}

section.checkout-p .card-body form .form-control {
    background: none;
    color: white;
}

section.checkout-p .card-body form label {
    color: white;
}


section.checkout-p .card-header {
    padding: 25px;
    background: linear-gradient(90deg, #531A1A 0%, #8B0000 50%, #531A1A 100%) !important;
    font-size: 21px !important;
}

section.checkout-p .card-body {
    background: white;
    padding: 26px;
}

section.checkout-p .card-body form .form-control {
    background: none;
    color: white;
}

section.checkout-p .card-body form label {
    color: black;
}

section.checkout-p .card-body ul li {
    background: none;
    color: black;
}

section.checkout-p select option {
    color: black;
}

div#dealersContainer {
    height: 300px;
    max-height: 350px;
    overflow-y: scroll;
    padding: 31px;
    overflow-x: hidden;
}

.finf_ff_l label {
    color: black;
}

.finf_ff_l {
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
    flex-wrap: wrap;
}

.finf_ff_l .mb-3 {
    width: 36%;
}

ul.dealer-list li input {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

ul.dealer-list li {
    position: relative;
    border: 1px solid #7c0707;
    padding: 24px;
    border-radius: 7px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

li.selected-dealer {
    border: 1px solid #7c0707;
    padding: 24px;
    border-radius: 7px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background-color: #bfbfbf85 !important;
}

div#dealersContainer h4 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
}

.checkout-container {
    font-family: 'Inter';
}

.dealer-item.selected-dealer div {
    color: #f9e8e8;
}

/* Background Animation Elements */
.bg-float {
    position: absolute;
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.bg-float-1 {
    top: 10%;
    left: 10%;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.08);
    animation-duration: 6s;
}

.bg-float-2 {
    top: 60%;
    right: 15%;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.05);
    animation-duration: 8s;
    animation-direction: reverse;
}

.bg-float-3 {
    bottom: 20%;
    left: 20%;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.06);
    animation-duration: 7s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-25px) rotate(180deg);
    }
}

/* Card Styles */
.checkout-card {
    border: none;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
    animation: slideInUp 0.8s ease-out forwards;
    border: 2px solid rgba(139, 0, 0, 0.3);
}

.checkout-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.35);
    border-color: rgba(139, 0, 0, 0.5);
}

/* Card Headers */
.card-header-custom {
    background: linear-gradient(135deg, #531A1A, #8B0000, #A0201F) !important;
    border-radius: 20px 20px 0 0;
    padding: 25px;
    border: none;
    position: relative;
    overflow: hidden;
}

.header-decoration {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    transform: rotate(45deg);
}

.checkout-decoration {
    top: -50%;
    left: -20%;
    transform: rotate(-45deg);
}

.summary-decoration {
    top: -30%;
    right: -30%;
    width: 150px;
    height: 150px;
}

.header-title {
    margin-bottom: 0;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    font-size: 1.3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.header-title i {
    color: #FFD700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Card Bodies */
.card-body-custom {
    padding: 30px;
    background: rgba(255, 255, 255, 0.95);
    text-align: justify;
}

/* Form Elements */
.form-group {
    position: relative;
}

.form-label-custom {
    font-weight: 600;
    margin-bottom: 8px;
    color: #531A1A;
    font-size: 16px;
    display: block;
    text-align: justify;
}

.input-icon {
    color: #8B0000;
}

.form-control-custom {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(83, 26, 26, 0.1);
    width: 100%;
}

.form-control-custom:focus {
    border-color: #8B0000;
    box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.25);
    transform: translateY(-2px);
    outline: none;
    background: white;
}

/* Buttons */
.btn-search {
    background: linear-gradient(135deg, #8B0000, #A0201F, #531A1A);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 14px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(139, 0, 0, 0.4);
    font-size: 16px;
    position: relative;
    top: 9px;
}

.btn-search:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(139, 0, 0, 0.6);
    background: linear-gradient(135deg, #A0201F, #8B0000, #531A1A);
}

.btn-search:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-submit {
    background: linear-gradient(135deg, #8B0000, #A0201F, #B22222);
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(139, 0, 0, 0.4);
    padding: 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-submit:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 40px rgba(139, 0, 0, 0.6);
    background: linear-gradient(135deg, #A0201F, #B22222, #8B0000);
}

/* Dealers Container */
.dealers-container {
    display: none;
    margin-top: 25px;
}

.dealers-title {
    font-weight: bold;
    color: #531A1A;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #8B0000;
}

.dealers-title i {
    color: #8B0000;
}

.dealer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dealer-item {
    background: linear-gradient(135deg, rgba(139, 0, 0, 0.05), rgba(83, 26, 26, 0.05));
    border: 2px solid rgba(139, 0, 0, 0.2);
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: justify;
    position: relative;
}

.dealer-item:hover {
    /* transform: translateX(10px); */
    box-shadow: 0 8px 25px rgba(139, 0, 0, 0.2);
    border-color: #8B0000;
    background: linear-gradient(135deg, rgba(139, 0, 0, 0.1), rgba(83, 26, 26, 0.1));
}

.dealer-item.selected-dealer {
    background: #e5a5a5 !important;
    border-color: #8B0000;
    box-shadow: 0 8px 25px rgba(139, 0, 0, 0.3);
}

.dealer-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.dealer-radio {
    transform: scale(1.3);
    accent-color: #8B0000;
    margin-top: 5px;
}

.dealer-name {
    font-weight: bold;
    color: #531A1A;
    font-size: 18px;
    margin-bottom: 10px;
}

.dealer-details {
    color: #666;
    font-size: 14px;
}

.dealer-details>div {
    margin-bottom: 5px;
}

.dealer-details i {
    color: #8B0000;
    width: 16px;
}

/* Order Summary */
.order-items {
    margin-bottom: 20px;
}

.order-item {
    background: linear-gradient(135deg, rgba(139, 0, 0, 0.05), rgba(83, 26, 26, 0.05));
    border: 1px solid rgba(139, 0, 0, 0.2);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid #8B0000;
    text-align: justify;
}

.order-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(139, 0, 0, 0.2);
}

.item-name {
    font-weight: 600;
    color: #531A1A;
    font-size: 13px;
}

.item-icon {
    color: #8B0000;
    background: rgba(139, 0, 0, 0.1);
    padding: 6px;
    border-radius: 6px;
}

.item-price {
    font-weight: bold;
    color: #531A1A;
    font-size: 16px;
}

.order-total {
    background: linear-gradient(135deg, rgba(139, 0, 0, 0.1), rgba(83, 26, 26, 0.1));
    border: 2px solid #8B0000;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

.total-label {
    color: #531A1A;
    font-size: 15px;
}

.total-amount {
    color: #8B0000;
    font-size: 15px !IMPORTANT;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Error and No Dealers */
.no-dealers,
.error-message {
    background: linear-gradient(135deg, rgba(255, 99, 99, 0.1), rgba(255, 82, 82, 0.1));
    border: 2px solid rgba(255, 99, 99, 0.3);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    color: #dc3545;
}

/* Animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.checkout-card:nth-child(1) {
    animation-delay: 0.1s;
}

.checkout-card:nth-child(2) {
    animation-delay: 0.3s;
}

.checkout-card:nth-child(3) {
    animation-delay: 0.5s;
}

/* Loading Spinner */
.fa-spin {
    animation: fa-spin 1s infinite linear;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .checkout-section {
        padding: 3rem 0;
    }

    .checkout-card {
        margin-bottom: 25px;
    }

    .card-body-custom {
        padding: 20px;
    }

    .btn-search,
    .btn-submit {
        padding: 12px 20px;
        font-size: 16px;
    }

    .dealer-item:hover {
        transform: none;
    }

    .checkout-card:hover {
        transform: translateY(-3px);
    }
}

@media (max-width: 576px) {
    .checkout-container {
        padding: 0 10px;
    }

    .card-header-custom {
        padding: 20px;
    }

    .header-title {
        font-size: 1.1rem;
    }
}

.ex-b h5 {
    padding-top: 7px;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

h2.ir_M {
    font-size: 43px;
}

.prod-btns a:nth-child(2) {
    display: none;
}

section.about-sec {
    /* padding: 0px; */
}

.abt-sc {
    color: #000;
    background: #fff;
}

.abt-sc h2 {
    color: #000 !important;
}

.abt-sc p {
    font-size: 20px !important;
    line-height: 30px;
    letter-spacing: 1px;
    width: 85%;
    font-weight: 500;
}

.about-sec .pic-pistl img {
    width: auto;
    height: 450px;
    object-fit: cover;
}

.about-sec .pic-pistl {
    text-align: right;
}

body {
    background-color: #f8f9fa;
}

.contact-form {
    max-width: 600px;
    margin: 50px auto;
    background: #590a0b;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-custom {
    background-color: #fff;
    color: #590a0b;
    border: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.btn-custom:hover {
    background-color: #ffffff;
    color: #590a0b !important;
}

.contact-form h3 {
    color: #fff;
    font-size: 46px;
}

.contact-form .form-label {
    margin-bottom: .5rem;
    color: #fff;
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 16px;
    padding-left: 10px;

}

.fil_nfe a {
    background: black;
    font-family: 'Inter';
    border: none;
    padding: 15px 23px;
    font-size: 15px;
    width: 100%;
    text-align: justify;
}

.fil_nfe a:hover {
    background: #6e0d0d;
}

div#filterSelection .offcanvas-body {
    font-family: 'Inter';
}

.filter-group select {
    text-transform: capitalize;
    margin-bottom: -5px;
    font-size: 15px;
    background: #fff;
    width: 85%;
    padding: 6px 20px;
    border-radius: 4px;
    cursor: pointer;
}

div#filterSelection {
    width: 19vw;
    background: #333;
}

div#filterSelection .offcanvas-header h5 {
    color: white;
    font-size: 27px !important;
}

div#filterSelection .offcanvas-header {
    padding: 0 23px;
    padding-top: 17px;
}

.match_items {
    display: flex;
    flex-wrap: wrap;
    background: white;
    align-items: center;
    border-radius: 3px;
    width: 85%;
    padding: 5px 11px;
}

.match_items input {
    width: 45%;
    padding-left: 10px;
    font-size: 15px;
    background: none;
    border: none;
}

.match_items p {
    font-size: 15px;
    padding-left: 10px;
    color: black;
    font-weight: bolder;
}

.fil_atB {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    width: 85%;
}


section.products {
    background: white;
}

.search-c-bbb button {
    position: absolute;
    right: 9px;
    padding: 9px 16px;
    font-size: 17px;
}

span.stock-bad {
    position: absolute;
    top: 13px;
    right: 31px;
    padding: 2px 15px;
    font-size: 14px;
    border-radius: 26px;
    height: 23px;
    letter-spacing: 1px;
}

span.stock-bad.out-stock {
    background: #8b0000;
    color: white;
}

span.stock-bad.in-stock {
    background: #31ab3196;
    color: white;
}

ul.dropdown-menu.show {
    background: black;
}

.navbar-nav .mega-menu-item {
    position: relative !important;
}

.navbar-nav .dropdown-menu.mega-menu {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%);
    right: 0 !important;
    width: 800px !important;
    margin-top: 0 !important;
    border: none !important;
    border-top: 3px solid #8B1A1A !important;
    border-radius: 7px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    background: #fff !important;
    /* padding: 2.5rem 0 !important; */
    background: #ffffffe0 !important;
}

.navbar-nav .mega-menu-item:hover>.dropdown-menu.mega-menu,
.navbar-nav .dropdown-menu.mega-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.navbar-nav .dropdown-menu.mega-menu.show {
    animation: fadeInDown 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu.mega-menu {

        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .navbar-nav .mega-menu-item:hover>.dropdown-menu.mega-menu,
    .navbar-nav .dropdown-menu.mega-menu:hover {
        display: block !important;
        opacity: 1;
        visibility: visible;
    }
}

/* Mega Menu Grid Layout */
.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.75rem;
    padding: 10px 3px;
}

/* ===== ACCESSORIES SLIDE-IN MEGA MENU ===== */
.mega-menu-slide {
    min-height: 400px;
}

.accessories-parent-col {
    background: #F8F9FA;
    border-right: 1px solid #DEE2E6;
    padding: 1.5rem 0;
}

.parent-categories {
    display: flex;
    flex-direction: column;
}

.parent-category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    position: relative;
}

.parent-category-item:hover,
.parent-category-item.active {
    background: #fff;
    border-left-color: #8B1A1A;
    color: #8B1A1A;
}

.parent-category-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(139, 26, 26, 0.05);
    transition: width 0.3s ease;
}

.parent-category-item:hover::before,
.parent-category-item.active::before {
    width: 100%;
}

.parent-category-name {
    font-weight: 400;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.parent-category-item i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.parent-category-item:hover i,
.parent-category-item.active i {
    transform: translateX(5px);
}

/* Child Categories Slide-in Area */
.accessories-child-col {
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.child-categories {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 2rem;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    overflow-y: auto;
}

.child-categories.active {
    left: 0;
    opacity: 1;
}

.child-category-title {
    font-size: 22px;
    font-weight: 400;
    color: #8B1A1A;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #8B1A1A;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.child-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem;
}

.child-category-link {
    /* display: flex; */
    align-items: center;
    padding: 10px 7px;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-size: 12px !important;
    font-weight: 500;
    background: #F8F9FA;
}

.child-category-link:hover {
    background: #8B1A1A;
    color: #fff !important;
    transform: translateX(5px);
    padding-left: 1.3rem;
}

.child-category-link i {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    transition: margin-right 0.2s ease;
}

.child-category-link:hover i {
    /* margin-right: 0.8rem; */
}

/* Default Message */
.default-message {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.default-content {
    text-align: center;
    color: #6C757D;
}

.default-content i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #8B1A1A;
    opacity: 0.3;
}

.default-content h6 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #495057;
}

.default-content p {
    font-size: 0.9rem;
    margin: 0;
}

/* Mega Menu Links */
.mega-menu-link {
    display: flex;
    align-items: center;
    padding: 0.6rem 0.85rem;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.mega-menu-link:hover {
    background: #8B1A1A;
    color: #fff !important;
    transform: translateX(5px);
    padding-left: 1.2rem;
}

.mega-menu-link i {
    font-size: 0.7rem;
    margin-right: 0.6rem;
    transition: margin-right 0.2s ease;
}

.mega-menu-link:hover i {
    margin-right: 0.9rem;
}

/* ===== NAVBAR STYLES ===== */
.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    padding: 0.75rem 1.25rem !important;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #fbfbfb !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 3px;
    background: #780909;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    border-radius: 2px;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 70%;
}

.navbar-nav .nav-link.active {
    color: #fff !important;
}

.navbar-nav .dropdown-toggle::after {
    /* vertical-align: 0.15em; */
    /* margin-left: 0.4em; */
}

/* ===== HEADER RIGHT ICONS ===== */
.header-right-content {
    gap: 1.5rem;
    margin-left: 2rem;
}

.icon-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(10px);
}

.icon-link:hover {
    background: #8B1A1A;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(139, 26, 26, 0.4);
}

.icon-link i {
    font-size: 1.3rem;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #FFD700;
    color: #000;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 50%;
    min-width: 22px;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 991px) {
    .navbar-nav .dropdown-menu.mega-menu {
        position: relative !important;
        box-shadow: none !important;
        padding: 1rem !important;
        border-top: none !important;
        border-left: 3px solid #8B1A1A !important;
    }

    .mega-menu-grid {
        grid-template-columns: 1fr;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .header-right-content {
        margin-left: 0;
        margin-top: 1rem;
        justify-content: center;
    }

    .navbar-nav .nav-link {
        padding: 0.6rem 1rem !important;
    }

    /* Mobile Accessories Menu */
    .accessories-parent-col,
    .accessories-child-col {
        width: 100%;
    }

    .accessories-parent-col {
        border-right: none;
        border-bottom: 1px solid #DEE2E6;
    }

    .parent-category-item {
        padding: 0.8rem 1rem;
    }

    .child-categories {
        position: relative;
        left: 0;
        opacity: 1;
        height: auto;
        padding: 1rem;
        display: none;
    }

    .child-categories.active {
        display: block;
    }

    .child-links-grid {
        grid-template-columns: 1fr;
    }

    .default-message {
        display: none;
    }
}

/* ===== SCROLLBAR STYLING ===== */
.mega-menu-large::-webkit-scrollbar {
    width: 10px;
}

.mega-menu-large::-webkit-scrollbar-track {
    background: #F1F1F1;
    border-radius: 10px;
}

.mega-menu-large::-webkit-scrollbar-thumb {
    background: #8B1A1A;
    border-radius: 10px;
}

.mega-menu-large::-webkit-scrollbar-thumb:hover {
    background: #6B1414;
}

/* ===== SMOOTH FADE IN ===== */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-nav .dropdown-menu.mega-menu.show {
    animation: fadeInDown 0.3s ease-in-out;
}

ul.navbar-nav li.nav-item a:hover {
    background: #880202;
}

.child-category-link {
    font-size: 12px !important;
}

.accessories-child-col a.child-category-link {
    font-size: 16px !important;
    background: #212529;
}

.accessories-mega .dropdown-menu.mega-menu {
    background: white !important;
}

.mega-menu-grid a {
    background: black;
    font-size: 19px;
}

section.main-banner .slick-prev {
    left: 20px;
    z-index: 999;
}

section.main-banner .slick-next {
    right: 30px;
}

section.main-banner .slick-next::before {
    font-size: 35px;
}

section.main-banner .slick-prev::before {
    font-size: 35px;
}


.specif-frm {
    text-transform: uppercase;
}

img.avtr-man {
    display: none;
}

.avatar {
    padding: 44px 8px !important;
}

.avatar footer {
    margin-bottom: 5px;
}

.avatar footer h4 {
    margin-top: 20px !important;
}

.content-section {
    background-color: #222;
    margin: 40px auto;
    padding: 50px;
    border-left: 5px solid #8b0000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    font-family: 'Inter'
}

.section-title {
    color: white !important;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #444;
    letter-spacing: 1px;
}

.subsection-title {
    color: #c41e3a;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.content-section p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #ccc;
}

.content-section ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.content-section li {
    margin-bottom: 10px;
    color: #ccc;
    list-style-type: square;
}

.highlight-box {
    background-color: #2a0000;
    border-left: 4px solid #8b0000;
    padding: 20px;
    margin: 20px 0;
}

.highlight-box h3 {
    color: #ff4444;
    margin-bottom: 10px;
}

.restricted-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    margin: 15px 0;
}

.restricted-item {
    background-color: #2d0000;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    border: 1px solid;
}

.warning-badge {
    display: inline-block;
    background-color: #8b0000;
    color: white;
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer {
    background-color: #0d0d0d;
    padding: 40px 20px;
    border-top: 3px solid #8b0000;
    margin-top: 60px;
    text-align: center;
    color: #888;
}

.last-updated {
    background-color: #333;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border-radius: 5px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 32px;
    }

    .content-section {
        padding: 30px 20px;
    }

    .section-title {
        font-size: 22px;
    }

    .restricted-list {
        grid-template-columns: 1fr;
    }
}

h4.ls_ups {
    color: white;
    font-size: 20px;
    margin-bottom: 17px !important;
}

.info-card h4 {
    color: white;
    margin-bottom: 20px !important;
    font-size: 24px;
    margin-top: 20px !important;
}

.contact-item {
    color: white;
}

.contact-box h3 {
    color: white;
    margin-top: 28px;
}

.delivery-option-wrapper .btn-check:checked + .delivery-option-label {
        border-color: #8c0202;
        background-color: #f0f7ff;
        box-shadow: 0 0 10px rgba(13, 110, 253, 0.1);
    }
    
    .delivery-option-label {
        border: 2px solid #e0e0e0;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .delivery-option-label i {
        font-size: 2rem;
        color: #6c757d;
    }
    
    .delivery-option-label span {
        font-weight: bold;
        display: block;
        margin-top: 5px;
    }
    
    .delivery-option-label small {
        color: #6c757d;
    }

    .btn-check:checked + .delivery-option-label i {
        color: #910a09;
    }
