/* 
----------------------------------
- Preloader
----------------------------------
*/

.preloader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000000;
    text-align: center;
    display: table;
}

.preloader-inside {
    position: relative;
    height: auto;
    width: 200px;
    margin-top: 300px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    color: #fff;
}

.spinner {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.spinner img {
    position: absolute;
    top: 22px;
    left: 0;
    padding: 5px;
}

.spinner:after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.spinner:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.spinner-1:after {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 4px solid transparent;
    border-top-color: #fcc012;
    border-bottom-color: #fcc012;
    animation: spinny 2s linear infinite;
}

@keyframes spinny {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(30deg) scale(1.2);
    }

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

/*
--blue Preloader
-------------------------------- */

.blue-spinner-1:after {
    border-top-color: #21B14C;
    border-bottom-color: #21B14C;
}

/* 
----------------------------------
- Nav Style
----------------------------------
*/
/* ---------------- **!--Navbar Section ------------------- */

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}


.navbar-brand {
    padding: 0;
}

.navbar-right {
    margin-top: 10px;
}

.navbar-default .navbar-nav>li>a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #2E3A54;
    font-size: 15px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #21B14C !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;

}

.dropdown-menu .dropdown:hover>.sub-menu {
    opacity: 1;
    display: block;
    -webkit-transform: rotateY(0deg) translateX(100%);
    -moz-transform: rotateY(0deg) translateX(100%);
    -ms-transform: rotateY(0deg) translateX(100%);
    -o-transform: rotateY(0deg) translateX(100%);
    transform: rotateY(0deg) translateX(100%);
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 30px 60px;
}

.mega-dropdown-menu .category-type {
    width: 18%;
    width: 15%;
    display: inline-block;
    vertical-align: top;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}


.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
}

.mega-dropdown-menu>li>ul>li {
    margin-bottom: 25px;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    color: #2E3A54;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-header {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #222A3C;
    font-size: 20px;
    margin-bottom: 48px;
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.navbar-form {
    padding: 0;
}

.navbar-form .form-control {
    width: 200px;
}

.navbar-form .btn {
    margin-left: -4px;
}


.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    max-height: 420px;
    border-color: transparent;
}

.menu-toggle {
    padding: 27.5px;
    border-right: 1px solid #111;
}

