* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    /* font-family: 'Jost', sans-serif; */
}
body.home{
    font-family: 'Roboto', sans-serif;
}
body.single-product, body.archive{
    font-family: 'Jost', sans-serif;
}
:root {
    --custom-font: 'Jost', sans-serif;
    --custom-blue: #0989FF;
    --custom-black: #010F1C;
    --custom-border: #D5D8DB;
}

input {
    outline: none;
}
ins {
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
}
p{
    margin-bottom: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

ol, ul {
    padding-left: 0;
}
.owl-xamp-slider .owl-slide{
    height: 516px;
}
.owl-electrokart-dod-slider .owl-slide{
    height: auto;
    background-image: none;
}
.owl-gadgets-slider .owl-slide{
    
    background-image: none;
}
.owl-gadgets-slider .owl-stage-outer{
    border-radius: 10px;
}
.gadgets-slider-area .owl-nav{
    display: none;
}
.gadgets-slider-area .owl-dots{
    position: absolute;
    top: 240px;
    transform: rotate(90deg);
    right: 10px;
}
.gadgets-slider-area .owl-dots .owl-dot span{
    background-color: #fff3;
}
.gadgets-slider-area .owl-dots .owl-dot.active span, .gadgets-slider-area .owl-dots .owl-dot:hover span{
    background-color: #fff;
}
.owl-electrokart-dod-slider .owl-stage-outer{
    height: 550px;
}
/* font-family: 'Jost', sans-serif; */
/* font-family: 'Ubuntu', sans-serif; */

.cursor-pointer {
    cursor: pointer;
}

.blue-hover:hover {
    color: #10d2f5;
    transition: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

a {
    text-decoration: none;
    color: currentColor;
}

/* Sticky theme-navbar */
.header-nav {
    z-index: 3;
    position: sticky;
    top: 0;
    animation: fadeInDown 0.5s ease-in-out 0ms;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.sticky {
    display: none;
}

/* Top-theme-navbar */
.nav-top {
    height: 33px;
    width: 100%;
    background-color: #010f1c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6%;
}

.nav-top>div:first-child {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-top div>span {
    color: rgb(222, 220, 220);
    font-size: 13px;
}

/* <!-- Top Nav Link Sections --> */

.nav-link {
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.nav-links {
    display: flex;
}

.nav-link,
.drop-down li {
    list-style: none;
    height: 100%;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.drop-down {
    position: absolute;
    padding: 0.5rem 0;
    margin: 0.5rem -0.5rem;
    background: rgb(255, 255, 255);
    color: black;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    font-size: 12px;
    display: none;
    z-index: 2;
}

.drop-down li:hover {
    color: #10d2f5;
}

/* Middle theme-navbar */
.theme-navbar {
    background-color: #fff;
    height: 74px;
    width: 100%;
    padding: 27px 5.888%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.theme-navbar .nav-hamburger {
    display: none;
}

/* Nav Logo */
.theme-navbar .theme-navbar-logo {
    height: 35px;
}

/* Nav Search */
.theme-navbar-search-main{
    min-width: 360px;
}
.theme-navbar-search {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    border: 1px solid grey;
    border-radius: 50px;
}

.theme-navbar-search input {
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 15px;
    color: black;
    caret-color: gray;
}

.text-black span {
    color: black;
    font-weight: 500;
}

.text-black .drop-down {
    width: 150px;
    text-align: left;
}

.vertical-line {
    width: 1px;
    height: 20px;
    background-color: gray;
    content: "";
}

/* Nav Account  */
.nav-account {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nav-account-logo {
    border: 1px solid gray;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-account-logo img {
    /*height: 21px;
    width: 17px;*/
    border-radius: 50%;
}

.nav-account-text :nth-child(1) {
    color: #767A7D;
    font-size: 13px;
}

.nav-account-text :nth-child(2) {
    font-size: 15px;
    font-weight: 500;
}

/* Nav Cart  */
.nav-cart a:hover #heart-icon #Stroke-1,
.nav-cart a:hover #heart-icon #Stroke-3,
.nav-cart a:hover svg path {
    stroke: #10d2f5;
    transition: all;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
}

.nav-cart {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

}

.nav-cart-number {
    background-color: #fd4b6b;
    color: white;
    font-size: 12px;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 21px;
    border: 3px solid white;
    border-radius: 50%;
    position: absolute;
    margin-top: -10px;
    margin-left: -8px;
}

/* Nav Bottom */
.nav-bottom {
    width: 100%;
    height: 48px;
    padding: 0px 5.8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e7e8;
}

/* nav-bottom-all-category */
.nav-bottom-all-category {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 48px;
    width: 250px;
    background-color: #10d2f5;
    padding: 10px;
    transition: all 0.3s 0s ease-out;
    font-weight: 500;
    z-index: 2;
}

.nav-bottom-all-category:hover {
    background-color: #010f1c;
    color: white;
    transition: all 0.3s 0s ease-out;
}

.nav-bottom-all-category>ul {
    width: 100%;
    list-style: none;
    background-color: #fff;
    position: absolute;
    top: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    display: none;
}

.nav-bottom-all-category>ul li {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 0 20px;
}

.nav-bottom-all-category>ul>li:nth-child(-n+4)>a {
    border-bottom: 1px solid rgba(203, 201, 201, 0.623);
}

.nav-bottom-all-category .allCatDropDown {
    display: block;
    animation: allCatDrop 0.3s cubic-bezier(1, 1.34, 0.51, 1.13) 0ms;
}

@keyframes allCatDrop {
    0% {
        opacity: 0;
        transform: translateY(-5px);
    }

    100% {
        opacity: 1;
    }
}

.nav-bottom-all-category>ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 15px;
    color: #55585B;
    padding: 14px 0;
    width: 100%;
}
.nav-bottom-all-category>ul li a img{
    margin-right: 15px;
}

.nav-bottom-all-category>ul li a:hover {
    color: #10d2f5;
}

.nav-bottom-all-category>ul li img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.nav-bottom-all-category ul li ul {
    list-style: none;
    position: absolute;
    background-color: #fff;
    color: #55585B;
    left: 236px;
    min-width: 150px;
}

.nav-bottom-all-category ul li:nth-child(1)>ul {
    background-color: white;
    top: 0;
    display: none;
}

.nav-bottom-all-category ul li:nth-child(1):hover>ul {
    display: block;
}

.nav-bottom-all-category ul li:nth-child(2)>ul {
    background-color: white;
    display: none;
}

.nav-bottom-all-category ul li:nth-child(2):hover>ul {
    display: block;
}

.nav-bottom-all-category ul li:nth-child(3)>ul {
    background-color: white;
    display: none;
}

.nav-bottom-all-category ul li:nth-child(3):hover>ul {
    display: block;
}

.nav-bottom-all-category ul li:nth-child(4)>ul {
    background-color: white;
    display: none;
}

.nav-bottom-all-category ul li:nth-child(4):hover>ul {
    display: block;
}

.nav-bottom-all-category ul li:nth-child(5)>ul {
    background-color: white;
    display: none;
}

.nav-bottom-all-category ul li:nth-child(5):hover>ul {
    bottom: 0;
    display: block;
}


/* Nav Bottom Items  */
.nav-bottom-items {
    width: 600px;
    margin-right: 130px;
}

.nav-bottom-items ul li {
    transition: all 0.2s 0s ease-out;
}

.nav-bottom-items ul li:hover {
    color: #10d2f5;
    transition: all 0.2s 0s ease-out;
}

.nav-bottom-items ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 20px;
    font-weight: 500;
}

.nav-bottom-contact {
    height: 48px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nav-bottom-contact-text p {
    font-size: 13px;
    color: #767A7D;
}

.nav-bottom-contact-text a {
    font-size: 14px;
    font-weight: 500;
}

/* Main Content */
/* Hero Section */
.hero {
    width: 100%;
    height: 80vh;
    background-color: #115061;
}

/* Product Category */
.product-category {
    width: 100%;
    padding: 4% 6%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.product-category-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: 20%;
}

.product-category-div div {
    height: 180px;
    width: 180px;
    background-color: #F6F7F9;
    background-image: radial-gradient(95.56% 95.56% at 50% 50%, #FFFFFF 0%, #BDDEFF 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-category-div a {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 25px;
    font-size: 1.3rem;
    font-weight: 500;
}

.product-category-div p {
    color: #767A7D;
    font-size: 0.88rem;
}

.product-category-div img {
    object-fit: contain;
    height: 105px;
    width: 80px;
    transition: transform 0.2s ease-out;
}

.product-category-div:hover img {
    transform: scale(1.1);
}

/* Features-Area */
.features-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1% 6%;
}

.features-area-div {
    width: 270px;
    height: 90px;
    border-radius: 10px;
    background-color: #f6f7f9;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.features-area-div p:nth-child(2) {
    color: #767A7D;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 400;
}

/* Trending Products Area */
.trending-products, .new-arrivals {
    width: 100%;
    padding: 1% 6%;
}

.trending-products-header, .new-arrivals-header {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trending-products-header h1, .trending-products-header h2, .dod-header h2, .new-arrivals-header h1, .new-arrivals-header h2 {
    color: #010f1c;
    font-size: 44px;
    font-weight: bold;
    color:#021D35;
}

.trending-products-header span {
    width: 400px;
    height: 1px;
    background-color: rgb(219, 218, 218);
}

.trending-products-header ul, .new-arrivals-header ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    font-weight: 500;
}

.trending-products-header ul li, .new-arrivals-header ul li {
    font-size: 1.2rem;
    cursor: pointer;
    color: #767a7d;
}

/* .trending-products-product-area, .dod-products  */
.trending-products-product-area, .dod-products-area, .ga-products-area, .na-products-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

/* Tending Products and dod products>>>>> Single product */
.tp-product, .dod-product, .ga-product, .na-product {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    transition: all 0.2s 0s ease-out;
}

.tp-product:hover, .dod-product:hover, .ga-product:hover, .na-product:hover {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tp-product-out-of-stock {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fd4b6b;
    color: white;
    width: 45%;
    line-height: 16px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    /* visibility: hidden; */
    /* opacity: 0; */
}

/* .tp-product:hover .tp-product-out-of-stock {
    visibility: visible;
    opacity: 1;
    z-index: 4;
    transform: translateX(-20px);
    transition: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
} */


.tp-product:hover .tp-product-image, .dod-product:hover .dod-product-image, .ga-product:hover .ga-product-image, .na-product:hover .na-product-image {
    transform: scale(1.1);
}
a.img-overflow-hidden{
    overflow: hidden;
}
.tp-product .tp-product-image,
.dod-product .dod-product-image, .na-product .na-product-image {
    margin-top: 10px;
    width: 250px;
    height: 250px;
    object-fit: contain;
    transition: transform 0.3s ease-out;
}
.owl-carousel .owl-item img.dod-product-image, .owl-carousel .owl-item img.na-product-image{
    margin: 0px;
    width: 250px;
    height: 250px;
}
.dod .owl-nav{
display: none;
}
.dod .owl-dots{
    margin-top: -30px;
}
.dod .owl-theme .owl-dots .owl-dot.active span, .dod .owl-theme .owl-dots .owl-dot:hover span {
    background: #0989FF;
}
.tp-cart-area, .dod-cart-area, .ga-cart-area, .na-cart-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    position: absolute;
    left: 100%;
    top: 25%;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 5px;
    transition: all 0.3s 0s ease-out;
}

.tp-product:hover .tp-cart-area, .dod-product:hover .dod-cart-area, .ga-product:hover .ga-cart-area, .na-product:hover .na-cart-area {
    visibility: visible;
    transform: translateX(-50px);
    transition: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.tp-cart-area span, .dod-cart-area span, .ga-cart-area span, .na-cart-area span {
    padding: 7px 10px;
}
.tp-cart-area a.electrokart-browse-wishlist, .dod-cart-area a.electrokart-browse-wishlist , .ga-cart-area a.electrokart-browse-wishlist  , .na-cart-area a.electrokart-browse-wishlist {
    display: none;
}

.tp-cart-area>span:nth-child(1), .dod-cart-area>span:nth-child(1), .ga-cart-area>span:nth-child(1), .na-cart-area>span:nth-child(1) {
    border-radius: 5px 5px 0 0;
}

.tp-cart-area>span:nth-child(3), .dod-cart-area>span:nth-child(3), .ga-cart-area>span:nth-child(3), .na-cart-area>span:nth-child(3) {
    border-radius: 0 0 5px 5px;
}

.tp-cart-area span:hover, .dod-cart-area span:hover, .ga-cart-area span:hover, .na-cart-area span:hover {
    background-color: #010f1c;
    transition: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-out;
    color: #fff;
}
.tp-cart-area span.cursor-pointer:hover a:hover,
.dod-cart-area span.cursor-pointer:hover a:hover,
.ga-cart-area span.cursor-pointer:hover a:hover,
.na-cart-area span.cursor-pointer:hover a:hover {
 
    color: #fff;
}
span.tp-cart-area span.view-cart {
    background-color: #010f1c;
    color: #fff;
}
.na-cart-area .yith-wcwl-add-to-wishlist, .ga-cart-area .yith-wcwl-add-to-wishlist, .tp-cart-area .yith-wcwl-add-to-wishlist, .dod-cart-area .yith-wcwl-add-to-wishlist, .na-cart-area .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon, .tp-cart-area .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon, .ga-cart-area .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon, .dod-cart-area .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon, .ga-cart-area .yith-wcwl-add-button>a i, .tp-cart-area .yith-wcwl-add-button>a i, .dod-cart-area .yith-wcwl-add-button>a i, .na-cart-area .yith-wcwl-add-button>a i{
    margin: 0;
}
.tp-cart-area .yith-wcwl-add-button a span, .ga-cart-area .yith-wcwl-add-button a span, .dod-cart-area .yith-wcwl-add-button a span, .na-cart-area .yith-wcwl-add-button a span{
    padding: 0;
}
.tp-cart-area span:hover .lucide path,
.tp-cart-area span:hover .lucide circle,
.dod-cart-area span:hover .lucide path,
.dod-cart-area span:hover .lucide circle {
    stroke: white;
    transition: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.product-details, .dod-product-details, .ga-product-details, .na-product-details, .fp-product-details, .dp-product-details, .sp-product-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 20px 30px;
    border-top: 1px solid rgb(234, 231, 231);
}
.tp-product-title, .dod-product-title, .ga-product-title, .na-product-title, .dp-product-title, .fp-product-title, .sp-product-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.33;
    margin-bottom: 0px;
}

.product-details>small:hover,
.dod-product-details>small:hover,
.product-details div:nth-child(2):hover,
.dod-product-details div:nth-child(2):hover {
    color: #0989FF;
    transition: all 250ms ease-out;
}

/*.product-details small, .dod-product-details small{
    color: #767a7d;
    font-size: 0.75rem;
    font-weight: 500;
}*/

.product-details small.tp-product-category, .dod-product-details small.dod-product-category, .ga-product-details small.ga-product-category, .na-product-details small.na-product-category, .dp-product-details small.dp-product-category, .fp-product-details small.fp-product-category, .sp-product-details small.sp-product-category{
    color: #767a7d;
    font-size: 0.75rem;
    font-weight: 500;
 }
 .product-details small.tp-review-text, .dod-product-details small.dod-review-text, .ga-product-details small.ga-review-text, .na-product-details small.na-review-text, .dp-product-details small.dp-review-text, .fp-product-details small.fp-review-text, .sp-product-details small.sp-review-text{
    color: #767a7d;
    font-size: 0.75rem;
    font-weight: 500;
 }

.product-details div i,
.dod-product-details div i ,
.ga-product-details div i ,
.na-product-details div i ,
.fp-product-details div i ,
.dp-product-details div i ,
.sp-product-details div i {
    color: #FFB21D;
    font-size: 0.75rem;
}

.tp-product-old-price,
.dod-product-old-price,
.ga-product-old-price,
.na-product-old-price,
.dp-product-old-price,
.sp-product-old-price,
.fp-product-old-price {
    text-decoration: line-through;
    font-size: 0.75rem;
    color: #767a7d;
    margin-right: 5px;
}

.tp-product-new-price,
.dod-product-new-price,
.ga-product-new-price ,
.na-product-new-price ,
.dp-product-new-price ,
.sp-product-new-price ,
.fp-product-new-price {
    color: #0989FF;
    font-weight: 500;
}

/* Trending Products Banner*/
.trending-products-banner-area {
    padding: 2% 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* First Banner */
.tp-first-banner {
    width: 65%;
    background: url(../assets/images/tranding-products/product-banner-1.jpg);
    height: 260px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding: 5%;
    color: #010f1c;
}

.tp-first-banner div:nth-child(2) {
    width: 255px;
    height: 70px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.29;
    font-size: 1.8rem;
}

.tp-banner-btn, .ga-banner-btn {
    width: 150px;
}

.tp-banner-btn i, .dod-all-deals i, .ga-banner-btn i {
    margin-left: 6px;
    transition: all 0.3s ease-out;
}

.tp-banner-btn:hover i, .tp-banner-btn:hover span, .dod-all-deals:hover i, .ga-banner-btn:hover i {
    transform: translateX(7px);
    transition: all 0.3s ease-out;
}

/* second-banner */
.tp-second-banner {
    width: 35%;
    background: url(../assets/images/tranding-products/product-banner-2.jpg);
    height: 260px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
    padding: 5% 3%;
    color: #010f1c;
}

.tp-second-banner div:first-child {
    font-size: 1.4rem;
    width: 175px;
    height: 70px;
}

/* <!-- ===========Deal Of The Day========== --> */
.dod {
    background-color: #ecf2f7;
    margin-top: 50px;
    padding: 6%;
}

/* DoD Header  */
.dod-header {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dod-header h1 {
    font-size: 44px;
    color: #010f1c;
}

.dod-header>span {
    height: 2px;
    background-color: #fff;
    width: 30%;
}

.dod-header>div {
    color: white;
    background-color: #10d2f5;
    padding: 10px 15px;
    border-radius: 6px;
    transition: all 0.3s ease-out;
}

.dod-header>div:hover {
    background-color: black;
    transition: all 0.3s ease-out;
}

.dod-date-time {
    display: flex;
    align-items: center;
    list-style: none;
    text-transform: uppercase;
    gap: 10px;
    margin: 10px 0 10px;
}

.dod-date-time li {
    text-align: center;
    height: 50px;
    width: 50px;
    padding: 5px 10px;
    font-size: 0.62rem;
    border: 1px solid #E4E5E9;
    border-radius: 5px;
    color:#000;
    font-weight: 500;
}

.dod-date-time li span {
    font-size: 1rem;
}

/* <!-- ===========Electronics Gadgets Area============ --> */
.gadgets-area {
    background-color: #fff;
    padding: 6%;
    display: flex;
    gap: 18px;
}

.gadget-banner {
    background-color: #fff;
    height: fit-content;
    width: 30%;
    margin-right: 20px;
    position: sticky;
    top: 74px;
}

.ga-products-area {
    width: 100%;
}

.ga-first-banner {
    background-color: #fff;
    position: relative;
    padding: 30px;
    width: 100%;
    min-width: 348px;
    border-radius: 10px;
    border: 2px solid #fd4b6b;
    overflow: hidden;
}

.ga-first-banner div:first-child {
    font-size: 1.3rem;
    width: 150px;
    padding: 5px;
    border-bottom: 1.5px solid #0989FF;
}
.ga-main-category{
    font-weight: 500;
}
.ga-first-banner ul {
    margin: 15px 0;
    list-style-position: inside;
    font-weight: 500;
    font-size: 0.89rem;
    color: #55585B;
}

.ga-first-banner ul li {
    margin-bottom: 10px;
}

.ga-first-banner img {
    position: absolute;
    bottom: 0;
    right: -10px;
}

.ga-banner-btn span {
    font-size: 0.89rem;
}

.ga-second-banner {
    margin-top: 10px;
    background: url(../assets/images/electronics-gadgets/gadget-banner-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 180px;
    min-width: 348px;
    width: 100%;
    border-radius: 10px;
    padding: 50px 25px;
}

.ga-second-banner span {
    color: white;
    font-size: 0.90rem;
}

.ga-second-banner>div {
    color: white;
    font-size: 1.2rem;
    width: 215px;
    margin-top: 5px;
}

.ga-product .ga-product-image {
    margin-top: 10px;
    width: 230px;
    height: 230px;
    object-fit: contain;
    transition: transform 0.3s ease-out;
}
/*<!-- ===========Gadgets Area Slider=========== --> */
.gadgets-slider-area {
    padding: 1% 6%;
}

.ga-slider {
    background-color: #0989ff;
    height: 500px;
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.ga-slider-subtitle {
    color: #fffc;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.ga-slider-title {
    color: white;
    font-size: 3rem;
    width: 400px;
    margin-bottom: 10px;
}

.ga-slider-old-price {
    text-decoration: line-through;
    color: #ffffffb3;
    margin-bottom: 10px;
}

.ga-slider-new-price {
    font-size: 2.3rem;
    color: white;
    margin-bottom: 15px;
}

.ga-slider-btn {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    padding: 10px;
    color: white;
    background-color: black;
    transition: all 0.3s ease-out;
}

.ga-slider-btn:hover {
    background-color: #fff;
    color: black;
    transition: all 0.3s ease-out;
}

.ga-slider-image {
    position: relative;
}

.ga-slider-image>img {
    position: relative;
    width: 370px;
    height: 323px;
    z-index: 2;
    object-fit: contain;
}

.ga-slider-img-bg {
    position: absolute;
    background-color: #0c78f4;
    top: -30px;
    left: -50px;
    height: 370px;
    width: 370px;
    border-radius: 50%;
}

/* New Arrival */
.new-arrivals {
    margin-top: 50px;
}

.new-arrivals-header ul li {
    border: 1px solid gray;
    border-radius: 50%;
    line-height: 38px;
    width: 38px;
    height: 38px;
    text-align: center;
    transition: all 0.3s ease-out;
}

.new-arrivals-header ul li:hover {
    color: white;
    background-color: #0c78f4;
    transition: all 0.3s ease-out;
}

.new-arrivals-header span {
    width: 50%;
    height: 1px;
    background-color: rgb(219, 218, 218);
}

.new-arrivals-header ul {
    gap: 20px;
}
.na-products-area .owl-stage-outer{
    padding: 10px 5px;
    
}
.owl-stage-outer .na-product{
    margin-right: 7px;
}
.na-products-area .owl-dots{
    display: none;
}
.na-products-area button.owl-prev, .na-products-area button.owl-next{
    border: 1px solid gray !important;
    border-radius: 50% !important;
    line-height: 38px;
    width: 38px;
    height: 38px;
    text-align: center;
    transition: all 0.3s ease-out;
}
.na-products-area button.owl-prev:hover, .na-products-area button.owl-next:hover{
    
    color: white !important;
    background-color: #0c78f4 !important;
    transition: all 0.3s ease-out;
}
.na-products-area button.owl-prev span, .na-products-area button.owl-next span{
    font-size: 35px;
    font-weight: 900;
    margin-top: -5px;
    display: block;
    color: #767a7d;

}
.na-products-area button.owl-prev:hover span, .na-products-area button.owl-next:hover span{
   
    color: #ffffff;

}
.na-products-area .owl-nav {
    position: absolute;
    top: -100px;
    right: 5px;
    display: flex;
    gap: 30px;
}

.na-products-area button.owl-prev {
    margin: 0px !important;
}

.na-products-area button.owl-next {
    margin: 0px !important;
}
.simple-gap{
    width: 96px;
}
/* <!-- ===============Small Products Area================ -->*/
.small-product-area {
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    padding: 6%;
    gap: 35px;
    /* max-width: 100%; */
    flex-wrap: wrap;
}
.sp-discount-products-area{
    max-width: 30%;
}
.sp-discount-products-area h2,
.sp-featured-products-area h2,
.sp-selling-products-area h2 {
    color: #021d35;
    margin-bottom: 30px;
    font-weight: 700;
}
.dp-product-title{
    font-weight: 500;
}
.dp-product,
.fp-product,
.sp-product {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding-bottom: 12px;
}

/* .sp-discount-products-area .dp-product:nth-child(-n+3),
.sp-featured-products-area .fp-product:nth-child(-n+3),
.sp-selling-products-area .sp-product:nth-child(-n+3) {
    border-bottom: 1px solid #EAEBED;
} */
.sp-discount-products-area .dp-product{
    
    border-bottom: 1px solid #EAEBED;
}
.sp-discount-products-area .dp-product:last-child{
    
    border-bottom: 0px;
}
.dp-product-image,
.fp-product-image,
.sp-product-image {
    border-radius: 7px;
    background-color: #eceff4;
    width: 242px;
    height: fit-content;
    overflow: hidden;
}

.dp-product-image img,
.fp-product-image img,
.sp-product-image img {
    height: 140px;
    width: 140px;
    object-fit: contain;
    transition: all 0.3s ease-out;
}

.dp-product-image img:hover,
.fp-product-image img:hover,
.sp-product-image img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-out;
}

.dp-product-details,
.fp-product-details,
.sp-product-details {
    border-top: none;
}

/* Subscribe Banner */
.subscribe-banner {
    width: 100%;
    padding: 6%;
    background: url(../assets/images/subscribe/subscribe.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subscribe-banner .tnp.tnp-subscription label {
    display: none;
}

.subscribe-banner .tnp.tnp-subscription {
    /* display: flex; */
    position: relative;
}

.subscribe-banner .tnp-field.tnp-field-email {
    position: relative;
    width: 100%;
    margin-bottom: 0px !important;
}

.subscribe-banner input.tnp-submit {
    position: absolute;
    margin-bottom: 0px !important;
    right: 0;
    top: -42px;
}

.subscribe-banner input.tnp-submit {
    border-radius: 0 5px 5px 0 !important;
    background: black;
    font-size: 12px;
    padding: 14px !important;
    cursor: pointer;
}
.subscribe-banner .subscribe-text-area div {
    font-size: 1.4rem;
    color: white;
}

.subscribe-text-area h2 {
    color: white;
    font-size: 2.4rem;
    font-weight: 900;
}

.subscribe-banner form {
    width: 350px;
}

.subscribe-banner form div {
    position: relative;
    width: 100%;
}

.subscribe-banner form div input {
    padding: 15px;
    padding-right: 112px;
    outline: none;
    border: none;
    border-radius: 5px;
    width: 100%;
}

.subscribe-btn {
    padding: 15px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
}

/*Breadcrumbs*/
.breadcrumb {
    padding: 50px 6% 20px;

}
.breadcrumb-list {
    display: flex;
    gap: 32px;
    position: relative;
}
.breadcrumb-list li::marker {
    color: #55585B;
}
.breadcrumb-list li a{
    color: #55585B;
    font-weight: 300;
}

.breadcrumb-list li:first-child {
    list-style: none;
    margin-left: 25px;
    
    list-style-image: url(../assets/svg/home.svg);
}

/*Shop Page Style*/

.header-only-space{
    height: 111px;
    box-shadow: 0 2px 6px #010f1c29;
    background-color: red;
}
.shop-page-breadcrumbs.breadcrumb {
    padding: 110px 6% 50px;
	flex-direction:column;
}
h3.breadcrumb-title{
font-weight: 500;
font-size: 44px;
line-height: 1;
margin-bottom: 6px;
}


.shop-container {
    padding: 0 6% 115px;
    display: flex;
    gap: 20px;
    /* max-width: 100%; */
    /* overflow: hidden; */
}
/*shop page side bar*/
.shop-side-bar{
    width: 25%;
}
h3.shop-section-heading {
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 5px;
    margin-bottom: 25px;

}
h3.shop-section-heading.no-border {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 14px;
}

.shop-side-bar{
    
    color: #55585B;
}
.shop-side-bar h3, .shop-side-bar h4, .shop-side-bar h5, .shop-side-bar h4 a{
color: #010F1C;
}
.shop-side-bar>div {
    margin-bottom: 20px;
}

/*Shop price Filter*/
.shop-side-bar div:nth-child(1) .wpfMainWrapper {
    display: none;
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
    width: .3em;
    background: #0075ff;
    border-color: #0075ff !important;
}
.ui-slider.ui-widget-content:not(.iris-slider-offset){
    border: 0 !important;
    background: #d8e0f3 !important;
}
 .ui-slider-horizontal, .ui-slider-range.ui-corner-all.ui-widget-header{
    height: .3em !important;
}
.ui-slider-range.ui-corner-all.ui-widget-header{
    
    background: #0077ff !important;
}
.price_slider_wrapper .ui-widget-header {
    padding: 3px !important;
}
.price_slider.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    margin-bottom: 21px;
}
.ui-slider-horizontal .ui-slider-handle {
    margin: 0 !important;
    top:-0.4em !important; 
}
.price_slider_amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price_slider_amount button {
    order: 2;    
    
}
.price_label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #010F1C;
}
.wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.shop-price-filter input[type="range"]{
width: 100%;
}
.price-filter-text-and-btn {
    display: flex;
    justify-content: space-between;
    /*color: #55585B;*/
}
button.price-filter-btn {
    padding: 3px 21px;
    background: #f5f5f5;
    border: 0;
    color: #010F1C;
    font-size: 0.9rem;
    font-weight: 400;
}
button.price-filter-btn:hover {

    background-color: #010F1C;
    
    color: #fff;
}

span.price-filter-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #010F1C;
}

/*Shop product status*/
ul.product-status-list {
    list-style: none;
    font-size: 1rem;
}
ul.product-status-list li:not(:last-child) {
    margin-bottom: 4px;
    
}
.wpfFilterWrapper{
    margin: 0 !important;
}

/*Shop product categories list*/
ul.categories-list, ul.product-categories {
    /*list-style-position: inside;*/
    list-style: none;
    height: 288px;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
}
ul.categories-list li, ul.product-categories li {
    padding-right: 8px;
}
ul.categories-list li::marker, ul.product-categories li::marker {
    color: #e7e7e7;
}
ul.categories-list li:not(:last-child), ul.product-categories li:not(:last-child){
    margin-bottom: 10px;
}
ul.categories-list li a, ul.product-categories li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 16px;
}
ul.categories-list li a:before, ul.product-categories li a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #e7e7e7;
    left: 0;
    border-radius: 50%;
}
span.categories-product-number {
    border: 1px solid #EAEAEA;
    font-size: 12px;
    border-radius: 8px;
    padding: 5px 6px 3px;
    font-weight: 500;
    line-height: 1;
}
ul.categories-list li a:hover, ul.product-categories li a:hover{
    color:#0989FF;
}
ul.categories-list li a:hover span.categories-product-number, ul.categories-list li a:hover:before, ul.product-categories li a:hover:before {
    background-color: #0989FF;
    color:#fff;
}

::-webkit-scrollbar {
    width: 5px;
    }
    
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255); 
    border-radius: 0px;
}
    
::-webkit-scrollbar-thumb {
    background:#c0c0c0; 
    border-radius: 0px;
}
    
::-webkit-scrollbar-thumb:hover {
    background:#c0c0c0; 
}

/*Shop top Rated product */
.rated-product-main {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.rated-product-img img {
    width: 70px;
    height: 70px;
    background: #f2f2f2;
    object-fit: cover;
}
.rated-product-main .rated-product-review, .rated-product-main h4.rated-product-title{
    margin-bottom: 5px;
}
.rated-product-main span.review-icon {
    font-size: 12px;
    color: #ffb21d;
    margin-right: 1px;
}

.rated-product-main span.review-number {
    font-size: 12px;
}
.rated-product-main h4.rated-product-title {
    font-size: 1rem;
    font-weight: 500;
}
p.rated-product-price {
    font-size: .9rem;
}

.rated-product-price span.rated-regular-price.price-line-through {
    text-decoration: line-through;
    margin-right: 5px;
}

/*Shop popular brands */
.popular-brands-main {
    display: flex;
    flex-wrap: wrap;
}
.popular-brands-img-box {
    width: 50%;
    margin-bottom: 30px;
}

/*Shop Filter Reset */
button.shop-filter-reset-btn {
    padding: 9px 26px;
    background: #010F1C;
    border: 1px solid #010F1C;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}
button.shop-filter-reset-btn:hover {
   
    background: transparent;
   
    color: #010F1C;
    
}
 /*Shop Product Section*/
 
.shop-product-section {
    width: 75%;
    color: #55585B;
}
.shop-result-count-shot form.woocommerce-ordering {
    visibility: hidden !important;
}
.shop-result-count-shot {
    display: flex;
    align-items: center;
}
/*shop grid list icon and shorting section*/

 .shop-product-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop-product-section-header .woocommerce .woocommerce-result-count{
 
    margin: 0 0 0em;
}
.gird-list-icon-and-text .woocommerce-ordering {
    display: none;
}
.gird-list-icon-and-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gird-list-icon-and-text span.gird-icon img {width: 18px;height: 18px;}

/*.gird-list-icon-and-text span.gird-icon, .gird-list-icon-and-text span.list-icon {
    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    
}
.gird-list-icon-and-text span.list-icon {
    margin-right: 15px;
    border: 1px solid #010f1c1a;
    color: #818487;
}*/
.gird-list-icon-and-text button {
    
    border: 1px solid #010f1c1a;
    color: #818487;
    padding: 10px;
    font-size: 18px;
    background: transparent;
}
.gird-list-icon-and-text button.active {
    border: 1px solid #55585B;
    color: #555858;
    padding: 10px;
    font-size: 18px;
}

.shop-result-count-shot select.electrokart-orderby {
    display: none;
}

.shorting-dropdown {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(1 15 28 / 10%);
    align-items: center;
    padding: 10px 20px;
    gap: 35px;
    background: #f9f9f9;
    font-size: 14px;
    min-width: 204px;
}
/* shop grid single product*/
.shop-product-section-grid-body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0px;
    justify-content: space-around;
}

.shop-product-section-grid-body .shop-single-product {
    display: flex;
    flex-direction: column;
    width: 31%;
    /* overflow: hidden; */
    /* object-fit: cover; */
}

.shop-single-product-img {
    overflow: hidden;
    position: relative;
    height: 310px;

}

 .shop-single-product-img img {
    max-width: 100%;
    object-fit: cover;
    transition: .3s ease;
    background: #f7f7f7;
    height: 310px !important;
}

 .shop-single-product:hover .shop-single-product-img img {
    transform: scale(1.1);
    transition: .3s ease;
}
.shop-product-sale-per {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    background-color: #010F1C;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: .8rem;
}
.shop-product-icons {
    display: flex;
    position: absolute;
    top: 70px;
    left: -47px;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #010F1C;
    transition: .3s ease;
}

.shop-single-product:hover .shop-product-icons {
    left: 20px;
    transition: .3s ease;
}
span.shop-product-wishlist-icon .yith-wcwl-add-to-wishlist {
    margin: 0px;
}

span.shop-product-wishlist-icon .yith-wcwl-add-button>a i, span.shop-product-wishlist-icon .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin: 0;
}
span.shop-product-wishlist-icon a.electrokart-browse-wishlist {
    display: none;
}
.shop-product-icons span.shop-product-cart-icon, .shop-product-icons span.shop-product-quick-icon, .shop-product-icons span.shop-product-wishlist-icon {
    
    background: white;
    /* padding: 12px; */
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 2px #010f1c33;
    transition: .3s;
}
.shop-product-icons span.shop-product-cart-icon:hover, .shop-product-icons span.shop-product-quick-icon:hover, .shop-product-icons span.shop-product-wishlist-icon:hover{
    color: white;
    
    transition: .3s;
    background-color: #010F1C;
}

.shop-single-product-content p.shop-product-category {
    font-size: 1rem;
    margin-top: 10px;
}

.shop-single-product-content h3.product-title {
    font-weight: 400;
    color: #010F1C;
}

.shop-single-product-content span.product-review-icon {
    font-size: 14px;
    color: #FFB21D;
    /* margin-bottom: 17px; */
}

.shop-single-product-content span.product-sale-price {
    font-size: 1rem;
    color: #010F1C;
    font-weight: 500;
}

.shop-single-product-content span.product-regular-price {
    font-size: .85rem;
    text-decoration: line-through;
    margin-right: 5px;
}
.shop-single-product-content del span.woocommerce-Price-amount.amount {
    font-size: .85rem;
    margin-right: 5px;
    /* text-decoration: line-through; */
}
.shop-single-product-content ins span.woocommerce-Price-amount.amount {
    font-size: 1rem;
    color: #010F1C;
    font-weight: 500;
}

.shop-single-product-content .add-to-cart a {
    background: #010F1C;
    padding: 10px 20px;
    display: inline-block;
    width: auto;
    color: #fff;
    border: 1px solid #010f1c;
    transition: .3s;
}

.shop-single-product-content .add-to-cart a:hover {
    background: transparent;
    color: #010f1c;
    transition: .3s;
}
.shop-product-section-grid-body .shop-single-product-content .add-to-cart a, .shop-product-section-grid-body .shop-single-product-content p.product-short-description  {
    display: none;
}

.shop-single-product-content p.product-short-description {
    margin-bottom: 10px;
}

.shop-single-product-content .product-price {
    margin: 5px 0;
}

/*shop product list style*/
.shop-product-section-list-body {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 30px 0;
}

.shop-product-section-list-body .shop-single-product {
    display: flex;
    /* border: 1px solid #555487; */
    border: 1px solid rgb(1 15 28 / 10%);
}

.shop-product-section-list-body .shop-single-product-img {
   /* width: 50%;*/
    flex: 0 0 30%;
}

.shop-product-section-list-body .shop-single-product-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
}
.shop-product-section-list-body .shop-single-product-content p.shop-product-category{
    margin-top: 0;
}
/*Shop page pagination*/
.shop-product-section-footer {
    margin-top: 50px;
}
ul.shop-product-pagination {
    display: flex;
    list-style: none;
    gap: 10px;
}

ul.shop-product-pagination li {border: 1px solid rgb(1 15 28 / 10%);padding: 8px 18px;}

ul.shop-product-pagination li:hover, ul.shop-product-pagination li.active {
    background: #0989FF;
    border-color: #0989FF;
    color: #fff;
}

/*Shop Page End*/

/* Footer */
footer {
    background-color: #f4f7f9;
    padding: 6% 6% 2% 6%;
    width: 100%;
}

.top-footer {
    display: flex;
    gap: 90px;
}

.social-area,
.account-area,
.information-area,
.contact-us-area {
    width: 20%;
}

.social-area div {
    margin-bottom: 25px;
    color: #010f1c;
    font-size: 1.1rem;
}

.social-area div:nth-child(3) a {
    background-color: #fff;
    display: inline-block;
    border-radius: 6px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    transition: all 0.3s ease-out;
}

.social-area div:nth-child(3) a:hover {
    background-color: #0989FF;
    color: white;
    transition: all 0.3s ease-out;
}

.information-area h3,
.account-area h3,
.contact-us-area h3 {
    font-size: 1.4rem;
    color: #010f1c;
    margin-bottom: 20px;
}

.information-area ul li,
.account-area ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 0.89rem;
    color: #55585B;
    transition: all 0.3s ease-out;
}

.information-area ul li a:hover,
.account-area ul li a:hover,
.contact-us-area>div>h4 a:hover,
.contact-us-area>div:nth-child(3) div a:hover {
    color: #0989FF;
    transition: all 0.3s ease-out;
}

.contact-us-area div {
    margin-top: 15px;
}

.contact-us-area>div>span {
    color: #55585B;
}

.contact-us-area>div>h4 a {
    font-size: 1.3rem;
    color: #010f1c;
}

.contact-us-area>div:nth-child(3) div {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #55585B;
}

.bottom-footer {
    margin-top: 3%;
    padding: 2% 0;
    border-top: 1px solid rgba(1, 15, 28, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-footer img {
    width: 60px;
    margin-right: 5px;
}

/***************************************
********Check Out Page Css**************
****************************************/

/* .s-header */
.s-header {
    z-index: 3;
    position: sticky;
    top: 0;
    box-shadow: 0px 2px 6px #010f1c29;
    animation: fadeInDown 0.5s ease-in-out 0ms;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.sticky {
    display: none;
}


/* .s-nav-top */
.s-nav {
    width: 100%;
    position: relative;
    background-color: #ffff;
    box-shadow: 0px 2px 6px #010f1c29;
}

/* S-NavTop-Info */
.s-nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    font-family: var(--custom-font);
    padding: 8px 6%;
    line-height: 26px;
    border-bottom: 1px solid rgba(1, 15, 28, .1);
}

.s-nav-top>div {
    display: flex;
    gap: 30px;
}

.s-nav-top>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.95rem;
    gap: 7px;
}

.s-nav-top .info-item>div i {
    color: var(--custom-blue);
}

.s-nav-top .info-item>div>p {
    color: #010f1ccc;
}

.s-nav-top .info-item div:nth-child(2) {
    width: 1px;
    background-color: #010f1c1a;
}

/* .s-nav-top-right */
.s-nav-top>div>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.s-nav-top-right>ul>li {
    color: var(--custom-black);
    position: relative;
}

.s-dropDown {
    cursor: pointer;
}

.s-nav-top-right>ul>li:not(:last-child) {
    border-right: 1px solid #E0E2E3;
    padding-right: 15px;
    margin-right: 17px;
}

.s-nav-top-right>ul>li i {
    margin-left: 5px;
}

.s-dropDown-ul {
    background-color: white;
    
    border-radius: 5px;
    list-style: none;
    position: absolute;
    padding: 10px 15px;
    
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    top: 125%;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .1s 0s ease-out;
    width: 91px;
}

.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    min-height: max-content;
    transition: all .1s 0s ease-out;
}

/* S-nav-bottom */
.s-nav-bottom {
    background-color: #fff;
    width: 100%;
    padding: 16px 6%;
    font-family: var(--custom-font);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* S-Nav-Logo  */
.s-nav-bottom .s-nav-logo img {
    height: 35px;
}

/* S-Nav-Items */
.s-nav-list-item ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 15px;
    color: var(--custom-black);
}

/* S-Nav-search */
.s-nav-search {
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;

}

.s-nav-search input {
    background-color: #f8f8f8;
    border: 1px solid rgba(1, 15, 28, .1);
    outline: none;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 40px 0 15px;
    font-family: var(--custom-font);
    transition: all 0.2s ease-out;
    caret-color: #55585b;
}

.s-nav-search input:focus {
    border: 1px solid var(--custom-blue);
    transition: all 0.2s ease-out;
}

.s-nav-search i {
    color: #55585b;
    position: absolute;
    right: 15px;
}

/* S-Nav Cart  */
.s-nav-cart a #heart-icon #Stroke-1,
.s-nav-cart a #heart-icon #Stroke-3,
.s-nav-cart a svg path {
    color: var(--custom-black);
    transition: all 250ms ease-out;
}

.s-nav-cart a:hover #heart-icon #Stroke-1,
.s-nav-cart a:hover #heart-icon #Stroke-3,
.s-nav-cart a:hover svg path {
    stroke: var(--custom-blue);
    transition: all 250ms ease-out;
}

.s-nav-cart {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.s-nav-cart-number {
    background-color: var(--custom-blue);
    font-weight: bold;
    color: white;
    font-size: 12px;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 21px;
    border: 3px solid white;
    border-radius: 50%;
    position: absolute;
    margin-top: -10px;
    margin-left: -8px;
}

/* main */
/* .back-to-top */
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: -60px;
    visibility: hidden;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.back-to-top-btn:hover {
    cursor: pointer;
    transform: translateY(-10px);
    transition: all 0.3s ease-out;
}

.hidden {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    transition: all 0.3s ease-out;
}

.back-to-top-btn {
    background-color: #010f1c;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: white;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease-out;
}

/* checkout-main */
.checkout-main {
    padding: 6%;
    font-family: var(--custom-font);
    background-color: #eff1f5;
}
body.woocommerce-checkout main{
    background-color: #eff1f5;
}
/* .checkout-breadcrumb */
.checkout-breadcrumb h1,
.cart-breadcrumb h1,
.wishlist-breadcrumb h1 {
    font-size: 2.7rem;
    color: var(--custom-black);
    margin-bottom: 10px;
}

.checkout-breadcrumb ul,
.cart-breadcrumb ul,
.wishlist-breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #55585b;
}

.checkout-breadcrumb ul li:first-child,
.cart-breadcrumb ul li:first-child,
.wishlist-breadcrumb ul li:first-child {
    list-style: none;
}

/* .verify-area */
.verify-area {
    margin-top: 40px;
    width: calc(60% - 31.1px);
}

/* User login  and Coupon Area*/
.login-header,
.coupon-header {
    width: 100%;
    padding: 8px 20px;
    border: 1.5px dashed #d1d4d8;
    margin: 20px 0;
}

.login-header span:nth-child(2),
.coupon-header span:nth-child(2) {
    cursor: pointer;
    color: var(--custom-blue);
    text-decoration: underline;
}

/* Login Form and Coupon Form */
.login-form,
.coupon-form {
    margin: 20px 0;
    width: 100%;
    padding: 50px;
    background-color: #fff;
    display: none;
}
body.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login, body.woocommerce-checkout .woocommerce form.checkout_coupon{
    border: 0;
    border-radius: 0;
    margin: 20px 0;
    width: 100%;
    padding: 50px;
    background-color: #fff;
}
body.woocommerce-checkout .woocommerce form .form-row-first, body.woocommerce-checkout .woocommerce form .form-row-last, body.woocommerce-checkout .woocommerce-page form .form-row-first, body.woocommerce-checkout .woocommerce-page form .form-row-last{
 width: 100%;
}
body.woocommerce-checkout p#billing_first_name_field, body.woocommerce-checkout p#billing_last_name_field, body.woocommerce-checkout p#shipping_first_name_field, body.woocommerce-checkout p#shipping_last_name_field  {
    width: 47%;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    
    padding: 10px;
    font-family: var(--custom-font);
    height: 50px;
    margin: 10px 0;
    padding: 0 15px;
    border: 1px solid var(--custom-border);
    transition: all 250ms ease-out;
    font-size: 1rem;
}
body.woocommerce-checkout .woocommerce form .show-password-input, body.woocommerce-checkout .woocommerce-page form .show-password-input {
    position: absolute;
    right: 0.7em;
    top: 1.7em;
    cursor: pointer;
}
body.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, body.woocommerce-checkout .woocommerce form.checkout_coupon button {
    float: left;
    margin-right: 1em;
    border: none;
    height: 50px;
    margin-top: 10px;
    font-size: 1rem;
    color: white;
    font-family: var(--custom-font);
    background-color: var(--custom-black);
    transition: all 0.3s ease-out;
    width: 100%;
}
body.woocommerce-checkout .woocommerce form .form-row select, body.woocommerce-checkout .woocommerce-page form .form-row select, body.woocommerce-checkout .select2-container--default .select2-selection--single {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 10px !important;
    font-family: var(--custom-font);
    /* height: 50px !important; */
    margin: 10px 0 !important;
    padding: 0 15px !important;
    border: 1px solid var(--custom-border) !important;
    transition: all 250ms ease-out;
    font-size: 1rem !important;
}
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    
    padding-left: 0px;
  padding-right: 0px; 
    
    /* padding-top: 10px; */
}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
   
    top: 18%;
    right: 6px;
  
} 
body.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, body.woocommerce-checkout .woocommerce form.checkout_coupon button:hover {
    background-color: var(--custom-blue);
    transition: all 0.3s ease-out;
    cursor: pointer;
}
body.woocommerce-checkout p.lost_password a {
    color: var(--custom-blue);
}
body.woocommerce-checkout p.lost_password{
    margin-top: 20px;
    text-align: center;
}
.login-form form,
.coupon-form form,
.checkout-left {
    display: flex;
    flex-direction: column;
}

.login-form form label,
.coupon-form form label {
    width: fit-content;
}

.login-form form input,
.coupon-form form input {
    font-family: var(--custom-font);
    height: 50px;
    margin: 10px 0;
    padding: 0 15px;
    border: 1px solid var(--custom-border);
    transition: all 250ms ease-out;
    font-size: 1rem;
}
h3#ship-to-different-address{
    font-size: 1rem;
}
.login-form form input:focus,
.coupon-form input:focus,
.checkout-left input:focus,
.checkout-area form .checkout-left textarea:focus {
    border: 1px solid var(--custom-black);
    transition: all 250ms ease-out;
}

