/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap');


/* Local Font */
@font-face {
    font-family: "veneer";
    src: url("../fonts/veneer.ttf");
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #ac0a0a;
    --secondary: #121212;
    font-family: "Plus Jakarta Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
}

section {
    position: relative;
    padding: 3rem 0;
}

a {
    font-family: "Outfit", sans-serif;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    margin: 0;
    color: #828282;
    font-family: "Outfit", sans-serif;
}

h3 {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

h4 {
    margin: 0;
    font-family: "Blinker", sans-serif;
}

h1,
h2,
h5,
h6 {
    color: #000;
    margin: 0;
    font-family: "veneer";
}

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

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

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

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

figure {
    margin: 0;
}

/* Cursor Start */

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

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

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

/* Cursor End */

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1.0625rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    padding: 0.8125rem 2.6875rem;
    line-height: normal;
}


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

/* NAV HEADER CSS */

header {
    width: 100%;
    padding: 0;
    transition: 0.3s ease-in-out;
}

.navbar-brand {
    padding: 1.25rem 0;
    margin: 0;
}

.navbar-nav {
    align-items: center;
    gap: 1rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.25rem;
    color: #131110;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0;
    position: relative;
    display: inline-block;
}

.nav-social .dropdown-toggle::after {
    color: var(--primary);
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 680px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 1rem;
}

.homeSlider .swiper-button-prev {
    left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 9.375rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}

.main-slider p {
    color: var(--white);
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1rem;
    font-size: 1.5625rem;
}

/* !MAIN HERO SLIDER CSS */

/* New Css Start */

.topbar p {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
    line-height: 1.4;
    margin: 0;
}

.topbar p span {
    color: var(--primary);
}

.topbar {
    background-color: var(--black);
    padding: 0.625rem 0;
}

ul.nav-social {
    display: flex;
    align-items: center;
    gap: 0.725rem;
    margin: 0;
}

ul.nav-social li a i {
    color: var(--black);
    font-size: 1.2rem;
}

.slideOne h2 {
    font-size: 4.375rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--white);
    line-height: 1;
}

.homeSlider .slide-inner::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgb(0 0 0 / 40%);
}

/* New Css End  */

/* Image-Sec Css Start */
.imag-wrapp {
    position: relative;
    /* text-align: center; */
}

.imag-content h2 {
    color: var(--black);
    line-height: 2.4;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

/* .imag-content h2::after{
    content: '';
    background-color: #000;
    width: 44%;
    height: 1px;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
} */

.imag-content .themeBtn {
    margin-bottom: 2.5rem;
    background-color: var(--black);
    text-transform: uppercase;
}

section.imag-sec {
    padding-bottom: 3rem;
}
.productSlider {
    padding-bottom: 3rem;
}
.productSlider::before {
    content: "";
    width: 70%;
    height: 3px;
    background-color: var(--black);
    position: absolute;
    bottom: 20px;
    left: 0;
}
figure.imag img {
    /* margin-top: -6rem; */
    height: auto;
    max-width: 100%;
}

.productSlider .swiper-slide {
    /* transform: scale(0.5); */
    transition: all 0.4s;
    /* opacity: 0.3; */
    padding: 0 10px;
}
.productSlider .swiper-slide .imag-content a {
    display: none;
    transition: all 0.4s;
}
.productSlider .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}
.productSlider .swiper-slide-active .imag-content a {
    display: inline-block;
    transition: all 0.4s;
}
.productSlider .swiper-button-next {
    position: absolute;
    top: unset;
    bottom: 0%;
    right: 5%;
}
.productSlider .swiper-button-next::after {
    display: none;
}
.productSlider .swiper-button-prev {
    position: absolute;
    top: unset;
    bottom: 0%;
    right: 10%;
    left: unset ;
}
.productSlider .swiper-button-prev, .swiper-button-next {
    width: auto;
    height: auto;
    line-height: unset;
    text-align: center;
    color: var(--black);
    font-size: 50px;
}


/* Image-Sec Css End  */
/* Marquee-Sec Css Start */
.marquee {
    user-select: none;
    display: flex;
    gap: 2.5rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.marquee ul {
    list-style: none;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    animation: marquee 10s linear infinite;
    align-items: center;
}

.marquee .text {
    text-align: center;
    font-size: 6.25rem;
    font-weight: bold;
    color: rgb(0 0 0 / 20%);
    text-transform: uppercase;
    line-height: 1.6;
}

@keyframes marquee {
    to {
        transform: translateX(calc(-100% - 4rem));
    }
}

section.marquee-sec {
    padding: 6rem 0;
    background: #dddddd;
}

/* Marquee-Sec Css End  */

/* Fast-Grow-Sec Css Start */
figure.fast-imag {
    text-align: end;
}

section.fastgrow-sec {
    background-color: #dddddd;
    padding-top: 0;
}

.fast-grow h2 {
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--black);
    line-height: 1;
}

.fast-grow p {
    margin: 0.625rem 0;
    color: var(--black);
    text-transform: capitalize;
    line-height: 1.5;
    font-weight: 500;
}

.fast-grow .themeBtn {
    background-color: var(--primary);
    color: var(--white);
    margin-top: 0.625rem;
}

section.fastgrow-sec .swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

section.fastgrow-sec .swiper-button-prev {
    font-size: 1.85rem;
    background-color: var(--primary);
    height: 4.375rem;
    width: 4.375rem;
    color: var(--white);
    left: 4rem;
    top: 0;
    bottom: 5rem;
    margin: auto;
}

section.fastgrow-sec .swiper-button-next {
    font-size: 1.85rem;
    background-color: var(--primary);
    height: 4.375rem;
    width: 4.375rem;
    color: var(--white);
    right: 4rem;
    top: 0;
    bottom: 5rem;
    margin: auto;
}

/* Fast-Grow-Sec Css End  */

/* Img-Sec Css Start */
figure.img {
    position: relative;
}

figure.img::before {
    position: absolute;
    content: "";
    inset: 0;
    background: rgb(0 0 0 / 15%);
}

figure.img img {
    object-fit: cover;
    overflow: hidden;
    height: 700px;
    width: 100%;
}

figure.img a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    z-index: 1;
    opacity: 0;
}

figure.img a:before {
    position: absolute;
    content: "";
    height: 120px;
    width: 120px;
    background: rgb(255 255 255 / 60%);
    z-index: -1;
    border-radius: 50%;
}

figure.img a i {
    height: 5rem;
    width: 5rem;
    display: grid;
    place-items: center;
    background: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 11;
    color: var(--primary);
}

/* .img-slider .swiper-slide-active figure.img {
  transform: scale(1.1);
} */
.img-slider {
    /* margin-right: -13rem; */
    padding-bottom: 3rem;
}

.img-slider .swiper-slide-active figure.img a {
    opacity: 1;
}

figure.img a i:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
}

.img-slider .swiper-pagination-bullet {
    width: 100px;
    height: 3px;
    border-radius: 0;
}

.img-slider .swiper-pagination {
    left: -10%;
    bottom: -7px;
}

.img-slider .swiper-pagination-bullet-active {
    background-color: var(--primary);
}

section.img-sec .swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.img-slider .swiper-button-next {
    bottom: 0;
    height: 5rem;
    width: 5rem;
    background: #000;
}

section.img-sec .swiper-button-next {
    font-size: 2rem;
    top: unset;
    bottom: -2rem;
    right: 15%;
    color: var(--black);
}

section.img-sec .swiper-button-prev {
    font-size: 2rem;
    top: unset;
    bottom: -2rem;
    right: 17%;
    left: unset;
    color: var(--black);
}

/* Img-Sec Css End  */

/* Customer-Sec Css Start */
.customer-content h4 {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
}

.customer-content p {
    font-size: 0.875rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--black);
    line-height: 1.7;
}

.customer-content p a {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary);
    letter-spacing: 3px;
    font-family: "Blinker", sans-serif;
    border-bottom: 1px solid;
}

.customer-content h4::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 3px;
    background-color: var(--primary);
    left: -20px;
}

.customer-wrapp {
    background-color: #f8f8f8;
    padding: 50px;
}

.clinet-content p {
    text-align: center;
    line-height: 1.5;
    color: var(--black);
    font-size: 1.125rem;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.clinet-content {
    text-align: center;
}

figure.customer-imag {
    margin-top: 1.25rem;
}

figure.customer-imag h5 {
    font-family: "Plus Jakarta Sans";
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 0.625rem;
}

figure.customer-imag span {
    display: block;
    margin-top: 0.225rem;
    font-size: 14px;
    color: #979797;
}

figure.customer-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

section.customer-sec {
    padding: 6rem 0 9rem;
}

section.customer-sec .swiper-pagination {
    position: absolute;
    top: -4px;
    left: unset;
    right: -22%;
    z-index: -1;
}

.swiper.customer-slider {
    padding-top: 5rem;
}

.swiper.customer-slider .swiper-pagination-bullet-active {
    background: var(--primary);
}

.swiper.customer-slider .swiper-pagination-bullet {
    height: 4px;
    width: 1.25rem;
    border-radius: 0;
}

.swiper.customer-slider .swiper-slide-active .customer-wrapp {
    background-color: var(--primary);
    transition: 0.6s ease;
}

.swiper.customer-slider .swiper-slide-active .clinet-content p {
    color: var(--white);
}

.swiper.customer-slider .swiper-slide-active figure.customer-imag h5 {
    color: var(--white);
}

.swiper.customer-slider .swiper-slide-active figure.customer-imag h5 span {
    color: var(--black);
}

/* Customer-Sec Css End  */

/* Footer-Sec Css Start */
footer {
    background-color: var(--black);
    padding: 6rem 0 0;
}

footer h2 {
    font-size: 1.375rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 1rem;
}

ul.quick-link li a {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #dfe0e0;
}

ul.quick-link li+li {
    margin-top: 0.925rem;
}

form.footer-form .form-control {
    background-color: #202020;
    height: 55px;
    border: unset;
    outline: unset;
    box-shadow: unset;
    color: #dfe0e0;
    border-radius: unset;
}

form.footer-form button {
    border: unset;
    background: var(--primary);
    color: var(--white);
}

.footer-bottom {
    margin-top: 5rem;
    border-top: 1px solid #fff;
    padding: 1.25rem 0;
}

.footer-bottom p {
    text-align: center;
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
}

form.footer-form .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #dfe0e0;
    padding-left: 1rem;
}

