/* FONT IMPORT */


/* Google Font */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Roboto+Slab:wght@100..900&display=swap');

/* Local Font */

@font-face {
    font-family: "sax-w01";
    src: url("../fonts/sax-w01-regular.ttf");
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #1C225A;
    --secondary: #333333;
    --theme-color: #2C7B76;
    /* Font Variable */
}

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

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

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

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3 {
    font-family: "Roboto Slab", serif;
}

h4,
h5,
h6 {
    color: #000;
}

.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: 0.875rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0.9em 2em;
    border-radius: 7px;
    line-height: normal;
}

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


/* NAV HEADER CSS */

header {
    padding: 24px 0;
    transition: 0.3s ease-in-out;
}

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

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

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0;
    display: inline-block;
}

.navbar-nav .nav-item a i {
    color: #000;
    font-size: 1.125rem;
}


/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 850px;
}

.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: 10rem;
    width: fit-content;
    left: 18rem;
}

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

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

.homeSlider .swiper-pagination {
    display: flex;
    align-items: center;
    bottom: 13%;
    left: 23%;
}

.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 .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(--primary);
    font-size: 7.5rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.main-slider h2 {
    margin: 0;
    color: var(--primary);
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "sax-w01";
    font-style: italic;
}

.main-slider h3 {
    margin: 0;
    color: var(--black);
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.slideOne {
    text-align: center;
}

.main-slider p {
    color: var(--black);
    font-weight: 400;
    line-height: 1.2;
    margin-top: 1rem;
    font-size: 1.125rem;
}


/* !MAIN HERO SLIDER CSS */


/* SEARCH BAR CSS */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 1.25rem;
}


/* !SEARCH BAR CSS */

.mainHead {
    font-size: 3.125rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}


/* shop-categori */

.showrap {
    text-align: center;
}

.shopcntnt h3 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #3E3E3E;
    text-transform: uppercase;
    margin-top: 1rem;
}

.showrap figure {
    border: 2px solid #B4B4B4;
    border-radius: 50%;
    width: 272px;
    height: 272px;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin: auto;
}

.showrap figure img {
    transition: 0.5s ease;
}

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


/* shop-categori */


/* serveSection */

.serveSection {
    background: var(--primary);
    padding: 0;
}

.servcntnt h3 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
}

.servcntnt p {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    width: 79%;
    margin: 1rem auto 2rem;
    line-height: 1.5;
}

.servcntnt .themeBtn {
    background: #2C7B76;
}

.servcntnt {
    text-align: center;
}


/* serveSection */


/* aboutsection */

section.aboutSection {
    background: #2C7B76;
    padding: 0;
}

.aboutcntnt h4 {
    font-size: 1.25rem;
    color: #fff;
    text-transform: uppercase;
}

.aboutcntnt .mainHead {
    font-size: 3.75rem;
    font-weight: 500;
    color: #fff;
}

.aboutcntnt p {
    color: #fff;
    font-size: 1.125rem;
    width: 52%;
    line-height: 2;
}

.aboutcntnt {
    padding-left: 3rem;
}

img.img-fluid.aboutimgg {
    position: absolute;
    right: -6rem;
    bottom: 10px;
}


/* aboutsection */


/* featureproduct */

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

.feraturhead .mainHead {
    font-size: 3.75rem;
}

.feraturhead a {
    font-size: 1.5625rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary);
    text-decoration: underline !important;
}

section.featureproduct {
    background: #F6F6F6;
}

.featurecntnt h3 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #393939;
    text-transform: uppercase;
}

.featurecntnt p {
    font-size: 1rem;
    color: #C4996C;
    font-weight: 500;
    margin: 0;
}

.featurewrap figure {
    background: #FFFFFF;
    padding: 2rem 2rem 3rem 2rem;
    text-align: center;
}

.featurewrap {
    text-align: center;
    position: relative;
}

.featurewrap figure img {
    object-fit: contain;
    max-width: 221px;
    min-height: 390px;
}

.greebtn a {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    background: #2C7B76;
    padding: 10px 4rem;
    opacity: 0;
    transition: 0.5s ease;
}

.featurewrap:hover .greebtn a {
    opacity: 1;
}

.greebtn {
    position: absolute;
    bottom: 6rem;
    right: 10px;
}

.featurecntnt {
    margin-top: 1rem;
}

.swiper.productslider {
    padding-bottom: 3rem;
}

.featureproduct .swiper-pagination .swiper-pagination-bullet {
    width: 0.875rem;
    height: 0.875rem;
    border: 2px solid var(--primary);
    opacity: 100%;
    background: transparent;
}