.login-area .login-form form>div>input {
    width: 100%;
}

.check-forgot-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.checkbox-container input[type="checkbox"] {
    margin-right: 7px;
    width: 18px;
    height: 17px;
}

.login-form .forgot a {
    text-decoration: none;
    color: var(--custom-blue);
}

.login-form form button,
.coupon-form button {
    border: none;
    height: 50px;
    margin-top: 10px;
    font-size: 1rem;
    color: white;
    font-family: var(--custom-font);
    background-color: var(--custom-black);
    transition: all 0.3s ease-out;
}

.login-form form button:hover,
.coupon-form button:hover {
    background-color: var(--custom-blue);
    transition: all 0.3s ease-out;
    cursor: pointer;
}

/* <!-- ==========Checkout Area========== --> */
.checkout-area form {
    display: flex;
    gap: 50px;
}

.checkout-area form .checkout-left {
    width: 60%;
    background-color: #fff;
    padding: 50px;
    color: var(--custom-black);
}

.checkout-area form .checkout-right {
    width: 40%;
    padding: 50px;
    background-color: #fff;
    color: var(--custom-black);
}
.checkout-area form .checkout-right .shop_table td{
    padding: 9px 12px;
}
.checkout-area form .checkout-right th.product-total, .checkout-area form .checkout-right td.product-total, .checkout-area form .checkout-right tr.cart-subtotal td, .checkout-area form .checkout-right tr.electrokart-order-total td,  .checkout-area form .checkout-right tr.cart-discount td{
    text-align: right;
}