/* Footer-Sec Css End   */

/* Hover-Effect Csss Start  */
.themeBtn:hover {
    background-color: var(--primary);
    color: var(--white);
}

section.imag-sec .row .col-md-4:nth-child(2) .imag-wrapp .imag-content .themeBtn:hover {
    background: #000;
    color: #fff;
}

.fast-grow .themeBtn:hover {
    background-color: var(--secondary);
    color: var(--white);
}

form.footer-form button:hover {
    background-color: var(--white);
    color: var(--black);
}

.navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--secondary);
    bottom: -4px;
}

.navbar-nav .nav-item .nav-link:hover::before {
    width: 100%;
    transition: 0.6s ease;
}

/* Hover-Effect Csss End  */

/* Inner-Pages Css Start */
figure.custom-logo {
    text-align: center;
    padding: 1rem 0;
}

section.logo-sec {
    padding: 1rem 0;
    display: none;
}

.inner-ban {
    position: relative;
    height: 400px;
}

.inner-ban>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-ban .overlay {
    position: absolute;
    content: "";
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgb(0 0 0 / 20%);
}
span.seed-percentage {
    width: 25px;
    height: 25px;
    background: #ccc;
    display: flex;
    align-items: center;
    font-size: 10px;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 30px;
}

.overlay h2 {
    font-size: 4.375rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1;
}

section.custom-page p {
    font-size: 1.625rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #444444;
    width: 99%;
    margin: 1rem auto 3rem;
    text-align: center;
    line-height: 2;
}

figure.cust-imag {
    position: relative;
    border: 1px solid var(--black);
}

figure.cust-imag img {
    width: 100%;
}

figure.cust-imag::before {
    position: absolute;
    content: "";
    background-color: rgb(0 0 0 / 50%);
    height: 100%;
    width: 100%;
}

figure.cust-imag h4 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    color: var(--white);
    font-family: "Outfit";
    text-transform: capitalize;
    line-height: 1.4;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
}

figure.cust-imag::after {
    position: absolute;
    /* content: ""; */
    height: 372px;
    width: 695px;
    left: -1rem;
    right: 0;
    margin: auto;
    top: -0.625rem;
    border: 1px solid #656565;
}

section.custom-page {
    padding-top: 2rem;
}

/* Shop-Page Css Start */

.shop-left h2 {
    font-size: 3.4375rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    font-family: "Outfit";
}

.shop-last .themeBtn:hover {
    background-color: var(--black);
    color: var(--white);
}

.shop-right h3 {
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Outfit";
    line-height: 1.4;
    margin-bottom: 1rem;
}

.shop-right h4 {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1.375rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #444444;
}

.shop-right h4 a i {
    font-size: 1.25rem;
    color: var(--black);
}

ul.shop-list {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin: 1rem 0;
}

ul.shop-list .add-seed img {
    width: 140px;
    aspect-ratio: 1;
    object-fit: cover;
}

ul.shop-list .add-seed span {
    display: block;
    text-align: center;
    margin-top: 0.5rem;
    color: #000;
    text-transform: capitalize;
}

.list-main {
    border-bottom: 0;
    padding-bottom: 0.5rem;
}

ul.shop-link li a {
    font-size: 1.375rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #444444;
}

.list-main+.list-main {
    margin: 1rem 0;
}

.list-main.secoond {
    margin: 0;
}

.list-main h5 {
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    font-family: "Outfit";
    margin-bottom: 0.625rem;
    border-bottom: 1px solid rgb(109 109 109 / 30%);
    padding-bottom: 0.925rem;
}

.list-main.last {
    margin: 0.625rem 0;
}

.shop-right {
    background-color: #f1f0f0;
    padding: 2.125rem 1.25rem 5.625rem;
    position: relative;
    border: 1px solid var(--black);
}

.shop-right::before {
    position: absolute;
    /* content: ""; */
    border: 1px solid #656565;
    z-index: -1;
    width: 104%;
    height: 102%;
    inset: -12px;
}

.faq-content .card {
    border: 0;
    background: transparent;
    margin-bottom: 0rem;
}

.faq-content .card .card-header {
    background: transparent;
    padding: 0;
}

.faq-content .card .card-header button.btn {
    font-size: 22px;
    color: #0b0b0b;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-content .card .card-body {
    padding: 0 0 0;
}

ul.discount li a {
    font-size: 1.125rem;
    color: #252525;
    font-weight: 400;
}

ul.discount li+li {
    margin: 10px 0 0;
}

.rabge-set {
    margin-bottom: 2.5rem;
}

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

ul.star li a .star {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #eec200;
}

ul.star li a span {
    font-size: 1.125rem;
    color: #252525;
    font-weight: 400;
}

ul.star li+li {
    margin: 7px 0 0;
}

.filter div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.filter div ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter div ul li a {
    font-size: 1.2rem;
    color: #d9d9d9;
}

.filter div span {
    font-size: 1rem;
    color: #828282;
    font-weight: 400;
}

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

.filter select {
    font-size: 1rem;
    color: #828282;
    font-weight: 400;
    width: 169px;
    border-color: #c1c1c1;
    height: 38px;
    padding: 0 10px;
    font-weight: 400;
}

.pagination {
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
}

.pagination a {
    width: 41px;
    height: 41px;
    border: 1px solid #d9d9d9;
    border-radius: 3.11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    font-size: 1.25rem;
    color: #d9d9d9;
    font-weight: 400;
}

.pagination a:first-child {
    background: var(--theme-color);
}

.pagination a:last-child {
    background: var(--black);
}

.btn.focus,
.btn:focus {
    outline: unset;
    box-shadow: unset;
}

.card-header {
    border-bottom: unset;
}

.btn {
    padding: 0;
}

.shop-last .themeBtn {
    padding: 1rem 3.125rem;
    background-color: var(--primary);
    color: var(--white);
    margin-top: 1.5rem;
}

.shop-last h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: #444444;
    font-family: "Outfit";
}

.shop-last {
    text-align: center;
}

.shop-main {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12.75rem;
    background-color: #f1f0f0;
    padding: 2rem 1.5rem;
    border: 1px solid var(--black);
}

ul.shop-p-list {
    display: flex;
    align-items: center;
    gap: 1.375rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

ul.shop-p-list+ul.shop-p-list {
    margin: 2rem 0;
}

.shop-left {
    text-align: center;
}

.shop-main::before {
    position: absolute;
    /* content: ""; */
    height: 104%;
    width: 104%;
    border: 1px solid #000;
    z-index: -1;
    inset: -12px;
}

ul.shop-p-list li a h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4375rem;
    margin-top: 0.525rem;
}

ul.shop-p-list li a h5 span {
    background: var(--primary);
    padding: 1px 6px;
    color: var(--white);
    font-size: 0.9375rem;
    font-weight: 400;
}

ul.shop-p-list li a img {
    width: 140px;
    aspect-ratio: 1;
    object-fit: cover;
}

ul.shop-p-list li a h5 i {
    color: var(--black);
    font-size: 1.0625rem;
}

/* Shop-Page Css End  */

/* New-Shop Css Start */
ul.review-stars {
    display: flex;
    align-items: center;
    gap: 0.225rem;
}

ul.review-stars li a i {
    color: #f0b61e;
}

.review-top {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.review-top h5 {
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    font-family: "Roboto";
    color: rgb(0 0 0 / 75%);
}

.review-Btn {
    display: grid;
}

.review-Btn a {
    color: var(--white);
    background: var(--primary);
    padding: 0.625rem 65px;
    margin: 0.625rem auto;
    font-size: 1rem;
    font-weight: bold;
    text-transform: math-auto;
    width: fit-content;
    border: 2px solid var(--primary);
}

.review-Btn a:nth-child(2) {
    background: transparent;
    color: var(--black);
    border: 2px solid #000;
    width: fit-content;
}

section.review-sec h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
}

a.user i {
    height: 2.25rem;
    width: 2.25rem;
    display: grid;
    place-items: center;
    background: rgb(224 224 224 / 50%);
    color: var(--black);
}

a.user {
    display: flex;
    gap: 0.525rem;
}

