@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+AU+NSW:wght@100..400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
    font-family: var(--f1);
}

a {
    text-decoration: none !important;
    display: inline-block !important;
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

img {
    width: 100%;
    display: block;
}

ul {
    padding: 0px;
    margin: 0px;
}

p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.78);
    padding: 0px;
    margin: 0px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}

:root {
    --c1: #000;
    --c2: #fff;
    --c3: #012367;
    --c4: #8b2e3e;
    --c5: #851010af;
    --c6: #517cd0;
    --f1: "Poppins", sans-serif;
    --f2: "Roboto", sans-serif;
    --f3: "Playwrite AU NSW", cursive;
    --f4: "Lora", serif;
}

::selection {
    background: var(--c5);
}

.wrapper {
    position: relative;
    overflow: hidden;
}

body {
    color: black;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--c3);
    opacity: 0.8;
}

::-webkit-scrollbar-thumb {
    background: var(--c4);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(102, 7, 23);
}

.inner-header {
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    background-position: center center !important;
    background-attachment: fixed !important;
}

.inner-header::before {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
}

.inner-banner-content h1 {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-transform: uppercase;
}

.inner-banner-content h1::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -138%;
    width: 262%;
    height: 120%;
    background-image: url("../images/inner-title-shape.png");
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.inner-header .container {
    position: relative;
}

.inner-header .inner-header-title h2 {
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-weight: 700;
}

.top-header {
    background: #fff;
    padding: 30px 0px;
    position: sticky;
    top: 0px;
    z-index: 1004;
    transition: 0.3s ease-in-out;
}

.h-icon {
    display: flex;
    gap: 19px;
}

.h-icon-box a p {
    float: right;
    line-height: 33px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 5px;
    color: rgb(255, 255, 255);
}

.h-icon-box a {
    color: var(--c2);
    font-size: 21px;
    cursor: pointer;
}

.input-header input {
    border: none;
    outline: none;
    font-size: 15px;
    background: var(--c2);
    border-radius: 0px 20px 20px 0px;
    color: white;
    padding: 6px 20px;
    width: 100%;
}

.input-header input::placeholder {
    color: rgba(39, 39, 39, 0.745);
}

.all-catagories>a {
    border: 0px;
    margin-bottom: -17px;
    outline: none;
    background: var(--c4);
    color: var(--c2);
    border-radius: 15px 0px 0px 15px;
    padding: 6px 20px;
    font-weight: 200;
    font-size: 15px;
    text-transform: capitalize;
}

.all-catagories>a i.far.fa-angle-down {
    padding-left: 10px;
}

.input-header>form>.input-header-flex>a {
    position: absolute;
    color: var(--c1);
    font-size: 16px;
    right: 15px;
    top: 6px;
}

.input-header-flex {
    display: flex;
    position: relative;
}

header.header {
    background: var(--c2);
}

.navigation nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
}

.navigation nav ul li a {
    color: rgba(0, 0, 0, 0.74);
    text-transform: uppercase;
    font-family: var(--f2);
    font-size: 15px;
    font-weight: 600;
}

.navigation nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
}

.main-header {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.header-botttom a {
    color: rgba(0, 0, 0, 0.64);
    font-weight: 500;
    text-decoration: underline !important;
}

.header-botttom {
    text-align: center;
    padding: 11px 0px;
}

.header-botttom span {
    color: var(--c4);
}

.logo-h {
    position: absolute;
    width: 160px;
    top: 22px;
    transition: 0.3s;
}

.banner-image img {
    height: 66px;
}

.banner-title {
    padding: 100px 0px;
    position: relative;
}

.banner-title span {
    font-size: 70px;
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
}

.banner-title h5 {
    color: var(--c2);
    font-weight: 300;
    font-size: 25px;
    text-transform: capitalize;
    font-family: var(--f2);
}

.banner-title h3 {
    color: var(--c2);
    font-size: 55px;
    font-weight: 600;
}

.banner-title h4 {
    font-size: 45px;
    font-family: var(--f2);
    color: var(--c2);
    font-weight: 200;
    text-transform: capitalize;
}

.banner-title p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 23px;
    padding: 18px 40px 18px 0px;
    font-weight: 400;
    font-family: var(--f2);
}

.banner-title h2 {
    color: white;
    font-size: 52px;
    font-weight: 600;
}

.banner-content {
    position: relative;
}

.banner-image {
    position: absolute;
    top: 214px;
    width: 60%;
}

a.main-btn {
    background: var(--c4);
    color: var(--c2);
    padding: 10px 30px;
    border-radius: 21px;
    text-transform: uppercase;
    font-family: var(--f1);
    font-size: 14px;
}

a.main-btn-2 {
    border-radius: 40px;
    border: 1px solid var(--c2);
    padding: 10px 30px;
    color: var(--c2);
    text-transform: uppercase;
    font-family: var(--f1);
    font-size: 14px;
}

.banner-btn a {
    margin-right: 11px;
    transition: 0.4s ease-in-out;
}

a.main-btn-2:hover {
    background: var(--c2);
    color: var(--c1);
    border-color: var(--c1);
}

.spacing {
    padding: 60px 0px;
}

.main-title {
    padding-bottom: 10px;
}

.main-title h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--f2);
    font-size: 33px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.main-title span {
    color: var(--c4);
    font-family: var(--f2);
}

.main-title h2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--c4);
    bottom: 8px;
    border-radius: 16px;
    left: 0px;
}

.main-title h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--c4);
    bottom: 5px;
    border-radius: 3px;
    left: 0px;
}

.nav {
    gap: 30px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: rgb(255, 255, 255);
    background-color: var(--c3);
    text-transform: capitalize;
    font-size: 14px;
    font-family: var(--f2);
    border-radius: 21px;
}

.nav-link {
    color: var(--c4);
    background-color: rgb(204, 204, 204);
    text-transform: capitalize;
    font-size: 14px;
    font-family: var(--f2);
    border-radius: 21px;
}

.nav-pills .nav-link {
    background: rgb(238, 238, 238);
    border: 0px;
    border-radius: 40px;
    text-transform: capitalize;
    font-family: var(--f2);
    font-weight: 500;
    padding: 7px 31px;
}

.product-tab-btns {
    padding-bottom: 25px;
    padding-top: 21px;
}

.stars ul {
    display: flex;
    color: rgb(255, 118, 0);
    font-size: 13px;
}

.stars p {
    font-size: 14px;
    font-family: var(--f2);
}

.product-info h3 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--f2);
}

.product-info>p {
    font-family: var(--f2);
    line-height: 20px;
    font-size: 14px;
    padding: 10px 0px;
    color: rgba(0, 0, 0, 0.8);
}