/* Checkout Left */
.checkout-area form .star {
    color: red;
}

.checkout-left h3,
.checkout-right h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.6rem;
}

.checkout-left .name-area,
.checkout-left .state-area {
    display: flex;
    gap: 40px;
}

.checkout-left .name-area div,
.checkout-left .state-area>div {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.checkout-area form .checkout-left label {
    width: fit-content;
    font-weight: 500;
    margin-top: 10px;
}

.checkout-area form .checkout-left textarea {
    outline: none;
    margin-top: 10px;
    padding: 10px;
    resize: none;
    font-family: var(--custom-font);
    font-size: 1rem;
    border: 1px solid var(--custom-border);
    transition: all 250ms ease-out;
}

/* Checkout Right  */
.checkout-right {
    height: fit-content;
}

.checkout-right ul {
    list-style: none;
}

.checkout-right ul li {
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;*/
}

.checkout-right ul li:not(:last-child) {
    border-bottom: 1px solid #E0E2E3;
}

.checkout-right ul .product-list p:first-child {
    color: #55585B;
}

.checkout-right ul .product-list span {
    color: var(--custom-black);
    font-weight: 500;
}

.checkout-right ul .subtotal p:last-child,
.checkout-right ul .shipping span {
    color: var(--custom-blue);
}

.checkout-right .shipping div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.checkout-right .shipping div input {
    margin-left: 5px;
}

.checkout-right ul li:last-child,
.checkout-right ul li:first-child {
    font-weight: 500;
    font-size: 1.1rem;
}

/* .checkout-payment */
.checkout-payment {
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E2E3;
}


.checkout-payment div label {
    font-weight: 500;
}

.checkout-payment div {
    margin-top: 15px;
}

.checkout-payment .checkout-payment-info div {
    position: absolute;
    background-color: #f6f7f9;
    height: 20px;
    width: 20px;
    top: -25px;
    rotate: 45deg;
}

.checkout-payment .checkout-payment-info {
    position: relative;
    background-color: #f6f7f9;
    padding: 20px;
    font-size: 0.90rem;
    display: none;
}

/* checkout-submit */
.checkout-submit button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    height: 50px;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    color: white;
    font-family: var(--custom-font);
    background-color: var(--custom-blue);
    transition: all 0.3s ease-out;
    margin-top: 20px;
}