.menu-toggle .icon-bar {
    width: 35px;
    height: 2px;
    background-color: #da2052;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-default .navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    width: 35px;
    margin-bottom: 6px;
    background-color: #da2052;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-default .navbar-toggle.open span,
.menu-toggle .open span {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-default .navbar-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-toggle .open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
}

.navbar-default .navbar-toggle.open span:nth-child(3),
.menu-toggle .open span:nth-child(2),
.menu-toggle .open span:nth-child(3) {
    opacity: 0;
}

.navbar-default .navbar-toggle.open span:nth-child(4),
.menu-toggle .open span:nth-child(4) {
    -webkit-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    transform: rotate(45deg) translate(-11px, -11px);
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}


/*
-- Blue Nav style
---------------------------------- */

.navbar-default.blue-nav a:hover,
.navbar-default.blue-nav a:focus,
.navbar-default.blue-nav .navbar-nav>.active>a,
.navbar-default.blue-nav .navbar-nav>.active>a:focus,
.navbar-default.blue-nav .navbar-nav>.active>a:hover,
.navbar-default.blue-nav .navbar-nav>.open>a,
.navbar-default.blue-nav .navbar-nav>.open>a:focus,
.navbar-default.blue-nav .navbar-nav>.open>a:hover {
    color: #21B14C !important;
    background-color: transparent;
}

.navbar-default.blue-nav .navbar-nav>.active>a:after {
    background-color: #21B14C;
}

.nav-area.blue-nav .social-link li:hover {
    background-color: #21B14C !important;
}

.nav-area.blue-nav .social-link li:hover i {
    color: #fff;
}

.blue-nav.navbar-default .navbar-toggle .icon-bar {
    background-color: #21B14C;
}

.search-box {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

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

.search-box input {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
    /* To remove double border between input and button */
}

.search-box button.close-btn {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
    /* To remove double border between input and button */
}

.search-box button.submit-btn {
    margin-left: 5px;
}

.search-box .form-group {
    margin-bottom: 0;
}

.dropdown-menu>li>a>span {
    font-size: 14px;
    font-weight: 400;
}

.dropdown-menu>li>a>span i {
    margin-right: 5px;
}

.dropdown-menu-special {
    min-width: 425px;
    height: auto;
}

.shop-menu-content {
    width: 100%;
    height: 400px;
    padding: 10px;
    position: relative;
    display: block;
    overflow-y: scroll;
}

.shop-menu-content-item {
    margin-bottom: 5px;
}

.shop-menu-header-left-item {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.shop-menu-header-img-wrapper {
    width: 100px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
}

.shop-menu-header-img-wrapper img {
    max-width: 100%;
    max-height: 100%;

}

.shop-menu-header-right-item {
    width: 55%;
    display: inline-block;
    vertical-align: top;
}

.shop-menu-header-right-content h4 {
    color: #222A3C;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.shop-menu-header-right-content h5 {
    color: #222A3C;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    text-transform: capitalize;
    opacity: 0.6;
    margin-bottom: 5px;
}

.shop-menu-header-right-content p {
    color: #222A3C;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: capitalize;
    opacity: 0.6;
}

.shop-menu-total-count {
    margin-top: 30px;
}

.shop-menu-btn-wrapper a {
    margin-right: 15px;
}

/* ---------------------------------
- Header Section
--------------------------------- */

.hero-area {
    width: 100%;
    height: 100vh;
}

.get-area {
    width: 100%;
    height: auto;
}

.hero-wrapper {
    display: flex;
    justify-content: flex-end;
    /* Pushes the hero-area to the right */
    height: 100vh;
}

.get-area-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* Center the content horizontally */
    width: 100%;
    height: 100%;
    background-image: url(../img/get-area-cover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    /* Center text */
    position: relative;
    z-index: 1;
}

.get-caption {
    width: 525px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    right: 0;
    top: -150px;
}

.get-caption h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    margin-bottom: 0px;
    color: #222A3C;
}

.get-caption h2 span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    margin-bottom: 0px;
    color: #21B14C;
}

.get-caption p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin: 20px 0;
    line-height: 30px;
    color: #1A1A1A;
    letter-spacing: 0;
}

.get-caption .btn {
    font-size: 1em;
    padding: 10px 20px;
}

.get-caption .btn {
    font-size: 1em;
    padding: 10px 20px;
}


.hero-area .item {
    height: 100vh;
    position: relative;
}

.hero-area .item:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #00131c;
    opacity: .7;
    z-index: 1;
}

.owl-carousel .owl-item {
    overflow: hidden;
}

.hero-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    text-align: center;
    z-index: 10;
    display: table;
}