.featureproduct .swiper-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.featureproduct .swiper-pagination .swiper-pagination-bullet-active {
    border-color: var(--primary);
    width: 0.875rem;
    height: 0.875rem;
    opacity: 1;
    background: var(--primary);
}


/* featureproduct */


/* testimonialsection */

.swiper.testimonialslider {
    padding-bottom: 4rem;
}

.testimonialSection .swiper-pagination .swiper-pagination-bullet {
    width: 0.875rem;
    height: 0.875rem;
    border: 2px solid var(--primary);
    opacity: 100%;
    background: transparent;
}

.testimonialSection .swiper-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.testimonialSection .swiper-pagination .swiper-pagination-bullet-active {
    border-color: var(--primary);
    width: 0.875rem;
    height: 0.875rem;
    opacity: 1;
    background: var(--primary);
}

.star {
    display: flex;
    align-items: center;
    gap: 12px;
}

.star ul {
    display: flex;
    align-items: center;
    gap: 6px;
}

.star ul li {
    color: #F4AA23;
}

.testiwrap p {
    color: #000;
    font-size: 1rem;
    line-height: 2.06;
}

.testiwrap h4 {
    font-size: 1.1875rem;
    font-weight: 500;
}

.testiwrap h3 {
    color: #8C99A8;
    font-size: 0.8125rem;
    font-weight: 400;
}

.testiwrap {
    border: 1px solid #EFEFEF;
    padding: 2.5rem 30px;
    border-radius: 8px;
}

.testimonialSection .mainHead {
    font-size: 3.75rem;
    margin-bottom: 2rem;
}


/* testimonialsection */


/* sellsection */

.sellsection {
    background: url(../../upload/images/sellbg.webp)center/cover no-repeat;
    padding: 8rem 0;
}

.sellcntnt h3 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
}

.sellcntnt p {
    font-size: 1.125rem;
    color: #fff;
}

.sellcntnt .themeBtn {
    background: #2C7B76;
}


/* sellsection */


/* Footer Css Start */

footer {
    background-color: #1C225A;
    padding-top: 5rem;
}

footer p {
    font-size: 0.875rem;
    color: var(--white);
    margin: 0;
}

footer ul li a {
    font-size: 1rem;
    color: var(--white);
}

footer ul li+li {
    padding-top: 10px;
}

.contactInfo li a i {
    padding-right: 10px;
    color: var(--secondary);
}

footer h3 {
    font-size: 1.375rem;
    color: var(--white);
    position: relative;
    margin-bottom: 2rem;
}

footer h3::before {
    content: "";
    position: absolute;
    background-color: var(--white);
    width: 5rem;
    height: 2px;
    top: 2rem;
}

footer .form-group input {
    border-bottom: 1px solid #fff;
    background: transparent;
    height: 50px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 3.75rem;
    color: #fff;
    outline: none;
    border-top: unset;
    border-right: unset;
    border-left: unset;
}

footer .form-group {
    position: relative;
}

footer .form-group button {
    position: absolute;
    right: 0;
    color: var(--white);
    background-color: transparent;
    height: 50px;
    display: grid;
    place-items: center;
    top: 0;
    width: 50px;
    border: none;
}

footer .form-group input::placeholder {
    font-size: 1.125em;
    color: #fff;
}

.footCopy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0 1rem 0;
}

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

.copyRight {
    border-top: 1px solid #707070;
    margin-top: 3rem;
}

.footPara span {
    color: var(--white);
    line-height: 1.8;
    display: block;
}

.footPara {
    margin-top: 1.5rem;
}

footer ul li a:hover {
    color: #2C7B76;
}

ul.socialFoter {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-top: 10px;
}

ul.socialFoter li+li {
    padding-top: 0;
}

ul.socialFoter li a {
    font-size: 1.5rem;
}


/* Footer Css End */

footer ul li a:hover {
    color: #2C7B76;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #2C7B76;
}

.navbar-nav .nav-item a:hover i {
    color: #2C7B76;
}

.themeBtn:hover {
    background: #2C7B76;
    color: #fff;
}

.servcntnt .themeBtn:hover {
    background: #fff;
    color: var(--primary);
}

.aboutcntnt .themeBtn:hover {
    background: #fff;
    color: var(--primary);
}

.sellcntnt .themeBtn:hover {
    background: #fff;
    color: var(--primary);
}


/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 60px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
}

.innerBan {
    position: relative;
}

.sideList ul li a {
    background-color: #2C7B76;
    display: inline-block;
    padding: 1rem 1rem;
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1;
    /* border: 1px solid #ebebeb; */
    width: 100%;
}

.sideList ul li a:hover {
    color: #1C225A;
}