.price del {
    padding-right: 25px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.49);
}

.price span {
    font-weight: 600;
}

.product-item {
    position: relative;
}

.product-tag span {
    background: var(--c4);
    color: var(--c2);
    padding: 3px 12px;
    font-size: 13px;
    border-radius: 15px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.shop-now-btn.web-btn a {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.59);
    border-radius: 32px;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    padding: 4px 0px;
    margin-top: 11px;
    font-size: 15px;
}

section.quality {
    position: relative;
    overflow: hidden;
    background-position: 0% 80%;
    padding: 110px;
}

.quality-shape {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 58%;
}

.quality-content h3 {
    color: var(--c2);
    font-family: var(--f2);
    font-size: 44px;
    text-shadow: rgba(0, 0, 0, 0.51) 10px 9px 7px;
}

.quality-content p {
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--f2);
    padding: 10px 0px;
}

.quality-content {
    position: relative;
    z-index: 2;
    padding-left: 66px;
}

.categorie-info a h3 {
    color: var(--c1);
    font-size: 22px;
    padding: 9px 4px;
}

.categorie-box {
    margin: 20px 10px 0px;
    position: relative;
}

.categorie-tag span {
    position: absolute;
    top: 9px;
    background: var(--c4);
    color: var(--c2);
    padding: 3px 8px;
    border-radius: 30px;
    font-size: 12px;
    left: 10px;
}

.top-categories-slider .slick-prev,
.top-categories-slider .slick-next {
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-size: 20px;
    overflow: hidden;
    text-indent: -9999px;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.top-categories-slider .slick-prev::after,
.top-categories-slider .slick-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    font-size: 50px;
    color: rgba(151, 46, 63, 0.29);
    text-indent: 0px;
    display: inline-block;
}

.slick-prev::after {
    content: "ï“";
}

.slick-next::after {
    content: "ï”";
}

.off-sale-content h2 {
    color: var(--c2);
    font-size: 36px;
    font-weight: 600;
    width: 70%;
}

.off-sale-content p {
    color: var(--c2);
    font-size: 17px;
}

section.off-sale {
    padding: 30px 0px;
    position: relative;
    background-position: left !important;
}

.off-sale-alert h2 {
    font-family: var(--f2);
    color: var(--c2);
    font-weight: 600;
    font-size: 40px;
}

.off-sale-alert p {
    color: rgba(255, 255, 255, 0.75);
}

.off-sale-alert a {
    color: var(--c2);
    text-decoration: underline !important;
}

.stars {
    display: flex;
    align-items: center;
    gap: 20px;
}

.off-sale-content {
    padding: 10px 0px;
}

.off-sale-btn {
    padding: 30px 0px;
}

.section-icon img {
    position: absolute;
    width: 125px;
    top: 15px;
    left: 0px;
}

.featured-product-title.main-title {
    margin-bottom: 25px;
}

.shipping-title {
    color: white;
    padding-left: 173px;
}

.shipping-title h3 {
    font-size: 49px;
    font-family: var(--f2);
    padding-right: 90px;
    font-weight: 600;
}

.shipping-title h4 {
    font-weight: 600;
    font-size: 38px;
    line-height: 45px;
    text-transform: capitalize;
}

.shipping-title p {
    font-weight: 200;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.72);
}

section.shipping {
    padding: 50px 0px;
    position: relative;
}

.shipping .section-image img {
    width: 280px;
    object-fit: cover;
    position: absolute;
    top: 30px;
    left: 0px;
}

.shipping-btn {
    margin-top: 20px;
}

.about-us-images {
    position: relative;
    padding-right: 30px;
}

.about-us-images .image-two {
    position: absolute;
    bottom: -2px;
    right: -18px;
    width: 380px;
}

.about-us-images::before {
    content: "";
    background: var(--c4);
    position: absolute;
    right: 0px;
    top: 30px;
    width: 10px;
    height: 250px;
}

.about-us-content.main-title p {
    font-family: var(--f2);
    padding-bottom: 8px;
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.78);
}

.about-us-content {
    padding-left: 20px;
    padding-top: 20px;
}

.about-us-btn {
    padding-top: 15px;
}