.hero-caption-inner {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.hero-caption-inner h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.hero-caption-inner h1 {
    font-size: 78px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0px;
    color: #fcc012;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.hero-caption-inner h1 span {
    font-family: 'Raleway', sans-serif;
    font-size: 78px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
}

.hero-caption-inner p {
    width: 700px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 30px;
}

.hero-slider-nav {
    position: absolute;
    width: 91%;
    height: auto;
    top: 50%;
    left: 4%;
    z-index: 1;
}

.hero-slider-nav .nav-next i,
.hero-slider-nav .nav-prev i {
    font-size: 16px;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    background-color: #4b5454;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hero-slider-nav .nav-next i:hover,
.hero-slider-nav .nav-prev i:hover {
    color: #4e4e4e;
    background-color: #fcc012;
}

/*
-- Blue Header Section
--------------------------------- */

.hero-blue .hero-caption-inner h1 {
    color: #21B14C;
}

.hero-blue .hero-slider-nav .nav-next i:hover,
.hero-blue .hero-slider-nav .nav-prev i:hover {
    background-color: #21B14C;
}

.hero-blue .owl-dot.active span,
.hero-blue .owl-dot:hover span {
    background-color: #21B14C;
    border: 3px solid #21B14C;
}

.hero-blue .btn-outline-sm {
    border: 2px solid #21B14C;
}

.hero-blue .btn-outline-sm:hover {
    background-color: #21B14C;
}

.scroll-blue {
    background-color: #21B14C;
}

/* ---------------------------------
- About Section
--------------------------------- */

.about-area {
    width: 100%;
    height: auto;
}

.about-caption {
    width: 266px;
    height: 266px;
    padding: 30px;
    margin: auto;
    text-align: center;
    display: table;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.about-caption:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    background-color: #e5e8e9;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -o-transform: scale(.2);
    -moz-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.about-caption:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    background-color: #d9dada;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -o-transform: scale(.4);
    -moz-transform: scale(.4);
    transform: scale(.4);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.about-caption-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.about-caption .about-caption-icon i {
    font-size: 46px;
    line-height: 50px;
    color: #4e4e4e;
    margin-bottom: 20px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.about-caption h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 10px;
}

.about-caption p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
}

.about-caption:hover::after {
    opacity: 1;
    box-shadow: 0px 3px 4px 1px #bebebe;
    box-shadow: 0px 3px 4px 1px #bebebe;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.about-caption:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.about-caption:hover i {
    color: #fcc012;
}

/*
-- Home Category Section
----------------------------------- */

.hero-category-wrapper {
    margin: 50px 0;
}

.category-lg-item {
    width: 580px;
    height: 400px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

.category-full-item {
    width: 100%;
    height: 400px;
    position: relative;
}

.category-lg-item img,
.category-full-item img {
    max-width: 100%;
    height: 100%;
}

.lg-item-inner-caption {
    position: absolute;
    bottom: 30%;
    right: 5%;
    text-align: right;
}

.discoverButton {
    background: #0000001f;
    border: 2px solid #22b14c;
    height: 44px;
    font-size: 14px;
    padding: 10px 20px;
    color: #ffffff !important;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.discoverButton:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), 
                0 3px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    background: #ffffff;
}

.category-lg-item:hover .discoverButton {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15),
                0 3px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.category-sm-item {
    width: 350px;
    height: 400px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

.category-sm-item img {
    max-width: 100%;
    height: 100%;
}


.hero-category-wrapper h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 5px;
    color: #222A3C;

}

.hero-category-wrapper h4 span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    margin-bottom: 15px;
    color: #21B14C;

}


/*
-- Home New Arrival Section
----------------------------------- */

/* 
----------------------------------
- new-arrival Member Section
----------------------------------
*/

.new-arrival-carousel .item {
    margin: 10px;
    text-align: center;
}

.new-arrival-carousel .item .item-wrap {
    position: relative;
}

.new-arrival-carousel .item .item-header {
    width: 100%;
    height: 400px;
    position: relative;
}

.new-arrival-carousel .item .item-header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #efefef47;
    opacity: 0;
    transition: opacity 0.3s;
    /* Smooth transition */
    z-index: 0;
    /* Make sure it is behind other elements */
}

.new-arrival-carousel .item .item-header img {
    width: 100%;
    height: 100%;
}

.new-arrival-carousel .item .item-wrap .add-to-cart-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border: none;
    border-radius: 3px;
    z-index: 1000;
}

.new-arrival-carousel .item .item-wrap:hover .add-to-cart-btn {
    display: block;
}

.new-arrival-carousel .item .item-wrap:hover .item-header::after {
    opacity: 1;
}

.item-inner .item-content {
    width: 100%;
    height: 115px;
}

.item-inner .item-content h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #222A3C;
    margin-top: 25px;
    margin-bottom: 10px;
}

.item-inner .item-content h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #222A3C;
    margin-bottom: 10px;
}

.item-inner .item-content h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #22B14C;
}

.new-arrival-nav {
    position: absolute;
    width: 114%;
    height: auto;
    top: 35%;
    left: -7%;
    z-index: 0;
}

.new-arrival-nav .new-arrival-next,
.new-arrival-nav .new-arrival-prev {
    border: 0;
    box-shadow: 6px 0px 20px 20px #EFEFEF;
    /* Add shadow */
    font-size: 18px;
    width: 46px;
    height: 46px;
    font-weight: normal;
    color: #22B14C !important;
    border-radius: 50%;
    /* Make the button round */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #fff;
    /* Button background color */
}


/* 
----------------------------------
- Best Deal Member Section
----------------------------------
*/

.best-deal-carousel .item {
    margin: 10px;
    text-align: center;
}

.best-deal-carousel .item .item-wrap {
    position: relative;
}

.best-deal-carousel .item .item-header {
    width: 100%;
    height: 400px;
    position: relative;
}

.best-deal-carousel .item .item-header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #efefef47;
    opacity: 0;
    transition: opacity 0.3s;
    /* Smooth transition */
    z-index: 0;
    /* Make sure it is behind other elements */
}

