:root {
    --main-color: #000000;          /* Primary black for accents, text, buttons */
    --main-color-light: #777777;    /* Lighter black/grey for hover states or secondary elements */
    --dark-color: #111111;          /* Keeping as-is for deep black backgrounds */
    --white: #ffffff;               /* Pure white for backgrounds */
    --cardbg: #f5f5f5;              /* Soft light grey for cards, subtle contrast */
    --grid-color-1: #333333;        /* Used for section dividers or headers */
    --grid-color-2: #bbbbbb;
    --red-color:#ce0404;        /* Light grey for borders or muted elements */
}
/*:root {
    --main-color: #805c98;  
    --main-color-light: #da9acb;
    --dark-color: #111111;
    --white: #ffffff;
    --cardbg: #ebebeb;
    --grid-color-1: #7e5a96;
    --grid-color-2: #df9ece;
}*/
a,
button {
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

body {
    font-family: "Poppins", serif;
    font-weight: 400;
    padding: 0;
}

.top-bar {
    background: var(--dark-color);
    height: 55px;
    display: inline-block;
    width: 100%;
}

.top-bar .numbers-top {
    background: var(--main-color);
    color: var(--white);
    height: 55px;
    align-items: center;
    padding: 0px 12px;
    border-radius: 45px;
    font-size: 15px;
}

.top-bar .numbers-top img {
    margin-right: 9px;
}

.top-bar .numbers-top a {
    color: inherit;
    text-decoration: none;

}

.top-bar .top-links {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    width: 100%;
    justify-content: center;
    margin: 0;
}

.top-bar .top-links li {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.top-bar .top-links li a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
}

.top-bar .top-links li a:hover {
    color: var(--main-color-light);
}

.top-bar .top-links li:after {
    content: '';
    height: 83%;
    width: 1px;
    background: var(--white);
    position: absolute;
    right: 0;
    top: 4px;
}

.top-bar .top-links li:last-child {
    padding: 0;
    margin: 0;
}

.top-bar .top-links li:last-child:after {
    display: none;
}

.social-top {
    color: var(--white);
}

.social-top a {
    color: var(--white);
    margin-left: 14px;
    border: 1px solid var(--white);
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}

.social-top a:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

header .logo img {
    width: 230px;
}

.header-categories {
    width: 44vw;
    height: 65px;
    background: #f6f6f6;
    display: inline-flex;
    align-items: center;
    padding-left: 27px;
    padding-right: 27px;
    border-radius: 55px;
}

.navigation {
    background: var(--main-color);
    min-height: 54px;
    border-radius: 46px;
    align-items: center;
    /* padding-right: 20px; */
}

.navigation ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding-left: 14px;
}

.navigation ul li {
    padding-right: 10px;
}

.navigation ul li a {
    color: var(--white);
    text-decoration: none;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;

}

.navigation ul li a:hover {
    background: var(--white);
    color: var(--main-color);
    border-radius: 30px;
    /* font-weight: 700; */
}

.navigation ul li a.active {
    background: var(--white);
    color: var(--main-color);
    border-radius: 30px;
    font-weight: 700;
}

.navigation button {
    height: 54px;
    display: inline-block;
    background: var(--dark-color);;
    color: #fff;
    padding: 0 27px;
    border-radius: 42px;
    font-size: 15px;
    font-weight: bold;
    line-height: 54px;
    position: relative;
}

.navigation button .count {
    background-color: var(--main-color);
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    line-height: 14px;
    color: var(--white);
    font-size: 10px;
    position: absolute;
    right: 19px;
    top: 10px;
}

.maccount a {
    border: 1px solid #07122b;
    padding: 13px 23px;
    border-radius: 34px;
    font-size: 14px;
    font-weight: 700;
    color: var(--dark-color);
}

.maccount a i {
    background: var(--main-color);
    color: #fff;
    padding: 9px;
    border-radius: 24px;
    font-size: 14px;
    margin-right: 6px;
}

.maccount a:hover {
    background: var(--main-color-light);
    border-color: var(--main-color-light);
}

header {
    position: relative;
    z-index: 9;
}

.banner-area {
    background: #eeeeee;
    min-height: 84vh;
    position: relative;
    padding-bottom: 120px;
}