.partner-items {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.partner-item {
    width: 120px;
}

.partner {
    background: rgba(1, 35, 103, 0.15);
    position: relative;
    padding: 32px 0px;
}

.headphone-image {
    position: absolute;
    left: 0px;
    top: -70px;
}

.laptop-image {
    position: absolute;
    right: 0px;
    top: -100px;
    width: 340px;
    animation: 2s ease-in-out 0s infinite normal none running floatUpDown;
}

.headphone-image {
    position: absolute;
    left: 20px;
    top: -80px;
    width: 215px;
    animation: 2s ease-in-out 0.5s infinite normal none running floatUpDown;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

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

.floating-box {
    animation: 2s ease-in-out 0s infinite normal none running floatUpDown;
}

.partner-item:hover {
    animation: 0.6s ease-in-out 0s infinite normal none running rotateSwing;
}

@keyframes rotateSwing {
    0% {
        transform: rotateZ(0deg);
    }

    25% {
        transform: rotateZ(-13deg);
    }

    75% {
        transform: rotateZ(13deg);
    }

    100% {
        transform: rotateZ(0deg);
    }
}

section.testimonial {
    padding-top: 100px;
}

.testi-upper-items {
    display: flex;
    gap: 30px;
}

.test-text h3 {
    font-size: 10px;
}

.testi-stars ul {
    color: rgb(255, 129, 0);
    display: flex;
    gap: 2px;
    font-size: 19px;
    align-items: center;
}

.testimonial-title .main-title {
    padding-bottom: 10px;
    width: 710px;
}

.testi-upper-items {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-bottom: 30px;
}

.testimonial-title {
    width: 20%;
}

.testi-stars {
    width: 10%;
}

.test-text {
    width: 47%;
}

.test-text h3 {
    font-size: 23px;
}

.test-text span {
    color: rgba(151, 46, 63, 0.79);
}

.testimonial-info {
    padding: 15px;
    background: rgba(1, 35, 103, 0.06);
    border-radius: 0px 0px 10px 10px;
    margin-top: 0px;
}

.testimonial-info ul {
    display: flex;
    color: rgb(235, 131, 2);
    gap: 2px;
}

.testimonial-info h3 {
    text-transform: capitalize;
    font-size: 20px;
    padding-top: 8px;
}

.testimonial-info p {
    line-height: 19px;
    font-size: 15px;
    font-family: var(--f2);
    color: rgba(0, 0, 0, 0.7);
}

.testimonial-info p {
    line-height: 19px;
    font-size: 15px;
    font-family: var(--f2);
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 10px;
}

.testimonial-info h6 {
    text-transform: capitalize;
    font-size: 13px;
    padding: 5px 0px;
}

.testimonial-info h6 i {
    color: rgb(0, 68, 0);
}

.testimonial-info a {
    text-transform: uppercase;
    color: black;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline !important;
}

.testimonial-info h5 {
    padding: 5px;
}

section.dream.spacing {
    position: relative;
    padding: 90px 0px;
    overflow: hidden;
}

.dream-shape {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60%;
}

.dream-content {
    position: relative;
}

.dream-content {
    padding: 0px 73px;
    position: relative;
}

.dream-content h4 {
    color: white;
    text-align: end;
    font-weight: 400;
    font-size: 19px;
}

.dream-content h2 {
    color: white;
    font-size: 87px;
    text-align: end;
    font-family: var(--f2);
}

.dream-content h2 span {
    color: var(--c4);
    text-shadow: rgba(0, 0, 0, 0.78) 6px 4px 1px;
}

.dream-content p {
    text-align: end;
    font-size: 43px;
    color: white;
    text-shadow: black 2px 2px 8px;
}

.dream-btn.main-btn {
    padding-left: 136px;
    padding-top: 21px;
}

.dream-btn {
    padding-left: 140px;
    padding-top: 33px;
}

.subscribe-content.main-title {
    text-align: center;
}

.input-field input {
    width: 100%;
    border: 1px solid var(--c3);
    padding: 6px 19px;
    border-radius: 18px;
    font-size: 16px;
}

.input-field input:focus {
    box-shadow: 0px 0px 3px var(--c3);
}

.input-field {
    margin: 0px 6px;
}

.input-field input::placeholder {
    color: rgba(0, 0, 0, 0.87);
}

.input-field.input-btn input {
    background: var(--c4);
    color: var(--c2);
    border: none;
    transition: 0.4s ease-in-out;
}

.input-btn input:hover {
    background: var(--c3);
}

.newsletter {
    padding-top: 30px;
}

section.subscribe.spacing {
    position: relative;
}

.subscribe-shape {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 348px;
    animation: 2s ease-in-out 0s infinite normal none running hangFloat;
}

@keyframes hangFloat {
    0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(15px);
    }

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

footer {
    padding-top: 70px;
    background-color: var(--c3);
    columns: var(--c2);
    padding-bottom: 15px;
}

.dream-content::before {
    content: "";
    background: rgba(255, 255, 255, 0.85);
    width: 100px;
    height: 7px;
    top: 6px;
    right: 315px;
    position: absolute;
    border-radius: 4px;
}

.f-social h3::before {
    content: "";
    background: white;
    position: absolute;
    width: 24%;
    height: 2px;
    bottom: 13px;
    left: -2px;
}

.f-social img {
    width: 23px;
    float: left;
    padding-right: 0px;
}

.f-social a {
    color: var(--c4);
    padding-left: 0px;
    text-decoration: underline !important;
}

.f-social h4 {
    color: var(--c2);
    padding-top: 10px;
    font-size: 18px;
}

.f-links p,
.f-social p {
    color: rgba(255, 255, 255, 0.71);
    font-size: 13px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.62);
    display: inline-block;
    margin-bottom: 20px;
}

.f-social ul {
    display: flex;
    justify-content: start;
    gap: 10px;
    font-size: 21px;
}

.f-social ul li {
    border: 1px solid white;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 41px;
    background: var(--c2);
}

.f-links h3,
.f-social h3 {
    color: var(--c2);
    font-size: 22px;
    font-family: var(--f2);
    padding-bottom: 30px;
    position: relative;
}

.f-social>a {
    color: rgba(255, 255, 255, 0.78);
    padding-left: 0px;
    padding-top: 20px;
    text-decoration: underline !important;
}

.list-styl ul li::before {
    content: ">";
    margin-right: 0.5em;
}

.f-links ul li {
    color: rgba(255, 255, 255, 0.54);
    padding-bottom: 12px;
}

.f-links ul li a {
    color: rgba(255, 255, 255, 0.87);
    font-weight: 200;
}

.f-links h3::before {
    content: "";
    position: absolute;
    background: white;
    width: 34%;
    height: 2px;
    border-radius: 10px;
    left: 0px;
    bottom: 21px;
}

.f-info ul li {
    color: rgb(255, 255, 255);
    padding-bottom: 16px;
    display: flex;
}

.f-info ul li i {
    padding-right: 10px;
    font-size: 19px;
}

.f-info ul li a {
    padding-left: 10px;
    text-decoration: underline !important;
}

.payment-img {
    width: 221px;
    height: 100%;
}

.copyright-text p {
    color: rgba(255, 255, 255, 0.78);
    margin-left: 20px;
}

.border-footer {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 10px 0px;
}

.payment-img img {
    height: 100%;
    object-fit: contain;
    margin-left: 390px;
}

.f-bottom {
    margin-top: 20px;
}

.card-btn.main-btn a {
    margin-top: 12px;
}

.card-icon {
    position: absolute;
    top: 51%;
    right: 31%;
    height: 51px;
    width: 50px;
    background: var(--c3);
    border-radius: 40px;
    text-align: center;
    line-height: 51px;
    color: white;
    font-size: 34px;
    border: 1px solid;
}

.testimonial-image:hover {
    /* box-shadow: rgba(0, 0, 0, 0.52) 6px 6px 10px; */
    /* border-radius: 9px; */
    /* transform: translate(-3px, -6px); */
}

.testimonial-info:hover {
    /* box-shadow: rgba(0, 0, 0, 0.52) 6px 6px 10px; */
    /* border-radius: 9px; */
    /* transform: translate(-3px, -3px); */
}

.testimonial-image {
    transition: 0.5s ease-in-out;
    border-radius: 12px 12px 0px 0px;
    height: 280px;
    overflow: hidden;
}

.testimonial-info {
    /* transition: 0.5s ease-in-out; */
}

.crad-hover {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: 0.5s;
}

.crad-hover::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg, transparent, transparent 30%, rgba(255, 255, 255, 0.88));
    transform: rotate(-45deg);
    transition: 0.7s ease-in-out;
    opacity: 0;
}

.crad-hover:hover {
    transform: scale(1.03) translateY(-10px);
    box-shadow: rgba(39, 39, 39, 0.5) 0px 0px 20px;
}

.crad-hover:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}

.discount-image {
    position: absolute;
    bottom: 20px;
}