.best-deal-carousel .item .item-header img {
    width: 100%;
    height: 100%;
}

.best-deal-carousel .item .item-wrap .add-to-cart-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border: none;
    border-radius: 3px;
    z-index: 1000;
}

.best-deal-carousel .item .item-wrap:hover .add-to-cart-btn {
    display: block;
}

.best-deal-carousel .item .item-wrap:hover .item-header::after {
    opacity: 1;
}

.best-deal-carousel .item .item-wrap .item-inner .item-content {
    width: 100%;
    height: 115px;
}

.best-deal-carousel .item .item-wrap .item-inner .item-content h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #222A3C;
    margin-top: 35px;
    margin-bottom: 10px;
}

.best-deal-carousel .item .item-wrap .item-inner .item-content h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #222A3C;
    margin-bottom: 10px;
}

.best-deal-carousel .item .item-wrap .item-inner .item-content h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #22B14C;
}

.best-deal-nav {
    position: absolute;
    width: 114%;
    height: auto;
    top: 35%;
    left: -7%;
    z-index: 0;
}

.best-deal-nav .best-deal-next,
.best-deal-nav .best-deal-prev {
    border: 0;
    box-shadow: 6px 0px 20px 20px #EFEFEF;
    /* Add shadow */
    font-size: 18px;
    width: 46px;
    height: 46px;
    font-weight: normal;
    color: #22B14C !important;
    border-radius: 50%;
    /* Make the button round */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #fff;
    /* Button background color */
}

/* ---------------------------------
- Hot Sale
--------------------------------- */
.hot-sale-inner-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}

.hot-sale-inner-caption {
    width: 42%;
    position: absolute;
    top: 40%;
    left: 10%;
    bottom: 0;
    margin: 0 auto;
    vertical-align: middle;
}

.hot-sale-inner-caption h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 50px;
    color: #222A3C;
    margin-bottom: 10px;
    letter-spacing: 7px;
    text-align: right;
}

.hot-sale-inner-caption h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 90px;
    color: #21B14C;
    margin-bottom: 10px;
    letter-spacing: 13px;
}

.hot-sale-inner-caption h1 span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
}

/*
-- Home Category Section
----------------------------------- */


.combo-lg-item {
    width: 580px;
    height: 400px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

.combo-full-item {
    width: 100%;
    height: 400px;
    position: relative;
}

.combo-lg-item img,
.combo-full-item img {
    max-width: 100%;
    height: 100%;
}

.combo-lg-item-inner-caption {
    position: absolute;
    bottom: 15%;
    right: 5%;
    text-align: right;
}

.combo-sm-item {
    width: 350px;
    height: 400px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

.combo-sm-item img {
    max-width: 100%;
    height: 100%;
}


.combo-offer-wrapper h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 5px;
    color: #FFFFFF;

}

.combo-offer-wrapper h4 span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;

}

.combo-lg-item-inner-caption::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #33333342;
    opacity: 0.3;
    transition: opacity 0.3s;
}

/* ---------------------------------
- Overview Section
--------------------------------- */

.overview-area {
    width: 100%;
    height: auto;
}

.overview-tab-slide {
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 30px;
}

.overview-tab-slide img {
    position: absolute;
    top: 0px;
}

.overview-tab-slide .tab-pane img:first-child {
    right: -10px;
    top: -28px;
}

.overview-tab-slide .tab-pane img:last-child {
    left: 0px;
}

.overview-tab-item {}

.overview-content h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400 !important;
    color: #4e4e4e;
    letter-spacing: 0px;
    margin: 30px 0px 3px;
}

.overview-content span {
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 38px;
    color: #4e4e4e;
    letter-spacing: 0px;
}

.overview-content p {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0px;
    display: inline-block;
    margin: 25px 0px 0px;
}

.overview-tab-item ul {
    margin: 0;
    padding: 0;
}

.overview-tab-item ul li {
    width: 33%;
    height: auto;
    float: left;
    position: relative;
    padding: 60px 0px;
}

.overview-tab-item ul li:first-child {
    width: 20%;
}

.overview-tab-item .single-item-tab i {
    width: 100%;
    font-size: 50px;
    color: #fcc012;
    padding: 5px;
}