.sideList ul li a.active {
    background-color: #1C225A;
    color: var(--white);
    font-size: 26px;
    font-weight: 500;
    font-family: 'Roboto Slab';
    text-align: center;
}

.shop-categori.innershop .showrap {
    margin-bottom: 3rem;
}

.shop-categori.innershop {
    padding-top: 6rem;
}

.featureproduct.shoppage .featurewrap {
    margin-bottom: 4rem;
}

h3.laoding {
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
}

.sellwrap {
    position: relative;
    margin-bottom: 2rem;
    transition: 0.5s ease;
}

.selcntnt {
    position: absolute;
    display: flex;
    align-items: center;
    inset: 0;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.5s ease;
}

.selcntnt h3 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.selcntnt a {
    font-size: 2.5rem;
    color: #fff;
}

.sellwrap figure img {
    border-radius: 31px;
}

.sellwrap:hover::before {
    opacity: 1;
}

.sellwrap:hover .selcntnt {
    opacity: 1;
}

.sellwrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    border-radius: 31px;
    opacity: 0;
    transition: 0.5s ease;
}

.aboutcntnts h4 {
    font-size: 37px;
    color: #2E7977;
    font-weight: 600;
}

.aboutcntnts h3 {
    font-size: 60px;
    text-transform: uppercase;
    color: var(--primary);
}

.aboutcntnts p {
    color: #162537;
    font-size: 18px;
}

.aboutPage figure img {
    width: 100%;
}

.aboutPage p {
    font-size: 18px;
    color: #162537;
}

.contactInner h2 {
    color: #1C225A;
    font-size: 60px;
    margin-bottom: 3rem;
}

.contactForm input {
    height: 57px;
}

.contactForm .form-control {
    border: unset;
    border-radius: unset;
    background: #EEEEEE;
    outline: none;
    box-shadow: none;
}

.contactForm .form-group {
    margin-bottom: 25px;
}

.contactForm label {
    font-weight: 500;
    color: #0F0F0F;
}

.contactForm .themeBtn {
    background: #2C7B76;
    padding: 0.9em 3em;
}

.mapSec {
    padding: 0;
}

.mapSec iframe {
    filter: grayscale(1);
    display: block;
}


/* step pages css start */

.step-pages .sellsection {
    display: none;
}


/* product detail css start */


/*PRoduct Details*/

.Proreview h2 {
    text-align: left;
    margin: 0;
    font-size: 3.75rem;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
}

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

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

.productNav figure {
    background: #FFFFFF;
    /* border-radius: 10px; */
    padding: 0.91rem 0;
    margin: 0.7rem 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;
}


/* product detail css end */


/* cart css start */

.cart-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    position: relative;
}

.cart-list ul li {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.cart-list ul li figure {
    width: 222px;
    height: 214px;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-list ul li figure img {
    width: fit-content;
}

.cart-list ul li h4 {
    color: var(--black);
    width: 180px;
    line-height: 2.3rem;
    margin: 0 0 0.8rem;
}

.cart-list ul li h5 {
    font-size: 1.5625rem;
    color: var(--theme-color);
    font-weight: 600;
    margin: 0;
}

.cart-list .quantitySec .number {
    background: #F7F6FB;
    border: 1px solid #CCCCCC;
}

.cart-list .quantitySec .number .minus {
    border: 0;
    background: transparent;
    border-radius: 0;
}

.cart-list .quantitySec .number .plus {
    border: 0;
    background: transparent;
    border-radius: 0;
}

.cart-list .quantitySec {
    padding-right: 4rem;
}

.cart-list .quantitySec h6 {
    font-size: 1.25rem;
    margin: 0 0 20px;
}

.cart-list div {
    position: relative;
}

.cart-list div button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background: var(--primary);
    opacity: 1;
    text-shadow: unset;
    color: var(--white);
    font-size: 15px;
    border-radius: 5px;
}

.cart-list div+div {
    margin-top: 1.5rem;
}

.cart-total {
    border-top: 1px solid #CCCCCC;
    margin-top: 1.5rem;
    padding-top: 2.5rem;
}

.cart-total h4 {
    font-size: 1.875rem;
    display: flex;
    align-items: flex-end;
    margin: 0 0 10px;
    gap: 15px;
}

.cart-total h4 small {
    font-size: 15px;
    color: #282828;
}

.cart-total p {
    font-size: 22px;
    color: #282828;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 1.5rem;
    width: 62%;
    line-height: 2.25rem;
}

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


/* cart css end */


/* checkout css start */

.check-out-form .primary-heading {
    margin-bottom: 40px;
    font-size: 3.75rem;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
}

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

.check-out-form p {
    font-size: 1.375rem;
    margin-bottom: 15px;
    font-weight: 500;
    color: #6B6B6B;
    font-family: "Jost", sans-serif;
}

.check-out-form .checkout-subheading a {
    color: #388980;
    font-weight: 600;
}

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

.check-out-form form label {
    font-size: 1rem;
    text-transform: capitalize;
    color: #0F0F0F;
    font-weight: 500;
}

.check-out-form .form-control {
    min-height: 60px;
    margin-bottom: 26px;
    /* box-shadow: 7px 6px 15px 0px #d2d2d2; */
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background: #EEEEEE;
}

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

.check-out-section input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 45px;
    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: 30px;
    height: 30px;
    border: 2px solid #2C7B76;
    position: absolute;
    left: 0;
    top: 0px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    bottom: 0;
    margin: auto;
}