.dis-image-one {
    right: 10px;
    width: 30%;
}

.dis-image-two {
    right: 180px;
    width: 26%;
}

.product-info {
    padding: 3px 13px;
}

.shop-now-btn.web-btn {
    margin: 0px 7px 10px;
    display: flex;
    gap: 10px;
}

.inner-banner-content h1 {
    font-size: 50px;
    font-family: var(--f2);
    color: var(--c2);
    position: relative;
}

.inner-banner-content {
    padding: 100px 0px;
}

section.inner-banner {
    position: relative;
    background-color: var(--c6);
    background-image: unset !important;
}

.inner-banner-content img {
    position: absolute;
    left: 0px;
    width: 27%;
    top: 39%;
}

.sidebar-widget h3 {
    font-family: var(--f4);
    font-weight: 400;
    padding-bottom: 11px;
}

section.shop-content shop-sidebar:first-of-type {
    margin-top: 40px;
}

.price-range {
    max-width: 400px;
    margin: 15px auto;
    font-family: Arial, sans-serif;
}

.price-slider {
    margin-bottom: 15px;
}

.price-slider input[type="range"] {
    appearance: none;
    width: 100%;
    height: 6px;
    background: rgb(195, 193, 193);
    border-radius: 5px;
    outline: none;
    transition: background 0.3s;
}

.price-slider input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--c3);
    cursor: pointer;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}

.price-slider input[type="range"]:active {
    background: rgba(87, 23, 33, 0.204);
}

.price-values {
    display: flex;
    justify-content: space-between;
}

.price-value-from strong,
.price-value-to strong {
    font-weight: 500;
    font-family: var(--f2);
    font-size: 14px;
    padding-right: 3px;
}

.price-value-from span,
.price-value-to span {
    color: rgba(0, 0, 0, 0.65);
    font-size: 15px;
}

.sidebar-widget h4 {
    font-family: var(--f4);
    font-size: 19px;
    padding-bottom: 13px;
    font-weight: 600;
}

.filter-item label {
    font-size: 15px;
    font-family: var(--f1);
    padding-bottom: 12px;
    opacity: 0.9;
}

.shop-sidebar {
    background: rgba(151, 46, 63, 0.12);
    padding: 50px 40px;
    margin-bottom: 70px;
}

.order-history-title h2 {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.88);
    font-size: 43px;
    padding-bottom: 21px;
}

thead tr {
    background: var(--c3);
    color: var(--c2);
}

thead tr th {
    font-size: 14px;
    font-weight: 600;
    padding: 14px !important;
}

.cart-item-left {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
}

.cart-item-left .cart-item-image {
    width: 160px;
}

.cart-item-left {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    padding: 10px 0px;
}

.cart-item-image img {
    height: 100%;
    object-fit: cover;
}

.cart-item-left .cart-item-image {
    width: 182px;
    height: 113px;
}

.cart-item-info h3 {
    font-size: 24px;
    padding-bottom: 6px;
}

.cart-item-price del {
    padding-right: 10px;
    color: rgba(78, 78, 78, 0.72);
}

.cart-item-reviews {
    color: rgb(255, 153, 0);
    padding: 10px 0px;
}

.cart-item-reviews span {
    color: var(--c1);
    font-weight: 500;
    font-size: 14px;
    padding-left: 14px;
}

tbody td {
    color: black;
}

span.status-badge.returned {
    background: var(--c4);
    color: var(--c2);
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 20px;
}

span.status-badge.delivered {
    background: var(--c3);
    color: var(--c2);
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 20px;
}

.product-attributes span {
    color: var(--c1);
    text-transform: capitalize;
    font-weight: 600;
}

.product-attributes p {
    color: rgb(98, 98, 98);
    font-weight: 500;
}

tbody select {
    padding: 6px 23px;
    border: 1px solid rgba(0, 0, 0, 0.46);
    border-radius: 17px;
    font-size: 14px;
    color: var(--c4);
}

.main-btn {
    text-align: end;
}

.bulk-action-controls p {
    color: rgba(0, 0, 0, 0.59);
}

.bulk-action-controls select {
    padding: 7px 70px 7px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.49);
}

.bulk-actions {
    padding-top: 25px;
}

.update-section {
    padding-top: 25px;
}

.bulk-action-controls {
    display: flex;
    gap: 20px;
    align-items: center;
}

.track-order-form {
    text-align: center;
    padding: 80px;
    box-shadow: rgba(0, 0, 0, 0.69) 0px 0px 10px;
}

.track-order-form .form-group input::placeholder {
    text-transform: capitalize;
}

.track-order-form h2 {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.84);
    font-size: 36px;
    font-family: var(--f2);
}

.track-order-form p {
    color: black;
    padding: 20px 0px 40px;
}

.track-order-form .form-group label {
    display: block;
    text-align: start;
    padding-left: 10px;
    font-family: var(--f1);
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 20px;
}

.form-group input {
    background: rgb(239, 239, 239);
    outline: none;
    border: none;
    padding: 14px 23px;
    border-radius: 25px;
    font-size: 14px;
    width: 100%;
    color: black;
}

.track-order-form .main-btn {
    margin-top: 29px;
    width: 100%;
    text-align: center;
    padding: 13px 10px;
    border-radius: 50px;
}

.form-group-group input {
    border: none;
    width: 100%;
    background: rgb(239, 239, 239);
    margin-bottom: 25px;
    padding: 14px 26px;
    border-radius: 31px;
    display: flex;
    transition: 0.3s ease-in-out;
}

.form-group-group input:focus {
    box-shadow: rgba(0, 0, 0, 0.33) 0px 0px 11px;
}

.form-group-group label {
    width: fit-content;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.form-group-group textarea {
    width: 100%;
    border: none;
    background-color: rgb(239, 239, 239);
}

.form-group-group textarea {
    border: none;
    width: 100%;
    background: rgb(239, 239, 239);
    margin-bottom: 25px;
    padding: 14px 26px;
    border-radius: 31px;
    display: flex;
    transition: 0.3s ease-in-out;
}

.billing-details h2 {
    font-size: 40px;
    padding-bottom: 32px;
    padding-top: 50px;
}

section.order-summary-sec {
    background: rgba(1, 35, 103, 0.07);
}

.order-summary h2 {
    font-family: var(--f2);
    padding-bottom: 25px;
    font-size: 36px;
    color: rgba(0, 0, 0, 0.89);
    padding-top: 31px;
}

.order-item {
    padding: 31px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    display: flex;
}

.order-item span {
    width: 100%;
    font-size: 20px;
}

.order-total {
    display: flex;
    padding-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.27);
    padding-bottom: 20px;
}