a.user span {
    color: var(--black);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    font-family: "Outfit";
}

.review-wrapp {
    display: flex;
    gap: 10rem;
    position: relative;
}

ul.view-stars {
    display: flex;
    align-items: center;
    gap: 0.265rem;
}

ul.view-stars li a i {
    color: #f0b61e;
    font-size: 1.2rem;
}

.star-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.star-content span {
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 400;
    font-family: "Roboto";
    letter-spacing: 0.6px;
}

.review-content h3 {
    letter-spacing: 0.6px;
    font-size: 1rem;
    font-weight: bold;
    font-family: "Outfit";
}

.review-content p {
    letter-spacing: 0.6px;
    font-family: "Roboto";
    margin-top: 0.625rem;
    line-height: 1.375;
    color: rgb(0 0 0 / 75%);
}

.review-border {
    border-top: 1px solid rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 30px 0;
}

.faq-content .card .card-body .review-border:nth-child(2) {
    border-top: unset;
}

.faq-content .card h4 {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    font-family: "Outfit";
}

.faq-content .card h4 i {
    color: #000;
    font-size: 1.2rem;
}

.review-center {
    display: flex;
    align-items: center;
    gap: 2rem;
    border-left: 1px solid rgb(0 0 0 / 10%);
    padding: 0 1rem 0 5rem;
    border-right: 1px solid rgb(0 0 0 / 10%);
}

ul.box-list li a {
    display: flex;
    align-items: center;
    gap: 1rem;
}

ul.box-list li a span {
    color: #7b7b7b;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
}

ul.box-list li+li {
    margin: 7px 0;
}

ul.review-list li+li {
    margin: 1px 0;
}

section.review-sec .reivew-main {
    margin-bottom: 2rem;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 1.5rem;
}

.shopwrap h3 {
    font-size: 2.25rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Outfit";
    margin-top: 28px;
}

.shopwrap h5 {
    font-size: 18px;
    font-weight: 500;
}

.shopwrap figure img {
    height: 220px;
    width: 500px;
    object-fit: contain;
    margin: auto;
}

.shopwrap {
    box-shadow: 0 10px 20px rgb(107 107 107 / 25%);
    padding: 12px 36px 30px;
}

section.product-sec h2 {
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

section.product-sec {
    padding: 7rem 0 0;
}

/* New-Shop Css End  */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: transparent;
    color: #000;
}

ul#pills-tab {
    display: flex;
    align-items: center;
    gap: 3rem;
}

button#pills-profile-tab {
    color: rgb(51 51 51 / 50%);
}

button#pills-home-tab {
    border: unset;
    background: transparent;
}

button#pills-contact-tab {
    border: unset;
    background: transparent;
}

button#pills-shipping-tab {
    background: transparent;
    border: unset;
}

section.tabs-sec h5 {
    font-size: 18px !important;!i;!;
    text-transform: capitalize;
    color: #343434;
    background-color: transparent !important;!i;!;
    margin: 10px 0 !important;!i;!;
}

section.tabs-sec p {
    font-size: 18px;
    color: #5b5b5b;
    line-height: 1.5;
    margin: 1rem 0;
    background-color: transparent !important;!i;!;
}

ul.benefit-list li {
    list-style: disc;
    color: #5b5b5b;
    font-size: 14px;!i;!;
    margin-left: 20px !important;!i;!;
}

ul.benefit-list li a {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #5b5b5b;
}

ul.benefit-list li+li {
    margin: 0.625rem 0;
}

ul.benefit-list {
    margin-top: 0.625rem;
    background-color: transparent !important;!i;!;
}

.nav-link {
    padding: 0;
}

section.tabs-sec button {
    border: unset;
    background: transparent;
    font-size: 22px;
    font-family: "veneer";
    font-weight: bold;
    color: rgb(51 51 51 / 50%);
    position: relative;
}

section.tabs-sec button:focus {
    outline: unset;
}

section.tabs-sec button::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 0;
    background: var(--primary);
    top: -18px;
}

section.tabs-sec button:hover::before {
    opacity: 1;
    width: 100%;
    transition: 0.6s ease;
}

.tabs-main {
    border-top: 1px solid #bcbcbc;
    padding: 2rem 0;
}

section.tabs-sec {
    padding-bottom: 2rem;
    background-color: #fff;
}

/* Inner-Pages Css End  */
/* / product detail css start / */

/*PRoduct Details*/

.Proreview h2 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: bold;
    color: #161616;
}

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

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

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

.Proreview h5 {
    font-size: 1.375rem;
    color: #828282;
    font-weight: 400;
    margin: 0;
    margin-top: 11px;
}

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

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

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

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

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

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

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

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

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

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

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

.startProduct ul {
    margin: 1.4rem 0;
}

.reviewSec {
    /* / background: #fff; / */
    border-radius: 20px;
    padding: 3rem;
    border: 1px solid #d2d2d2;
}

.Proreview {
    padding-bottom: 1rem;
}

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

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

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

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

.content-wraper span {
    margin-left: 21px;
    font-size: 12px;
    color: #a4a4a4;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

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

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

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

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

.productNav {
    background: #fbfbfb;
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: flex-start;
    height: 100%;
    flex-flow: row-reverse;
    gap: 0.7rem;
}

.productNav figure {
    background: #ffffff;
    /* / border-radius: 10px; / */
    padding: 0.91rem 0;
    margin: 0;
    border: 2px solid #dbdbdb;
    border-radius: 15px;
}

ul.stckst li {
    font-size: 1.25rem;
    color: var(--theme-color);
    font-weight: 500;
}

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

.rating-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

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

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

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

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

.rating-box span {
    font-size: 1.3rem;
    color: var(--theme-color);
    font-weight: 500;
    padding-left: 0.5rem;
}

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

.quantitySec h4 {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.quantitySec .number {
    padding: 0;
    font-size: 1rem;
}

.quantitySec .number .minus {
    background: #f7f6fb;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;
    border-radius: 7px;
    padding: 0;
    cursor: pointer;
}

.quantitySec .number .plus {
    background: #f7f6fb;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;
    border-radius: 7px;
    padding: 0;
    cursor: pointer;
}

.quantitySec .number input {
    width: 60px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #282828;
}

.number {
    background: transparent;
    padding: 1rem 0;
    border: 0;
    border-radius: 7px;
    width: 100%;
    color: #282828;
    display: flex;
    align-items: center;
}

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

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

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

.productNav figure img {
    width: 100%;
    height: 77px;
    object-fit: contain;
}

.btnn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.colorBox option {
    background: var(--color);
}

.productSlider-for figure img {
    height: 459px;
}

.productSlider-for figure {
    margin: 0 0 1.2rem;
    border: 1px solid #dbdbdb;
    border-radius: 15px;
    padding: 3rem 0;
}

.productSlider-nav .swiper-slide.swiper-slide-next figure {
    border-color: #2c7b76;
}

.cardbutton .themeBtn {
    background: var(--theme-color);
}

.cardbutton {
    margin-top: 2rem;
}

.reviewImg figure {
    width: 135px;
    height: 135px;
    background: #e1e1e1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.reviewImg figure img {
    width: fit-content;
}

.star-review {
    display: flex;
    align-items: center;
    margin: 20px 0 15px;
    color: #f5aa27;
    gap: 5px;
}

.reviewImg+hr+h2.sectionHeading {
    font-size: 2.25rem;
    color: var(--black);
    margin: 2rem 0 1rem;
}

.reviewSec .themeBtn.mt-3 {
    background: var(--theme-color);
}

.product-heading {
    margin: 1.5rem 0;
    font-size: 3.4375rem;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
}

.productSlider-nav {
    flex: 0 0 20%;
}

.productSlider-nav .swiper-wrapper {
    flex-direction: column;
    height: 63vh;
}

.prodtl-txt h3 {
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
    color: #3c3c3c;
}

ul.slide-stars li a i {
    font-size: 1.2rem;
    color: #000;
}

ul.slide-stars {
    margin: 0;
}

.swiper-stars {
    display: flex;
    align-items: center;
}

.swiper-stars h5 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    margin-left: 10px;
}

.quantitySec {
    display: flex;
    align-items: center;
}

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

.swiper-last h5 {
    color: #777777;
    font-family: 'Outfit';
    font-size: 14px;
}

.swiper-last h5 span {
    font-size: 14px;
}

.siwpe-social-main {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.siwpe-social-main ul li a i {
    font-size: 14px;
}

.siwpe-social-main h4 {
    font-size: 14px;
    color: #333333;
}



ul.swiper-scoial li a i {
    font-size: 1rem;
    color: rgb(0 0 0 / 50%);
}

/* / product detail css end / */

h2.heading1 {
    font-size: 48px;
    font-weight: 400;
    color: #000;
    margin-bottom: 2rem;
}

.shop-filter .heading {
    font-size: 1.875rem;
    margin: 0 0 3rem;
}

.shop-filter h3 {
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 1.5rem;
}

.rabge-set p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.rabge-set p input {
    width: 63px;
    height: 33px;
    border: 1px solid #C1C1C1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.rabge-set .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    background: #AB0707;
    border-radius: 50%;
    border: 0;
}

.rabge-set .ui-slider-horizontal .ui-slider-range {
    height: 1px;
    background: #AB0707;
    border: 0;
    width: 100% !important;
    left: 0 !important;
}

.rabge-set .ui-widget.ui-widget-content {
    border: 0;
    margin: 0;
    background: transparent;
}

div#accordion {}

.faq-content .card {
    border: 0;
    background: transparent;
    margin-bottom: 2rem;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 2rem;
}

.faq-content .card .card-header {
    background: transparent;
    /* font-size: 22px; */
    /* color: #0B0B0B; */
    padding: 0;
    border-color: #828282;
}

.faq-content .card .card-header button.btn {
    font-size: 22px;
    color: #0B0B0B;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0px 1rem;
}

.faq-content .card .card-body {
    padding: 25px 0 0;
}


.rabge-set {
    margin-bottom: 2.5rem;
}

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

ul.star li a .star {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #EEC200;
}

ul.star li a span {
    font-size: 1.125rem;
    color: #252525;
    font-weight: 400;
}

ul.star li+li {
    margin: 7px 0 0;
}

h2.heading1 {
    font-size: 48px;
    font-weight: 400;
    color: #000;
    margin-bottom: 2rem;
}

.shopwrap h3 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Outfit';
    margin-top: 28px;
    color: var(--black);
}

.shopwrap h5 {
    font-size: 1.125rem;
    font-weight: 500;
}

.shopwrap figure img {
    height: 220px;
    width: 234px;
    object-fit: contain;
    display: block;
}

.shopwrap {
    box-shadow: 0 10px 20px rgb(107 107 107 / 25%);
    padding: 12px 36px 30px;
    margin-bottom: 2.25rem;
    /* border: 1px solid var(--black); */
    display: block;
}

section.shop-page .row+.row {
    margin-top: 2rem;
}

.form-inline {
    margin-left: 50px;
}

.form-check.checkbox1 label {
    font-size: 15px;
    color: #131110;
}

.bgfaq {
    background: #F1F1F1;
    margin-left: 2rem;
    padding: 34px 36px;
}

.footForm input {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: unset;
    border: 1px solid #CCCCCC;
    padding: 0 10px;
    height: 40px;
    background: #fff;
}

.footForm input::placeholder {
    font-size: 0.75rem;
    color: #CCCCCC;
}

.footForm {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
}

.footForm i {
    color: #CCCCCC;
    position: absolute;
    right: 0;
    font-size: 1.25rem;
    padding-right: 10px;
}

.quantitySec ul {
    margin: 0 1rem 0 0;
}

.prodtl-txt .mainHead {
    font-size: 50px;
    color: #000;
    font-family: "veneer";
    margin-top: 10px;
}

.prodtl-txt .mainHead span {

    color: #161616;
}

.mainHead {
    font-size: 50px;
    color: #AC0A0A;
    font-family: "veneer";
}

.mainHead span {

    color: #161616;
}

.newrate h3 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin: 1rem 0;
}