.checkout-submit button:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    cursor: pointer;
    color: white;
    background-color: var(--custom-black);
    transition: all 0.3s ease-out;
}

/* Footer */
.s-footer {
    font-family: var(--custom-font);
}

footer {
    background-color: #f4f7f9;
    padding: 6% 6% 2% 6%;
    width: 100%;
}

footer .navbar-logo {
    height: 35px;
}

.top-footer {
    display: flex;
    gap: 90px;
}

.social-area,
.account-area,
.information-area,
.contact-us-area {
    width: 20%;
}

.social-area div {
    margin-bottom: 25px;
    color: #010f1c;
    font-size: 1.1rem;
}

.social-area div:nth-child(3) a {
    background-color: #fff;
    display: inline-block;
    border-radius: 6px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    transition: all 0.3s ease-out;
}

.social-area div:nth-child(3) a:hover {
    background-color: #0989FF;
    color: white;
    transition: all 0.3s ease-out;
}

.information-area h3,
.account-area h3,
.contact-us-area h3 {
    font-size: 1.4rem;
    color: #010f1c;
    margin-bottom: 20px;
}

.information-area ul li,
.account-area ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 0.89rem;
    color: #55585B;
    transition: all 0.3s ease-out;
}

.information-area ul li a:hover,
.account-area ul li a:hover,
.contact-us-area>div>h4 a:hover,
.contact-us-area>div:nth-child(3) div a:hover {
    color: #0989FF;
    transition: all 0.3s ease-out;
}