.overview-tab-item .single-item-tab span {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    color: #4e4e4e;
}

.overview-tab-item .single-item-tab span:after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f067";
    color: #676767;
    font-size: 10px;
    z-index: 0;
    padding-left: 2px;
    bottom: 84px;
}

.overview-tab-item .single-item-tab h5 {
    font-size: 14px;
    font-weight: 400 !important;
    color: #333333;
    line-height: 24px;
    letter-spacing: 0;
}

.overview-tab-item .single-item-tab.active i {
    cursor: pointer;
    color: #fcc012;
    background-color: transparent;
    border: none;
    text-shadow: 1px 2px 6px #fcc012;
}

.overview-tab-item .single-item-tab .tab-pane img {
    margin-top: 5%;
}

/*
-- Blue Overview Section
---------------------------------- */

.overview-blue .overview-tab-item .single-item-tab i {
    color: #21B14C;
}

.overview-blue .overview-tab-item .single-item-tab.active i {
    text-shadow: 1px 2px 6px #21B14C;
}

/* --------------------------------- 
- new-arrival Section
--------------------------------- */

.new-arrival-area {
    width: 100%;
    height: auto;
}

.new-arrival-mumber {
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.new-arrival-header {
    width: 100%;
    border: 2px solid #d5d6d7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: -1;
}

.new-arrival-content {
    background-color: #f8f4e9;
    margin: -70px 15px 0px;
    padding: 20px 20px 15px;
    -webkit-box-shadow: 0px 5px 11px 1px #c4c4c4;
    box-shadow: 0px 5px 11px 1px #c4c4c4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}

.new-arrival-content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #4e4e4e;
}

.new-arrival-content span {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #4e4e4e;
}

.new-arrival-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 10px;
}

.soical-link {
    margin: 0;
    padding: 0;
}

.soical-link li {
    display: inline-block;
    margin: 0px 5px;
}

.soical-link li i {
    font-size: 16px;
    line-height: 24px;
    color: #4e4e4e;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.new-arrival-mumber:hover .new-arrival-header {
    border: 2px solid #fcc012;
}

.new-arrival-mumber:hover .new-arrival-content {
    background-color: #e5e8e9;
}

.new-arrival-content i:hover {
    color: #fcc012;
}


/* ---------------------------------
- Get In Touch Section
--------------------------------- */

.touch-area {
    width: 100%;
    height: auto;
}

.touch-area form {
    margin-right: -15px;
    margin-left: -15px;
}

.form-group {
    margin-bottom: 20px;
}

.touch-area .form-group input {
    width: 100%;
    height: 45px;
}

.touch-area .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #5f5f5f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 5px;
    -webkit-box-shadow: 5px;
    box-shadow: none;
}

.contact-details {
    margin: 0;
    padding: 0;
}

.contact-details li {
    margin-bottom: 63px;
}

.contact-details li:last-child {
    margin-bottom: 0px;
}

.contact-details li span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    float: left
}

.contact-details li p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 300;
    color: #333333;
    margin-bottom: 0;
}

.footer-nav {
    margin-top: 70px;
}

.footer-nav h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.footer-nav p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #242424;
    margin: 0;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
}

.footer-nav ul li {
    margin-bottom: 0;
}

.footer-nav a {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #242424;
}

/*
-- Blue Get In Touch Section
---------------------------------- */

.touch-blue .btn-field-md {
    background-color: #21B14C;
}

.touch-blue .btn-field-md:hover {
    background-color: #0d87c4;
}

/* ---------------------------------
- Footer Section
--------------------------------- */

.main-footer-area {
    background-color: #222A3C;
    padding: 60px 30px;
}

.footer-type h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #21B14C;
    letter-spacing: 0.5px;
}

.footer-item {
    width: 100%;
    display: block;
    position: relative;
}

.footer-item h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #21B14C;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.input-wrapper {
    margin-bottom: 30px;
}

input#subscribeemail {
    width: 100%;
    background: transparent;
    border: 0.5px solid #ffffff52;
}

.footer-item ul {
    margin: 0;
    padding: 0;
}

.footer-item ul li {
    margin-bottom: 20px;
}



.footer-item ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.footer-item ul li a:hover {
    color: #21B14C !important;
}

.footer-item .follow-wrapper ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer-item .follow-wrapper ul li a i {
    font-size: 24px;
}