.fastcntnt p {
    font-size: 1rem;
    color: #000;
    line-height: 1.75;
    width: 74%;
}

.fastcntnt p+p {
    margin-top: 11px;
}

.fastcntnt .themeBtn {
    border: 1px solid var(--primary);
    color: var(--primary);
    margin-top: 1.5rem;
}

figure.fastimg1 {
    position: relative;
}

figure.fastimg1 a {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF0909;
    width: 111px;
    height: 64px;
    border-radius: 10px;
    margin: auto;
    color: #fff;
}

figure.fastimg1 img {
    width: 100%;
}

.fastcntnt .themeBtn:hover {
    background: #000;
    color: #fff;
}


.top-closer h3 {
    font-size: 42px;
    font-weight: 400;
    color: #000;
}

.top-closer h4 {
    font-size: 1rem;
    color: var(--primary);
    font-weight: 500;
}

.top-closer {
    text-align: center;
    border-bottom: 1px solid #00000033;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

section.closer-section {
    padding-top: 0;
}

.closer-wrap h3 {
    font-size: 35px;
    font-weight: 400;
}

.closer-wrap {
    text-align: end;
}

.closer-wrap p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.7;
    width: 90%;
    margin-left: auto;
}

.closer-wrap+.closer-wrap {
    margin-top: 4rem;
}

.closer-wrap.closewrap2 {
    text-align: start;
}

figure.closerimg img {
    width: 100%;
}

.closer-wrap.closewrap2 p {
    margin-right: auto;
    margin-left: 0;
}

.closerimg1 {
    position: absolute;
    top: 25%;
    left: 35.5%;
}

.closerimg2 {
    position: absolute;
    bottom: 41%;
    left: 36%;
    z-index: -1;
}

.closerimg3 {
    position: absolute;
    right: 35.5%;
    top: 24%;
}

.closerimg4 {
    position: absolute;
    right: 36%;
    bottom: 37%;
    z-index: -1;
}


/* faq sec strt */

.faq {
    padding: 5rem 0;
    background: #fff;
}

.faq .headingThree {
    text-align: left;
    margin: 0;
}

.faq #accordion .card {
    border: none;
    /* border-bottom: 1px solid #707070; */
    background: #fff;
    margin: 0;
    border-radius: unset;
    /* padding: 1rem 0; */
    margin-top: 1rem;
    margin-bottom: 5px;
}

.faq #accordion .card .btn-link {
    --height: 4rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--black);
    font-size: 25px;
    overflow: hidden;
    text-align: left;
    font-weight: bold;
    padding: 2rem 2rem 0 2rem;
    font-family: 'Syne';
    position: relative;
    z-index: 1;
}

.faq #accordion .card .btn-link span {

    padding: 2px 12px;
    margin-right: 1rem;
    font-size: 50px;

}

.faq #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    width: var(--width);
    height: var(--height);
    margin-left: auto;
    border-radius: 50%;
    background: 000;
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
    background: #F3F5F6;
}

.faq #accordion .card .btn-link i::before {
    content: "\f067";
}

.faq #accordion .card .btn-link[aria-expanded="true"] i::before {
    transform: rotate(0deg);
}

.faq #accordion .card .btn-link[aria-expanded="true"] i {
    color: #000;
}


.faq #accordion .card+.card {
    margin-top: 0;
}



.faq #accordion .card .card-body ul li {
    color: #3C3C43;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.7;
    width: 60%;
    margin-left: 1rem;
}

.faq .headingThree {
    font-size: 4rem;
}

.faq #accordion .card .card-body ul li::marker {
    color: #F67D3E;
    font-size: 1.5rem;
}

.faq #accordion .card .btn-link span::before {
    /* content: ""; */
    position: absolute;
    background: var(--secondary);
    width: 50px;
    height: 50px;
    z-index: -1;
    left: 21px;
    top: 5px;
    border-radius: 3px;
}

.faqhead h2 {
    font-size: 50px;
    font-weight: 400;
}

.faqhead p {
    font-size: 1.125rem;
    color: #000;
}

.faqhead {
    text-align: center;
}

section.faq.faqInner .themeBtn {
    background: var(--primary);
    color: #fff;
    margin-top: 2rem;
}

/* faq sec end */

/* Contact Us Start */

form.helpForm.pricingform .form-group input {
    background: var(--primary);
    height: 70px;
    border-radius: 0;
    border: unset;
    color: #fff;
}

form.helpForm.pricingform .form-group input::placeholder {
    color: #fff;
}

form.helpForm.pricingform h2 {
    font-size: 1rem;
    margin-bottom: 23px;
}

form.helpForm.pricingform.aos-init.aos-animate .form-group {
    margin-bottom: 46px;
}

.helpForm.form-check {
    padding: 0 0 4rem 0;
}

.helpForm .form-group textarea {
    height: 260px !important;
    background: var(--primary);
    border-radius: 0;
    border: unset;
    color: #fff;
}

form.helpForm.pricingform .form-group textarea::placeholder {
    color: #000;
}

.contact-page form.helpForm.pricingform.aos-init.aos-animate {
    padding: 0;
}

.contact-page form.helpForm.pricingform .form-group input {
    border-radius: 8px;
    border: 1px solid #636d79;
    height: 55px;
    background: #f6f6f6;
    color: #000;
}

.contact-page form.helpForm.pricingform.aos-init.aos-animate .form-group {
    margin-bottom: 20px;
}

.helpForm.form-check.multicheck {
    padding-left: 1rem;
    display: flex;
    flex-flow: column wrap;
    max-height: 110px;
    gap: 1rem 1rem;
    padding-bottom: 24px;
}

.contact-page .helpForm .form-group textarea {
    height: 140px !important;
    border-radius: 8px;
    border: 1px solid #636d79;
    background: #f6f6f6;
    color: #000;
}

.contact-pagetop a {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: var(--primary);
    padding: 1.5rem 45rem 1.5rem 1rem;
    position: absolute;
    top: -10.5rem;
    left: -8rem;
}

.contact-page form.helpForm.pricingform .form-group input::placeholder {
    color: #000;
}

.contact-content {
    background: var(--primary);
    height: 100%;
    padding: 3.75em 4em;
    border-radius: 0;
}
section.fastlime-sec iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-content h3 {
    font-size: 3rem;
    font-weight: 400;
    color: var(--white);
    text-transform: capitalize;
}

.contact-content h5 {
    font-size: 2rem;
    color: var(--white);
    font-family: "Outfit", sans-serif;
    font-weight: 300;
}