.contact-us-area div {
    margin-top: 15px;
}

.contact-us-area>div>span {
    color: #55585B;
}

.contact-us-area>div>h4 a {
    font-size: 1.3rem;
    color: #010f1c;
}

.contact-us-area>div:nth-child(3) div {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #55585B;
}

.bottom-footer {
    margin-top: 3%;
    padding: 2% 0;
    border-top: 1px solid rgba(1, 15, 28, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-footer img {
    width: 60px;
    margin-right: 5px;
}
/********************************************************
****************Check Out Page Css End*******************
*********************************************************/

/********************************************************
*********************Cart Page Css End*******************
*********************************************************/
/* .cart-main */
.cart-main {
    padding: 6%;
    font-family: var(--custom-font);
    color: var(--custom-black);
}
.cart-breadcrumb ul li:first-child {
    list-style: none;
    margin-left: 25px;
    list-style-image: url(../assets/svg/home.svg);
}
.cart-breadcrumb ul li:last-child {
    color:var(--custom-black);
}
/* .cart-area */
.cart-area {
    margin-top: 4%;
    display: flex;
    justify-content: center;
    gap: 50px;
}

/* .cart-left */
.cart-area .cart-left {
    width: 70%;
}

/* .cart-right */
.cart-area .cart-right {
    width: 30%;
}

/* cart-left-ul */
.cart-area .cart-left ul {
    list-style: none;
}

/* .cart-area .cart-left Header wishlist-area-header */
.cart-area .cart-left ul li:first-child,
.wishlist-area ul li:first-child, tr.electrokart-wishlist-header {
    background-color: #f1f3f4;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 10px 0;
}

.cart-area .cart-left ul li {
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
}

.cart-area .cart-left ul li:first-child div:first-child,
.wishlist-area ul li:first-child div:first-child {
    padding-left: 30px;
}

.cart-area .cart-left ul li .ca-product-img-area,
.cart-area .cart-left ul li:first-child div:first-child,
.wishlist-main .wishlist-area ul li .wa-product-img-area,
.wishlist-main .wishlist-area ul li:first-child div:first-child {
    width: 50%;
}
.cart-area .cart-left ul li .ca-product-img-area, .cart-area .cart-left ul li:first-child div:first-child{
    width: 40%;
}
.cart-area .cart-left ul .cart-area-product-item .ca-product-price,
.cart-area .cart-left ul .cart-area-product-item .ca-product-quantity,
.cart-area .cart-left ul .cart-area-product-item .ca-product-action,
.cart-area .cart-left ul li:first-child div:not(:first-child),
.wishlist-main .wishlist-area .wishlist-area-product-item .wa-product-price,
.wishlist-main .wishlist-area .wishlist-area-product-item .wa-product-add-to-cart-area,
.wishlist-main .wishlist-area .wishlist-area-product-item .wa-product-action,
.wishlist-main .wishlist-area ul li:first-child div:not(:first-child) {
    width: 20%;
}
.cart-area .cart-left ul .cart-area-product-item .ca-product-price,
.cart-area .cart-left ul .cart-area-product-item .ca-product-quantity,
.cart-area .cart-left ul .cart-area-product-item .ca-product-action,
.cart-area .cart-left ul li:first-child div:not(:first-child){
    width: 15%;
}

/* <!-- cart-left product --> */
.cart-area .cart-left ul .cart-area-product-item .ca-product-img-area,
.cart-area .cart-left ul .cart-area-product-item .ca-product-price,
.cart-area .cart-left ul .cart-area-product-item .ca-cart-quantity,
.cart-area .cart-left ul .cart-area-product-item .ca-product-quantity, .cart-area .cart-left ul .cart-area-product-item .ca-product-subtotal,
.cart-area .cart-left ul .cart-area-product-item .ca-product-action,
.wishlist-main .wishlist-area .wishlist-area-product-item .wa-product-img-area,
.wishlist-main .wishlist-area .wishlist-area-product-item .wa-product-price,
.wishlist-main .wishlist-area .wishlist-area-product-item .wa-product-add-to-cart-area,
.wishlist-main .wishlist-area .wishlist-area-product-item .wa-product-action {
    display: flex;
    align-items: center;
}

.cart-area .cart-left ul .cart-area-product-item .ca-product-img,
.wishlist-main .wishlist-area .wishlist-area-product-item .wa-product-img-area .wa-product-img {
    background-color: #f1f3f4;
    margin-right: 20px;
}

.cart-area-product-item,
.wishlist-area-product-item, tr.electrokart-wishlist-body td {
    border-bottom: 1px solid var(--custom-border);
    padding: 30px 0;
}

.cart-area .cart-left ul .cart-area-product-item .ca-product-img img,
.wishlist-area .wishlist-area-product-item .wa-product-img img {
    width: 100px;
    object-fit: contain;
}

.cart-area .cart-left ul .cart-area-product-item .ca-product-quantity .ca-cart-quantity {
    border: 1px solid var(--custom-border);
    padding: 5px 10px;
    border-radius: 50px;
}


.cart-area .cart-left ul .cart-area-product-item .ca-product-quantity .ca-cart-quantity .quantity {
    display: flex;
    justify-content: center;
}
.cart-area .cart-left ul .cart-area-product-item .ca-product-quantity .ca-cart-input,
.cart-area .cart-left ul .cart-area-product-item .ca-product-quantity .ca-cart-minus,
.cart-area .cart-left ul .cart-area-product-item .ca-product-quantity .ca-cart-plus {
    margin: 0 5px;
}
input.ca-cart-minus, input.ca-cart-plus {
    border: 0;
    background: #0000;
    font-size: 30px;
    color: #818487;
}
input.ca-cart-plus {
    
    font-size: 20px;
}
/* Chrome, Safari, Edge, Opera */
.cart-area .cart-left ul .cart-area-product-item .ca-product-quantity input.qty::-webkit-outer-spin-button,
.cart-area .cart-left ul .cart-area-product-item .ca-product-quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cart-area .cart-left ul .cart-area-product-item .ca-product-quantity input.qty {
  -moz-appearance: textfield;
}
.cart-area-product-item .ca-product-quantity .ca-cart-input input[type=text] {
    border: none;
    text-align: center;
    width: 30px;
    font-family: var(--custom-font);
}

.cart-area .cart-left ul .cart-area-product-item .ca-product-action i,
.wishlist-main .wishlist-area .wishlist-area-product-item .wa-product-action .wa-product-action-btn i {
    margin-right: 5px;
}

.cart-area .cart-left ul .cart-area-product-item .ca-product-action .ca-product-action-btn,
.wishlist-main .wishlist-area .wishlist-area-product-item .wa-product-action .wa-product-action-btn {
    font-family: var(--custom-font);
    color: #818487;
    background-color: white;
    border: none;
    transition: all 0.3s ease-out;
}

.cart-area .cart-left ul .cart-area-product-item .ca-product-action .ca-product-action-btn:hover,
.wishlist-main .wishlist-area .wishlist-area-product-item .wa-product-action .wa-product-action-btn:hover {
    color: red;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

/* <!-- cart-left bottom  --> */
.cart-left .cart-left-bottom {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.cart-left .cart-left-bottom .cart-couponcode-input {
    height: 50px;
    font-family: var(--custom-font);
    font-size: 0.90rem;
    margin-top: 10px;
    width: 280px;
    border: 1px solid var(--custom-border);
    padding: 0 15px;
    transition: all 0.3s ease-out;
}

.cart-left .cart-left-bottom .cart-couponcode-input:focus {
    border: 1px solid var(--custom-black);
    transition: all 0.3s ease-out;
}

.cart-left .cart-left-bottom .cart-coupon-submit-btn {
    height: 50px;
    border: none;
    background-color: var(--custom-black);
    font-family: var(--custom-font);
    font-weight: 500;
    padding: 10px 30px;
    color: white;
    transition: all 0.3s ease-out;
}

.cart-left .cart-left-bottom .cart-coupon-submit-btn:hover {
    transition: all 0.3s ease-out;
    background-color: var(--custom-blue);
    cursor: pointer;
    color: #fff;
}

.cart-left .cart-left-bottom .clear-cart .clear-cart-btn {
    background-color: #fff;
    border: 1px solid var(--custom-border);
    font-family: var(--custom-font);
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 30px;
    height: 50px;
    transition: all 0.3s ease-out;
}

.cart-left .cart-left-bottom .clear-cart .clear-cart-btn:hover {
    background-color: var(--custom-blue);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

/* .cart-right */
.cart-area .cart-right {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: fit-content;
}

.cart-right ul {
    list-style: none;
}

.cart-area .cart-right ul li {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.cart-area .cart-right ul li:not(:last-child) {
    border-bottom: 1px solid var(--custom-border);
}

.cart-area .cart-right ul .sub-total-header,
.cart-area .cart-right ul .total-amount-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 1.2rem;
}
th.sub-total-header, td.sub-total-amount{
    
    font-weight: 500;
    font-size: 1.2rem;
}
td.sub-total-amount{
    text-align: right;
}
.cart-area .cart-right ul .shipping>div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.electrokart-cart-shipping-body{
    padding: 20px 12px;
}
.electrokart-cart-shipping-body> p {
    font-weight: 500;
    margin-bottom: 7px;
}
.cart-area .cart-right ul .shipping .flat-rate,
.cart-area .cart-right ul .shipping .local-pickup-rate {
    color: var(--custom-blue);
}

.cart-area .cart-right ul .shipping>p {
    font-weight: 500;
    margin-bottom: 7px;
}

.cart-area .cart-right .checkout-proceed .checkout-proceed-btn {
    width: 100%;
    height: 50px;
    border: none;
    font-family: var(--custom-font);
    background-color: var(--custom-black);
    color: white;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease-out;
}

.cart-area .cart-right .checkout-proceed .checkout-proceed-btn:hover {
    background-color: var(--custom-blue);
    cursor: pointer;
    transition: all 0.3s ease-out;
}
/********************************************************
*********************Cart Page Css End*******************
*********************************************************/


/********************************************************
********************Wishlist Page css Start**************
*********************************************************/
.yith_wcwl_wishlist_footer .yith-wcwl-share{
    display: none;
}
table.wishlist_table thead th{
    border-top: 0;
}
.electrokart-wishlist, table.wishlist_table {
    font-size: 16px;
    font-family: 'Jost';
}
.wishlist_table .product-add-to-cart a {
    display: table!important;
    margin: 0 !important;
    text-align: center;
    background-color: var(--custom-blue);
    font-family: var(--custom-font);
    padding: 9px 26px;
    font-size: 0.90rem;
    font-weight: 500;
    border: none;
    color: white;
    transition: all 0.3s ease-out;
}
.wishlist_table tr td.product-thumbnail a{
    max-width: 100px;
}
.wishlist_table tr td{
    text-align: left;
}
.electrokart-wishlist td.product-thumbnail {
    width: 9%;
}
.electrokart-wishlist td.product-name {
    width: 51%;
}

.electrokart-wishlist td.product-price {
    width: 15%;
}

.electrokart-wishlist td.product-add-to-cart {
    width: 15%;
}

.electrokart-wishlist td.product-remove {
    width: 15%;
}

.wishlist-main {
    padding: 6%;
    font-family: var(--custom-font);
    color: var(--custom-black);
}

.wishlist-area ul {
    width: 100%;
    list-style: none;
    margin-top: 30px;
}

.wishlist-area ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wishlist-area ul .wishlist-area-product-item .wa-product-add-to-cart-area .wa-product-add-to-cart-btn,
.wishlist-area-bottom .wa-bottom-go-to-cart-btn {
    background-color: var(--custom-blue);
    font-family: var(--custom-font);
    padding: 9px 26px;
    font-size: 0.90rem;
    font-weight: 500;
    border: none;
    color: white;
    transition: all 0.3s ease-out;
}

.wishlist-area ul .wishlist-area-product-item .wa-product-add-to-cart-area .wa-product-add-to-cart-btn:hover,
.wishlist-area-bottom .wa-bottom-go-to-cart-btn:hover {
    background-color: var(--custom-black);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.wishlist-area-bottom .wa-bottom-go-to-cart-btn {
    margin-top: 20px;
    border: 1px solid var(--custom-border);
    background-color: #fff;
    color: var(--custom-black);
}
/********************************************************
********************Wishlist Page css End**************
*********************************************************/
/********************************************************
*****************Single Product Page Css Start******************
********************************************************/

.product-page-product-details {
    display: flex;
    width: 100%;
    padding: 0 6%;
}

.product-page-product-details-img {
    display: flex;
    width: 58%;
    gap: 10px;
   /* height: fit-content;
    position: fixed;*/
    margin-right: 20px;
    padding-right: 20px;
    height: fit-content;
    position: sticky;
    top: 30px;
}

.product-small-img {
    display: flex;
    flex-direction: column;
    /*width: 10%;*/
}

ul.product-img-list {
    list-style: none;
}
ul.product-img-list li{
    margin-bottom: 10px;
}
ul.product-img-list li img, .product-small-img .woocommerce-product-gallery__image img {
    width: 120px;
    height: 120px;
    background-color: #F4F5F7;
}

ul.product-img-list img:hover {
    border: 1px solid #000;
    transition: .3s;
}
ul.product-img-list li:first-child img {
    border: 1px solid #000;
    transition: .3s;
}
.product-main-img {
    position: relative;
}
.product-main-img img {
    background: #f4f5f7;
    max-width: 100%;
}
.product-page-product-details-area {
    width: 42%;
    padding-left: 20px;
}
.product-page-product-details-area p, .product-page-product-details-area h3, .product-page-product-details-area span, .product-page-product-details-area ul li, .product-description-tab-container p, .product-description-tab-container h3, .product-description-tab-container h4, .product-description-tab-container, .related-product, .related-product p, .related-product h2, .related-product h3, .related-product a{

    font-family: 'Jost', sans-serif;
}
.product-page-product-details-area p.product-page-product-category, .product-page-product-details-area .product-in-stock span.review-text, .product-page-product-details-area p.product-short-descriptions, .product-page-product-details-area .product-price span.regular-price, .product-page-product-details-area p.variation-title, .product-page-product-details-area .product-quantity-add-cart p.product-quantity-text,  .product-page-product-details-area p.product-sku, .product-page-product-details-area p.product-tag, .product-page-product-details-area span.product-share-text, .product-page-product-details-area ul.product-offer-list li, .product-page-product-details-area .product-payment, .product-description-tab-container p.product-description  {
    font-size: 16px;
    color: #595d5e;
    font-weight: 400;
}

.product-page-product-details-area h3.product-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}
.product-page-product-details-area .product-in-stock, .product-page-product-details-area p.product-short-descriptions, .product-page-product-details-area .product-price, .product-page-product-details-area ul.variation-list, .product-page-product-details-area .sale-banner, .product-page-product-details-area .product-quantity, .product-page-product-details-area button.buy-now, .product-page-product-details-area .product-share-buttons, .product-page-product-details-area ul.product-offer-list  {
    margin-bottom: 20px;
}

.product-page-product-details-area .product-in-stock span {
    margin-right: 10px;
    
}



.product-page-product-details-area .product-in-stock span.in-stock {
    background: #f1f8ff;
    padding: 5px 15px;
    /* display: inline-block; */
    font-size: 14px;
}

.product-page-product-details-area .product-in-stock span.review-icon {
    color: #ffb21d;
    font-size: 12px;
}
.product-page-product-details-area .product-in-stock span.review-text, .product-page-product-details-area p.variation-title, .product-page-product-details-area .product-quantity-add-cart p.product-quantity-text {
    font-size: 14px;
}
.product-page-product-details-area .product-price {
    word-spacing: 5px;
    
}
.product-page-product-details-area .product-price span.regular-price {
    text-decoration: line-through;
}
.product-page-product-details-area .product-price span.sale-price {
    font-size: 24px;
    font-weight: 600;
}
.single-product div.product p.price {
    margin-bottom: 20px;
}
.single-product div.product p.price del{
    font-size: 16px;
}
body.single-product .woocommerce-variation-price {
    margin-bottom: 20px;
}
body.single-product div.product form.cart, body.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    
}
body.single-product div.product form.cart .button {
   border-radius: 0;
    width: calc(100% - 3.4em);
    margin-left: .4em;
    background: #0989FF;
}
body.single-product div.product form.cart .button:hover {
    background: #010F1C;
}
body.single-product .yith-wcwl-add-to-wishlist{
    margin-top: 0;
    margin-bottom: 20px;
}
body.single-product .yith-wcwl-wishlistexistsbrowse {
    display: flex;
    border: 1px solid #010F1C;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    
}
body.single-product span.wishlist-icon .yith-wcwl-wishlistexistsbrowse {
    display: flex;
    border:0px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    gap: 0px;
    
}
body.single-product span.wishlist-icon a.electrokart-browse-wishlist{
    display: none;
}
body.single-product span.wishlist-icon .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{
    margin-right: 0;
}
body.single-product .yith-wcwl-wishlistexistsbrowse:hover {
    background-color: #010F1C;
    color: #fff;
}
body.single-product a.add_to_wishlist.single_add_to_wishlist {
    border: 1px solid #010F1C;
    padding: 10px;
    display: inline-block;
    /* width: 42px; */
}
body.single-product span.wishlist-icon a.add_to_wishlist.single_add_to_wishlist {
    border: 0px;
    padding: 0px;
    display: inline-block;
    /* width: 42px; */
}
body.single-product a.add_to_wishlist.single_add_to_wishlist:hover {
    background-color:  #010F1C;
   color: #fff;
}
body.single-product .yith-wcwl-add-button>a i{
    margin: 0;
}
.qib-button-wrapper{
    margin: 0;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
  
    padding: 6px;
    width: 2.4em;
    background: #f3f5f6;
 
}
.product-page-product-details-area p.variation-title, .product-page-product-details-area .product-quantity-add-cart p.product-quantity-text{
    margin-bottom: 10px;
}
.product-page-product-details-area ul.variation-list {
    display: flex;
    list-style: none;
    gap: 10px;
    
}
/* .product-page-product-details-area ul.variation-list li {
     background: #fff;
    
    box-shadow: 0 1px 2px #010f1c33;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px; 
} */
.product-page-product-details-area ul.variation-list li a span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* background: red; */
    display: block;
    box-shadow: 0 1px 2px #010f1c33;
    
}
.product-page-product-details-area ul.variation-list li a  span:hover  { 
    border: 5px solid #fff;
}
.product-page-product-details-area ul.variation-list li:nth-child(1) a span{
background-color: cyan;
}
.product-page-product-details-area ul.variation-list li:nth-child(2) a span{
background-color: darkgray;
}
.product-page-product-details-area ul.variation-list li:nth-child(3) a span{
background-color: orange;
}
.product-page-product-details-area .sale-banner {
    display: flex;
    justify-content: space-between;
    border: 1px solid #FD4B6B;
    padding: 10px 20px;
    background: #fd4b6b0d;
    font-size: 17px;
    font-weight: 600;
    color: #fd4b6b;
}
.product-page-product-details-area .product-quantity{
    padding: 12px 15px;
    background:#f3f5f6;
    display: inline-block;
    height: 47px;
    width: 25%;
    display: flex;
    justify-content: center;
}

.product-page-product-details-area .quantity-and-cart-button {
    display: flex;
    gap: 15px;
}
.product-page-product-details-area span.product-quantity-minus button, .product-page-product-details-area span.product-quantity-plus button {
    border: 0px;
    background: transparent;
    font-size: 17px;
    margin: 0 5px;
}
.product-page-product-details-area span.product-quantity-number input {
    border: 0;
    background: transparent;
    width: 30px;
    text-align: center;
    font-size: 17px;
    font-weight: 300;
}
/* Chrome, Safari, Edge, Opera */
.product-page-product-details-area span.product-quantity-number input::-webkit-outer-spin-button,
.product-page-product-details-area span.product-quantity-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.product-page-product-details-area span.product-quantity-number input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.product-page-product-details-area .quantity-and-cart-button button.add-to-cart {
    height: 47px;
    width: 75%;
    background-color: transparent;
    border: 1px solid #E0E2E3;
    color: #010F1C;
    font-size: 17px;
    font-weight: 300;
}
.product-page-product-details-area .quantity-and-cart-button button.add-to-cart:hover{
    background-color: #010F1C;
    color: #fff;
}
.product-page-product-details-area button.buy-now {
    width: 100%;
    height: 47px;
    background: #0989FF;
    border: 0;
    color: #fff;
    font-size: 17px;
}
.product-page-product-details-area button.buy-now:hover {
   
    background: #010F1C;
    
}
.product-page-product-details-area .divider {
    border-bottom: 1px solid #55585b73;
    margin: 20px 0;
}
.product-page-product-details-area .product-share-buttons .product-share-icon i {
    border: 1px solid #55585B;
    border-radius: 50%;
    padding: 10px;
    
    /* display: flex; */
    text-align: center;
    margin-right: 10px;
    color: #55585B;
}
.product-page-product-details-area ul.product-offer-list {
    list-style: none;
}

.product-page-product-details-area ul.product-offer-list li {
    margin-left: 20px;
    position: relative;
}

.product-page-product-details-area ul.product-offer-list li:before {
  
    content: "";
    position: absolute;
    /* margin-right: 15px; */
    height: 16px;
    width: 16px;
    background: url(../assets/svg/check-box.svg);
    left: -23px;
    top: 4px;
}
.product-page-product-details-area .product-payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f3f5f6;
    padding: 18px 30px;
}
.product-description-tab-container, .related-product {
    padding: 115px 6% 0px;
}

.product-description-tab-container .product-tab-header {
    display: flex;
    justify-content: center;
    gap: 40px;
    border-bottom: 1px solid #595d5e6b;
    padding-bottom: 20px;
    font-size: 20px;
    color: #595d5e;;
}
.product-description-tab-container .product-tab-body {
    padding: 80px 0;
    display: flex;
    justify-content: center;
}

.product-description-tab-container .product-description-tab {
    width: 80%;
}
h4.product-category {
    color: #010F1C;
    font-size: 20px;
    margin-bottom: 15px;
}

.product-description-tab-container h3.product-title {
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
}
.product-description-tab-container p.product-description {
    line-height: 2em;
}
body.single-product div#tab-description{
    padding: 80px;
}
body.single-product div#tab-additional_information {
    padding: 40px 80px 80px 80px;
}
.product-description-tab-container .shop-single-product.product {
    flex-basis: 24%;
}