.order-total span {
    width: 100%;
}

.order-total .payment-methods {
    width: 100%;
}

.payment-option input {
    width: 26px;
    height: 20px;
}

.payment-option label {
    font-weight: 600;
    font-size: 17px;
}

.payment-option {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.order-total strong {
    font-size: 20px;
}

.login-form {
    box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 17px;
    text-align: center;
    padding: 80px;
    margin-bottom: 60px;
}

.login-form h2 {
    font-family: var(--f2);
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 40px;
    color: rgb(34, 34, 34);
}

.login-form .form-group {
    margin-bottom: 15px;
}

.form-btn button {
    background: var(--c4);
    color: var(--c2);
    width: 100%;
    text-align: center;
    border: none;
    padding: 10px;
    border-radius: 21px;
    margin-top: 33px;
}

.form-footer p a {
    color: rgba(0, 0, 0, 0.85);
    font-size: 18px;
}

.form-footer p {
    padding-top: 22px;
    font-size: 17px;
}

.signup-form label {
    display: block;
    text-align: left;
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.71);
    margin-bottom: 10px;
}

.signup-form input {
    margin-top: 3px;
}

.cart-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.39);
    padding: 15px 0px;
}

.cart-item-right {
    text-align: end;
}

.cart-item .cart-item-image {
    width: 214px;
    height: 182px;
}

.cart-item-input input {
    padding: 9px 30px;
    width: 337px;
    margin-bottom: 40px;
}

.cart-items-options {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.cart-item-quantity button {
    background: var(--c3);
    outline: none;
    color: var(--c2);
    border: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 0;
}

.cart-item-quantity span {
    padding: 0px 10px;
    font-size: 21px;
}

button.remove-btn {
    border: none;
    background: var(--c3);
    color: white;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
}

.cart-item-total strong {
    font-size: 18px;
    color: rgb(34, 34, 34);
}

.cart-items-options {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
}

.cart-item-right {
    text-align: end;
    padding-top: 35px;
}

.checkout-section {
    text-align: end;
    padding: 30px 10px;
}

.subtotal-row span:first-child {
    padding-right: 17px;
    font-size: 17px;
}

.subtotal-row strong {
    font-size: 17px;
    color: black;
}

button.main-btn.checkout-btn {
    background: var(--c4);
    color: var(--c2);
    border: none;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 14px;
}

.promo-code-section {
    display: flex;
    margin-top: 32px;
    gap: 12px;
}

.membership-info h3 {
    padding-bottom: 20px;
    font-weight: 600;
}

.promo-descount-sec span {
    text-align: center;
    display: block;
    padding-bottom: 34px;
    font-size: 27px;
    font-weight: 800;
    color: var(--c3);
}

.promo-input-group input {
    padding: 6px 10px;
}

.membership-info a {
    color: rgb(34, 34, 34);
    padding-left: 10px;
    text-decoration: underline !important;
}

.cart-section {
    position: relative;
    padding: 75px 0px;
}

.cart-shape-1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.cart-shape-2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: rotate(180deg);
}

.Related-products {
    background-color: rgba(1, 35, 103, 0.055);
    padding-top: 80px;
}

.shop-detail-tags span {
    background: var(--c4);
    color: var(--c2);
    padding: 4px 21px;
    font-family: var(--f2);
    font-size: 13px;
    border-radius: 20px;
    margin-right: 11px;
}

.shop-detail-tags span:last-child {
    background: rgba(139, 46, 61, 0.384);
    color: var(--c1);
}

.shop-detail-content-top h1 {
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}

.shop-detail-content-top p {
    color: black;
    font-family: var(--f2);
    padding-bottom: 20px;
    line-height: 29px;
}

.shop-content-top-reviews i {
    color: rgb(255, 165, 0);
    font-size: 19px;
    padding: 0px 1px;
}

.shop-content-top-reviews strong {
    padding: 0px 14px;
    font-size: 19px;
    color: rgb(17, 17, 17);
}

.shop-content-top-reviews span {
    color: rgb(34, 34, 34);
    font-size: 17px;
    padding-left: 30px;
}

.shop-content-top-reviews {
    border-bottom: 2px solid rgba(0, 0, 0, 0.22);
    padding-bottom: 20px;
}

.shop-select-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.content-top.price-tag {
    background: rgba(151, 46, 63, 0.13);
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
}

section.shop-detail.spacing {
    padding-top: 90px;
}

.shop-detail-bottom p {
    padding-bottom: 20px;
    color: rgba(0, 0, 0, 0.91);
    font-family: var(--f1);
}

.shop-detail-reviews {
    background: rgba(1, 35, 103, 0.063);
    padding: 49px 80px;
}

.shop-detail-reviews a::before {
    content: "";
    position: absolute;
    width: 708%;
    height: 5px;
    background: var(--c3);
    bottom: 0px;
    left: -20px;
}

.shop-detail-reviews h2 {
    padding-top: 25px;
    font-size: 40px;
    font-weight: 600;
    font-family: var(--f2);
    padding-bottom: 7px;
}

.shop-detail-reviews p {
    padding-bottom: 30px;
    font-family: var(--f1);
    color: rgb(34, 34, 34);
}

.shop-detail-reviews a {
    background: var(--c3);
    color: var(--c2);
    padding: 10px 21px;
    font-size: 20px;
    border-radius: 3px;
    position: relative;
}

.Related-products .featured-product-title h2 {
    font-size: 40px;
}

.releted-product-slider .product-item {
    margin: 0px 9px;
}

.releted-product-slider .slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background-color: var(--c4);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 10;
    position: absolute;
    top: -12%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-size: 20px;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 50%;
    text-align: center;
}

.releted-product-slider .slick-prev::after,
.slick-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    font-size: 22px;
    color: white;
    text-indent: 0px;
    display: inline-block;
}

.releted-product-slider .slick-next {
    right: 20px;
}

.releted-product-slider .slick-prev {
    left: 1188px;
}

.shop-detail-slider .slider-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

.slider-nav .slider-main-image {
    height: 134px;
    margin: 10px 10px 0px;
}

.slider-for .slider-main-image {
    height: 570px;
    width: 100%;
}

.find-your-product a {
    color: var(--2);
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 55px;
    padding: 20px 104px;
    box-shadow: rgba(0, 0, 0, 0.78) 0px 0px 5px;
}

.find-your-product {
    text-align: center;
}

.find-your-product i {
    font-size: 24px;
    padding-right: 11px;
}

.find-your-product {
    text-align: center;
    padding: 30px 0px;
}

