/* FONT IMPORT */

/* Google Font */

@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* Local Font */

@font-face {
    font-family: "silkserif";
    src: url("../fonts/silk-serif.ttf");
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #f2cc6a;
    --secondary: #333333;
}

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

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Archivo", sans-serif;
}

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: "silkserif";
}

.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 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* PRELOADER */

.animImg {
    overflow: hidden;
}

/* GLOBAL CSS */

.themeBtn {
    border: 1px solid var(--white);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 1.25rem 2em;
    line-height: normal;
    overflow: hidden;
}

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

/* !GLOBAL CSS */

/* NAV HEADER CSS */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    padding-top: 2rem;
    transition: 0.3s ease-in-out;
}

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

.navbar-brand img {
    width: 250px;
}

.navbar-nav {
    align-items: center;
    gap: 3rem;
    margin-top: -3rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--white);
    text-transform: capitalize;
    padding: 0 0;
    display: inline-block;
    position: relative;
}

.navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    background: var(--white);
    width: 0;
    height: 2px;
    bottom: -5px;
    transition: 0.5s ease;
}

.navbar-nav .nav-item .nav-link:hover:before {
    width: 100%;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 1080px;
}

.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;
}

.main-slider__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.homeSlider .swiper-button-next:after,
.homeSlider .swiper-button-prev:after {
    display: none;
}

.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 .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;
}

.homeSlider .slide-inner:before,
.inner-banner::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, black, transparent);
    width: 74%;
    height: 100%;
    opacity: 80%;
}

.slideOne h1 {
    color: var(--white);
    font-size: 5.375rem;
    text-transform: capitalize;
    line-height: 1;
}

.slideOne p {
    color: var(--white);
    font-size: 1.375rem;
    font-weight: 300;
    margin: 2.75rem 0;
}

.slideOne p span {
    color: #f3ce6d;
}

.scrollDown {
    position: absolute;
    bottom: -3.5rem;
    background: var(--primary);
    width: 130px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 100%;
    font-size: 3rem;
    left: 50%;
    transform: translateX(-50%);
}

.scrollDown a {
    color: #1f150c;
    animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

/* !MAIN HERO SLIDER CSS */

/* Product Sec Css Start */

.productSec {
    padding: 10.625rem 0 5.625rem 0;
}

.secHeading {
    font-size: 3.125rem;
    text-transform: capitalize;
    color: #222222;
    overflow: hidden;
}

.secHeading .char {
    display: inline !important;
}

.productTabs {
    margin: 3rem 0 4rem 0;
}

.productTabs ul {
    justify-content: center;
    gap: 1.875rem;
}

.productTabs .nav-pills .nav-link {
    color: #858585;
    font-size: 18px;
    font-weight: 300;
    background: transparent;
    border: 1px solid #d0d0d0;
    border-radius: unset !important;
    padding: 0.625rem 1.3em;
    outline: unset;
}

.productTabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--black);
    background: var(--primary);
    border-color: var(--primary);
}

.productWraps {
    display: block;
    margin-bottom: 3.75rem;
}

.productWraps figure {
    width: 100%;
    height: 375px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.productWraps figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease-in-out;
}

.productWraps:hover figure img {
    transform: scale(1.1);
}

.productWraps figure span {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--black);
    color: var(--white);
    padding: 6px 16px;
    position: absolute;
    left: -4.5rem;
    top: 1.25rem;
    transition: 0.5s ease;
}

.productWraps figure:hover span {
    left: 0;
}

.productContent h4 {
    font-size: 1.125rem;
    color: #222222;
    font-family: "Inter", sans-serif;
    margin-top: 0.75rem;
}

.productContent .price {
    font-size: 1.25rem;
    font-weight: 600;
    color: #222222;
}

.productContent .price del {
    color: #858585;
    margin-right: 5px;
}

.themeBtn1 {
    border-color: #222222;
    color: #222222;
}