.contact-content .line {
    display: block;
    width: 124px;
    height: 1px;
    background: var(--white);
    margin: 1.25em 0 3em;
}

.contact-list li:not(:last-child) {
    margin-bottom: 2.5rem;
}

.contact-list li a {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.contact-list li a .icon {
    width: 84px;
    max-width: 84px;
    height: 84px;
    aspect-ratio: 1;
    border-radius: 0.3125rem;
    display: grid;
    place-items: center;
    font-size: 1.75rem;
    background: #000;
    color: var(--white);
}

.contact-list li a div h4 {
    font-size: 1.5625rem;
    color: var(--white);
    margin: 0;
}

.contact-list li a div h4 span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    margin-top: 0.375rem;
    font-family: "Montserrat", serif;
}

.contact-icon-img {
    text-align: right;
    margin: -4rem -4rem 0 0;
}

.contact-form-wrapper {
    background: #f7f6f4;
    padding: 3.875em 18em 4em 3.125em;
    margin: 0rem -20rem 0 0;
}

.contact-form label {
    font-size: 25px;
    font-weight: 400;
    color: #1E1E1E;
}

.contact-form :is(input, textarea) {
    display: block;
    width: 100%;
    padding: 0.75em;
    border-radius: 0;
    border: 1px solid rgb(0, 0, 0, 10%);
    background: var(--white);
    color: var(--black);
    outline: none;
    margin-bottom: 2rem;
    resize: none;
}

.contact-form .themeBtn {
    width: 100%;
    border: none;
    outline: none;
    background: var(--primary);
    text-transform: uppercase;
    color: #fff;
}

.pricingpage.contact-page {
    padding: 5rem 0;
}

button.themeBtn:hover {
    background: #000;
    color: #fff;
}

.remove-seed {
    z-index: 10;
    font-size: 18px;
    line-height: 1;
    padding: 0 8px;
}

/*===========================================CheckOut 1 css start=====================================*/

.check-out-section {
    padding: 100px 0px;
    border-top: 1px solid #ebebeb;
}

.chkot-pag {
    padding: 4rem 0px;
}

.card-row {
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    margin-bottom: 35px;
    box-shadow: -6px 4px 19px -3px #9e9c9c;
    padding-left: 40px;
    padding-right: 40px;
}

.card-row img {
    width: 100%;
    object-fit: cover;
}

.fields-row .form-control {
    height: 54px;
    padding-left: 14px;
}

.check-out-form {
    text-align: center;
}

.check-out-form .primary-heading {
    margin-bottom: 40px;
    font-size: 55px;
    font-weight: bold;
    color: #323232;
}

.check-out-form .primary-heading span {
    color: #fd4242;
}

.check-out-form p {
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #2d2e37;
}

.check-out-form .checkout-subheading a {
    color: var(--primary);
    font-weight: 600;
}

.check-out-form .form-control {
    min-height: 60px;
    margin-bottom: 20px;
    box-shadow: 7px 6px 15px 0px #d2d2d2;
    border: 1px solid #ebebeb;
}

.check-out-form form,
.check-out-form .order-summery {
    padding: 20px 0px;
}

.check-out-form form {
    margin-top: 0;
    text-align: left;
}

.check-out-section input[type="checkbox"] {
    display: none;
}

.check-out-section input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    /* font: 14px/20px 'Open Sans', Arial, sans-serif; */
    color: #ddd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.check-out-section input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.check-out-section input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.check-out-section input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-out-form form .checkbox label {
    color: #323232;
    font-weight: 500;
    text-transform: capitalize;
}

.check-out-form form .checkbox {
    margin-bottom: 20px;
}

.check-out-form form label {
    font-size: 14px;
    text-transform: uppercase;
}

.order-summery {
    text-align: left;
}

.bb-1 {
    border-bottom: 1px solid #f8f8f8;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.order-summery input.form-control {
    margin-bottom: 10px;
    box-shadow: none;
}

.order-summery .d-btn {
    padding: 14px 88px;
}

.order-summery .row span {
    font-size: 18px;
    font-weight: 500;
    color: #2d2e37;
}

.check-out-form form label {
    color: #2d2e37;
    font-weight: 500;
}


/*===========================================CheckOut 1 css End=====================================*/

/*===========================================CheckOut 2 css start=====================================*/

.shipping-billing-col ul li:nth-child(2) {
    flex: 0 0 85%;
}

.card-row .red {
    color: #e22a29;
}

.card-row h4,
.card-row h6 {
    text-align: left;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 18px;
}

.card-row .red {
    font-size: 24px;
    color: #000000;
    margin: 0;
}

.shop-details .btn.btn-number {
    padding: 0pc;
    border: 1px solid #ced4da;
    border-radius: 0px;
    width: 33px;
    height: 25px;
    display: inline-block;
    line-height: 15px;
}

.shop-details .btn.btn-number svg {
    color: #989898;
}

.svg-inline--fa.fa-w-10 {
    width: .625em;
}

span.input-group-btn {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    top: -15px;
    left: -4px;
    color: #989898;
}

.check-out-form .shop-details .form-control {
    min-height: 50px;
    box-shadow: none;
    margin-bottom: 0px;
    color: black;
    position: relative;
    top: -2px;
}

.shop-details input {
    background-color: transparent;
    width: 50px;
    height: 38px !important;
    border-radius: 0px;
    padding: 0px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
}

svg.svg-inline--fa.fa-trash-alt {
    height: 30px;
    fill: black;
}

svg.svg-inline--fa.fa-trash-alt path {
    fill: black;
}

.shipping-billing-col ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #565656;
    padding-bottom: 22px;
    padding-top: 22px;
    margin-bottom: 0px;
}

.mt-60 {
    margin-top: 60px !important;
}

.shipping-billing-col {
    text-align: left;
}

.mt-50 {
    margin-top: 50px !important;
}

.shipping-billing-col ul li svg {
    color: var(--primary);
    font-size: 18px;
    height: 1em;
}

.shipping-billing-col ul li p {
    margin-bottom: 0px;
    color: #5e5e5e;
    font-size: 16px;
    line-height: 26px;
}

.shipping-billing-col ul li a {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}


/*===========================================CheckOut 2 css End=====================================*/

/*===========================================CheckOut 3 css statr=====================================*/

.check-out-form.check-out-3 .tabs-row {
    box-shadow: 7px 6px 15px 0px #d2d2d2;
    text-align: left;
}

.tabs-row {
    padding: 40px 30px;
    margin-top: 50px;
}

.check-out-form.check-out-3 .tabs-row .form-control {
    box-shadow: none;
}

.fields-row .form-control {
    height: 54px;
    padding-left: 14px;
}

.check-out-form.check-out-3 input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
}

.check-out-form.check-out-3 input[type="checkbox"]:checked+label:before {
    width: 20px;
}

.check-out-form.check-out-3 input[type="checkbox"]+label {
    padding-left: 55px;
}

.check-out-form.check-out-3 .checkbox {
    margin-top: 15px;
}

.mt-25 {
    margin-top: 25px !important;
}

.check-out-form.check-out-3 .checkbox h5 {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: black
}

.check-out-form.check-out-3 .checkbox label {
    color: black;
    text-transform: lowercase;
}

.check-out-form label {
    text-transform: uppercase;
}

.shipping-billing-col ul li p a {
    color: #8f8f8f;
    text-transform: capitalize;
}

.numberone {
    margin: 0;
    display: flex;
}

.numberone .minus {
    /* float: left; */
}

.check-out-section .numberone .minus,
.plus {
    width: 40px;
    height: 40px;
    background: #ebebeb;
    border-radius: 0;
    padding: 0px 0px;
    /* border: 1px solid #e1e1e1; */
    display: flex;
    vertical-align: middle;
    text-align: center;
    color: #7a7a7a;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.numberone span {
    cursor: pointer;
}

.numberone input {
    height: 45px;
    border-radius: 0;
    border: 0;
    width: 45px;
    text-align: center;
    color: #808080;
    outline: none;
}

.card-row .price {
    font-size: 18px;
    color: var(--primary);
}