.quantity {
    border: 1px solid rgba(0, 0, 0, 0.32);
    display: inline-block;
    padding: 12px 42px;
    border-radius: 40px;
    text-transform: capitalize;
}

.shop-detail-bottom {
    padding-top: 30px;
}

.quantity i {
    padding-left: 10px;
}

.quantity span {
    border: 1px solid rgba(0, 0, 0, 0.42);
    padding: 0px 6px;
    margin-left: 30px;
}

.logo-h.shrink {
    width: 108px;
    height: 70px;
    overflow: hidden;
    top: 14px;
}

.shop-detail-content {
    position: relative;
}

.shop-detail-btn a {
    width: 100%;
    text-align: center;
    padding: 12px 0px;
    border-radius: 20px;
}

.shop-select-sec {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 20px;
    gap: 30px;
    padding-bottom: 60px;
}

.order-history-table table tr,
.wishlist-table table tr {
    vertical-align: middle;
}

.quantity select {
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-transform: capitalize;
    padding: 3px 10px;
    margin-left: 22px;
}

.shop-detail-slider .slider-main-image img:hover {
    transform: scale(1.1);
}

.subtotal-row {
    margin-bottom: 50px;
}

.date-text {
    margin-bottom: 8px;
    color: rgb(179, 179, 179);
}

.releted-product-slider.slick-track {
    padding: 20px 0px;
}

.all-catagories a:hover .mega-box {
    transition: 0.3s;
}

.content .row img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.content .row header {
    color: var(--c4);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--f4);
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0px 20px;
}

.row .mega-links li a {
    padding: 0px 20px;
    color: var(--c3);
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    text-shadow: rgba(0, 0, 0, 0.27) 2px 3px 3px;
}

.desktop-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mega-box.active {
    transform: translate(-50%, 0px);
    opacity: 1;
    visibility: visible;
}