.product-description-tab-container div.add-to-cart{
	display:none;
}
.product-description-tab-container .shop-single-product-img {
	height:310px !important;
}
.product-description-tab-container .yith-wcwl-add-to-wishlist{
	margin-bottom:0 !important;
}
.product-description-tab-container a.add_to_wishlist.single_add_to_wishlist{
	border:0 !important
}
.product-description-tab-container  a.add_to_wishlist.single_add_to_wishlist:hover {
    background-color: #010f1c00 !important;
    color: #fff;
}
.product-description-tab-container  .shop-single-product-img img{
	width:100%;
	object-fit:contain;
}
span.tab-title:hover:after {
    /* border-bottom: 2px solid red; */
    position: relative;
    content: "";
    width: auto;
    height: 1px;
    background: #010F1C;
    display: block;
    top: 21px;
    text-align: center;
}
.divider {
    border-bottom: 1px solid #55585b73;
    
}
.heading-area {
    text-align: center;
    margin-bottom: 40px;
}

.heading-area h2.main-heading {
    font-size: 44px;
}
.heading-area p.sub-heading {
    color: #0989FF;
    font-size: 18px;
}
.related-product-container {
    display: flex;
    gap: 30px;
}

.related-single-product {
    display: flex;
    flex-direction: column;
    width: 25%;
    position: relative;
}
.related-single-product p.product-page-product-category{
    margin-top: 10px;
}
.related-single-product span.product-reguler-price {
    text-decoration: line-through;
    color: #595d5e;
    font-size: 15px;
}
.related-single-product span.product-sale-price{
    font-weight: 500;
    margin-right: 5px;
}
.related-single-product h3.product-title{
    margin-bottom: 10px;
}
.related-single-product h3.product-title a{
    font-weight: 400;
    font-size: 23px;

}
.related-single-product p.product-category{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    color: #595d5e;
    margin-top: 10px;
}
.related-single-product-img{
    position: relative;
    overflow: hidden;
    background-color: #e7eff2;
}
.related-single-product-img img {
    max-width: 100%;
    background: #f5f6f8;
    transition: .3s;
    height: fit-content !important;
    object-fit: cover;

}
.related-single-product:hover .related-single-product-img img  {
    
    transition: .3s;
    transform: scale(1.1);
}