/* Product Sec Css End */

/* Review Sec Css Start */

.reviewSec {
    /* background: url(../images/reviewBg.webp)center/cover; */
    padding: 0;
    /* background-attachment: fixed; */
    position: relative;
    height: 1000px;
}

.reviewSec:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 60%;
    background: #361909;
}

.review__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviewContent {
    position: absolute;
    top: 50%;
    /* left: 0; */
    transform: translateY(-50%);
    z-index: 1;
}

.reviewContent h5 {
    color: var(--white);
    font-family: "Inter";
    font-size: 2.1875rem;
    line-height: 1.7;
    width: 90%;
    margin: 1.2rem 0 2rem 0;
}

.reviewContent span {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
}

.videoBtn {
    background: rgb(255 255 255 / 14%);
    width: 120px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 100%;
    font-size: 2rem;
    margin: auto;
    transition: 0.5s ease;
}

.videoBtn:hover {
    background: var(--primary);
}

.videoBtn a {
    color: var(--white);
}

/* Review Sec Css End */

/* Candle Sec Css Start */

.candleSec {
    padding-top: 10rem;
}

.candleContent p {
    color: #858585;
    font-weight: 300;
    width: 65%;
    margin: 2.5rem 0;
}

.candleContent {
    margin-left: 7rem;
}

.candleImg {
    position: relative;
}

.candleImg:before {
    position: absolute;
    content: "";
    background: var(--primary);
    width: 140px;
    height: 140px;
    border-radius: 100%;
    right: -4rem;
    top: -4rem;
    z-index: -1;
}

/* Candle Sec Css End */

/* Counter Sec Css Start */

.counterSec {
    background: #c78d1b;
    padding: 3.4375rem 0;
}