.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: #2D2E37;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
}

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

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

.chkot-pag .primary-heading {
    margin-bottom: 15px;
    text-align: left !important;
}

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

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

.order-summery input.form-control {
    margin-bottom: 10px;
    box-shadow: none;
    background: #EEEEEE;
    padding: 0 20px;
}

.d-btn {
    border-radius: 5px;
    background-color: #388980;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    padding: 16px 88px;
    text-transform: uppercase;
    transition: 0.7s;
}

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

.order-summery .d-btn {
    padding: 14px 88px;
    background: var(--primary);
    font-size: 1rem;
    font-weight: 600;
}

.check-out-section.chkot-pag {
    border-top: 1px solid rgb(112 112 112 / 50%);
    padding-top: 3rem;
}

.check-out-section.chkot-pag hr {
    border-color: #707070;
    margin-top: 3rem;
}

.order-summery .themeBtn {
    background: var(--theme-color);
    font-size: 1rem;
    border: 0;
    font-weight: 600;
}

.order-summery .d-btn:hover {
    background: var(--theme-color);
    color: var(--white);
}

.order-summery .themeBtn:hover {
    background: var(--primary);
    color: var(--white);
}


/* checkout css end */


/* payment  */

.check-out-section.payment-page {
    border-top: 1px solid rgb(112 112 112 / 50%);
    padding: 6rem 0;
}

.check-out-section input[type="checkbox"]+label:last-child {
    padding-left: 50px;
}

.check-out-section.payment-page .form-group label {
    font-size: 1rem;
    color: #0F0F0F;
    text-transform: capitalize;
    font-weight: 500;
}

.check-out-section.payment-page .form-group .form-control {
    border-radius: 0;
}

.check-out-section.payment-page .checkOne h5 {
    font-size: 1.25rem;
    color: #2D2E37;
    text-transform: uppercase;
    margin: 0;
}

.check-out-section.payment-page .checkOne {
    font-size: 1.125rem;
    color: #2D2E37;
    font-weight: 400;
}

.check-out-section.payment-page .themeBtn.w-100 {
    font-size: 1rem;
    border: 0;
    margin-top: 2rem;
    background: var(--theme-color);
}

ul.payment-card {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin: 0 0 4rem;
}

ul.payment-card li input {
    width: 28px;
    height: 28px;
    margin: auto;
}

ul.payment-card li label {
    margin: 0;
}

ul.payment-card li {
    display: flex;
    align-items: center;
    gap: 20px;
}


/* payment  */

.login-conten .primary-heading {
    font-size: 3.75rem;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    margin: 0;
}

.login-conten {
    margin-bottom: 2rem;
}

.login-conten p {
    font-size: 1.25rem;
    color: var(--black);
    margin: 0;
}

.login-form label {
    display: block;
    font-size: 1rem;
    color: #0F0F0F;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}

.login-form input {
    background: #EEEEEE;
    width: 100%;
    height: 57px;
    border: 0;
    margin: 0 0 1.8rem;
    padding: 0 20px;
}

.login-form label a {
    font-size: 1rem;
    color: #0F0F0F;
    font-weight: 500;
}

.login-form .themeBtn {
    width: 100%;
    border: 0;
    font-size: 1rem;
    background: var(--theme-color);
}

.login-form span {
    display: table;
    margin: 1rem auto;
    font-size: 1rem;
    color: #0F0F0F;
    font-weight: 500;
}

.login-form span+.themeBtn {
    background: var(--primary);
}

.login-page {
    border-top: 1px solid rgb(112 112 112 / 50%);
    padding: 6rem 0;
}

.login-page img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 47%;
    object-fit: cover;
}

.login-page.signup-page img {
    width: 50%;
}


/* step pages css end */

.product-detail-rating{
    transform: scaleX(-1);
    width: fit-content;
}
.product-detail-rating .fa-star{
    color: #E1E1E1;
}
.product-detail-rating .fa-star.active-star{
    color: gold;
}