.d-btn {
    border-radius: 5px;
    background-color: var(--primary);
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    padding: 16px 88px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.d-btn:hover {
    background-color: var(--theme-color);
    color: var(--black);
}


.cart-btn {
    border-radius: 5px;
    /*background-color: var(--primary);*/
    background-color: black;
    font-size: 16px;
    width: 100%;
    color: #ffffff;
    display: inline-block;
    padding: 16px 8px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.cart-btn:hover {
    background-color: var(--theme-color);
    color: var(--black);
}

.chkot-pag .primary-heading {
    margin-bottom: 20px;
}

.chkot-pag .check-out-form form {
    padding: 30px 0px;
}

.shoptab .nav-tabs {
    justify-content: center;
    border: 0;
    margin-bottom: 2rem;
    gap: 4rem;
}

.shoptab .nav-tabs .nav-link {
    all: unset;
    cursor: pointer;
    font-size: 2rem;
    color: var(--black);
    font-weight: bold;
    font-family: 'Freight Big Pro';
    border-bottom: 3px solid transparent;
}

.shoptab .nav-tabs .nav-link.active {
    border-bottom: 3px solid #000;
}


/*===========================================CheckOut 3 css End=====================================*/

.heloMain{
    align-items: flex-start;
    gap: 1rem;
    flex-flow: column;
}

.heloContent a.heloSign {
    font-size: 1.125rem;
    color: rgb(255 255 255 / 50%);
}

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

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

/* Sign-Page Css Start */
section.sign-sec {
    background-color: #f9f9f9;
    padding: 4rem 0 4.5rem 0;
}

section.sign-sec p {
    color: var(--black);
    text-transform: capitalize;
    font-size: 1.625rem;
    text-align: center;
    width: 85%;
    line-height: 1.8;
    margin: auto;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding-bottom: 3.125rem;
}

.form-main h2 {
    font-size: 4.375rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 2.5rem 0;
}

form.sign-form .form-control {
    height: 3.125rem;
    border: 1px solid rgb(0 0 0 / 10%);
    outline: unset;
    font-family: "veneer";
    box-shadow: unset;
    color: #1e1e1e;
}

form.sign-form label {
    font-size: 1.5625rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #1e1e1e;
    font-family: "veneer";
}

.sign-bottom {
    text-align: center;
}

form.sign-form button {
    margin: 2rem 0 1rem;
    height: 50px;
    width: 286px;
    background-color: var(--primary);
    color: var(--white);
    border: unset;
}

.form-main h4 {
    font-size: 1.5625rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #1e1e1e;
    font-family: "veneer";
    margin-top: 0.625rem;
}
form.sign-form .form-group {
    margin-bottom: 1.5rem;
}

/* Sign-Page Css End  */

/* New-Inner Pages Css  Start */

/* Login-Page Css Start */
.login-top p {
    line-height: 1.5;
    text-transform: capitalize;
    font-size: 1.1rem;
    text-align: center;
    color: #444444;
}

.login-top p a {
    font-weight: 500;
    color: var(--primary);
}

.login-top {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.login-left {
    text-align: center;
    background-color: transparent;
    /* padding: 7.5rem 0; */
    border: 0;
    box-shadow: unset;
}

.login-sec h2 {
    font-size: 2.375rem;
    text-transform: uppercase;
    color: var(--black);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1.5rem;
}

ul.login-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin: 1.5rem 0 1.8rem;
}

ul.login-social li a i {
    height: 3.35125rem;
    width: 3.35125rem;
    display: grid;
    place-items: center;
    background-color: var(--black);
    color: var(--white);
    font-size: 1.2rem;
}

form.account-form .form-control {
    height: 3.4375rem;
    background-color: var(--white);
    outline: unset;
    box-shadow: unset;
    border-radius: unset;
    border: 1px solid rgb(0 0 0 / 50%);
    color: var(--black);
    font-weight: 400;
    text-transform: uppercase;
}

.login-sec button {
    background-color: var(--black);
    border: unset;
    border-radius: 10px !important;!i;!;
    color: var(--white);
    /* height: 3.25rem; */
    /* width: 9.5625rem; */
    margin: 1.5rem 0 0.625rem;
}

section.login-sec h4 {
    font-family: "veneer";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5625rem;
    line-height: 2;
}

form.account-form .form-control::placeholder {
    font-family: "veneer";
    color: #1e1e1e;
    font-weight: 400;
    text-transform: uppercase;
}
.login-right {
    text-align: center;
    /* background-color: var(--black); */
    /* padding: 7.5rem 0; */
    /* box-shadow: 0 10px 20px 0 rgb(107 107 107 / 25%); */
    border: 0;
    /* height: 770px; */
}

form.login-form button {
    margin: 1rem 0 0;
    border-radius: 50px;
    font-size: 1.2rem;
}

form.login-form .form-control {
    height: 3.4375rem;
    outline: unset;
    box-shadow: unset;
    border-radius: unset;
    border: 1px solid rgb(0 0 0 / 50%);
    background-color: transparent;
    color: var(--black);
}

.login-right h2 {
    color: var(--black);
    margin-bottom: 1.5rem;
}

form.login-form .form-control::placeholder {
    font-family: "veneer";
    color: var(--white);
    font-weight: 400;
    text-transform: uppercase;
}
form.login-form .form-group {
    margin-bottom: 1.5rem;
}
form.login-form button:hover {
    background-color: var(--white);
    color: var(--black);
}
/* Login-Page Css End */

/* Recommend-Sec Css Start */
.recommend-top {
    text-align: center;
}

.recommend-top h2 {
    font-size: 4.375rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4;
}

.recommend-top p {
    text-transform: capitalize;
    color: #444444;
    line-height: 2;
    font-size: 1.625rem;
    margin-bottom: 1rem;
}

.recomend-wrapp {
    padding: 50px;
    border: 1px solid #e1e1e1;
    background-color: var(--white);
    box-shadow: 0 10px 20px 0 rgb(107 107 107 / 25%);
    margin-top: 1.5rem;
    height: 366px;
}

.recomend-wrapp h2 {
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2;
}

ul.recomend-list li a {
    font-size: 1.0625rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #0c0c0c;
}

ul.recomend-list li + li {
    margin: 5px 0;
}
section.recmmend-sec {
    padding: 3rem 0 4rem;
}
/* Recommend-Sec Css End  */

/* Product-Sec Css Start */
.product-top p {
    text-transform: capitalize;
    color: #444444;
    line-height: 2;
    font-size: 1.625rem;
    width: 95%;
    margin: auto;
}

.product-top p a {
    color: var(--primary);
}

.product-top {
    text-align: center;
}

.product-ctn h2 {
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    /* line-height: 2; */
    position: relative;
    margin-bottom: 16px;
}

.product-ctn {
    text-align: center;
}

.product-ctn p {
    font-size: 1.125rem;
    color: #444444;
    line-height: 1.4;
    text-transform: capitalize;
    width: 82%;
    margin: auto;
    text-transform: uppercase;
}

figure.product-img {
    text-align: center;
    /* background: #f1f0f0; */
    /* width: 256px; */
    /* margin: auto; */
    /* height: 256px; */
    padding-top: 0rem;
    margin-top: 1rem;
}

.product-main {
    background: #fff;
    border: 0;
    box-shadow: unset;
    padding: 1rem 0 40px;
    margin-top: 3rem;
    text-align: center;
}
.main-title {
    font-size: 4.375rem;
    text-transform: uppercase;
    color: var(--black);
    font-weight: 400;
    line-height: 1;
}
.product-top .main-title {
    margin-top: 0.625rem;
}
.product-main .themeBtn {
    background-color: var(--primary);
    margin-top: 1.5rem;
    color: var(--white);
    border-radius: 50px;
    font-size: 1.2rem;
}
section.product-section {
    padding: 3.2rem 0 5rem;
}
/* Product-Sec Css End  */

/* Blend-Sec Css Start */
.blend-main h3 {
    font-size: 40px;
    line-height: 1.4;
    text-transform: capitalize;
    font-weight: bold;
    color: var(--black);
}

.blend-main {
    background-color: transparent;
    padding: 26px 18px;
}

.blend-main p {
    font-size: 18px;
    text-transform: capitalize;
    color: #c8c8c8;
}

ul.blend-list {
    display: flex;
    align-items: center;
    gap: 1.625rem;
}
ul.blend-list li a {
    background: #ac0a0a;
    padding: 0.625rem 34px;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
}

.blend-link {
    margin-top: 1rem;
}

ul.blend-list + ul.blend-list {
    margin: 30px 0;
}
.faq-main .card {
    border: unset;
    background-color: transparent;
}

.faq-main .card h3 {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444444;
    font-family: "Outfit";
}

.blend-content h3 {
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    font-family: "Outfit";
    margin: 1rem 0;
}

.faq-main h3 {
    text-align: unset;
    margin: 0 0 1rem;
    font-family: "Outfit";
}

.blend-right {
    background-color: transparent;
    position: relative;
    z-index: 11;
}
.faq-main .card h3 a i {
    color: #000;
}

figure.blend-img {
    position: relative;
}

figure.blend-img h4 {
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black);
    font-family:
        "Outfit";
    position: static;
    inset: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 10px 0 0;
}

.blend-ctn h3 {
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
}

ul.grain-list li a {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #444444;
}

.blend-ctn {
    border-bottom: 1px solid rgb(109 109 109 / 30%);
    padding-bottom: 1rem;
}
.blend-right::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 0;
    left: unset;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -1;
}
.blend-content {
    padding-left: 2rem;
    padding-bottom: 2rem;
}
.product-main ul {
    margin: 1rem 0 0;
}
.faq-main .card-body {
    padding: 1rem 0;
}
/* Blend-Sec Css End  */

/* Build-Sec Css Start */
.build-top p {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #444444;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.build-top p a {
    color: var(--primary);
}

.build-main h3 {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
    font-family: "Outfit", sans-serif;
    text-align: center;
    margin-bottom: 18px;

}

.build-wrapp h5 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Outfit";
    margin-bottom: 6px;
    justify-content: space-between;
    white-space: nowrap;
}

.build-link h5 {
    display: unset;
    margin: 0;
}

.build-link {
    display: block;
    align-items: center;
    margin-top: 7px;
}

ul.build-list {
    display: flex;
    align-items: center;
    gap: 9px;
}

.build-wrapp h5 a i {
    color: var(--primary);
}

figure.build-img img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.build-link h5 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