.footer-area {
    width: 100%;
    height: auto;
    padding: 25px 0px;
    background-color: #222A3C;
    border-top: 1px solid #6e696961;
}

.footer-area .social-link {
    margin: 0;
    padding: 0;
}

.footer-area .social-link li {
    display: inline-block;
    margin: 0px 5px;
}

.footer-area .social-link a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-area .social-link a:hover {
    color: #fcc012;
}

.footer-copyright {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

/*
-- Blue Footer Section
----------------------------- */

.get-blue .get-caption h2 span {
    color: #21B14C;
}

.get-blue .btn-field-sm {
    background-color: #21B14C;
}

.get-blue .btn-field-sm:hover {
    background-color: #0d87c4;
}

.footer-blue .social-link a:hover {
    color: #21B14C !important;
}


/* ---------------------------------
- Categories Section
--------------------------------- */

.breadcum-area {
    width: 100%;
    height: 350px;
    margin-top: 80px;
}

.get-breadcum {
    width: 100%;
    height: auto;
}

.breadcum-wrapper {
    display: flex;
    justify-content: flex-end;
    /* Pushes the hero-area to the right */
    height: 350px;
}

.get-breadcum-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* Center the content horizontally */
    width: 100%;
    height: 100%;
    background-image: url(../img/breadcum1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    /* Center text */
    position: relative;
    z-index: 1;
}

.get-breadcum-caption {
    width: 390px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    left: -15%;
    top: -75px;
}

.get-breadcum-caption h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 0px;
    color: #222A3C;
    letter-spacing: 20px;
    line-height: 45px;
}

.category-item {
    margin: 10px;
    text-align: center;
}

.category-item-wrap {
    position: relative;
}

.category-item .category-item-header {
    width: 100%;
    height: 420px;
    position: relative;
}

.category-item .category-item-header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #efefef47;
    opacity: 0;
    transition: opacity 0.3s;
    /* Smooth transition */
    z-index: 0;
    /* Make sure it is behind other elements */
}

.category-item .category-item-header img {
    max-width: 100%;
    max-height: 100%;
}

.category-item .category-item-wrap .add-to-cart-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border: none;
    border-radius: 3px;
    z-index: 1000;
}

.category-item .category-item-wrap:hover .add-to-cart-btn {
    display: block;
}

.category-item .category-item-wrap:hover .category-item-header::after {
    opacity: 1;
}

.category-item .category-item-wrap .category-item-inner .category-item-content {
    width: 100%;
    height: 115px;
}

.category-item .category-item-wrap .category-item-inner .category-item-content h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #222A3C;
    margin-top: 35px;
    margin-bottom: 10px;
}

.category-item .category-item-wrap .category-item-inner .category-item-content h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #222A3C;
    margin-bottom: 10px;
}

.category-item .category-item-wrap .category-item-inner .category-item-content h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #22B14C;
}


/* 
----------------------------------
- simillar Section
----------------------------------
*/

.similar-carousel .item {
    margin: 10px;
    text-align: center;
}

.similar-carousel .item .item-wrap {
    position: relative;
}

.similar-carousel .item .item-header {
    width: 100%;
    height: 420px;
    position: relative;
}

.similar-carousel .item .item-header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #efefef47;
    opacity: 0;
    transition: opacity 0.3s;
    /* Smooth transition */
    z-index: 0;
    /* Make sure it is behind other elements */
}

.similar-carousel .item .item-header img {
    width: 100%;
    height: 100%;
}

.similar-carousel .item .item-wrap .add-to-cart-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border: none;
    border-radius: 3px;
    z-index: 1000;
}

.similar-carousel .item .item-wrap:hover .add-to-cart-btn {
    display: block;
}

.similar-carousel .item .item-wrap:hover .item-header::after {
    opacity: 1;
}

.similar-carousel .item .item-wrap .item-inner .item-content {
    width: 100%;
    height: 115px;
}

.similar-carousel .item .item-wrap .item-inner .item-content h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #222A3C;
    margin-top: 35px;
    margin-bottom: 10px;
}

.similar-carousel .item .item-wrap .item-inner .item-content h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #222A3C;
    margin-bottom: 10px;
}

.similar-carousel .item .item-wrap .item-inner .item-content h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #22B14C;
}