.counterWraps {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.counterWraps h4 {
    color: var(--white);
    font-family: "Inter";
    font-size: 5.375rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
}

.counterWraps p {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

/* Counter Sec Css End */

/* About Sec Css Start */

.aboutSec {
    padding: 8.125rem 0;
}

.aboutContent ul li span {
    color: #858585;
    font-weight: 500;
    margin-left: 1rem;
}

.aboutContent ul li {
    margin-top: 1.5rem;
}

.aboutContent ul {
    margin-top: 3rem;
}

.aboutImages {
    display: flex;
    gap: 8px;
    align-items: center;
}

.aboutImages figure img {
    height: 220px;
}

.aboutImages>img {
    width: 60%;
    height: 550px;
    object-fit: cover;
}

.aboutImages>figure {
    width: 40%;
}

.aboutImages>figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.aboutImages figure {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aboutBtn a {
    background: var(--primary);
    color: #14201e;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: fit-content;
    padding: 1.7rem 3rem;
}

.aboutBtn a:hover {
    background: var(--white);
    color: var(--black);
}

.aboutBtn {
    margin-top: -2.5rem;
    z-index: 1;
    position: relative;
}

/* About Sec Css End */

/* Burn Sec Css Start */
.burnSec {
    background: #000000dd;
    padding: 5rem 0;
}

.burnWrap {
    position: relative;
}

.burnWrap .animImg {
    width: 100%;
    height: 863px;
}

.burnWrap .animImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.burnContent {
    position: absolute;
    bottom: 3.125rem;
    left: 3.125rem;
}

.burnContent h3 {
    color: var(--white);
    font-size: 2.375rem;
}

.burnContent p {
    color: var(--white);
    font-weight: 300;
    margin: 0;
}

.burnLogo {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: 10%;
}

/* Burn Sec Css End */

/* Trend Sec Css Start */

.trendSec {
    padding: 8.125rem 0;
}

.trendSlider {
    padding-top: 2rem;
}

.trendSec .swiper-button-next:after,
.trendSec .swiper-button-prev:after {
    display: none;
}

.trendSec .swiper-button-next,
.trendSec .swiper-button-prev {
    color: #222222;
    top: 57%;
}

.trendSec .swiper-button-prev {
    left: 14%;
}

.trendSec .swiper-button-next {
    right: 14%;
}

/* Trend Sec Css End */

/* Insta Sec Css Start */
.instaSlider .swiper-wrapper {
    transition-timing-function: linear;
}

.instaWrap img {
    width: 100%;
    height: 535px;
    object-fit: cover;
}

.instaBox {
    background: var(--white);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 530px;
    height: 165px;
    flex-direction: column;
    z-index: 1;
}

.instaBox h3 {
    font-size: 2.375rem;
    color: #222222;
    margin-bottom: 1rem;
}

.instaBox span {
    color: var(--primary);
    font-weight: bold;
    letter-spacing: 10px;
}

.instaBox:before {
    content: "";
    position: absolute;
    border: 2px solid var(--black);
    width: 94%;
    height: 84%;
    z-index: -1;
}

/* Insta Sec Css End */

/* Footer Css Start */

footer {
    background: var(--black);
    padding-top: 4.375rem;
}

.footLogo ul {
    display: flex;
    gap: 1.625rem;
    margin-top: 1.2rem;
}

.footLogo ul li a {
    color: #858585;
    font-size: 1.125rem;
}

.footLogo ul li a:hover {
    color: var(--primary);
}

footer h3 {
    color: var(--white);
    font-family: "Inter";
    font-weight: 400;
    font-style: italic;
    font-size: 1.625rem;
    margin-bottom: 1rem;
}

.links li a {
    color: #b5b5b5;
    font-size: 0.875rem;
}

.links li a:hover {
    color: var(--primary);
}

.links li a span {
    font-weight: 600;
}

.links li+li {
    margin-top: 0.75rem;
}

.copyRight p {
    font-weight: 500;
    font-size: 0.75rem;
    color: #858585;
    margin: 0;
}

.copyRight {
    background: #282828;
    padding: 1.2rem 0;
    margin-top: 3.75rem;
}

/* Footer Css End */

/* inner-page */
.inner-banner {
    height: 766px;
}

.inner-banner img {
    object-fit: cover;
}

.inner-banner__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.inner-banner__content h1 {
    font-size: 3.125rem;
    color: var(--white);
    text-transform: capitalize;
    line-height: 1;
    margin: 0;
}

.padd-y {
    padding: 5rem 0;
}

.about-content p {
    font-size: 1.125rem;
    color: #626262;
    line-height: 1.75;
}

.testimonials-card {
    padding: 2.25rem 2rem;
    margin-bottom: 2.25rem;
    background: var(--white);
    border: 2px solid var(--black);
    border-radius: 0.875rem;
}

.testimonials-card-star,
.testimonials-card-client {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.testimonials-card-star li a {
    font-size: 1.125rem;
    color: #ffca05;
}

.testimonials-card-client {
    gap: 1rem;
    margin-bottom: 0;
}

.testimonials-card-client .client-img img {
    max-width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials-card-client .client-title h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--black);
    text-transform: capitalize;
    margin-bottom: 0;
}

.testimonials-card-client .client-title p {
    margin: 0;
    line-height: normal;
}

.contact-info ul li:not(:last-child) {
    margin-bottom: 1.25rem;
}

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

.contact-info ul li a span {
    width: 58px;
    height: 58px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f2cc6a;
    color: #222222;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
}

.contact-info ul li a p {
    font-size: 1.125rem;
    color: #222222;
    margin: 0;
}

.contact-info .social-icon {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.contact-info .social-icon li {
    margin: 0 !important;
}

.contact-info .social-icon li a {
    color: var(--black);
    font-size: 1.125rem;
}

.contactForm {
    background: #fafafa;
    border: 1px solid #d7d7d7;
    border-radius: 1.875rem;
    padding: 3rem 2.25rem;
}

.contactForm :is(input, select, textarea) {
    display: block;
    width: 100%;
    border: 1px solid #dad6d6;
    border-radius: 0.625rem;
    background: var(--white);
    padding: .75em;
    margin-bottom: 2.125rem;
    font-size: 1rem;
    color: #828282;
}

.contactForm :is(input, select, textarea)::placeholder {
    color: #828282;
}

.contactForm .themeBtn {
    background: var(--white);
    color: #222222;
    border: 1px solid #222222;
    border-radius: 0.625rem;
    padding: .75em 1.25em;
}

.map-section {
    margin-bottom: -0.45rem;
}

/* .faq-section */
.faq-section #accordion .card {
    margin: 0;
    border: none;
}

.faq-section #accordion .card .btn-link {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1.875rem;
    padding: 1.125em;
    background: #fafafa;
    border: 1px solid #dad6d6;
    border-radius: 0.625rem;
    color: var(--black);
    font-size: 1.125rem;
    font-weight: 500;
}

.faq-section #accordion .card .btn-link i {
    margin-left: auto;
    color: var(--black);
    font-size: 1rem;
}

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

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

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

.faq-section #accordion .card .card-body {
    padding: 0 2rem 1rem;
    font-size: 1.125rem;
}