ul.build-list li a {
    color: #444444;
    font-size: 18px;
    padding: 3px;
}

ul.build-list li a:hover {
    background-color: var(--primary);
    color: #ffff;
}

.build-main {
    /* background-color: #f1f0f0; */
    padding: 2rem 1rem;
    width: 100%;
    position: relative;
    border: 0;
}
.build-wrapp {
    padding: 0 9px;
}

.progress {
    position: relative;
    margin: 15px 0;
    height: 40px;
    width: 100%;
    overflow: hidden;
    z-index: 11;
    border-radius: 50px;
}
.progress-done {
    background: var(--black);
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
}

.progress-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.progress::before {
    position: absolute;
    content: "";
    height: 40px;
    width: 100%;
    border: 1px solid #000;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 50px;
}
figure.build-imag {
    text-align: center;
}
.build-main .row + .row {
    padding-top: 2rem;
}

.progress-content h3 {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #444444;
    text-align: center;
}
.progress-main span {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    font-family: "Outfit";
}

.build-wrapp + .build-wrapp {
    margin: 1.5rem 0;
}

.build-main .themeBtn {
    background-color: var(--primary);
    color: #fff;
    border-radius: 50px;
    font-size: 1.125rem;
    display: table;
    margin: auto;
}
form.blend-form span label {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black);
    font-family:
        "Outfit";
}

form.blend-form .form-control {
    height: 16px;
    width: 16px;
    border: 1px solid #ffffff;
    outline: unset;
    box-shadow: unset;
    background: transparent;
}

.blend-overlay {
    position: relative;
    margin-top: 3rem;
    padding: 20px 20px;
}

.blend-overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: transparent;
    left: unset;
    right: 0;
    margin: auto;
    top: 0;
}

.blend-ctnn h5 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 4rem;
    font-family: 'Outfit';
}

.blend-ctnn h5 span {
    color: var(--black);
}

.blend-ctnn p {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black);
    margin: 10px 0;
}

.blend-ctnn ul li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.blend-ctnn ul li a {
    background: black;
    padding: 11px;
    border-radius: 10px !important;!i;!;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
}

.blend-ctnn ul li + li {
    margin: 23px 0;
}

.blend-ctnn ul {
    margin: 18px 0;
}

.blend-ctnn ul li a:hover {
    color: #ac0a0a;
    background: #fff;
}

.blend-form h4 {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #ffff;
    font-family: "Outfit";
    text-align: center;
    margin-top: 1rem;
    /* border: 1px solid rgb(255 255 255 / 80%); */
    padding: 0;
    /* background: rgb(255 255 255 / 25%); */
}

.last-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 1.5rem;
}

figure.blend-images h5 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Outfit";
    text-align: center;
    margin-top: 1rem;
}

figure.blend-images h5 span {
    display: block;
    color: var(--primary);
}

section.blend-sec .build-main {
    position: relative;
    z-index: 1;
}

section.blend-sec .build-main::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 0;
    left: 0;
    top: 0;
    z-index: -1;
}

.build-main::before {
    position: absolute;
    content: "";
    height: 100%;
    border: 0;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
/* Build-Sec Css End  */

/* New_prd_Sec */

.New_prd_Sec{
    padding: 2rem 0;
    background-image: url(../images/back-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
}

.primary-heading h2{
    position: relative;
    display: inline-block;
    font-size: 4rem;
    color: var(--white);
    padding-top: 30px;
}

/* .primary-heading h2::before{
    content: '';
    background-color: var(--white);
    position: absolute;
    top: 11px;
    width: 87%;
    height: 2px;
    left:0;
    right: 0;
    margin: auto;
    text-align: center;
} */

.primary-heading h2::after{
    content: '';
    background-color: var(--white);
    position: absolute;
    bottom: 11px;
    width: 60%;
    height: 3px;
    left:0;
    right: 0;
    margin: 0;
    text-align: center;
}

.red{
    color: var(--primary);
}

.prD_item{
    display: flex;
    align-items: center;
}

.prD_item span:nth-child(1){
    flex: 0 0 45%;
    max-width: 45%;
}

.prD_item span:nth-child(2){
    flex: 0 0 55%;
    max-width: 55%;
}

.slider_Content h2{
    font-size: 50px;
    color: var(--white);
}

.slider_Content p{
    color: var(--white);
    line-height: 1.5;
}


.New_prd_Sec .owl-nav button.owl-prev {
    left: -118px;
    background-color: var(--primary);
    border-radius: 0px;
    width: 57px;
    height: 57px;
    color: #fff;
    font-size: 17px;
    position: absolute;
    bottom: 24rem;
}

.New_prd_Sec .owl-nav {
    position: relative;
}

.New_prd_Sec .owl-nav button.owl-next {
    background-color: var(--primary);
    border-radius: 0px;
    right: -118px;
    width: 57px;
    height: 57px;
    color: #fff;
    font-size: 17px;
    position: absolute;
    bottom: 24rem;
}


/* New_prd_Sec */


/* bundle_and_save_sec */


.bundle_and_save_sec{
    padding: 3rem 0;
}

.bundle_and_save_sec .primary-heading h2{
    color: var(--black);
}

.bundle_and_save_sec .primary-heading h2::before{
    background-color: var(--black);
}

.bundle_and_save_sec .primary-heading h2::after{
    background-color: var(--black);
}

.bundle_Cardx{
    text-align: center;
    background: #EEEEEE;
    padding: 3rem 2rem 4rem 2rem;
    border-radius: 4px;
    box-shadow: 3px 3px 4px #ccc;
    transition: all .5s;
    height: 635px;
}

.bundle_Cardx:hover{
    background-color: #999999;
}



.bundle_Cardx span{
    display: block;
    font-size: 35px;
    font-weight: 400;
    color: var(--primary);
    font-family: "veneer";
    text-align: start;
    margin-top: 1rem;
}

.bundle_Cardx ul li{
    font-size: 22px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-align: start;
}

.bundle_Cardx .themeBtn{
    background-color: var(--black);
    color: var(--white);
}

.bundle_Cardx h4{
    text-align: start;
    font-family: "veneer";
    font-size: 35px;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
}

.bundle_Cardx h2{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 1rem;
    position: relative;
}

.bundle_Cardx h2::after {
    content: '';
    background-color: #000;
    width: 44%;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
}

.bundle-wrapper .owl-carousel .owl-stage-outer {
    padding-bottom: 1rem;
}

/* bundle_and_save_sec */


/* featured_video_sec */

.featured_video_sec{
    background-color: #000;
}

.sub_heading h2{
    color: #fff;
    font-size: 50px;
}

.video_carDx article h4{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: var(--primary);
    margin-top: 24px;
}

.video_carDx{
    background-color: #3E3739;
    padding: 1rem 1rem 2rem 1rem;
    transition: all .5s;
    height: 100%;
}

.video_carDx:hover{
    background-color: #2c2a2b;
    transform: scale(1.03);
}

.video_IMG{
    position: relative;
}

.video_IMG .play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_carDx article h2{
    color: var(--white);
    font-size: 29px;
    font-weight: 400;
    margin-top: 10px;
}

.video_IMG_inner{
    position: relative;
}


.video_IMG_inner .play_icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.inner_video_card{
    display:flex;
    align-items: center;
    background-color: #3E3739;
    padding: 1rem 1rem 1rem 1rem;
    margin-top: 20px;
    gap: 2rem;
    transition: all .5s;
}

.inner_video_card:hover{
    background-color: #2c2a2b;
    transform: scale(1.03);
}

.inner_video_card span:nth-child(1){
    flex: 0 0 40%;
    max-width: 40%;
}

.inner_video_card span:nth-child(2){
    flex: 0 0 50%;
    max-width: 50%;
}

.inner_video_card h2{
    color: var(--white);
    font-size: 24px;
    font-weight: 400;
}

.hth{
    height: 100%;
}

.play_ics{
    position: relative;
}

.play_iconn{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.play_iconn img{
    width: 58px ;
}

/* featured_video_sec */


/* qua_card */

.qua_card {
    position: relative;
}
.qua_card img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}
.qua_card::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.overlay-qua{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: start;
    justify-content: end;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 3rem;
}

.overlay-qua h2{
    color: var(--white);
    font-size: 2.5rem;
}

.overlay-qua p{
    color: var(--white);
}

.overlay-qua p{
    font-size: 16px;
    line-height: 30px;
}

/* qua_card */

/* what_Sec_customer */
.what_Sec_customer h2{
    font-size: 3rem;
    color: var(--black);
    margin-bottom: 1rem;
}

.test_area{
    background-color: #e4e4e457;
    padding: 1rem 3rem;
}

.test_area article p{
    font-size: 20px;
    font-family: "veneer";
    color: var(--black);
    line-height: 1.5;
}


.test_card .owl-nav button.owl-prev {
    left: 0;
    background-color: var(--primary);
    border-radius: 0px;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 3.5rem;
}

.test_card .owl-nav {
    position: relative;
}

.test_card .owl-nav button.owl-next {
    background-color: var(--primary);
    border-radius: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 3.5rem;
}

.what_Sec_customer{
    position: relative;
    padding-bottom: 3rem;
}

.what_Sec_customer::after{
    content: '';
    background-image: url(../images//leefs.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 432px;
    z-index: -1;
}



/* what_Sec_customer */

.form-check-input[type=checkbox] {
    border-radius: .25em;
    border-color: black;
}

a.cart-remove {
    padding-left: 1.5rem;
}

.numForm {
    display: flex;
}

button.btn.cart-btn {
    background-color: var(--primary);
    color: white;
}
.btn.d-btn {
    background-color: var(--primary);
    color: white;
}
ul.quick-link {
    padding: 0;
}
figure.blend-images .imgst {
    background: var(--white);
    position: relative;
}

figure.blend-images .imgst input {
    position: absolute;
    right: 6px;
    top: 7px;
}
.product-main h3 {
    font-size: 15px;
    font-family: "veneer";
}
.build-wrapp figure {
    border: 1px solid #000;
    border-radius: 50%;
    height: 100px;
    padding: 0;
    width: 110px;
}
span.required {
    display: table;
    margin-left: auto;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: var(--primary);
    font-family: "Outfit";
    margin-bottom: 10px;
}
.build-main.scratch-blend::before {
    border-right: 1px solid #000;
    left: auto;
}
.blend-form h4 .form-control {
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    height: 47px;
    border: 2px solid var(--black);
}
figure.blend-img img {
    border: 1px solid #000;
    border-radius: 50%;
    width: 100%;
    height: 140px;
    object-fit: cover;
}
/*div#firstAndSecondCols .build-wrapp figure {*/
/*    height: 150px;*/
/*}*/
/*section.blend-sec .build-main::before {*/
/*    border-right: 1px solid #000;*/
/*    left: auto;*/
/*}*/
section.blend-sec.custm-buildnew .lin-rght::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    border: 0;
    /* top: 0; */
    z-index: 1;
    border-right: 1px solid #000;
    left: 0;
    right: 0;
    margin: auto;
}
.blend-overlay .blend-form {
    margin-left: 0.5rem;
    margin-bottom: 15px;
}
.product-ctn h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 37%;
    height: 2px;
    background: #000;
    margin: auto;
}
.product-section.recomend-blendpg .product-top .main-title {
    margin-top: 3rem;
}
form.login-form .form-control::placeholder {
var(--black)
}

form.login-form input::placeholder {
    color: #000 !important;
}
a.themeBtn.scnd-btn {
    background-color: var(--primary);
    border: unset;
    color: var(--white);
    display: table;
}

.login-left .themeBtn {
    font-size: 1.2rem;
    border-radius: 50px;
    background-color: black !important;!i;!;
    border-radius: 10px !important;!i;!;
}
section.login-sec .row.logn-line:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #000;
}