.similar-nav {
    position: absolute;
    width: 114%;
    height: auto;
    top: 35%;
    left: -7%;
    z-index: 0;
}

.similar-nav .similar-next,
.similar-nav .similar-prev {
    border: 0;
    box-shadow: 6px 0px 20px 20px #EFEFEF;
    /* Add shadow */
    font-size: 18px;
    width: 46px;
    height: 46px;
    font-weight: normal;
    color: #22B14C !important;
    border-radius: 50%;
    /* Make the button round */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #fff;
    /* Button background color */
}

/* 
----------------------------------
- product details Section
----------------------------------
*/

.product-main-image {
    width: 100%;
    height: 375px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.product-images {
    display: flex;
}

.product-thumbnails {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    height: 375px;
    overflow-y: scroll;
    width: 30%;
    align-items: center;
}

.thumb-img-wrapper {
    width: 100px;
    height: 135px;
}

.product-thumbnails img {
    cursor: pointer;
    margin-bottom: 10px;
    border: 2px solid transparent;
}

.product-thumbnails img.active {
    border-color: #22B14C;
}

.product-main-image img {
    max-width: 100%;
    max-height: 100%;
}

.details-right-content-wrapper h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #222A3C;
    margin-bottom: 10px;
}

.details-right-content-wrapper h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #22B14C;
    margin-bottom: 5px;
}

.content-item h6 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.blog-tab-wrapper .nav-tabs>li {
    margin-bottom: 1px;
}

.blog-tab-wrapper .nav-tabs>li>a {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #222A3C;
    opacity: 50%;
    padding-bottom: 45px;
}


.blog-tab-wrapper .nav-tabs>li.active>a,
.blog-tab-wrapper .nav-tabs>li.active>a:focus,
.blog-tab-wrapper .nav-tabs>li.active>a:hover {

    background-color: transparent;
    border: none;
    border-bottom: 2.5px solid #222A3C;
    border-bottom-color: #222A3C;
    opacity: 100%;
    color: #222A3C !important;
}

.blog-content-wrapper {
    margin: 45px 0px;
}

.feature-author-img-wrap {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}

.feature-author-img-wrap img {
    border-radius: 50%;
    line-height: 150px;
    text-align: center;
}

.author-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #222A3C;
    letter-spacing: 0px;
}

.author-title span {
    margin-left: 35px;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    letter-spacing: 0px;
    opacity: 60%;
}


/* 
----------------------------------
- Login page
----------------------------------
*/