.related-single-product span.sale-percentage {
    position: absolute;
    background: #010F1C;
    color: #fff;
    border-radius: 50%;
    padding: 17px 6px;
    width: 50px;
    height: 50px;
    /* display: inline; */
    text-align: center;
    top: 20px;
    left: 20px;
    font-size: 12px;
}
a.add-to-cart {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    background: #010f1c;
    /* display: block; */
    /* height: 45px; */
    color: #fff;
    padding: 8px;
    transition: .8s ease;;
    display: none;
}

.related-single-product:hover a.add-to-cart {
    display: block;
    transition: .8s ease;
}
.cart-wishlist-panel {
    position: absolute;
    top: 20px;
    right: -200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 1px 1px #f1f1f1;
    border-radius: 1px;
    transition: .3s ease;;
   
}

.related-single-product:hover .cart-wishlist-panel{

    transition: .3s ease;
    right: 20px;
}
span.add-to-cart-icon i, span.wishlist-icon i {
    background: #fff;
    padding: 13px;
    color: #010f1c;
    transition: .3s ease;
}
span.add-to-cart-icon i:hover, span.wishlist-icon i:hover {
    background: #010f1c;
    color: #fff;
    transition: .3s ease;
}

body.single-product .woocommerce-Reviews {
    display: flex;
    padding: 40px 20px;
}