.faq-section #accordion .card .card-body p {
    color: #626262;
    font-size: 1.125rem;
    margin: -0.75rem 0 0;
    line-height: 2;
}

.trendWrap {
    overflow: hidden;
}

.trendWrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 300ms ease-in-out;
}

.trendWrap:hover img {
    transform: scale(1.1);
}

/* Text Document */
.textDocument {
    padding: 5rem 0;
}

.textDocument__list {
    list-style: disc;
    margin: 0.5rem 0 0.25rem 1.25rem;
}

/*PRoduct Details*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.startProduct ul {
    margin: 1.4rem 0;
}

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

.Proreview {
    padding: 5rem 0;
}

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

.reviewImg figure img {
    height: 300px;
    border-radius: 50%;
}

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

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

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

.content-wraper span {
    margin-left: 10px;
    font-size: 0.95rem;
    color: var(--primary);
    font-weight: 600;
}

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

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

.Proreview .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: #f3f3f3;
    padding: 1.5rem;
    /* border-radius: 15px; */
    border: 1px solid #d2d2d2;
}

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

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

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

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

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

.rating-box .rating-container label {
    display: inline-block;
    margin: 0;
    color: #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(--primary);
    font-weight: 500;
    padding-left: 0.5rem;
}

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

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

.quantitySec .number {
    padding: 0.3rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

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

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

.quantitySec .number input {
    width: 70px;
}

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

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

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

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

.productNav figure img {
    width: 100%;
}

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

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

.mySwiper2 img {
    width: 100%;
    margin-bottom: 1rem;
}

/*===========================================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: 40px;
    margin-bottom: 20px;
    box-shadow: 7px 6px 15px 0px #d2d2d2;
    border: 1px solid #ebebeb;
}

.check-out-form textarea {
    height: 100px !important;
    resize: none;
}

.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: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.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: 0.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;
    user-select: none;
}

.numberone input {
    height: 45px;
    border-radius: 0;
    border: 0;
    width: 45px;
    text-align: center;
    color: #808080;
    outline: none;
    user-select: 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(--secondary);
    color: var(--white);
}

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

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

.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=====================================*/

.check-outBox {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid #00000050;
    padding: 2rem 0;
}

.check-outBox ul {
    width: 65%;
}

.check-outBox .secHeading {
    width: 330px;
    margin: 0;
}

.check-outBox .themeBtn {
    background: var(--primary);
}

.check-outBox .themeBtn:hover {
    background: var(--black);
}

.mySwiper img {
    height: 139px;
    width: 100%;
    object-fit: cover;
}

.check-outBox .themeBtn {
    flex-shrink: 0;
}

.delete-btn {
    outline: none !important;
}