.login-left-content {
    display: flex;
    /* Use flexbox to center content if needed */
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    width: 100%;
    height: 100vh;
    background-image: url('../img/login-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
}

.login-right-content {
    width: 100%;
    height: 100vh;
}

.login-form-wrapper {
    padding-top: 25%;
}

.title-wrapper h4 {
    font-size: 30px;
    color: #21B14C;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 35px;
}

.login-form-content-wrapper input#email {
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.submit-btn-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.login-form-content .checkbox label {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    letter-spacing: 0;

}

.login-form-content label {
    color: #3A3A3A;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 12px;
}

.login-form-content .checkbox label span {
    position: absolute;
    top: -5px;
}

.forgot-password {
    color: #21B14C;
    font-size: 12px;
}

.login-form-content input#email {
    width: 100%;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.toggle-password {
    font-size: 16px;
    /* Adjust as needed */
    color: #aaa;
    /* Adjust color as needed */
}


.position-relative input[type="text"] {

    width: 100%;
    text-align: left;
    width: 100%;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;

}


.login-social {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.login-social h6 {
    font-size: 20px;
    color: #21B14C;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
}

.login-social ul li {
    display: inline-block;
}

.sign-hook-up h6 {
    text-align: center;
    font-size: 13px;
}

.sign-hook-up h6 a {
    color: #21B14C;
}

/* Sign Up */

.signup-left-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url('../img/sign-up.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
}

.signup-form-content input[type="text"] {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}


.signup-form-content input#email {
    width: 100%;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
}

.signup-form-content label {
    color: #3A3A3A;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 12px;
}


/* OTP */
.otp-left-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url('../img/otp.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
}

.title-wrapper p {
    text-align: center;
}

.otp-input-wrapper {
    margin: 0 auto;
    text-align: center;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
}

.otp-footer {
    margin-bottom: 20px;
    margin: 15px auto;
    text-align: center;
}

.resend-link {
    color: #21B14C;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;

}

.countdown-timer {
    font-size: 12px;
    font-weight: 400;
    color: #000;

}


/*Password page*/

.password-left-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url('../img/sign-up.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
}


.login-form-content .checkbox label span a {
    font-size: 12px;
    font-weight: 700;
    color: #21B14C;
}

.p-none {
    margin: 0 !important;
}

.cart-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.cart-wrapper h4 {
    color: #222A3C;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 20px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.btn-secondary {
    padding: 5px 8px;
    border-radius: 4px;
    background: #21B24C;
}

.btn-secondary i {
    vertical-align: middle;
}

.cart-wrapper .table>tbody>tr>td {
    border: none;
}

.coupon-wrapper {
    width: 87%;
    height: 60px;
    background: #F5F5F5;
    margin: 30px 0px;
    padding: 15px;
}

.coupon-left {
    float: left;
}

.coupon-left i {
    margin-right: 15px;
}

.coupon-right {
    float: right;
}


.cart-total-wrapper {
    background: #222a3c24;
    width: 100%;
    height: auto;
    padding: 20px;
}

.payment-method-wrapper {
    margin-top: 25px;
}

.cart-total-wrapper h2,
.payment-method-wrapper h2 {
    color: #222A3C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
}

.sub-total-wrapper {
    height: 50px;
}

.sub-total-wrapper .subtotal-cart-heading {
    color: #222A3C;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    float: left;

}

.sub-total-wrapper .subtotal-cart-subheading {
    color: #222A3C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: capitalize;
    float: right;
}

.cart-address {
    color: #222A3C;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
}

.btn-toggle {
    padding: 0;
    background: #22b14c;
    border: none;
    vertical-align: top;    padding: 5px 10px;
}

.btn-toggle i {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
}

#shippingForm input[type="text"],
#shippingForm select {
    width: 100%;
    margin: 0;
    height: 50px;
    background: transparent;
    border: 1px solid #00000014;
    text-align: left;
    border-radius: 2px;
}

#shippingForm .form-group label {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    text-transform: capitalize;
}

.cart-update-right {
    text-align: right;
}

.cart-bottom-bottom {
    border-top: 1px solid #0000006b;
    margin-top: 50px;
}

.cart-bottom-bottom h2 {
    color: #222A3C;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
}

.cart-bottom-bottom h2 span {
    color: #222A3C;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    float: right;
}

/* User Profile */

.profile-get-breadcum-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* Center the content horizontally */
    width: 100%;
    height: 100%;
    background-image: url(../img/profilebreadcum.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    /* Center text */
    position: relative;
    z-index: 1;
}

.profile-sidebar-title {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin-bottom: 50px;
}

#manage-account,
#manage-order {
    padding: 0;
    margin-bottom: 30px;

}

#manage-account li,
#manage-order li {
    margin-bottom: 25px;

}

.active {
    color: #21B14C;
    font-weight: bold;
}

.profile-sidebar-wrapper {
    padding: 15px;
}

#content-profile {
    min-height: 200px;
    padding: 20px;
}

.profile-img-wrapper {
    width: 130px;
    height: 130px;
    border: 1px solid #00000036;
    border-radius: 50%;
    margin-bottom: 35px;
}

.profile-img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.personal-info-wrapper {
    background: #F5F5F5;
    padding: 15px;
    height: 270px;
}

.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.edit-icon {
    margin-left: auto;
}

.address-item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}


.address-item h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 20px;
    color: #222A3C;
}

.address-item h6 {
    margin-bottom: 15px;
}

.personal-info-wrapper ul {
    padding: 0;
}

.personal-info-wrapper ul li {}

.personal-info-wrapper ul li i {
    margin-right: 10px;
    margin-bottom: 10px;
}

.order-info-table {
    margin-top: 35px;
}

.btn-order-custom {
    background: transparent;
    color: green !important;
    padding: 0;
    font-weight: 700;
}

.btn-order-custom:hover {
    background-color: transparent;
    color: #000 !important;
}

.address-book-wrapper {
    background: #F5F5F5;
    padding: 15px;
    height: 300px;

}

.address-book-wrapper h4{
    font-weight: 18px;
    font-weight: 700;
}

.address-book-wrapper p{
    margin-bottom: 0;
}