body.single-product div#comments, body.single-product div#review_form_wrapper {
    width: 50%;
}
/* rana costomer review style  */
.customer-review {
    width: 85%;
    padding: 4% 5%;
    border: 0.5px solid #ddd;
    font-family: 'Jost', sans-serif;
    margin-bottom: 50px;
}

.customer-review-text h3 {
    font-size: 20px;
    color: #010F1C;
    font-weight: 500;
    padding-bottom: 1%;
}

.avarage-rating-container,
.container-of-5star,
.container-of-4star,
.container-of-3star,
.container-of-2star,
.container-of-1star {
    display: flex;
    align-items: center;
}

.container-of-5star,
.container-of-4star,
.container-of-3star,
.container-of-2star,
.container-of-1star {
    line-height: 26px;
}

.avarage-rating,
.star-review {
    padding-right: 2%;
}

.avarage-rating h3 {
    font-size: 40px;
    font-weight: 500;
}

.star-review i {
    color: #ffb21d;
}

.star-count {
    font-size: 15px;
    color: #a0a2a4;
    padding-right: 2%;
}

.total-percentage {
    width: 79%;
    height: 10px;
    background-color: #edeeee;
    margin-right: 2%;
}

.rated-percentage-5star,
.rated-percentage-4star,
.rated-percentage-3star,
.rated-percentage-2star,
.rated-percentage-1star {
    height: 10px;
    background-color: #ffb21d;
    line-height: 26px;
}

.rated-percentage-5star {
    width: 82%;
}

.rated-percentage-4star {
    width: 30%;
}

.rated-percentage-3star {
    width: 15%;
}

.rated-percentage-2star {
    width: 6%;
}

.rated-percentage-1star {
    width: 10%;
}

.percentage-of-rating {
    font-size: 14px;
    font-weight: 400;
}
/*******************************************************
*****************Single Product Page Css End********************
********************************************************/


/*******************************************************
*****************My Account Page Css Start********************
********************************************************/

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

nav.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
    /* height: fit-content; */
    /* margin: 0px 12px; */
    box-shadow: 0 30px 50px #052f281f;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 14px 30px;
    font-size: 15px;
}

.woocommerce-MyAccount-content{
    padding:25px 30px 30px
}

/* profile section style */
.login-section {
    display: flex;
    align-items: center;
    padding-bottom: 80px;
  }
  .profile-description {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .profile-picture {
    position: relative;
  }
  .profile-picture img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-right: 16px;
  }
  .profile-picture i {
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    background-color: #0989ff;
    position: absolute;
    bottom: 16px;
    right: 6px;
    border: 2px solid white;
  }
  .profile-picture i:hover {
    background-color: rgb(5, 250, 5);
  }
  .user-profile-data h3 {
    font-size: 24px;
    font-weight: 700;
  }
  .user-profile-data p {
    font-size: 14px;
    font-weight: 400;
  }
  .logout {
    width: 50%;
    text-align: right;
  }
  .logout a.logout-button, a.edit {
    background-color: white;
    padding: 6px 18px;
    border: 1px solid rgba(1, 15, 28, 0.12);
    color: #010f1c;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.5s ease-in-out;
  }
  .logout a.logout-button:hover, a.edit:hover {
    background-color: #0989ff;
    color: white;
  }
  .othernav-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .download,
  .electrokart-order,
  .wishlist,
  .giftbox {
    text-align: center;
    position: relative;
    padding: 27px 30px 25px;
  }
  .download i,
  .electrokart-order i,
  .wishlist i,
  .giftbox i {
    font-size: 60px;
  }
  .download p,
  .electrokart-order p,
  .wishlist p,
  .giftbox p {
    height: 25px;
    width: 25px;
    color: white;
    background-color: #0989ff;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    line-height: 25px;
  }
  /* this line of code is written only for position the element on icon  */
  .download p {
    top: 30px;
    right: 39px;
  }
  .electrokart-order p {
    top: 26px;
    right: 25px;
  }
  .wishlist p {
    top: 24px;
    right: 20px;
  }
  .giftbox p {
    top: 17px;
    right: 23px;
  }
  .download h4,
  .electrokart-order h4,
  .wishlist h4,
  .giftbox h4 {
    font-size: 18px;
    font-weight: 600;
  }
  .u-columns.woocommerce-Addresses.col2-set.addresses, .woocommerce-Address {
    /* margin-top: 20px; */
    display: flex;
    /* gap: 20px; */
    /* justify-content: space-between; */
}
.electrokart-billing-address, .electrokart-shipping-address  {
    flex-basis: 50%;
}

.electrokart-billing-address address, .electrokart-billing-address h3, .electrokart-shipping-address address  , .electrokart-shipping-address h3  {
    margin-bottom: 20px;
}
.electrokart-billing-address address p, .electrokart-shipping-address address p {
    margin-bottom: 10px;
}

.electrokart-billing-address i, .electrokart-shipping-address i {
    font-size: 50px;
    padding-right: 15px;
    color: #0989ff;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads::before, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout::before {
    
    /* border: 1px solid #000; */
    width: 1000px;
    height: 10px;
    /* background: red; */
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before{
    content: "\f007";
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before{
    content: "\f328";
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads:before{
    content: "\f358";
   
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before{
    content: "\f279";
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before{
    content: "\f2b9";
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:before{
    content: "\f05c";
}
/*******************************************************
*****************My Account Page Css End********************
********************************************************/


/*******************************************************
*****************Drop Down Menu Design Start********************
********************************************************/
.nav-bottom-items li, .s-nav-list-item li {
    position: relative;
}
.nav-bottom-items li .sub-menu, .s-nav-list-item li .sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    width: 200px;
    z-index: 999;
    /* padding: 10px 20px; */
}
.nav-bottom-items li .sub-menu a, .s-nav-list-item li .sub-menu a{
    
color: #000;
   
}
.nav-bottom-items li .sub-menu a:hover, .s-nav-list-item li .sub-menu a:hover {
    background: #10d2f5;
}
.nav-bottom-items li.menu-item-has-children:hover> .sub-menu, .s-nav-list-item li.menu-item-has-children:hover> .sub-menu{
    display: block;
}

.nav-bottom-items .menu-item-has-children:hover .sub-menu a, .s-nav-list-item .menu-item-has-children:hover .sub-menu a{
    padding: 10px 20px;
    color: #000;
    display: block;
       
 }
 .nav-bottom-items .sub-menu li .sub-menu, .s-nav-list-item .sub-menu li .sub-menu{
    top: 0;
    left: 100%;
    
     
}

/*******************************************************
*****************Drop Down Menu Design End********************
********************************************************/

@media only screen and (max-width: 1080px) {

    .nav-top,
    .theme-navbar-search-main,
    .theme-navbar-search,
    .nav-account,
    .nav-cart,
    .nav-bottom,
    .header-nav {
        display: none;
    }


   /* .theme-navbar {
        position: sticky;
        top: 0;
        height: 170px;
        padding: 20px 30px;
    }*/

    .theme-navbar .theme-navbar-logo {
        height: 200px;
        width: 450px;
        object-fit: contain;
    }

    .theme-navbar .nav-hamburger {
        display: block;
    }
/*
    .product-category {
        flex-wrap: wrap;
    }

    .product-category-div {
        height: 800px;
        width: 100%;
    }

    .product-category-div div {
        height: 550px;
        width: 550px;
    }

    .product-category-div img {
        height: 260px;
        width: 220px;
    }

    .product-category-div a {
        margin-top: 20px;
        margin-bottom: 43px;
        font-size: 3.7rem;
    }

    .product-category-div p {
        font-size: 2.4rem;
    }
*/
    /* features-area */
    .features-area {
        flex-wrap: wrap;
        gap: 20px;
    }

    .features-area-div {
        border-radius: 30px;
        width: 100%;
        height: 300px;
        justify-content: flex-start;
        padding: 50px 100px;
        gap: 45px;
    }

    .features-area-div img {
        width: 100px;
        height: 100px;
    }

    .features-area-div p:nth-child(1) {
        font-size: 2.7rem;
        margin-bottom: 10px;
    }

    .features-area-div p:nth-child(2) {
        font-size: 2rem;
    }
}