.work-previous h3 {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: "Outfit", sans-serif;
    text-align: center;
    margin-bottom: 18px;
}

.wrk-prvsblnd {
    border: 2px solid var(--black);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    margin: 0 3rem;
    gap: 2rem;
}

.prvslnd-content h4 {
    color: var(--black);
    font-family: "Outfit", sans-serif;
    font-size: 1.8rem;
    margin: 0 0 1rem;
}

.prvslnd-content h5 {
    font-weight: 100;
    margin: 0 0 1rem;
}

.btn-flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.6rem;
}

.btn-flex a.themeBtn {
    background: var(--primary);
    color: var(--white);
    border-radius: 50px;
    width: 210px;
    text-align: center;
}
.wrk-prvsblnd+.wrk-prvsblnd {
    margin-top: 1rem;
}
section.build-sec.preference-pgfr .line-cntr:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    width: 1px;
    height: 100%;
}

.custom-seed-name {
    border-radius: 2rem;
    margin: 0px;
    padding: 24px;
    text-align: center;
    color: black;
    border-color: var(--black);
    font-size: 18px;
    font-weight: bold;
}

.custom-seed-name::placeholder {
    font-size: 2rem; /* Change size */
    color: var(--black); /* Change color */
    font-weight: bold; /* Optional: Make it bold */
    opacity: 1; /* Ensures full visibility */
}

.custom_seed_text{
    color: var(--primary);
    text-align: center;
}

.recommeded_seed_text{
    color: var(--black) !important;
}

.banner-span{
    color: var(--primary)
}

.create_blend_text{
    text-decoration: underline ;
}
.overlay h4 {
    font-family: "Mr Dafoe", cursive;
    font-weight: 400;
    font-size: 5rem;
    color: var(--white);
    line-height: 0.7;
    margin: 0 0 1rem;
    text-transform: uppercase;
}
.overlay h5 {
    font-size: 2.1rem;
    color: var(--white);
    font-weight: 300;
}

ul.new-prod-sec-desc {
    color: white;
    margin-top: 1rem;
}
.leaf{
    margin-right: 4px;
}

#selected-seeds-container-mobile-wrap {
    display: none;
}
.seed_varieties_heading{
   display: none;
}

.blend-content-for-mobile-wrap {
    display: none;
}
.blendSlider .swiper-slide button {
    border: none;
    width: 100%;
    background-color: transparent;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
}
.blend-content-for-mobile-wrap .swiper-button-prev,.blend-content-for-mobile-wrap .swiper-button-next {
    width: unset;
    height: unset;
    line-height: unset;
    text-align: center;
    border-radius: 100%;
    color: var(--black);
    background-color: transparent;
    font-size: 18px;
}
.blend-content-for-mobile-wrap .swiper-button-next {
    right: -13px;
    top: 24px;
}
.blend-content-for-mobile-wrap .swiper-button-prev {
    left: -13px;
    top: 24px;
}
.blend-content-for-mobile-wrap .swiper-button-next:after {
    display: none;
}
.blend-content-for-mobile-wrap {
    position: relative;
}
.blendSlider {
    padding: 0 10px;
}
.blend-content-for-mobile .col-3 {
    padding: 0 5px;
}
[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}
.grain-tab-list {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    justify-content: center;
}
.grain-tab-list li button {
    background: transparent;
    border: 1px solid #ac0a0a;
    padding: 0.625rem 34px;
    color: black;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
}
.grain-tab-list li.current button {
    background-color: #ac0a0a;
    color: white;
}



@media (max-width: 768px) {
    #selected-seeds-container-mobile-wrap {
        display: block;
    }
    #selected-seeds-container {
        display: none;
    }
    #firstAndSecondCols {
        display: none;
    }
    .blend-content-for-desktop {
        display: none;
    }
    .blend-content-for-mobile-wrap {
        display: block;
    }
    .seed_varieties_heading{
        text-align: center;
        display: block;
    }
    .slider_Content p {
        line-height: 1.5;
    }

}




/*.grain-tab-list li.current button {*/
/*    background-color: #007bff;*/
/*    color: #fff;*/
/*}*/

.Slider_wrapper .owl-nav button i {
    font-size: 40px !important;
    padding-left: 40px;
}
.Slider_wrapper .owl-nav {
    padding: 0 200px;
    text-align: end;
    margin-top: 40px;
}
.Slider_wrapper .owl-dots button {
    width: 90px;
    height: 4px;
    background-color: rgba(67, 67, 67, 0.5);
}
.Slider_wrapper .owl-dots button.active {
    width: 240px;
    background-color: #434343;
}
.Slider_wrapper .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    padding: 0 200px;
    margin-top: -25px;
}
.bundleSlider .imag img {
    height: 230px;
    margin-bottom: 10px;
}

.imag-content h2 {
    line-height: 1.4;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.bundleSlider .swiper-button-prev, .swiper-button-next {
    width: auto;
    height: auto;
    line-height: unset;
    text-align: center;
    color: var(--black);
    font-size: 50px;
}
.bundleSlider .swiper-button-prev {
    position: absolute;
    top: unset;
    bottom: 0%;
    right: 10%;
    left: unset;
}
.bundleSlider .swiper-button-next {
    position: absolute;
    top: unset;
    bottom: 0%;
    right: 5%;
}
.bundleSlider {
    padding-bottom: 6rem;
}
.bundleSlider .swiper-pagination span {
    width: 90px;
    height: 4px;
    background-color: rgba(67, 67, 67, 0.5);
    border-radius: 0;
    transition: all 0.4s;
    margin-right: 20px;
}
.bundleSlider .swiper-pagination span.swiper-pagination-bullet-active {
    width: 240px;
    background-color: #434343;
}
.bundleSlider .swiper-pagination {
    text-align: left;
}
.qua_card a {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin-left: auto;
    text-transform: uppercase;
}
.New_prd_Sec .primary-heading h2::after {
    background-color: #AB0808;
}
.productSlider .imag-content {
    margin-top: 1rem;
}
.productSlider .imag img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.shrink-img img {
    height: 300px;
}
.refund-content a {
    font-size: 16px;
    color: var(--primary);
}
.refund-content h5 {
    font-size: 30px;
    color: var(--black);
    font-weight: 700;
    margin-top: 1rem;
}
.refund-content ul li {
    list-style: disc;
    margin-left: 20px;
    padding: 5px 0;
}
.refund-content  table,.refund-content  th,.refund-content  td {
    border: 1px solid;
  }
  .refund-content  table {
    margin: 15px 0;
  }
  section.tabs-sec h5 span {
    font-size: 18px !important;
  }
  section.login-sec {
    padding-top: 1rem;
}
.search-wrap {
    position: relative;
}
.search-wrap input {
    padding-right: 30px;
}
.search-wrap i {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
}