.banner-area:before {
    background: #eeeeee;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: -24px;
    height: 30px;
    content: '';
    z-index: 0;
}

.header-categories .btn.dropdown-toggle {
    width: 50%;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--dark-color);
    padding-left: 26px;
}

.header-categories .btn.dropdown-toggle:after {
    position: absolute;
    top: 45%;
    right: 12px;
}

.header-categories form {
    width: 50%;
    position: relative;
}

.header-categories form input {
    background: transparent;
    border: none;
    font-size: 12px;
    font-style: italic;
}

.header-categories form input:focus {
    background: transparent;
    box-shadow: none;
}

.header-categories form button {
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.header-categories form:before {
    content: '';
    width: 1px;
    height: 22px;
    background: #c8c8c8;
    top: 8px;
    position: absolute;
    left: 0;
}

.banner-area h1 {
    font-size: 142px;
    font-weight: 500;
    line-height: 142px;
}

.banner-area h1 strong {
    font-weight: 500;
    float: left;
}

.banner-area h1 img {
    float: left;
    margin-top: 33px;
    margin-left: -4px;
}

.banner-area p {
    font-size: 21px;
    font-weight: 300;
    line-height: 29px;
}

.banner-area .btn-primary {
    background: var(--main-color);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 16px 35px;
    border-radius: 40px;
    border: none;
}

.banner-area .btn-primary:hover {
    background: var(--main-color-light);
}

.header-categories .btn.dropdown-toggle:before {
    content: '';
    background-image: url(../images/humburger.png);
    width: 18px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 9px;
    left: 0;
}

.rightimg-banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.rightimg-banner:before {
    content: '';
    width: 570px;
    height: 570px;
    background: var(--white);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: -39px;
    left: 0;
}

.rightimg-banner img {
    /* transform: translate(-113px, 45px); */
}

.rightimg-banner img {
    transition: transform 0.1s ease;
    will-change: transform;
    /* Optional: If you want the shoe to be bigger, so you have room to move around */
    /* width: 110% ; */
}

.banner-area .slick-dots li button:before {
    display: none;
}

.banner-area .slick-dots li {
    width: 39px;
    height: 7px;
}

.banner-area .slick-dots li button {
    width: 39px;
    height: 6px;
    padding: 3px;
    border-radius: 40px;
    border: 1px solid var(--dark-color);
}

.banner-area .slick-dots li.slick-active button {
    background: var(--dark-color);
}

.cat-slider {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

/* .category-slider .cat-card a {
    height: 226px;
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 45px;
    background: #ebebeb;
    justify-content: space-between;
} */
.category-slider .cat-card a{
    width:100%;
    display:flex;
    min-height: 310px;
    /* max-height: 220px; */
    overflow: hidden;
    flex-direction:column-reverse;
    /* background-color: var(--cardbg); */
     border-radius: 45px;
}
.cat-card a:hover {
    /* background: var(--dark-color); */
    /* box-shadow: 0 0 7px #333; */
}

.cat-card a:hover h3 {
     color: var(--red-color);
    /* color: var(--white); */
    
}

.category-slider .cat-card .catcard-img {
    /* width: 70%;
    height: 100%; */
    height:200px;
    width:200px;
    border-radius:100%;
    background: var(--cardbg);
    overflow: hidden; 
    margin: auto;
    border:2px solid #000000;
}
.category-slider .cat-card .catcard-img:hover{
    box-shadow: 0 0 15px #9b9b9b;
}
.cat-card .catcard-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.cat-card .catcard-img:hover img{
    transform: scale(1.3);
}
.cat-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    text-align: center;
    width: 24%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:100%;
}
/* .cat-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    text-align: center;
    width: 24%;
    display: inline-flex;
    transform-origin: center;
    transform: translate(12px, 0%) rotate(-91deg);
    height: 100%;
    align-items: center;
    justify-content: center;
} */

.category-slider .slick-slide {
    margin: 0 10px;
}

/* the parent */
.category-slider .slick-list {
    margin: 0 -10px;
}

.sec-heading {
    font-size: 50px;
    font-weight: 700;
    color: var(--dark-color);
    text-transform: capitalize;
}

.category-slider .slick-prev,
.category-slider .slick-next {
    top: -74px;
    background-color: var(--dark-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 20px;
    color: var(--white);
    /* line-height: 60px; */
}

.category-slider .slick-prev:hover,
.category-slider .slick-next:hover {
    background: #805c98;
}

.category-slider .slick-prev {
    left: inherit;
    right: 45px;
}

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

.fashion-section {
    padding: 50px 0;
    background: transparent;
}

.fashion-content {
    display: flex;
    align-items: center;
    gap: 70px;
    border-radius: 49px;
    overflow: hidden;
    background: linear-gradient(to bottom, #c7b5d9, #ffffff);
    padding: 0px 67px 30px 0px;
}

.fashion-image img {
    max-width: 100%;
    border-radius: 49px;
    width: 620px;
}

.fashion-text {
    background: white;
    padding: 65px 30px 130px;
    border-radius: 15px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    text-align: center;
    flex: 1;
    position: relative;
}

.about-tag {
    display: inline-block;
    background: white;
    border: 2px solid black;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    top: -15px;
    left: 40%;
    position: absolute;
}

.fashion-text h2 {
    font-size: 50px;
    font-weight: bold;
    color: var(--dark-color);
}

.fashion-text p {
    font-size: 20px;
    color: #555;
    margin: 15px 0;
    line-height: 33px;
    font-weight: 300;
}

.read-more {
    background: var(--dark-color);
    color: white;
    padding: 11px 32px !important;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    font-weight: 700;
}

.read-more:hover {
    background: white;
    color: var(--dark-color);
    border: 1px solid var(--dark-color);
}



.trending-products {
    padding: 50px 0;
    position: relative;
}

.trending-products .slick-slide {
    margin: 0 10px;
}

/* the parent */
.trending-products .slick-list {
    margin: 0 -10px;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-card {
    background: #fff;
    border-radius: 0;
    padding: 0px 0px 15px 0px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    text-align: center;
    transition: 0.3s;
    position: relative;
    margin-bottom: 30px;
}

.product-img {
    border-radius: 20px;
    overflow: hidden;
    background: var(--cardbg);
}

.product-img img {
    width: auto;
    max-width: 100%;
        transition: 0.3s;
    /* border-radius: 20px; Curved Image */
}
.product-img:hover img{
    transform: scale(1.1);
}
.wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 39px;
}

.reviews {
    font-size: 14px;
    color: rgb(17 17 17 / 50%);
    text-align: left;
}

.reviews i {
    color: #FFD700;
    /* Gold star */
    margin-right: 5px;
    font-size: 17px;
}

.bottom-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
}

.bottom-info .left {
    text-align: left;
}

.left h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.price {
    font-size: 19px;
    color: var(--dark-color);
    margin-bottom: 0;
    margin-top: 7px;
    font-weight: 600;
}

.price .sold-out {
    font-size: 12px;
    color: rgb(17 17 17 / 50%);
    font-weight: 400;
    margin-right: 11px;
    display: inline-block;
}

.cart-btn {
    background: var(--dark-color);
    border: none;
    /* padding: 10px; */
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 0;
    line-height: 45px;
}

/*
.cart-btn:hover {
    background: var(--grid-color-2);
}
*/
.custom-arrows {
    display: flex;
    justify-content: flex-end;
    /* margin-top: 20px; */
    position: absolute;
    top: 0;
    right: 0;
}

.custom-arrows button {
    border: none;
    margin-left: 10px;
    background-color: var(--dark-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 20px;
    color: var(--white);

}

.custom-arrows button:hover {
    background-color: var(--main-color);
}

.sale-banner img {
    max-width: 100%;
}

.why-choose-us {
    background: url(../images/choose-bg.jpg);
    background-size: cover;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
}

.feature-box {
    padding: 20px;
    position: relative;
}

.feature-icon {
    background: linear-gradient(to right, var(--main-color), var(--dark-color));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 15px;
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.feature-icon img {
    width: 54px;
}

.why-choose-us h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 13px;
    margin-top: 10px;
}

.why-choose-us p {
    color: var(--main-color);
}

.feature-box:before {
    content: '';
    width: 100px;
    height: 100px;
    background: transparent;
    position: absolute;
    top: 20px;
    border-radius: 15px;
    z-index: 0;
    left: 29px;
    border: 1px solid var(--main-color);
    z-index: 0;
}

.blog-img {
    width: 100%;
    display: none;
    border-radius: 10px;
}

.blog-img.active {
    display: block;
}

.blog-title {
    font-size: 52px;
    font-weight: 500;
    color: rgb(17 17 17 / 50%);
    cursor: pointer;
    margin: 5px 0 29px;
    border-bottom: 1px solid rgb(17 17 17 / 50%);
}

.blogtitle-text {
    border-left: 1px solid #333;
    padding-left: 19px;
}

.blog-title.active {
    color: var(--dark-color);
    border-color: var(--dark-color);
}

img.blog-img.deactive {
    position: absolute;
    top: 0;
    left: 0;
}

.latest-blog .slider-btn {
    border: none;
    margin-left: 10px;
    background-color: var(--dark-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 20px;
    color: var(--white);
}

.latest-blog .slider-btn:hover {
    background: var(--main-color);
}

.slider-btnss {
    position: absolute;
    bottom: 0;
    left: 201px;
}


/* Section Background */
.client-testimonials {
    padding-top: 100px;
    padding-bottom: 50px;
}


/* Custom Arrow Buttons */
.arrow-btn {
    border: none;
    margin-left: 10px;
    background-color: var(--dark-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 20px;
    color: var(--white);
}

.arrow-btn:hover {
    background: #333;
}

.arrow-btn.next {
    background: linear-gradient(to right, #a06cd5, #e4a1ff);
    /* right arrow */
    color: #fff;
}

.arrow-btn.next:hover {
    background: linear-gradient(to right, #8b58c4, #d892f8);
}

/* Slick Slider */
.client-slider {
    margin-top: 30px;
}

/* Testimonial Card */
.testimonial-item {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    position: relative;
    margin: 0 15px;
    background: linear-gradient(to bottom, rgba(122, 88, 148, 0.2), #ffffff);
}

.testimonial-item:nth-child(2n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(122, 88, 148, 0.2));
}

/* Star Icons */
.stars {
    margin-bottom: 15px;
}

.stars i {
    color: #FFD700;
    font-size: 18px;
    margin-right: 2px;
}

/* Testimonial Text */
.testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
    padding: 0 15px;
    /* for better readability */
}

/* Client Info */
.client-info {
    margin-bottom: 30px;
}

.client-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.client-role {
    font-size: 14px;
    color: #888;
}

/* Avatar Circle at Bottom */
.avatar-wrapper {
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-slider .slick-list {
    /* overflow: visible; */
    padding-bottom: 100px;
}

.client-avatar {
    text-align: center;
    width: 92px;
    height: 92px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -58px;
}

.client-avatar img {
    width: 100%;
}

.hero-footer {
    background: url(../images/footer-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 792px;
}

.hero-footer h1 {
    font-size: 60px;
    font-weight: 700;
    color: var(--white);
    line-height: 76px;
}

.subscribemail {
    position: relative;
}

.subscribemail input {
    width: 100%;
    background: rgba(255, 255, 255, .5);
    height: 62px;
    border: 2px solid #fff;
    border-radius: 34px;
    padding-left: 32px;
}

.subscribemail input::placeholder {
    color: var(--white);

}

.subscribemail button {
    position: absolute;
    background: var(--main-color);
    right: 6px;
    top: 5px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.btn-shops {
    width: 100%;
    background: rgba(255, 255, 255, .5);
    height: 62px;
    border: 2px solid var(--white);
    border-radius: 34px;
    padding-left: 32px;
    display: inline-block;
    margin-bottom: 3.2rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    line-height: 60px;
    position: relative;
}

.btn-shops span {
    position: absolute;
    background: var(--main-color);
    right: 6px;
    top: 5px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
}

.btn-shops:hover {
    background: var(--main-color);
}

.xylo-footer {
    background: #000;
    /* Black background */
    color: #fff;
    /* White text */
}

.footer-links li {
    margin-right: 20px;
    /* Space between links/icons */
}

.footer-links li:last-child {
    margin-right: 0;
}

.footer-links a {
    color: var(--white);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
}

.footer-links a:hover {
    color: var(--main-color-light);
    /* White on hover */
}

/* Brand Name in Center */
.footer-brand {
    color: var(--white);
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.footer-brand span {
    color: #a06cd5;
    /* Purple color for “Theme” */
}

/* Bottom Bar Text */
.xylo-footer p {
    color: #999;
    font-size: 14px;
    margin: 0;
}

.animate-on-scroll {
    opacity: 0;
}

.header-categories .dropdown-menu {
    width: 49%;
    border: none;
    box-shadow: 0 0 6px #acacac;
}

.banner-area.inner-banner {
    min-height: 193px;
}

.banner-area.inner-banner h1 {
    font-size: 61px;
    font-weight: 500;
    line-height: 81px;
}

.sidebar {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
}

.sidebar h5 {
    /* border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px; */
    color: var(--dark-color);
    font-weight: 500;
    font-size: 22px;
}

.sidebar ul {
    padding-left: 0;
}

.sidebar ul li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 5px 0;
}

.form-check-label {
    font-size: 14px;
}

.color-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.color-circle:hover {
    border: 2px solid #333;
}

/* Price Slider */
.price-slider input {
    width: 100%;
    margin: 5px 0;
}

.size-options button {
    margin-right: 5px;
}

.price-filter {
    padding: 15px 15px 15px 0;
}

.range-slider {
    position: relative;
    width: 100%;
    height: 5px;
    background: #ddd;
    border-radius: 5px;
}

.range-slider input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    appearance: none;
    pointer-events: none;
}

.range-slider input::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background: #6a11cb;
    border-radius: 50%;
    pointer-events: all;
    cursor: pointer;
}

.range-slider input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #6a11cb;
    border-radius: 50%;
    pointer-events: all;
    cursor: pointer;
}

.shop_tootlbar {
    background: rgb(235 235 235 / 26%);
    padding: 15px 10px;
}

.shop_tootlbar .showing-text {
    font-size: 13px;
    color: rgb(17 17 17 / 50%);
    font-weight: 500;
}

.shop_tootlbar .feature-drop {
    display: flex;
    font-size: 13px;
    color: rgb(17 17 17 / 50%);
    font-weight: 500;
    align-items: center;
}

.shop_tootlbar .feature-drop select {
    margin-left: 10px;
    height: 43px;
    border: 1px solid var(--dark-color);
    border-radius: 34px;
    font-size: 13px;
    color: var(--dark-color);
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 43px;
}

.shop_tootlbar .shop_tootls button {
    color: #dbdbdb;
}

.shop_tootlbar .shop_tootls button:hover,
.shop_tootlbar .shop_tootls button.active {
    color: var(--dark-color);
}

.form-check-input[type=checkbox] {
    border-color: rgb(17 17 17 / 51%);
}

.paginations .prev {
    margin-right: 20px;
}

.paginations .next {
    margin-left: 20px;
}

.paginations .prev,
.paginations .next {
    height: 41px;
    width: 100px;
    border-radius: 36px;
    border: none;
    background: rgb(17 17 17 / 6%);
    font-size: 17px;
    font-weight: 500;
    color: var(--dark-color);
    transition: all 0.25s ease-in-out;
}

.paginations .next:hover,
.paginations .prev:hover {
    background: var(--main-color);
    color: var(--white);
}

.paginations .numbers a {
    color: var(--dark-color);
    font-size: 17px;
    /* padding: 7px 15px; */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.paginations .numbers a:hover {
    background: var(--dark-color);
    color: var(--white);
}











/* Responsive Alignment */
@media (max-width: 800px) {
    .footer-links li {
        margin-right: 10px;
    }

    .footer-links a {
        font-size: 12px;
    }

    .banner-area h1 {
        font-size: 69px;
        font-weight: 500;
        line-height: 69px;
    }

    .about-tag {
        position: static;
    }

    .banner-area h1 img {
        float: left;
        margin-top: 20px;
        margin-left: -2px;
        width: 86px;
    }

    .slider-btnss {
        position: static;
    }

    .blog-title {
        font-size: 29px;
    }

    .category-slider .slick-prev,
    .category-slider .slick-next {
        top: inherit;
        bottom: -100px;
        right: 0;
    }

    .category-slider .slick-prev {
        right: 76px;
    }

    .offcanvas-top {
        height: 100vh !important;
        /* Full viewport height */
    }

    .navbar-toggler,
    .navbar-toggler:focus {
        background: transparent;
        border: none;
        box-shadow: none;
    }

    .rightimg-banner:before {
        width: 300px;
        height: 300px;
        top: 5px;
        left: 36px;
    }

    .banner-area {
        overflow: hidden;
    }

    .client-logos img {
        max-width: 100%;
    }

    .hero-footer h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .shop_tootlbar .showing-text {
        font-size: 10px;
    }

    .main-shop .cart-btn {
        position: absolute;
        top: 131px;
        right: 0;
    }

    .paginations .numbers a {
        width: 21px;
        height: 21px;
        line-height: 21px;
        font-size: 13px;
    }

    .paginations .prev,
    .paginations .next {
        height: 34px;
        width: 79px;
        font-size: 13px;
    }

    .banner-area.inner-banner {
        min-height: 142px;
    }

    .banner-area.inner-banner h1 {
        font-size: 45px;
        line-height: 66px;
    }
}


.banner-area.inner-banner.productinnerbanner{
    padding-bottom: 16px;
    min-height: 101px;
}
.breadcrumb-section {
    background-color: var(--cardbg);
    padding: 0.7rem 0;
}

.breadcrumbs {
    font-size: 14px;
    color: var(--main-color-light);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.breadcrumbs a {
    color: var(--main-color);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumbs a:hover {
    text-decoration: underline;
    color: var(--main-color-light);
}

.breadcrumbs i {
    color: var(--grid-color-2);
}

.breadcrumbs span {
    color: var(--main-color-light);
}



.pro-textarea h2{
    font-size: 45px;
    font-weight: 700;
    color: var(--main-color);
}
.pro-textarea p{
    font-size: 20px;
    color: var(--dark-color);
    margin: 15px 0;
    line-height: 33px;
    font-weight: 300;
}

.spanstar{
    color: var(--dark-color);
}
.btnss{
    border-radius: 40px;
    border:1px solid var(--main-color);
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    

}

.desp{
    font-weight: bold;
    color: var(--dark-color);
    justify-content: space-between;
    font-size: 15px;
    
}

.randomt{
    color: var(--dark-color);
    padding-top: 19px;
    font-size: 15px;
    color: var(--dark-color);
}
.reviewbox .nav-tabs {
    border: none;
}
.reviewbox .nav-tabs li .nav-link.active{
    border: none !important;
    border-bottom: 4px solid var(--main-color) !important;
    padding-bottom: 19px;
}
.reviewbox .nav-tabs li.nav-item button:hover,
.reviewbox .nav-tabs li.nav-item button:focus-visible{
    border: none;
}
.reviewbox .nav-tabs li.nav-item button {
    padding-bottom: 31px;
    color: #111;
}

.slider-nav .slick-slide {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.slider-nav .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-nav.imgnav{
    width: 100px;
    position: absolute;
    top: 17%;
    z-index: 99;
    left: 46px;
}

.slider-nav .slick-slide {
    margin: 5px 0;
}
/* the parent */
.slider-nav .slick-list {
    margin: -5px 0;
}
.pro-textarea .stars{
    margin-bottom: 8px;
    margin-top: 15px;
}


/* General Styling */
.product-options {
    /* font-family: Arial, sans-serif; */
}

.color-options label,
.size-options label {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

/* Hide Default Radio Buttons */
.product-options input[type="radio"] {
    display: none;
}

/* Color Circles */
.color-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.color-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s;
}

/* Color Styles */
.black { background-color: black; }
.blue { background-color: blue; }
.gray { background-color: gray; }
.pink { background-color: pink; }
.red { background-color: red; }
.yellow { background-color: gold; }
.teal { background-color: teal; }
.white { background-color: lightgray; }

/* Active State */
.product-options input[type="radio"]:checked + .color-circle {
    position: relative;
}
.product-options input[type="radio"]:checked + .color-circle:after{
    color: var(--white);
    font-size: 13px;
    position: absolute;
    left: 6px;
    right: 0;
    top: 3px;
    font-weight: 400;
}

.size-wrapper {
    display: flex;
    gap: 10px;
}
.size-box {
    padding: 5px 11px;
    border: 2px solid #ccc;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
    font-size: 14px;
}
.product-options input[type="radio"]:checked + .size-box {
    background-color: black;
    color: white;
    border-color: black;
}
.pro-textarea h3 {
    font-weight: 700;
    color: var(--dark-color);
    font-size: 21px;
    margin-bottom: 10px;
}
.cart-actions .quantity{
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 11px;
    border-radius: 35px;
    display: flex;
    align-items: center;
}
.cart-actions .quantity button{
    background: transparent;
    border: navajowhite;
    font-size: 21px;
}
.cart-actions .quantity input{
    border: none;
    text-align: center;
    width: 97px;
}
.cart-actions .quantity input:focus-visible,
.cart-actions .quantity input:focus{
    border: none;
    outline: none;
    box-shadow: none;
}
.slider-for{
    border-bottom: 10px;
    overflow: hidden;
    width: 100%;
}
.slider-for .slick-slide img{
    width: 100%;
}
.add-to-cart{
    border-radius: 50px;
}

.slider-nav .slick-slide {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.slider-nav .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Login page css */

.row_login{
    display: flex;
    height: 100%;
    align-items: center;
}
.loginpage{
    width: 60%;
    padding-left: 8%;
    padding-right: 100px;
    padding-bottom: 80px;
}
.login-foam{
    width: 40%;
    padding-left: 100px;
    padding-right: 100px;
    height: 100%;
    padding-top: 100px;
}

.login-page{
    background-color: var(--main-color) ;
    height: 100vh;
    position: relative;

}
.loginstar{
    color: white;
   font-size: 100px;
   padding-left: 70px;
   padding-bottom: 15px;

}
.logintext{
    font-size: 65px;
    color: white;
}

.loginundertext{
    color: white;
    padding-top: 35px;
}

.loginfooter{
    position: absolute;
    bottom: 10px;
}
.loginfooter p{
    margin-bottom: 0;
    color: var(--white);
}


.login-foam{
    background-color: white;
    
}

.formmain .form-group{
    margin-bottom: 15px;
}
.formmain input{
    border: 1px solid #ccc;
    width: 100%;
    height: 45px;
    padding-left: 20px;
    font-size: 16px;
    border-radius: 10px;
}

.formmain .login-btn{
    width: 100%;
    height: 45px;
    background: var(--dark-color);
    font-size: 16px;
    color: var(--white);
    border: none;
    border-radius: 10px;
}
.language-drop{
    border: none;
    font-weight: 600;
}
.language-drop:focus{
    border: none;
}
.pr-imghead{
    display: inline-flex;
    align-items: center;
}
.pr-imghead img{
    width: 60px;
    margin-right: 20px;
}
.cart-page table tr td{
    vertical-align: middle;
}
.cart-page table tr td input{
    width: 50px;
    background: #f1f1f1;
    border: none;
    padding-left: 10px;
}
.cart-page table th{
    text-transform: uppercase;
    padding: 20px 0;
}
.btn-light{
    color: var(--dark-color);
    border: none;
    padding: 11px 32px !important;
    font-size: 16px;
    border-radius: 59px;
    cursor: pointer;
    transition: 0.3s ease;
    font-weight: 600;
    background: var(--cardbg);
    margin-right: 17px;
}
.cart-box{
    background: linear-gradient(to bottom, rgba(122, 88, 148, 0.2), #ffffff);
    padding: 20px;
    border-radius: 25px;
}
.cart-box {
    font-size: 14px;
    font-weight: 500;
}
.cart-heading{
    font-size: 23px;
    font-weight: 700;
}
.cart-box span{
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
}
.form-control:focus{
    box-shadow: none;
}
.coupon-box input.form-control{
    border-radius: 60px;
    height: 50px;
    margin-bottom: 10px;
    border-color: var(--dark-color);
    font-size: 15px;
}




@media screen and (max-width:800px) {
    .row_login{
        display: block;
    }
    .breadcrumbs{
        font-size: 10px;
    }
    .logintext{
        font-size: 30px;
        padding-top: 30px;
    }
    .loginpage{
        width: 100%;
        padding-bottom: 30px;
    }
    .login-foam {
        width: 100%;
        padding-left: 30px;
        padding-right: 100px;
        height: 100%;
        padding-top: 20px;
    }
    .loginstar{
        display: none;
    }
    .loginundertext{
        padding-top: 10px;
    }
    .cart-page .btn-group{
        margin-bottom: 24px;
    }
    .cart-page .btn-group .btn-light{
        font-size: 12px;
    }
    .cart-page .btn-group .read-more{
        font-size: 12px;
    }
}