* {
    margin: 0;
    padding: 0;
    box-sizing: 0;
}

:root {
    --Kenyan-Copper: #841607;
    --white: #ffffff;
    --black: #000000;
    --Deep-Chestnut: #ba5446;
    --Oyster-Pink: #f3cec9;
    --Misty-Rose: #fde5e3;
    --Dark-Blue-Grey: #253d4e;
    --Clover-Green: #409d47;
    --filter-bg: #fde5e321;
    --Soft-Green: #72bf78;
    --Burning-Orange: #f96e2a;
    --Persian-Indigo: #22177a;
}

.theam-btn {
    background: var(--Kenyan-Copper);
    text-align: center;
    padding: 8px;
    color: var(--white);
}
.theam-btn:hover{
    background:  #a13425;
    color: var(--white);
}

/* owl-carousel min css start */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* owl-carousel min css end */
/* owl theme default css start */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/* owl theme default css end */
/* search icon start */
.search-container input {
    border: none !important;
    padding: 6px;
    border-radius: 4px !important;

}

.search-container button {
    border: 0 !important;
    background: var(--white);
    padding: 0 6px;

}

.right-account-data ul li {
    list-style: none;
    margin-left: 8px;
}

/* search icon end */
/* hero slider start */
.hero-slider .owl-carousel .owl-nav button.owl-next span {
    font-size: 3rem;
    color: var(--Kenyan-Copper);
    line-height: 0 !important;
    width: 40px;
    height: 12px;
}

.hero-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -20px;
    top: 36%;
    width: 40px;
    height: 40px;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-slider .owl-carousel .owl-nav button.owl-prev span {
    font-size: 3rem;
    color: var(--Kenyan-Copper);
    line-height: 0 !important;
    width: 40px;
    height: 12px;
}

.hero-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
    top: 36%;
    width: 40px;
    height: 40px;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* home slider end */
/* button slider start */

.products-section .owl-carousel .owl-nav button.owl-next span {
    font-size: 3rem;
    color: var(--Kenyan-Copper);
    line-height: 0 !important;
    width: 40px;
    height: 12px;
}

.products-section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -20px;
    top: 42%;
    width: 40px;
    height: 40px;
    background: var(--white) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-section .owl-carousel .owl-nav button.owl-prev span {
    font-size: 3rem;
    color: var(--Kenyan-Copper);
    line-height: 0 !important;
    width: 40px;
    height: 12px;
}

.products-section .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
    top: 42%;
    width: 40px;
    height: 40px;
    background: var(--white) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* button slider end */
/* header start */
.navbar.ecomm-navbar {
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
}

.navbar.ecomm-navbar .shopping-menu .nav-link {
    color: var(--white);
}

.company-logo-section {
    background: var(--Kenyan-Copper);
}

.company-logo-section {
    border-bottom: 1px solid var(--Spring-Wood);
    padding: 8px 0;
}

.search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
}

.search-container form {
    display: flex;
    width: 100%;
    overflow: hidden;
    border: 1px solid #dfdada;
}

.search-input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 16px;
}

.search-btn {
    background: var(--Kenyan-Copper);
    color: var(--white);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.company-logo-section .search-container input {
    border-radius: 0 !important;
}

/* search bar start */
.rounded-button {
    background: none;
    border: none;
    cursor: pointer;
}

#fullscreen-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    display: none;
    align-items: center;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.input-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: flex;
    align-items: center;
}

.input-container input {
    width: 100%;
    padding: 10px 40px;
    /* Extra padding for icons */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-icon {
    position: absolute;
    left: 10px;
    pointer-events: none;
}

.close-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

#fullscreen-search.visible {
    display: flex;
}

.form-control:focus {
    border: 1px solid var(--Seashell);
}

/* end */
.product-num {
    background: var(--white);
    color: var(--Kenyan-Copper);
}

.company-logo-section .right-account-data {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
}

.right-account-data ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.right-account-data a {
    text-decoration: none;
    color: var(--white);
    font-size: 0.9rem;
}

.right-account-data img {
    width: 28px;
}

.company-logo img {
    width: 100%;
}

.company-logo-section .bag-num {
    position: relative;
}