.mega-box {
    position: absolute;
    left: 50%;
    padding: 0px;
    top: 100%;
    width: 160%;
    transform: translate(-100%, 0px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 10;
}

.mega-box .content {
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 10px;
    background: white;
    flex-wrap: wrap;
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

section.dash-login {
    background: rgb(239, 243, 253);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dash-login-image img {
    height: 100%;
    object-fit: contain;
}

.dash-login-image {
    background: rgba(1, 35, 103, 0.14);
    padding: 50px;
}

.dash-login-form img {
    width: 60px;
    padding-bottom: 13px;
}

.dash-login-form h2 {
    text-align: start;
    letter-spacing: 0px;
}

.dash-login-form {
    padding: 74px 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    background: white;
}

.form-featuers {
    display: flex;
    justify-content: space-between;
    padding: 0px 11px;
}

.form-remeber label {
    color: rgb(153, 153, 153);
    font-size: 15px;
}

.form-forget a {
    color: black;
}

.form-forget a:hover {
    text-decoration: underline !important;
}

.dash-form-btn button {
    margin-top: 5px;
}

.dash-SIGN-image img {
    height: 568px;
    object-fit: cover;
}

.dash-password-form h2 {
    padding-bottom: 5px;
}

.dash-password-form {
    text-align: start;
}

.dash-password-form p {
    font-weight: 500;
    padding-bottom: 20px;
}

.dash-form-group label {
    color: rgb(51, 51, 51);
    font-weight: 500;
    padding-bottom: 14px;
}

.dash-password-image {
    overflow: hidden;
    height: 477px;
    padding-top: 60px;
}

.orders-section {
    background: white;
    padding: 30px;
}

.logo-icon {
    padding: 25px 0px 25px 40px;
}

.logo-icon img {
    width: 140px;
}

nav.sidebar-nav .nav-link i {
    padding-right: 14px;
    color: rgb(34, 34, 34);
}

nav.sidebar-nav .nav-link {
    background: transparent;
    color: var(--c1);
    font-size: 15px;
    padding: 5px 22px;
    margin: 5px 0px 5px 20px;
    transition: transform 0.3s ease-in-out, color 0.1s ease-in-out;
}

nav.sidebar-nav .nav-link:hover {
    color: var(--c3);
    transform: scale(1.1);
}

nav.sidebar-nav .nav-link:hover i {
    color: var(--c3);
}

.security-card {
    background: var(--c3);
    margin: 110px 15px 0px;
    padding: 40px 10px;
    text-align: center;
    border-radius: 17px;
    transition: all 0.4s ease-in-out;
}

.securite-card-icon {
    background: white;
    display: inline-block;
    padding: 13px;
    border-radius: 50%;
}

.securite-card-icon img {
    width: 50px;
    height: 50px;
}

.security-header span {
    color: var(--c2);
    font-weight: 600;
    font-size: 22px;
}

.security-header {
    padding-top: 15px;
}

.security-content p {
    color: var(--c2);
    padding: 27px 1px;
}

.security-content a {
    color: var(--c2);
    font-weight: 600;
    font-size: 20px;
}

.dashboard-content-header-main {
    background: var(--c2);
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    margin-bottom: 25px;
}

.dashboard-header {
    padding: 20px 0px;
}

.header-greeting p {
    color: rgb(112, 126, 174);
    font-weight: 500;
}

.header-search:hover {
    box-shadow: 0px 2px 10px #0123675c;
}

.header-search {
    background: var(--c2);
    padding: 7px 17px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}

.search-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-container input {
    width: 100%;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    border-left: 2px solid rgba(0, 0, 0, 0.22);
    padding: 0px 11px;
}

.search-container select {
    color: rgba(34, 34, 34, 0.9);
    border: none;
    padding-right: 7px;
}

.search-container a {
    color: rgba(0, 0, 0, 0.68);
    font-size: 19px;
}

.header-greeting h1 {
    font-size: 28px;
}

.header-user {
    display: flex;
    align-items: center;
}

.user-avatar {
    width: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 10px;
}

.notification-icon {
    background: white;
    padding: 4px 14px;
    border-radius: 11px;
    font-size: 22px;
    margin-right: 30px;
    transition: all 0.2s ease-in-out;
}

.dashboard-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px;
}

.summary-card {
    border: 1px solid rgba(123, 0, 0, 0.29);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.summary-card-icon {
    background: rgba(151, 46, 63, 0.5);
    padding: 10px;
}

.summary-card-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.summary-card-icon {
    background: rgba(151, 46, 63, 0.5);
    border-radius: 50%;
}

.summary-card-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.83);
}

.summary-card-content p:first-of-type {
    font-size: 23px;
}

.dashboard-title-content h2 {
    font-size: 25px;
}

.orders-filters select {
    background: rgb(241, 242, 246);
    border: none;
    padding: 8px 115px 8px 30px;
    border-radius: 50px;
    margin-right: 10px;
    color: rgb(147, 147, 147);
    font-weight: 300;
}

.orders-filters {
    text-align: end;
}

.filter-select {
    appearance: none;
    font-size: 16px;
    border: 1px solid rgb(204, 204, 204);
    padding: 8px 12px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.custom-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: rgb(147, 147, 147);
    z-index: 3;
}

span.status-badge.paid {
    background: rgba(151, 46, 63, 0.16);
    padding: 2px 16px;
    border-radius: 13px;
}

.orders-table tbody td,
.orders-table thead th {
    vertical-align: middle;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.filter-select-oderlist {
    border: 1px solid rgba(0, 0, 0, 0.23) !important;
}

.order-search input {
    width: 70%;
    border: none;
    background: rgb(241, 242, 246);
    padding: 9px 30px;
    border-radius: 30px;
}

a.minus-btn {
    background: rgba(51, 51, 51, 0.2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 26px;
    color: black;
}

section.dashboard-layout {
    background: rgba(211, 216, 235, 0.49);
}

.dashboard-sidebar {
    background: white;
    height: 100%;
}

.invoice-table th {
    background: rgb(248, 249, 250);
    font-weight: 600;
}

.invoice-table td,
.invoice-table th {
    padding: 12px;
    vertical-align: middle;
}

.product-img {
    width: 40px;
    height: 40px;
    background: rgb(241, 241, 241);
    display: inline-block;
    margin-right: 10px;
    border-radius: 4px;
}

.status-badge {
    background: rgb(252, 228, 228);
    color: rgb(200, 35, 51);
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-block;
}

.order-detail-card {
    display: flex;
    padding: 40px 30px;
    gap: 15px;
    align-items: unset;
}

.order-detail-image {
    background: rgba(151, 46, 63, 0.1);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    padding-top: 17px;
}

.order-detail-image img {
    width: 26px;
    object-fit: inherit;
    margin: 0px auto;
}

.order-detail-content h3 {
    font-size: 20px;
    text-transform: capitalize;
}

.order-detail-content a {
    color: var(--c4);
    font-weight: 600;
}

.order-detail-chart th {
    color: rgba(0, 0, 0, 0.91);
    border: none;
    font-weight: 400;
}

.order-payment-info {
    background: rgb(241, 242, 246);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
    height: 170px;
}

.order-payment-info h6 {
    font-size: 18px;
    padding-bottom: 16px;
}

.order-detail-notes label {
    display: block;
}

.order-detail-notes textarea {
    background: rgb(241, 242, 246);
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 170px;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-style: italic;
    color: rgb(85, 85, 85);
}

a.ds-btn {
    color: rgb(51 51 51 / 89%);
    background: rgb(255, 255, 255);

    margin: 0px 5px;
    font-weight: 500;
}

.product-list-table td.product-list-image img,
.seller-list-image img {
    width: 68px;
    height: 55px;
}

.product-list-table td.product-list-image,
.seller-list-image {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.product-list-table a.delete-ds-btn {
    color: rgb(85, 85, 85);
    background: rgb(241, 242, 246);
    padding: 9px 20px;
    border-radius: 17px;
    text-transform: capitalize;
    margin-left: 5px;
}

.product-list-table td .main-btn i {
    margin-right: 9px;
}

td.seller-list-image img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.seller-info-ds span {
    color: rgb(136, 136, 136);
}

.seller-info-ds h5 {
    text-transform: capitalize;
    color: rgb(34, 34, 34);
}

.dashboard-main {
    padding-bottom: 50px;
}

.custom-select-wrapper input {
    padding: 9px 20px;
    border-radius: 20px;
    outline: none;
    border: none;
    border: 1px solid #972e3f94;
    font-size: 15px;
    color: #333;
}

a.minus-btn {
    background: rgba(51, 51, 51, 0.2);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 39px;
    color: black;
}

.table-db-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-search i {
    color: black;
    font-size: 21px;
    margin-right: 9px;
    box-shadow: 0px 0px 5px #00000040;
}

.orders-filters .print-btn {
    background: #6C757D;
    font-size: 18px;
    padding: 7px 30px;
}

.order-detail-info {
    padding-left: 80px;
}

td.payment-method {
    color: #444;
}

.add-product-box {
    background: var(--c2);
    padding: 0px;
    border: 1px solid #00000026;
    margin-bottom: 20px;
}

.add-product-btn {
    margin: 20px 0px;
    gap: 10px;
}

.add-product-box-head h3 {
    text-transform: capitalize;
    font-size: 25px;
}

.add-product-box-head {
    padding: 25px;
    border-bottom: 1px solid #999;
}

.add-product-box-content {
    padding: 26px;
}

.add-product-box-content .form-field label {
    display: block;
    font-size: 19px;
    color: #222;
    font-family: var(--f2);
}

.add-product-box-content .form-field input,
.add-product-box-content .form-field textarea {
    width: 100%;
    border: none;
    background: #F1F2F6;
    padding: 10px 19px;
    border-radius: 11px;
    font-family: var(--f2);
    margin-top: 9px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

.add-product-box-content .form-field input:focus,
.add-product-box-content .form-field textarea:focus {
    box-shadow: 0px 0px 6px #012367bd;
    border-color: #012367ab;
}

.add-product-box-content .form-check label {
    font-family: var(--f2);
    font-size: 19px;
    color: #333;
}

.add-product-box-content .form-field select {
    background: #F1F2F6;
    border: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

.add-product-uploard-media img {
    width: 160px;
    margin: 0 auto;
}

.add-product-uploard-media {
    margin-bottom: 24px;
    position: relative;
}

.add-product-btn a:first-child {
    background-color: white;
    color: #8b2e3e;
    border: 1px solid;
}

.dashboard-content {
    /* background: white; */
    /* border: 1px solid #00000033; */
    /* padding: 30px; */
}



.dashboard-setting-sidebar-option a {
    color: #000000ad;
    text-transform: capitalize;
    font-size: 22px;
    font-family: var(--f2);
    font-weight: 500;
    margin: 6px 0px;
    padding: 6px 20px;
    /* background: #e5aeae30; */
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}

.dashboard-setting-sidebar-option a:hover {
    background: #972e3f42;
}

.setting-profile-form {
    padding: 59px 30px;
}

.profile-setting-image img {
    height: 100%;
    object-fit: scale-down;
}

.profile-setting-image {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #01236730;
}

.profile-setting-image-btn {
    text-align: center;
}

.profile-setting-passwords .btn a {
    border: 1px solid black;
    padding: 1px 13px;
    border-radius: 52px;
    text-transform: uppercase;
    color: #000000a8;
    font-weight: 600;
}

.profile-setting-passwords {
    border: 1px solid #0000005e;
    padding: 20px;
    border-radius: 11px;
    display: flex;
    align-items: center;
}

.profile-setting-passwords .content h5 {
    color: #333;
    padding-bottom: 10px;
}

.dash-setting-main {
    border-left: 1px solid #00000029;
    padding-left: 35px;
}

.setting-bulit-points .form-check-input {
    width: 24px;
    height: 24px;
    /* padding: 10px; */
    margin-right: 11px;
}

.setting-bulit-points .form-check {
    padding: 7px 50px;
}

.setting-bulit-points .form-check-label {
    font-size: 18px;
    color: #333;
}

.notify-rigister p i {
    padding-right: 11px;
    font-size: 21px;
}

.notify-rigister p {
    padding-top: 40px;
    padding-left: 30px;
    font-size: 19px;
}

.site-setting-info-box strong {
    font-weight: 700;
    font-family: var(--f2);
    font-size: 21px;
    color: #333;
}

.site-setting-info-box {
    padding: 13px 5px;
    padding-bottom: 70px;
}

.site-setting-info-box a:last-child {
    background: white;
    border: 1px solid var(--c4);
    color: var(--c4);
    font-weight: 600;
    margin-left: 10px;
}

.form-select {
    appearance: auto;
}

.security-card:hover {
    transform: translate(0px, -20px);
    box-shadow: 0px 10px 10px #01236761;
}

.notification-icon:hover {
    transform: scale(1.1);
}

.profile-setting-image-btn i {
    padding-right: 11px;
}

.change-pages a {
    background: #d1d9e8;
    color: var(--c1);
    /* padding: 11px; */
    margin: 0px 4px;
    border-radius: 6px;
    font-size: 18px;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 44px;
}

.change-pages a:hover {
    background-color: var(--c3);
    color: var(--c2);
}

.change-pages a:focus {
    background-color: var(--c3);
    color: var(--c2);
}

.change-pages {
    padding: 30px;
}

.profile-setting-dashboard-content {
    background: white;
    border: 1px solid #00000033;
    padding: 30px;
}

.top-header::before {
    content: '';
    position: absolute;
    top: 0;
    background: var(--c3);
    z-index: -1;
    right: 0;
    height: 100%;
    width: 79%;
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%);
}


.hidden-row,
.hidden-product-row {
    display: none;
}

.featured-btn {
    padding-top: 40px;
    text-align: center;
}

.shop-now-btn.web-btn a:nth-child(2) {
    background: vaR(--c4);
    color: var(--c2);
}

.banner {
    background-size: cover;
    background-position: 50% 60%;
    position: relative;
}

.shop-detail-btn {
    display: flex;
    gap: 20px;
}

.we-help-content {
    font-family: var(--f2);
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 40px;
    color: rgb(34, 34, 34);
    text-align: center;
}

.help-group {
    position: relative;
    margin-top: 10px;
}

.help-group a {
    position: absolute;
    right: 15px;
    top: 36%;
    color: #666;
    font-size: 23px;
}

.shape-image {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.shape-image2 {
    position: absolute;
    right: 0;
    transform: rotate(179deg);
    top: 0px;
}

section.we-help.spacing {
    position: relative;
    overflow: hidden;
}

.articals-main {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.artical-box {
    width: 33.33%;
    padding: 10px 20px;
    transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.artical-box h4 {
    font-size: 16px;
    color: var(--c4);
}

.artical-box h3 {
    font-size: 24px;
    text-transform: capitalize;
    color: vaR(--c3);
    font-family: var(--f2);
}

.artical-box a {
    display: inline-block !important;
}

.artical-box:hover {
    box-shadow: 2px 2px 12px var(--c3);
    border-radius: 10px;
    transform: translate(-5px, -5px);
}

.articals-title {
    padding-bottom: 20px;
}

.neended-content {
    padding-bottom: 0;
}

section.neended.spacing {
    background: linear-gradient(180deg, #0123671f, #8b2e3e00);
}

.neended-content p {
    padding-top: 5px;
}

.banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, black, transparent);
}

.produxt-btn {
    text-align: center;
    padding-top: 40px;
}

.h-icon-box {
    position: relative;
}

.cart span,
.whishlist span {
    position: absolute;
    display: inline-block;
    background: #ff6a3c;
    font-size: 12px;
    height: 18px;
    width: 18px;
    border-radius: 10px;
    text-align: center;
    left: -2px;
    top: -5px;
}

.whishlist span {
    left: -4px;
}

/**************************************************************  CASE STUDIES ******************************************************************/
.studies-box-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
    border-radius: 15px;
}

.case-studies-box {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.studies-box-content h3 {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.studies-box-image {
    width: 50%;
    height: 180px;
    /* border-radius: 10px; */
    overflow: hidden;
    margin-right: 15px;
}

.studies-box-content a {}


.case-studies-image {
    overflow: hidden;
    /* border-radius: 20px; */
    height: 374px;
    margin-bottom: 40px;
}

.case-studies-image img {
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.studies-box-image:hover img {
    transform: scale(1.1);
}

.case-studies-image:hover img {
    transform: scale(1.1);
}

/* Blog Box */
.blog-box {
    text-align: center;
    padding: 20px;
    box-shadow: 4px 20px 20px #00000014;
    border-radius: 0px 0px 30px 30px;
    margin-bottom: 40px;
    height: 530px;
    transition: all 0.4s ease-in-out;
}

.blog-box-image img {
    height: 100%;
    object-fit: cover;
}

.blog-box-image {
    height: 270px;
    /* border-radius: 20px; */
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #33333326;
}

.blog-box-content p {
    padding: 14px;
}

.blog-btn a {
    text-decoration: underline !important;
    text-align: center;
    display: block !important;
    color: var(--c3);
}

.blog-box:hover {
    box-shadow: 4px 20px 30px #0000002b;
    transform: translateY(-10px);
}

.studies-box-content p {
    padding-bottom: 10px;
}

.blog-box-btn {
    text-align: center;
}

.charities-slider .partner-item {
    margin: 0px 15px;
}

.charities-slider .partner-item img {
    width: 130px;
    margin: 0 auto;
    object-fit: contain;
    height: 102px;
}

section.blogs {
    padding-bottom: 60px;
}

.chirities-title {
    text-align: center;
    padding-bottom: 30px;
}