.company-logo-section .bag-num span {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 0.6rem;
    width: 18px;
    height: 18px;
    border-radius: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-logo-section .wishlist-num {
    position: relative;
}

.company-logo-section .wishlist-num span {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 0.6rem;
    width: 18px;
    height: 18px;
    border-radius: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wislist-table .viewproductBtn {
    padding: 7px 12px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    line-height: 37px;
}

/* end */
/* menu bar */
.ecomm-navbar .DropdownArea {
    position: static !important;
}

.ecomm-navbar .DropdownListWrap {
    width: 100% !important;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.ecomm-navbar .DropdownList {
    width: 100%;
    margin: 0 auto;
    /* padding: 20px 0; */
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
}

.ecomm-navbar .dropdown-item {
    padding: 0.5rem;
    text-transform: uppercase;
    font-size: 0.785rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--Kenyan-Copper);
}

.ecomm-navbar .dropdown-menu.DropdownListWrap {
    margin-top: 25px;
}

.ecomm-navbar .DropdownListWrap .DropdownList ul li a {
    text-decoration: none;
    color: var(--Dark-Blue-Grey);
    font-size: 0.9rem;
    transition: 0.8s;
}

.ecomm-navbar .DropdownListWrap .DropdownList ul li a:hover {
    color: var(--Kenyan-Copper);
    transition: 0.8s;
}

.ecomm-navbar .DropdownListWrap .DropdownList ul li {
    margin-bottom: 4px;
}

.ResponsiveDesign {
    color: var(--Kenyan-Copper) !important;
}

.dropdown-menu.DropdownListWrap ul ul {
    padding-left: 10px;
}

.DropdownListWrap .vertical-menu {
    display: flex;
    flex-direction: column;
}

.DropdownListWrap .menu-item {
    padding: 10px;
    background-color: #f1f1f1;
    text-decoration: none;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.DropdownListWrap .menu-item:hover {
    background-color: #ddd;
}

.DropdownListWrap .expanded-submenu {
    display: none;
}

.DropdownListWrap .dropdown-icon {
    font-size: 12px;
    margin-left: 5px;
}

.DropdownListWrap .dropdown-menu {
    display: none;
}

.DropdownListWrap .submenu {
    display: none;
}

.shopping-menu .DropdownArea {
    background: var(--white);
    border-radius: 4px;
}

.shopping-menu .DropdownArea img {
    filter: brightness(1.2) contrast(1.5) sepia(0.5);
}

.navbar.ecomm-navbar .shopping-menu .nav-link.dropdown-toggle {
    color: var(--Kenyan-Copper);
}

.submenu a {
    line-height: 32px;
    color: #000;

    align-items: center;
}

.submenubar-card {
    padding-top: 20px;
}

.submenubar-card ul {
    padding-left: 0;
}

.submenubar-card ul {
    list-style: none;
}

.populated-item .headline h5 {
    margin-bottom: 20px;
    color: var(--Kenyan-Copper);
    font-size: 1.3rem;
}

.populated-item .populated-card {
    text-align: center;
}

.populated-item .populated-card a {
    font-size: 0.8rem;
    line-height: 14px;
    color: var(--Kenyan-Copper);
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.populated-item .pop-cat-price span {
    font-size: 0.8rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.populated-item.left-pop {
    border: 1px solid var(--Deep-Chestnut);
    padding: 12px;
}

.populated-item.left-pop .populated-card {
    margin-bottom: 20px;
}

.populated-card {
    margin-bottom: 8px;
}

.populated-card img {
    width: 100%;
    background: #f4f4f4;
}

.populated-item a {
    color: var(--Dark-Blue-Grey);
}

.popular-section {
    width: 100%;
    padding: 20px 0;
}

.DropdownListWrap {
    display: none;
}

.nav-item.dropdown.DropdownArea:hover .DropdownListWrap {
    display: block;
}

.DropdownListWrap {
    transition: opacity 0.3s ease;
    opacity: 0;
}

.nav-item.dropdown.DropdownArea:hover .DropdownListWrap {
    opacity: 1;
}

/*  */
/* categories name list */
.categories-list {
    background: #84160714;
}

.categories-list .category-name img {
    width: 40px;
    padding: 4px;
}

.categories-list .category-name .drop-icon {
    width: 24px;
}

.cat-img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: var(--white);
    border: 1px solid var(--Oyster-Pink);
}

.categories-list .category-name a {
    color: var(--black);
    text-decoration: none;
}

.categories-list .category-name a:hover {
    color: var(--Kenyan-Copper);
}

.category-name ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    padding: 12px 0;
}

.category-name ul li {
    list-style: none;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.category-name ul li h5 {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: var(--Kenyan-Copper);
    display: flex;
}

/* end */
.headline h4 {
    margin-bottom: 20px;
    color: var(--Kenyan-Copper);
    font-size: 1.5rem;
}

/* products section start */
.products-section {
    padding: 30px 0;
}

.products-section .product-sec {
    background: var(--Misty-Rose);
    padding: 20px;
}

.products-section .product-sec img {
    padding: 6px;
    margin-bottom: 8px;
}

.products-section .product-card {
    border-radius: 6px;
    background: var(--white);
    position: relative;
}

.products-section .product-card .product-off {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--Kenyan-Copper);
    color: var(--white);
    padding: 4px 12px;
    font-size: 0.8rem;
    border-radius: 20px;
}

.product-card .product-price {
    text-align: center;
}

.product-card .product-price button {
    border-radius: 20px;
    padding: 6px 10px;
    font-size: 0.8rem;
    background: var(--Kenyan-Copper);
    color: var(--white);
    border: 0;
}

.product-card .stock {
    text-align: center;
    margin-bottom: 0;
    font-size: 0.8rem;
    color: var(--Clover-Green);
}

.product-card .stock.stock-out {
    color: var(--Kenyan-Copper);
}

.product-sec .product-name h5 {
    margin-bottom: 0;
    font-size: 0.9rem;
    /* text-align: center; */
    padding: 5px;
    font-weight: 400;
}

.product-sec .product-name a {
    text-decoration: none;
    color: var(--Dark-Blue-Grey);
}

.products-section .product-sec .product-name {
    padding-bottom: 8px;
}

.product-rating {
    padding-bottom: 4px;
}

.product-rating .rating {
    display: flex;
    cursor: pointer;
    justify-content: center;
}

.product-rating {
    cursor: pointer;
    font-size: 24px;
    color: #ccc;
}

.product-rating .star.star-review {
    color: #d38c1d;
}

.banner-post-section .banner-card-item {
    position: relative;
}

.banner-post-section .banner-card-item .caption-item {
    position: absolute;
    top: 30%;
    left: 20px;
    width: 280px;
}

.banner-post-section .banner-card-item .caption-item a {
    background: var(--Kenyan-Copper);
    color: var(--white);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
}

.banner-post-section .banner-card-item .caption-item h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: var(--Dark-Blue-Grey);
}

/* wishlist start*/
.product-card .product-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.product-card .wishlist-view.icon {
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.product-card:hover .icon {
    bottom: 20px;
    /* Final position when hovering */
}

.product-card .wishlist-view a {
    color: var(--Kenyan-Copper);
}

.product-card .wishlist-view a i {
    background: var(--white);
    padding: 12px;
    border-radius: 4px;
}

.product-card .wishlist-view button {
    color: var(--Kenyan-Copper);
    border: 0;
    border-radius: 4px;
}

.product-card .wishlist-view button i {
    background: var(--white);
    padding: 12px;
    border-radius: 4px;
    border: 0;
}

.product-card .wishlist-view li {
    margin-right: 8px;
    list-style: none;
}

/* wishlist end */
.product-card .product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    transform: scale(0.95);
}

.product-card:hover .product-image {
    transform: scale(1);
}

/* end */
/* deal of the day start */
.deal-products img {
    width: 100%;
    margin-bottom: 8px;
}

.deal-products .product-card {
    background: #f1f1f1a3;
    padding: 12px;
}

.deal-products .product-name h5 {
    margin-bottom: 0;
    font-size: 1rem;
    /* text-align: center; */
    padding: 5px;
    font-weight: 600;
}

.deal-products .product-name a {
    color: var(--Dark-Blue-Grey);
}

.deal-products .timer {
    display: flex;
    justify-content: space-around;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.deal-products .time {
    /* background: var(--Kenyan-Copper); */
    color: var(--Kenyan-Copper);
    /* padding: 16px 6px; */
    border-radius: 4px;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

.deal-products .product-price button {
    padding: 6px 12px;
    margin-top: 12px;
}

/* deal of the day end */
/* featured products */
.f-product .product-name a {
    color: var(--Dark-Blue-Grey);
}

.f-product .text-center {
    font-size: 0.8rem;
}

.f-product .product-card {
    background: var(--white);
    padding: 2px;
    margin-bottom: 14px;
    border: 1px solid #c35c4e1c;
}

/* featured product end */
/* banner post section */
.banner-post-section img {
    width: 100%;
}

/* end */
/* footer */
footer {
    width: 100%;
    padding: 25px 0;
    background: var(--Kenyan-Copper);
    color: var(--white);
}

.widget-about {
    min-width: 300px;
    font-size: 15px;
}

.contact-infor {
    font-size: 15px;
    color: var(--Dark-Blue-Grey);
}

.contact-infor li:not(:last-child) {
    margin-bottom: 10px;
}

.contact-infor li img {
    margin-right: 8px;
    max-width: 16px;
    filter: brightness(0) saturate(100%) invert(100%);
}

.footer-link-robinet:not(:last-child) {
    margin-right: 50px;
}

.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 170px;
}

.footer-list li {
    display: block;
    margin: 0 0 13px;
    transition-duration: 0.3s;
    color: var(--white);
}

.footer-list li a {
    font-size: 15px;
    color: var(--white);
    display: block;
}

.footer-list li a:hover {
    color: var(--Misty-Rose);
}

footer .widget-title {
    margin: 15px 0 20px 0;
    font-size: 1.3rem;
    color: var(--Misty-Rose);
}

a,
button {
    text-decoration: none;
    cursor: pointer;
}

.footer-link-robinet li {
    list-style: none;
}

.widget-about .contact-infor {
    padding-left: 0;
}

.widget-about .contact-infor li {
    list-style: none;
    color: var(--white);
}

.download-app a img {
    max-width: 100px;
}

.download-app {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 33px;
}

.download-app a {
    display: block;
    margin-right: 12px;
}

.copyright-section {
    padding: 20px 0;
}

.left-copyright p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.left-copyright a {
    color: var(--Kenyan-Copper);
}

.right-copyright ul {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: end;
}

.right-copyright ul li {
    list-style: none;
    margin-left: 8px;
}

.right-copyright ul li a {
    font-size: 0.9rem;
    color: var(--Kenyan-Copper);
    text-decoration: none;
    position: relative;
    padding-right: 8px;
    align-items: center;
    display: flex;
}

.right-copyright ul li a::after {
    position: absolute;
    content: "";
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--Kenyan-Copper);
}

/* ==================details section start================= */
.products-details {
    border-bottom: 1px solid var(--Misty-Rose);
    /* padding-bottom: 20px; */
}

.products-details .breadcrumb {
    margin-bottom: 0;
    padding: 12px 0;
}

.products-details .breadcrumb-menu {
    padding: 8px 0;
    color: var(--Dark-Blue-Grey);
}

.right-products h3 {
    font-size: 2rem;
}

.products-details .breadcrumb-item {
    font-size: 0.8rem;
}

.products-details .breadcrumb-menu a {
    color: var(--Dark-Blue-Grey);
    text-decoration: none;
}

.right-products .products-rate-code {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--Oyster-Pink);
}

.right-products .products-rate-code li {
    list-style: none;
}

.right-products .rating-icon {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.right-products .products-rate-code li {
    list-style: none;
}

.right-products .rating-icon li {
    list-style: none;
}

.rating-icon li {
    margin-right: 1px;
}

.rating-icon li img {
    width: 14px !important;
}

.right-products .add-share ul .wishlist-heart:hover i {
    color: var(--Deep-Chestnut);
}

.wishlist-heart {
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.wishlist-heart.selected {
    background-color: var(--Kenyan-Copper);
    color: white;
}

.right-products .products-rate-code .product-code {
    color: var(--Dark-Blue-Grey);
    font-size: 0.9rem;
    padding-left: 30px;
    line-height: 26px;
    position: relative;
}

.right-products .products-rate-code .product-code::before {
    left: 0;
    top: 7px;
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background: var(--Dark-Blue-Grey);
    margin-left: 15px;
}

.right-products .products-rate-code .product-code span {
    color: var(--Dark-Blue-Grey);
}

.right-products .about-products p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: var(--Dark-Blue-Grey);
    padding: 8px 0;
}

.right-products .products-price h4 {
    color: var(--Kenyan-Copper);
    margin-bottom: 30px;
}

.right-products .products-price h4 span {
    font-size: 1.2rem;
    color: var(--Dark-Blue-Grey);
}

.right-products .product-radio ul {
    list-style: none;
    padding: 0;
    margin-bottom: 8px;
    display: flex;
}

.right-products .product-radio li {
    margin-bottom: 10px;
    margin-right: 20px;
}

.right-products .product-radio input[type="radio"] {
    display: none;
}

.right-products .product-radio input[type="radio"]:checked+label {
    background-color: var(--Kenyan-Copper);
    color: #ffffff;
    border-color: var(--Kenyan-Copper);
}

.right-products .product-radio label {
    display: inline-block;
    padding: 6px 18px;
    background-color: #ffffff;
    border: 1px solid var(--Dark-Blue-Grey);
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border-radius: 20px;
    font-size: 1rem;
}

.right-products .special-offer {
    background: var(--Misty-Rose);
    border: 1px solid var(--Oyster-Pink);
    padding: 12px;
    margin-bottom: 20px;
}

.right-products .special-offer ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.right-products .special-offer ul li {
    list-style: none;
}

.right-products .special-offer h4 {
    margin-bottom: 0;
    font-size: 1.1rem;
    color: var(--Deep-Chestnut);
    line-height: 30px;
}

.right-products .special-offer ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.right-products .special-offer .time-running ul li {
    border: 1px solid var(--Dark-Blue-Grey);
    margin-left: 8px;
    padding: 2px 4px;
}

.right-products .special-offer .remains-offer {
    font-size: 0.8rem;
    color: var(--Dark-Blue-Grey);
    margin-left: 20px;
    line-height: 30px;
}

.right-products .products-num-add-buy {
    display: flex;
    padding-left: 0;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.right-products .products-num-add-buy li {
    list-style: none;
}

.products-num-add-buy .pBtn {
    margin-right: 12px;
}

.right-products .products-num-add-buy .product-inc-dec {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    background: var(--Clover-Green);
    padding: 8px;
    color: var(--white);
    justify-content: center;
}

.right-products .products-num-add-buy .product-inc-dec li {
    list-style: none;
    margin: 0 8px;
}

.right-products .products-num-add-buy .product-inc-dec li i {
    font-size: 16px;
    color: var(--white);
    text-align: center;
}

.right-products .products-num-add-buy .product-inc-dec li {
    list-style: none;
    margin: 0 8px;
}

.right-products .products-num-add-buy .product-inc-dec li {
    list-style: none;
    margin: 0 8px;
}

.right-products .products-num-add-buy .product-inc-dec li i {
    font-size: 16px;
    color: var(--white);
    text-align: center;
}

.right-products .products-num-add-buy li {
    list-style: none;
}

.right-products .products-num-add-buy {
    display: flex;
    padding-left: 0;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.payment-warrenty-card .pay-border {
    border-bottom: 1px solid #253d4e1c;
}

.payment-warrenty-card ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.payment-warrenty-card ul li {
    list-style: none;
    margin-right: 8px;
    padding: 8px;
}

.right-products .add-share ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.right-products .add-share ul li {
    list-style: none;
    margin-right: 8px;
    font-size: 0.9rem;
}

.right-products .add-share ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.right-products .add-share ul li {
    list-style: none;
    margin-right: 8px;
    font-size: 0.9rem;
}

.right-products .add-share ul .wishlist-heart {
    border: 1px solid var(--Dark-Blue-Grey);
    padding: 0 4px;
}

.payment-warrenty-card {
    border: 1px solid var(--Oyster-Pink);
    padding: 8px;
    margin-bottom: 30px;
}

.products-description .nav-tabs {
    border-bottom: 1px solid var(--Dark-Blue-Grey);
}

.products-description .nav-tabs .nav-link.active {
    border-bottom: 1px solid var(--Deep-Chestnut) !important;
    color: var(--Deep-Chestnut);
}

.products-description .nav-tabs .nav-link {
    border: 0 !important;
    font-size: 1.2rem;
    color: var(--Dark-Blue-Grey);
}

.products-description .nav-tabs .nav-link {
    border: 0 !important;
    font-size: 1.2rem;
    color: var(--Dark-Blue-Grey);
}

.products-description .product-description {
    font-size: 1rem;
    color: var(--Dark-Blue-Grey);
    padding: 20px 0;
}

.products-description .products-review-section {
    padding: 20px 0;
}

.products-description .left-products-review {
    border-bottom: 1px solid var(--Dark-Blue-Grey);
    padding: 12px 0;
}

.left-products-review ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.products-description .left-products-review ul .product-rate {
    list-style: none;
    margin-right: 20px;
}

.products-description .product-rate h3 {
    font-size: 2.5rem;
}

.products-description .left-products-review .products-rating {
    line-height: 40px;
}

.products-description .products-rating {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.products-description .products-rating li {
    list-style: none;
    margin-right: 4px;
}

.products-description .products-rating li img {
    width: 24px;
}

.customer-review {
    border-bottom: 1px solid var(--Dark-Blue-Grey);
    padding: 20px 0;
}

.customer-review ul {
    display: flex;
    position: 0;
    margin-bottom: 0;
}

.customer-review ul li {
    list-style: none;
    margin-right: 20px;
}

.customer-review ul li img {
    width: 60px;
    border-radius: 100px;
}

.products-description .add-review-form {
    padding: 20px 0;
}

.add-review-form .formBtn {
    margin-top: 20px;
}

.add-review-form .formBtn button {
    border: none;
    background: var(--Shamrock-Green);
    color: var(--white);
    padding: 12px 20px;
}

/* rating star */
#full-stars-example-two {
    .rating-group {
        display: inline-flex;
    }

    .rating__icon {
        pointer-events: none;
    }

    .rating__input {
        position: absolute !important;
        left: -9999px !important;
    }

    .rating__input--none {
        display: none;
    }

    .rating__label {
        cursor: pointer;
        padding: 0 0.1em;
        font-size: 1rem;
    }

    .rating__icon--star {
        color: orange;
    }

    .rating__input:checked~.rating__label .rating__icon--star {
        color: #ddd;
    }

    .rating-group:hover .rating__label .rating__icon--star {
        color: orange;
    }

    .rating__input:hover~.rating__label .rating__icon--star {
        color: #ddd;
    }
}

.add-review-form .form-check-input:focus {
    box-shadow: none;
}

.add-review-form .form-check-input:checked {
    background-color: var(--Kenyan-Copper);
    border-color: transparent;
}

.add-review-form .formBtn {
    margin-top: 20px;
}

.add-review-form .formBtn button {
    border: none;
    background: var(--Shamrock-Green);
    color: var(--white);
    padding: 12px 20px;
}

.products-description .add-review-form {
    padding: 20px 0;
}

/* .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
} */

.left-details .proimg {
    margin-bottom: 12px;
}

/* color */
.color-picker {
    text-align: center;
}

.color-option {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border 0.3s;
    border-radius: 100px;
}

.color-option.active {
    border: 1px solid var(--Kenyan-Copper);
}

.color-display {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    margin: 0 auto;
}

.details-color .colors li {
    margin-right: 12px;
}

.selete-color .colors {
    display: flex;
    padding-left: 0;
}

.selete-color .colors li {
    list-style: none;
    margin-right: 12px;
}

.selete-size .sizes {
    display: flex;
    padding-left: 0;
}

.selete-size .sizes li {
    list-style: none;
    margin-right: 12px;
}

.sizes {
    margin-bottom: 10px;
}

.size-option {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 5px;
}

.size-option.active {
    background-color: var(--Kenyan-Copper);
    color: white;
}

.details-add-to-cart ul {
    display: flex;
    padding-left: 0;
}

.details-add-to-cart ul li {
    list-style: none;
    margin-right: 8px;
}

.details-add-to-cart ul {
    display: flex;
    padding-left: 0;
}

.details-add-to-cart ul li {
    list-style: none;
    margin-right: 8px;
}

.details-add-to-cart button {
    padding: 12px 30px;
    border: 0;
    background-color: var(--Kenyan-Copper);
    text-align: center;
    text-decoration: none;
    color: var(--white);
}

.wrapper.quantity-product ul {
    display: flex;
    padding-left: 0;
}

.wrapper.quantity-product ul li {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 5px;
    list-style: none;
}

.product-name h4 {
    margin-bottom: 0;
    font-size: 1.08rem;
    color: var(--Dark-Blue-Grey);
}

.product-table {
    padding: 20px 0;
}

/* ==================details section end================= */
/* =======filter start============= */
.filter-section {
    background: var(--filter-bg);
    padding: 40px 0;
}

.total-item h5 {
    color: var(--Kenyan-Copper);
}

.total-item span {
    color: var(--Dark-Blue-Grey);
}

.filterDrop {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

.filterDrop li {
    list-style: none;
}

.filter-drop .filter-icon {
    padding: 8px 0;
}

.filter-icon img {
    max-width: 30px;
    margin-right: 12px;
}

.filter-icon-menu.collapse:not(.show) {
    display: block;
}

.filter-icon-menu .card {
    border: none;
}

.filter-icon-menu .card {
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s;
}

.search-clean ul {
    display: flex;
    padding-left: 0;
    justify-content: space-between;
    margin-bottom: 0;
}

.search-clean ul li {
    list-style: none;
}

.left-filter-section {
    padding: 8px;
}

.left-filter-section .form-check {
    font-size: 15px;
    position: relative;
}

.left-filter-section label {
    font-size: 0.9rem;
}

.left-filter-section h5 {
    margin-bottom: 12px;
    font-size: 0.8rem;
}

.left-filter-section .form-check {
    font-size: 15px;
    position: relative;
}

.filter-categoryDrop label {
    width: 100%;
}

.left-filter-section label {
    font-size: 0.9rem;
}

.filter-categoryDrop label i {
    color: var(--Dark-Blue-Grey);
    float: right;
}

.filter-categoryDrop .subfilter-dropdown li {
    list-style: none;
}

.form-check-input:checked {
    background-color: var(--Kenyan-Copper);
    border: none;
}

.form-check-input:focus {
    border-color: var(--Dark-Blue-Grey);
    outline: 0;
    box-shadow: none;
}

.dropdown-menu.shortby-dropdown {
    padding: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--Dark-Blue-Grey);
    background-color: var(--filter-bg);
}

/* ==========filter end================ */
/* tracking products */

.tracking-item {
    padding: 30px 0;
}

.order-tracking {
    text-align: center;
    width: 20%;
    position: relative;
    display: block;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 0px solid var(--Misty-Rose);
    background-color: var(--Deep-Chestnut);
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}

.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid var(--Deep-Chestnut);
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.order-tracking.completed .is-complete {
    border-color: var(--Clover-Green);
    border-width: 0px;
    background-color: var(--Kenyan-Copper);
}

.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}

.order-tracking p {
    color: var(--Silver);
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.order-tracking p span {
    font-size: 14px;
}

.order-tracking.completed p {
    color: var(--black);
}

.order-tracking::before {
    content: "";
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: var(--Deep-Chestnut);
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: var(--Kenyan-Copper);
}

.tracking-Order li {
    list-style: none;
}

/* tracking product end */
/* tracking item start */
.cart-section {
    padding: 40px 0;
}

.cart-section table td {
    vertical-align: middle;
}

.cart-section .left-cart a {
    text-decoration: none;
    color: var(--black);
}

.cart-section .left-cart button {
    padding: 8px 12px;
    background: transparent;
    border: 1px solid var(--Kenyan-Copper);
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cart-section .left-cart button i {
    color: var(--Kenyan-Copper);
}

.cart-total-section h4 {
    font-size: 1.4rem;
    color: var(--Kenyan-Copper);
}

.cart-section th {
    color: var(--Dark-Blue-Grey);
}

.cart-total-section .updated-profile {
    background: var(--Kenyan-Copper);
    width: 100%;
    text-align: center;
    padding: 8px;
}

.cart-total-section .placeorder {
    color: var(--white);
    border: none;
    padding: 8px;
    text-decoration: none;
}

/* trackin cart end */
/* checkout start */
.checkout-section {
    padding: 40px 0;
}

.checkout-form .form-control {
    padding: 10px 12px;
}

.checkout-form .check-radio {
    margin-top: 8px;
}

.card.card-body.right-optional-card {
    padding: 0;
}

.right-checkout-form .card {
    --bs-card-border-color: none;
    padding: 4px 0 4px 20px;
}

.check-out-section .card {
    border: 0;
}

.checkout-form .form-control {
    padding: 10px 12px;
}

.form-control {
    border-radius: 0;
}

.your-order-checkout .your-order-cart {
    border-bottom: 1px solid var(--Misty-Rose);
    padding: 8px 0;
}

.your-order-checkout ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-between;
}

.your-order-checkout ul li {
    list-style: none;
}

.your-order-checkout ul li img {
    max-width: 60px;
    margin-right: 20px;
}

.your-order-checkout .your-product,
.your-order-checkout .your-price {
    padding: 18px 0;
    /* text-align: end; */
}

.your-order-checkout .your-order-cart {
    border-bottom: 1px solid var(--Misty-Rose);
    padding: 8px 0;
}

.your-subtotal {
    padding: 8px 0;
}

.your-subtotal ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-between;
}

.your-order-inner {
    background-color: var(--Oyster-Pink);
    padding: 12px 8px;
}

.right-checkout-form .accordion {
    --bs-accordion-border-color: none;
}

.form-check-input:checked {
    background-color: var(--Kenyan-Copper);
    border-color: var(--Kenyan-Copper);
}

.right-checkout-form .accordion .form-check label {
    color: var(--Kenyan-Copper);
}

.right-checkout-form .card {
    --bs-card-border-color: none;
    padding: 4px 0 4px 20px;
}

.check-out-section .card {
    border: 0;
}

.your-order-total {
    padding: 12px 0;
}

.your-order-checkout {
    background: var(--filter-bg);
    padding: 20px;
    border: 1px solid var(--Oyster-Pink);
}

.your-order-checkout .term-check {
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.your-order-checkout .place-btn button {
    padding: 12px 30px;
    border: 0;
    background-color: var(--Kenyan-Copper);
    text-align: center;
    text-decoration: none;
    color: var(--white);
}

.your-order-checkout .updated-profile {
    background: var(--Kenyan-Copper);
    width: 100%;
    text-align: center;
    padding: 8px;
}

.your-order-checkout .placeorder {
    color: var(--white);
    border: none;
    padding: 8px;
    text-decoration: none;
}

/* check out */
/* account section start */
.account-section {
    padding: 40px 0;
}

.main-title h4 {
    font-size: 1.5rem;
    padding-bottom: 16px;
}

.main-title h4 span {
    color: var(--Kenyan-Copper);
    border-bottom: 4px solid var(--Kenyan-Copper);
}

.account-section .password-section {
    width: 60%;
    margin: 0 auto;
    border: 1px solid var(--Oyster-Pink);
    padding: 20px;
}

.password-section p {
    margin-bottom: 20px;
}

.password-section .term-check {
    font-size: 14px;
    margin-bottom: 20px;
}

.password-section button {
    width: 100%;
    border: 0;
    padding: 8px;
    /* background: transparent; */
}

.login-btn {
    background-color: var(--Kenyan-Copper);
    padding: 8px;
    margin-bottom: 20px;
    color: var(--white) !important;
    border: 0;
    text-align: center;
    width: 100%;
}

/* account section end */
/* profile section start */
.profile-section {
    padding: 40px 0;
}

.profile-section .contact-left-card .robinetInfo-tab {
    /* display: flex; */
    /* justify-content: space-between;
    align-items: center; 
    padding-left: 0;
    margin-bottom: 0; */
    border: 1px solid var(--white);
}

.profile-section .contact-left-card .robinetInfo-tab .nav-link-profile.active {
    background: var(--Kenyan-Copper);
    color: var(--white);
}

.profile-section .contact-left-card .robinetInfo-tab .nav-link-profile img {
    width: 24px;
}

.profile-section .contact-left-card .robinetInfo-tab .nav-link-profile.active img {
    filter: invert(100%) brightness(100%) saturate(0%) contrast(100%);
}

.profile-section .contact-left-card .robinetInfo-tab .nav-link-profile {
    flex: 1;
    border-right: 1px solid var(--white);
    padding: 16px 8px;
    /* text-align: center; */
    color: var(--Dark-Blue-Grey);
}

.profile-section .contact-left-card .robinetInfo-tab .nav-link-profile img {
    margin-right: 8px;
}

.profile-section .contact-left-card .robinetInfo-tab .nav-link-profile:last-child {
    border-right: none;
}

.profile-section .left-contact {
    background: var(--white);
    margin-bottom: 30px;
    border: 1px solid var(--Oyster-Pink);
}

.profile-section .left-contact h5 {
    text-align: center;
    padding: 20px 0;
    font-size: 2rem;
    font-family: cursive;
    color: var(--Kenyan-Copper);
    border-bottom: 1px solid var(--Oyster-Pink);
}

.profile-section .left-contact h5 span {
    color: var(--Dark-Blue-Grey);
}

.right-tab .updated-profile button {
    background: var(--Deep-Chestnut);
    border: none;
    color: var(--white);
    padding: 12px;
}

.robinettabpane {}

.profile-section .form-control:focus {
    border: 1px solid var(--Oyster-Pink);
}

.profile-section .infoproileEdit {
    display: flex;
    padding-left: 0;
}

.wislist-table .order-image img {
    width: 100px;
}

.infoproileEdit li {
    list-style: none;
    margin-right: 12px;
}

.order-list-card p {
    margin-bottom: 2px;
}

.order-list-card h5 {
    font-size: 1.1rem;
}

.viewoderwishlist {
    background: var(--Kenyan-Copper);
    color: var(--white);
    padding: 8px 12px;
    border: none;
    margin-right: 8px;
}

.reviewwislist {
    border: none;

    color: var(--white);
    padding: 8px 12px;
}

.reviewwislist.reviewwislistcol {
    background: var(--Deep-Chestnut);
}

.reviewwislist.reviewwislistcancel {
    background: #db240b;
}

.orderlistdelivered {
    color: var(--Clover-Green);
    text-align: center;
    padding: 8px 12px;
    background: #409d4747;
}

.profile-section .priceorder {
    font-weight: 600;
    font-size: 1.1rem;
}

.profile-section .orderidwishlist {
    font-size: 1rem;
    font-weight: 500;
}

.orderlistdelivered.orderlistdeliveredprogress {
    background: #f5c95a7e;
    color: #e3b231;
}

.coupon-section {
    width: 100%;
    /* background-image: url(../images/coupon-bg.webp); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.coupon-section .coupon {
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 20px;
    background-color: #84160708;
    border-radius: 8px;
    /* border: 2px solid #60bc4f; */
    margin: 20px 0;
    position: relative;
    text-align: center;
}

.checkout-form.checkapply-coupon .coupon-content h2 {
    font-size: 1.5rem;
}

.coupon-section .coupon-content h2 {
    font-size: 2rem;
    color: var(--Kenyan-Copper);
    margin-bottom: 10px;
}

.checkout-form.checkapply-coupon .coupon-content p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.coupon-section .coupon-content p {
    font-size: 1rem;
    color: #4f634e;
    margin-bottom: 15px;
}

.checkout-form.checkapply-coupon .discount {
    font-size: 30px;
    margin-bottom: 0;
}

.coupon-section .discount {
    font-size: 48px;
    font-weight: bold;
    color: #4f634e;
    margin-bottom: 20px;
}

.checkout-form.checkapply-coupon .coupon-content span {
    font-size: 0.9rem;
}

.profile-section .right-tab span {
    color: var(--Kenyan-Copper);
}

.checkout-form.checkapply-coupon .coupon-content button {
    font-size: 0.8rem;
}

.coupon-section .coupon-content button {
    background: var(--Dark-Blue-Grey);
    border: 0;
    padding: 6px 8px;
    color: #fff;
}

.checkout-form.checkapply-coupon .coupon-content p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.checkout-form.checkapply-coupon .coupon-content button {
    font-size: 0.8rem;
}

.checkout-form.checkapply-coupon .shop-now {
    margin-top: 14px;
    display: inline-block;
    padding: 4px 10px;
    background-color: #60bc4f;
    color: #fff;
    font-size: 12px;
}

.coupon-section .coupon-content button {
    background: var(--Deep-Chestnut);
    border: 0;
    padding: 6px 8px;
    color: #fff;
}

/* profile section end */
/*subscription start  */
.subscription-section {
    padding: 40px 0;
}

.subscription-section .subscription-header {
    padding: 20px 0;
    text-align: center;
}

.subscription-section .subscription-header h3 {
    font-size: 1.8rem;
    color: var(--Kenyan-Copper);
    font-family: Arial, Helvetica, sans-serif;
}

.subscription-section .subscription-header p {
    max-width: 63%;
    margin: auto;
    text-align: center;
    margin-bottom: 12px;
}

.subscription-section .nav-tabs {
    border: 0;
    justify-content: center;
    margin-bottom: 30px;
}

.subscription-section .nav-link.active {
    border: 0;
    font-size: 1rem;
    padding: 8px 12px;
    color: var(--white);
    border: 1px solid var(--Kenyan-Copper);
    background: var(--Kenyan-Copper);
    border-radius: 0;
}

.subscription-section .nav-link {
    border: 0;
    font-size: 1rem;
    padding: 8px 12px;
    color: var(--Dark-Blue-Grey);
    border: 1px solid var(--Kenyan-Copper);
    border-radius: 0;
}

.plan-section-card {
    padding: 40px 0;
}

.plan-card h3 {
    font-size: 1.3rem;
    color: var(--Dark-Blue-Grey);
}

.chooseplan-card .plan-card {
    background-color: var(--white);
    border: 1px solid var(--Oyster-Pink);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.chooseplan-card .plan-card h2 {
    font-size: 2.4rem;
    color: var(--Dune);
    margin-bottom: 0;
    opacity: 0.6;
    font-weight: 700;
}

.chooseplan-card .plan-card p {
    font-size: 1rem;
    color: #777;
    margin-bottom: 20px;
}

.chooseplan-card .plan-card h4 {
    font-size: 1.8rem;
    color: var(--Dark-Blue-Grey);
    margin-bottom: 4px;
}

.chooseplan-card .plan-card button {
    margin: 12px 0;
    background-color: var(--Kenyan-Copper);
    color: var(--white);
    border: none;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.chooseplan-card .plan-card p {
    margin-bottom: 0;
}

.plan-card.active-card {
    border: 1px solid var(--Kenyan-Copper);
    min-height: 350px;
    margin-top: -20px;
    /* background: #ffa39726; */
}

.plan-card ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.plan-card li {
    margin-bottom: 10px;
}

.plan-card li i {
    color: var(--Clover-Green);
}

.plan-card button {
    padding: 10px 20px;
    background: #4caf50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.sliver-card {
    padding: 12px;
}

.sliver-card h3 {
    text-align: center;
    font-size: 1.6rem;
    color: #a6aebf;
}

.sliver-card p {
    text-align: center;
    color: #a6aebf !important;
    font-size: 1.5rem !important;
}

.gold-card {
    padding: 12px;
}

.gold-card h3 {
    text-align: center;
    font-size: 1.6rem;
    color: #f3c623;
}

.gold-card p {
    text-align: center;
    color: #f3c623 !important;
    font-size: 1.5rem !important;
}

.platinum-card {
    padding: 12px;
}

.platinum-card h3 {
    text-align: center;
    font-size: 1.6rem;
    color: var(--Kenyan-Copper);
}

.platinum-card p {
    text-align: center;
    color: var(--Kenyan-Copper) !important;
    font-size: 1.5rem !important;
}

.plan-card button:hover {
    background: #388e3c;
}

.investment-plan .plan-card.active-card {
    background: var(--Kenyan-Copper) !important;
}

.investment-plan .plan-card.active-card .fa-xmark {
    color: #f61919;
}

.investment-plan .plan-card.active-card button {
    border: 1px solid var(--white);
}

.investment-plan .plan-card.active-card li {
    color: var(--white);
}

.investment-plan .nav-link.active {
    border: 0;
    font-size: 1rem;
    padding: 8px 12px;
    color: var(--white);
    border: 1px solid var(--Kenyan-Copper);
    background: var(--Kenyan-Copper);
    border-radius: 0;
}

.plan-card .fa-xmark {
    color: var(--Kenyan-Copper);
}

.investment-plan .nav-link {
    border: 0;
    font-size: 1rem;
    padding: 8px 12px;
    color: var(--Dark-Blue-Grey);
    border: 1px solid var(--Kenyan-Copper);
    border-radius: 0;
}

/* subscription page end */
/* success start */
.success-card {
    border-radius: 8px;
    transition: box-shadow 0.3s ease-in-out;
    max-width: 600px;
    width: 100%;
    padding: 60px 30px;
    text-align: center;
    margin: 40px auto;
}

.success-card img {
    max-width: 100px;
    height: auto;
    margin-bottom: 20px;
}

.success-card h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--Dark-Blue-Grey);
    margin-bottom: 10px;
}

.success-card h4 {
    color: var(--Deep-Chestnut);
    font-size: 1.2rem;
}

.success-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a73e8;
    margin-bottom: 10px;
}

.success-card p {
    font-size: 16px;
    color: var(--Dark-Blue-Grey);
    line-height: 1.6;
}

/* success end */
/* error start */
.error-card {
    border-radius: 8px;
    transition: box-shadow 0.3s ease-in-out;
    max-width: 600px;
    width: 100%;
    padding: 60px 30px;
    text-align: center;
    margin: 40px auto;
}

.error-card img {
    max-width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.error-card h5 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.5;
}

.error-card h3 {
    font-size: 26px;
    font-weight: 700;
    color: var(--Deep-Chestnut);
    margin-bottom: 10px;
}

.sliderBtn {
    margin-top: 30px;
    padding-left: 0;
}

.sliderBtn li {
    list-style: none;
}

.sliderBtn .btnWhite {
    border: 1px solid var(--Kenyan-Copper);
    color: var(--Kenyan-Copper);
    padding: 8px 20px;
}

/* error end */
/* order list start */
.order-section {
    padding: 40px 0;
}

.order-section .order-card {
    text-align: center;
}

.order-section .order-card img {
    width: 80px;
}

.order-section .order-card .ordername {
    color: #403d3d;
}

.order-section .order-card .orderNo {
    color: #979494;
    font-size: 1rem;
}

.order-section .order-card .order-cong {
    font-weight: 400;
}

.order-section .order-card .order-cong span {
    color: #fc6736;
}

.order-section .order-card .order-para {
    margin-bottom: 0;
    font-family: "Sriracha", serif;
}

.order-section .tracking-item.ordertrack .row.track {
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
}

.order-section .order-tracking::before {
    width: calc(100% - 0px);
    left: calc(-50% + -33px);
}

.order-section .oderBtn {
    margin-bottom: 60px;
}

.order-section .oderBtn a {
    background: #fc6736;
    text-decoration: none;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
}

.order-section .tracking-item.ordertrack {
    margin-bottom: 30px;
}

.order-section .order-listBtn {
    width: 40%;
    margin: 0 auto;
    display: flex;
    padding-left: 0;
    justify-content: space-between;
}

.order-section .order-listBtn li {
    list-style: none;
}

.order-section .order-listBtn li a {
    color: #fff;
    background: #29a816;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 4px;
}

/* order list end */
/* top-menubar start */
.top-menubar {
    background-color: var(--Deep-Chestnut);
    padding: 8px 0;
    color: var(--white);
}

.top-menubar a {
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 80px;
    padding: 4px 12px;
}

.top-menubar ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0;
}

.top-menubar ul li {
    list-style: none;
    margin-right: 6px;
}

.top-menubar button {
    border: none;
    background: transparent;
    color: var(--Oyster-Pink);
}

.top-menubar button:hover {
    color: var(--white);
}

/* topmenu bar end */
/* career section start */
.career-section {
    padding: 40px 0;
}

.career-section .career-card {
    border: 1px solid var(--Misty-Rose);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    margin-bottom: 20px;
}

.career-section .career-card:hover {
    transform: scale(1.03);
}

.career-card .wishlist-choose {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-between;
}

.career-card .wishlist-choose li {
    list-style: none;
}

.career-card .wishlist-choose .career-wishlist button {
    border: 1px solid var(--Oyster-Pink);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.career-card .wishlist-choose .career-wishlist button:hover i {
    color: var(--Clover-Green);
}

.career-card .wishlist-choose .career-wishlist i {
    color: var(--Kenyan-Copper);
    text-align: center;
}

.career-card .career-img {
    text-align: center;
}

.career-card .career-img img {
    max-width: 80px;
    margin-bottom: 12px;
}

.career-content h5 {
    font-size: 1.1rem;
}

.career-content .description {
    margin-top: 10px;
    font-size: 0.95rem;
    color: #444;
    line-height: 1.5;
}

.career-loc,
.job-type,
.salary {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 5px;
}

.career-content .career-loc {
    color: var(--Kenyan-Copper);
}

.fulltime {
    padding: 4px;
    font-size: 0.9rem;
}

.career-content .btn {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 12px;
    background-color: var(--Kenyan-Copper);
    color: var(--white);
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.career-content .btn:hover {
    background-color: var(--Clover-Green);
}

.career-card-form {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    width: 100%;
}

.career-card-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
}

.career-card-form input[type="text"],
.career-card-form input[type="email"],
.career-card-form input[type="tel"],
.career-card-form input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.career-card-form input[type="file"] {
    padding: 5px;
}

.career-card-form input {
    margin-bottom: 12px;
}

.career-card-form input:focus {
    border-color: var(--Kenyan-Copper);
    outline: none;
}

.career-card-form .btn {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background-color: var(--Kenyan-Copper);
    color: #fff;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.career-card-form .btn:hover {
    background-color: var(--Clover-Green);
}

.career-section strong {
    font-size: 1rem;
    font-weight: 500;
}

/* career section end */
/* select location */
.popupPin .popup-content {
    background-color: var(--white);
    margin: 15% auto;
    padding: 20px;
    width: 300px;
    text-align: center;
    border-radius: 8px;
    position: relative;
}

.popupPin .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1rem;
    cursor: pointer;
}

.popupPin h4 {
    font-size: 1.2rem;
}

.popupPin input {
    width: 100%;
    padding: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #e6e3e3;
}

.popupPin input:focus {
    border: 1px solid #e6e3e3 !important;
}

.popup-content ul {
    padding-left: 0;
}

.popup-content ul li {
    list-style: none;
}

.popupPin #searchBtn {
    background-color: var(--Kenyan-Copper);
    color: white;
    border: none;
    padding: 6px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
}

.popup {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    /* Black with opacity */
}

.back-to-top img {
    width: 40px;
}

.back-to-top {
    color: var(--white);
    background-color: var(--Persian-Indigo);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
}

/* media query start */
@media (max-width: 1440px) {
    .category-name ul li h5 {
        font-size: 0.84rem;
    }
}

@media (max-width: 1400px) {
    .wislist-table .table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 1200px) {
    .text-center {
        font-size: 0.9rem;
        line-height: 30px;
    }

    .banner-post-section .banner-card-item .caption-item h4 {
        font-size: 1.1rem;
    }

    .account-section .password-section {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .deal-products .time {
        font-size: 0.8rem;
    }
}

@media (max-width: 992px) {
    .offcanvas.offcanvas-end {
        background: var(--white);
    }

    .navbar.ecomm-navbar .offcanvas-header img {
        width: 180px;
    }

    .navbar.ecomm-navbar {
        justify-content: end;
    }

    .right-account-data .rounded-button {
        margin-right: 12px;
    }

    .category-name ul li {
        width: 50px;
        height: 50px;
    }

    .categories-list .category-name img {
        width: 30px;
        padding: 2px;
    }

    .category-name ul li h5 {
        font-size: 0.8rem;
    }

    .company-logo img {
        max-width: 150px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        border: 0;
    }

    .banner-post-section .banner-card-item .caption-item {
        top: 0;
        left: 0;
        width: 100%;
        padding: 12px;
    }

    .banner-post-section .banner-card-item .caption-item h4 {
        font-size: 1rem;
    }

    .deal-products .time {
        width: 45px;
        height: 45px;
        font-size: 0.6rem;
        padding: 1px;
    }

    .deal-products .time span {
        font-size: 0.8rem;
    }

    .offcanvas .shopping-menu .nav-link {
        color: var(--black) !important;
    }

    .DropdownListWrap .menu-item {
        background: var(--filter-bg);
    }

    .ecomm-navbar .dropdown-menu.DropdownListWrap {
        margin-top: 0;
    }

    .DropdownList .submenu {
        height: 350px;
        overflow-y: scroll;
    }

    .product-name h4 {
        margin-bottom: 8px;
    }

    .right-products h3 {
        font-size: 1.5rem;
    }

    .right-products .products-price h4 {
        margin-bottom: 12px;
        font-size: 1.1rem;
    }

    .right-products .product-radio label {
        font-size: 0.9rem;
    }

    .left-details {
        margin-bottom: 12px;
    }

    .color-option {
        width: 35px;
        height: 35px;
    }

    .your-order-checkout .your-product,
    .your-order-checkout .your-price {
        padding: 3px 0;
    }

    .done-btn button {
        background: var(--Kenyan-Copper);
        color: var(--white);
        border: 0;
        padding: 4px;
    }

    .cart-section .table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .hero-slider .owl-carousel .owl-nav button.owl-prev,
    .hero-slider .owl-carousel .owl-nav button.owl-next {
        display: none;
    }

    .hero-slider .owl-carousel .owl-nav button.owl-prev span,
    .hero-slider .owl-carousel .owl-nav button.owl-next span {
        display: none;
    }

    .populated-item.left-pop {
        border: none;
    }

    .deal-products .product-card {
        margin-bottom: 8px;
    }

    .sliderBtn {
        margin-top: 20px;
    }

    .order-section .order-listBtn {
        width: 100%;
    }

    .order-section .oderBtn {
        margin-bottom: 40px;
    }

    .order-section .order-card img {
        width: 60px;
    }

    /* menubar start */
    .mobile-menu-robinet {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    /* menubar end */
}

@media (max-width: 768px) {
    .banner-post-section .banner-card-item {
        margin-bottom: 20px;
    }

    .deal-products .product-card {
        margin-bottom: 20px;
    }

    .filter-icon-menu.collapse:not(.show) {
        display: none;
    }

    .tracking-order-mobile .order-tracking {
        width: 100%;
        height: 85px;
    }

    .tracking-order-mobile .order-tracking {
        text-align: center;
        position: relative;
        display: flex;
    }

    .tracking-order-mobile .order-tracking .is-complete {
        margin: 0 30px;
    }

    .tracking-order-mobile .order-tracking.completed:before {
        content: "";
        /* display: block; */
        height: 43px;
        width: 3px;
        background-color: var(--Kenyan-Copper);
        position: absolute;
        left: 55px;
        top: -49px;
    }

    .tracking-order-mobile .order-tracking:before {
        content: "";
        width: 3px;
    }

    .tracking-order-mobile .order-tracking:before {
        content: "";
        /* display: block; */
        height: 43px;
        width: 3px;
        background-color: var(--Deep-Chestnut);
        position: absolute;
        left: 55px;
        top: -49px;
    }

    .plan-section-card {
        padding: 20px 0;
    }

    .subscription-section .nav-tabs {
        margin-bottom: 8px;
    }

    .tracking-order-mobile .order-tracking.completed:before {
        content: "";
        /* display: block; */
        height: 43px;
        width: 3px;
        background-color: var(--Kenyan-Copper);
        position: absolute;
        left: 55px;
        top: -49px;
    }

    .tracking-order-mobile .order-tracking:before {
        content: "";
        /* display: block; */
        height: 43px;
        width: 3px;
        background-color: var(--Deep-Chestnut);
        position: absolute;
        left: 55px;
        top: -49px;
    }

    .career-section {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .company-logo-section .navbar.ecomm-navbar {
        /* justify-content: center; */
    }

    .company-logo-section .company-logo {
        text-align: center;
    }

    .products-section .product-sec {
        background: var(--Misty-Rose);
        padding: 16px 4px;
    }
}

@media (max-width: 575px) {
    .banner-post-section .banner-card-item .caption-item h4 {
        font-size: 1.5rem;
    }

    .banner-post-section .banner-card-item .caption-item {
        padding: 36px;
    }

    .ecomm-navbar .offcanvas {
        max-width: 85%;
    }

    .checkout-section {
        padding: 20px 0;
    }

    .your-subtotal h5,
    .your-order-total h5 {
        font-size: 1.1rem;
    }

    .account-section .password-section {
        width: 100%;
    }

    .tracking-item {
        padding: 0;
    }

    .cart-section {
        padding: 20px 0;
    }

    .success-card {
        border-radius: 8px;
        padding: 40px 0;
        margin: 0;
    }

    .success-card img {
        max-width: 60px;
        height: auto;
        margin-bottom: 12px;
    }

    .error-card {
        border-radius: 8px;
        padding: 40px 0;
        margin: 0;
    }

    .error-card img {
        max-width: 60px;
        height: auto;
        margin-bottom: 12px;
    }

    .top-menubar a {
        padding: 4px 7px;
        font-size: 0.8rem;
    }

    .top-menubar button {
        font-size: 0.8rem;
    }

    /* search start */
    .company-logo-section .search-container {
        width: 80%;
        margin: 8px auto;

    }

    .company-logo-section .search-container input {
        border-radius: 0 !important;
    }

    .navbar.ecomm-navbar {
        justify-content: space-between;
        width: 100%;
    }

    /* searchn end */
}

@media (max-width: 425px) {
    .navbar.ecomm-navbar .offcanvas-header img {
        width: 120px;
    }

    .company-logo img {
        max-width: 130px;
    }

    .headline h4 {
        margin-bottom: 14px;
        font-size: 1.3rem;
    }

    .details-add-to-cart button {
        padding: 8px 16px;
        font-size: 1rem;
    }

    .your-order-checkout ul {
        /* display: block; */
    }

    .your-order-checkout .your-product,
    .your-order-checkout .your-price {
        /* text-align: start; */
        font-size: 0.9rem;
        padding: 2px 0;
    }

    .products-section .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .products-section .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .order-section .order-listBtn li a {
        padding: 4px 6px;
    }

    .order-section .tracking-item.ordertrack {
        margin-bottom: 0;
    }
}

@media (max-width: 400px) {
    .top-menubar .topMenuList {
        display: block;
    }

    .top-menubar .topMenuList ul {
        justify-content: left;
    }
}

@media (max-width: 375px) {
    .banner-post-section .banner-card-item .caption-item h4 {
        font-size: 1.3rem;
    }

    .main-title h4 {
        font-size: 1.3rem;
        padding-bottom: 12px;
    }

    .company-logo-section .search-container {
        width: 100%;


    }
}

/* media query end */