:root {
    font-size: 16px;
    --activecolor: #80db66;
    --animation-transition: 0.3s;
    --primary-color: #312f3b;
    --fw-800: 800;
    --primarycolor: #2e2e37;
    --secondarycolor: #4d4d5c;
}

a,
a:focus,
a:hover {
    transition: 0.3s;
    text-decoration: none
}

html {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 26px;
}

section {
    width: 100%;
    position: relative
}


.owl-dots {
    display: none;
}

.owl-nav .owl-next span:after {
    position: absolute;
    font-family: 'FontAwesome', sans-serif;
    content: "\f105";
    font-size: 40px;
    right: -10px;
    top: 1px;
}

.owl-nav .owl-next span {
    font-size: 0px;
    position: relative;
}

.owl-nav .owl-prev span:after {
    position: absolute;
    font-family: 'FontAwesome', sans-serif;
    content: "\f104";
    font-size: 40px;
    right: -5px;
    top: 1px;
}

.owl-nav .owl-prev span {
    font-size: 0px;
    position: relative;
}

header {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #eee;
}

.m-40 {
    margin: 40px 0px;
}






@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* header start */

.navbar-nav .mobile-menu {
    display: none;
}

.navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 10px;
}

.navbar-nav .nav-link:hover {
    color: #FFAB00;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0px;
}

.top-header-menu {
    display: flex;
}

.top-header-menu .static-menu {
    display: flex;
    list-style: none;
    gap: 25px;
    padding: 0px;
    margin: 0px;
}

.top-header-menu .static-menu li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
}


.top-header-menu .static-menu li a:after {
    width: 80%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0px;
    margin: auto;
    right: 0px;
    transition: 0.3s;
}

.top-header-menu .static-menu li a.active:after,
.top-header-menu .static-menu li:hover a:after {
    background-color: #FFAB00;
    transition: 0.3s;
}

.top-header .form-group {
    display: flex;
    position: relative;
}

.top-header .form-group .form-control {
    width: 100%;
    min-width: 497px;
    border-radius: 50px;
    height: 40px;
    padding-right: 40px;
    font-size: 14px;
}

.top-header .form-group button {
    position: absolute;
    right: 20px;
    width: 20px;
}

.top-header .form-group button:active,
.top-header .form-group button:focus {
    border: 1px solid transparent !important;
}

.shopping-option {
    display: flex;
}

.shopping-option-list {
    display: flex;
    list-style: none;
    padding: 0px;
    gap: 20px;
    margin: 0px;
}

.cart-box {
    position: relative;
}

.cart-box .badge {
    top: -12px;
    border-radius: 50px;
    left: 18px;
}

nav.menubar {
    border-top: 1px solid #00000066;
}

/* header end */


/* slider start */
.slider-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 5px;
}

.slider-two .slider-two-space {
    width: 55%;
}

.slider-two {
    gap: 40px;
}

.half-slider h4 {
    font-size: 56px;
    font-weight: 800;
    padding-bottom: 20px;
}

.half-slider h4 span {
    color: #FFAB00;
}

.half-slider p {
    color: #000;
    max-width: 60%;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
}

.slider-btn {
    display: flex;
    gap: 10px;
}

.primary-btn.second-btn {
    background: #212121;
    padding: 10px 20px;
}

.primary-btn.second-btn:hover {
    background: #FFAB00B2;
    color: #000;
}

.primary-btn.second-btn:hover img {
    filter: invert(1);
}

.primary-btn.default-btn:hover {
    background: #212121;
    color: #fff;
}

.primary-btn.default-btn:hover img {
    filter: grayscale(1);
}

.primary-btn.default-btn {
    background: #f6f6f6;
    color: #000;
}

.slidemain {
    background: #EEEEEE80;
    margin-bottom: 40px;
}


.slider-badge {
    background: #C9A96E;
    display: flex;
    padding: 6px 8px;
    width: 120px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    box-shadow: 0px 23px 47px #FF7E2D1A;
    margin-bottom: 20px;
}

.slider-tag {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    background: #C9A96E;
    width: 120px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 4px;
    text-align: center;
    margin-bottom: 20px;
}

.slider-main-top .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 40%;
}

.slider-main-top .owl-nav button span {
    margin-top: -8px;
}

.slider-main-top .owl-nav .owl-next {
    margin-right: -140px;
}

.slider-main-top .owl-nav .owl-prev {
    margin-left: -140px;
}

/* slider end */





/* Shop by Category css start */

.sec-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 22px;
}

.shop-cate {
    display: flex;
    width: 100%;
    flex-direction: column;
}

ul.shop-cate-data {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    row-gap: 20px;
    margin: 0px;
    column-gap: 10px;
}

.shop-cate-data li {
   display: flex;
    justify-content: flex-start;
    text-align: center;
    width: calc(20% - 10px);
}

.shop-cate-data li span {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 0px 0px;
    display: flex;
    justify-content: center;
}

.shop-cate-data li .shop-cate-img {
    overflow: hidden;
    /* prevents image overflow */
    display: flex;
    border-radius: 12px;
}

.shop-cate-data li .shop-cate-img img {
       transition: transform 0.4s ease;
    width: 220px;
    height: 220px;
    object-fit: cover;
    max-height: 220px;
    max-width: 220px;
    /* smooth animation */
}

.shop-cate-data li:hover .shop-cate-img img {
    transform: scale(1.2);
    /* zoom level */
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Shop by Category css end */



/* multiproduct slider css start  */

.product-section {
    display: flex;
    gap: 20px;
}

.product-card {
    background: #fff;
    width: 100%;
    position: relative;
    transition: 0.3s;
    border-radius: 12px;
    overflow: hidden;
}

.product-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.image-box {
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.image-box img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

/* 🔍 Zoom on hover */
.product-card:hover img {
    transform: scale(1.1);
}

.badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #C9A96E;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
}

.price {
    margin-top: 8px;
}

.price .new {
    font-weight: 700;
    font-size: 20px;
    color: #2D2D2D;
}

.price .old {
    text-decoration: line-through;
    color: #2D2D2DE5;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
}

.price .off {
    color: #FFAB00;
    font-weight: 700;
    font-size: 14px;
    padding-left: 10px;
}

.product-data {
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    padding: 15px 14px;
    min-height: 169px;
}

.product-data h3 {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.product-data p {
    font-size: 16px;
    color: #2D2D2D;
    font-weight: 600;
    overflow: hidden;
}

.section-header a {
    color: #C9A96E;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-header a:hover {
    color: #000;
}

.section-header a:hover img {
    filter: invert(1);
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    z-index: 1;
}

.owl-carousel .owl-nav button {
    background: #fff !important;
    width: 60px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    font-size: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px hsl(0deg 0% 0% / 9%);
}

.owl-carousel .owl-nav button span {
    margin-top: -8px;
}

.owl-carousel .owl-nav .owl-prev {
    margin-left: -35px;
}


.owl-carousel .owl-nav .owl-next {
    margin-right: -35px;
}

/* multiproduct slider css end */

/* bg data css start */

.modern-living {
    width: 100%;
    position: absolute;
}

.modern-living:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%));
}

.modern-living img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.bg-data-ui {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 500px;
    gap: 30px;
}

.bg-data-ui h4 {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    max-width: 50%;
}

.bg-data-ui span {
    color: #fff;
    font-size: 16px;
    max-width: 37%;
    text-transform: capitalize;
}

.primary-btn {
    background: #FFAB00B2;
    color: #fff;
    padding: 10px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.primary-btn:hover {
    background-color: #000;
}

.primary-btn img {
    width: 24px !important;
    aspect-ratio: 1 / 0;
    margin-top: 2px;
    transition: 0.3s;
}

.primary-btn:hover img {
    margin-left: 5px;
}


/* bg data css end */



/* company-features start */

.company-quality {
    background: #F7F4EF;
}

.company-features {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    align-items: center;
    padding: 20px 0px;
    margin: 0px;
}

.company-features li {
    border-left: 1px solid hsl(0deg 0% 0% / 45%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 30px;
}

.company-features li i img {
    mix-blend-mode: multiply;
}

.company-features li span {
    font-size: 16px;
    font-weight: 600;
}

.company-features li:first-child {
    border: none;
}


/* company-features end */






/* textimonial start css */
.review-card {
    min-height: 340px;
    width: 96%;
    padding: 20px;
    border-radius: 12px;
    background-size: cover;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.review-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Header */
.review-header {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.review-header>img {
    width: 93px !important;
    height: 93px;
}

/* Avatar */
.avatar {
    width: 94px;
    height: 94px;
    border-radius: 50%;
}

/* Info */
.review-info h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

/* Rating */
.rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.stars {
    color: #f5a623;
    font-size: 14px;
}

.score {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

/* Google icon */
.google-image {
    width: 20px;
    position: absolute;
    right: -4px;
    bottom: 0px;
}

/* Text */
.review-text {
    margin-top: 15px;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px;
}

.reviewer-profile {
    position: relative;
}

/* textimonial start end */



/* blog section start */
.blog {
    padding-bottom: 40px;
}



/* Grid */
.blog-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    /*justify-content: space-between;*/
	justify-content: flex-start;
}

/* Card */
.blog-card img {
    /*width: 100%;*/
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}

/* Title */
.blog-card a {
    color: #000000;
    font-weight: 600;
	font-size: 18px;
	
	/*
    margin: 12px 0 8px;
    text-decoration: none;
    margin-bottom: 8px;
    display: flex;
	*/
}

/* Text */
.blog-card p {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    font-weight: 400;
}

/* Author */
.author {
    display: block;
    color: #FFAB00;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
}

/* Date */
.date {
    display: block;
    font-size: 12px;
    color: #000000;
    margin-top: 5px;
    font-weight: 500;
}

/* Hover effect */
.blog-card {
    transition: 0.3s;
    border-radius: 12px;
    width: calc(25% - 25px);
}

.blog-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* blog section start */



.footer {
    background: #F7F4EF;
    padding: 24px 0px 30px;
    color: #333;
}

/* Newsletter */
.newsletter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.newsletter h3 {
    margin: 0;
    font-size: 18px;
}

.newsletter p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-top: 10px;
}

.subscribe {
    display: flex;
    width: 60%;
    border-radius: 12px;
}

.subscribe input {
    padding: 10px;
    border: none;
    width: 100%;
    border-radius: 12px 0px 0px 12px;
    background: #2D2D2D;
    color: #fff;
}

.subscribe button {
    background: #FFAB00;
    border: none;
    padding: 10px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    width: 24%;
    border-radius: 0px 12px 12px 0px;
}

.subscribe button:hover {
    color: #000;
    background: #FFAB00;
}

/* Grid */
.footer-menu {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.footer-col h4 {
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li{
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

 .footer-col ul li a {
        color: #2D2D2D;
 }

  .footer-col ul li a:hover {
        color: #FFAB00;
 }

.footer-col ul li:hover {
    color: #FFAB00;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    flex-direction: column;
}

.logo p {
    font-size: 16px;
    margin: 0px;
    padding-top: 20px;
    font-weight: 600;
}


/* Social */
.socials span {
    margin-right: 10px;
    cursor: pointer;
}

/* Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cards span {
    margin-left: 10px;
    background: #ddd;
    padding: 5px 10px;
    font-size: 12px;
}

.contact-details {
    display: flex;
    flex-direction: row;
    align-items: self-start;
    gap: 10px;
    padding-bottom: 15px;
}

.contact-details span {
    display: flex;
    flex-direction: column;
}

.contact-details strong {
    font-weight: 500;
    font-size: 16px;
}

.extrablod {
    font-size: 20px;
    font-weight: 700;
}

.contact-details a {
    color: #000;
    font-size: 14px;
}

.socials ul {
    display: flex;
    justify-content: space-between;
}

.socials ul li a {
    width: 50px;
    display: flex;
    aspect-ratio: 1 /1;
    background: #fff;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    transition: 0.3s;
}

.socials ul li a:hover {
    background-color: #000;
    color: #fff;
}

.footer-bottom p {
    color: #2D2D2D;
    margin: 0px;
    font-weight: 500;
}

.socials ul li a:hover {
    box-shadow: 0px 0px 4px #00000017;
}

/* Responsive */
@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .newsletter {
        flex-direction: column;
        gap: 10px;
    }
}



/* login css */
.login_page {
    margin: 50px 0px;
}

.login_formpart h5 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.login_social {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0px;
}

.login_formpart p {
    font-size: 18px;
    color: #2D2D2DB2;
    font-weight: 500;
}

.login_formpart {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    height: 100%;
}

.login_formpart form {
    width: 100%;
}

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

.login_formpart form .form-group i {
    position: absolute;
    left: 20px;
    top: 10px;
}

.login_formpart form .form-control {
    height: 50px;
    border-color: #FFAB00B2;
    background: #F4F4F480;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-left: 60px;
}


.company-rules {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #000;
    margin-bottom: 30px;
    font-size: 16px;
}

.default_link {
    color: #000;
}

.default_link:hover {
    text-decoration: underline;

}


.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox label {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    background-color: #000;
}

.custom-checkbox label i {
    display: none;
    color: #fff;
    font-size: 14px;
}

.custom-checkbox input:checked+label {
    background: #000;
}

.custom-checkbox input:checked+label i {
    display: block;
}

.custom-checkbox span, .custom-checkbox span a {
    font-size: 18px;
    color: #333;
}


.company_points {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.company_feta span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

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

.login_btn {
    background: #212121;
    color: #fff;
    border-radius: 12px;
    width: 200px;
    height: 58px;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_btn:hover {
    background-color: #FFAB00B2;
}

.login_banner_wrap {
    display: flex;
    flex-direction: column;
    position: relative;
}

.login_banner {
    display: flex;
    position: relative;
}

.login_banner:After {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-image: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 40%));
}

.bannertext {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    gap: 20px;
}

.bannertext h4 {
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
}

.bannertext p {
    max-width: 60%;
    margin: 0px auto;
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}

.white_btn {
    width: 200px;
    height: 50px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.login_banner img {
    width: 100%;
}

/* login css */


.profile-card {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 18px 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    margin: 40px auto;
}

.profile-img {
    width: 100;
    height: 100;
    border-radius: 50%;
    object-fit: cover;
}

.userprofileimage {
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
}

.imageupload {
    position: relative;
    width: 30px;
    margin: 0px auto;
    top: -34px;
    right: -34px;
}

.imageupload input[type="file"] {
    opacity: 0;
    font-size: 0px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

.imageupload span {
    background: #000;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
}



.profile-name {
    font-size: 21px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 3px;
    color: #212121;
}

.profile-email {
    font-size: 14px;
    color: #212121;
}

.edit-btn {
    border: 1px solid #d8b37b;
    color: #d8b37b;
    background: transparent;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    transition: 0.3s;
}

.edit-btn:hover {
    background: #d8b37b;
    color: #fff;
}

.menu-list {
    margin-top: 25px;
}

.menu-item {
    background: #f7f7f7;
    border-radius: 6px;
    gap: 6px;
    padding: 12px 14px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    border-left: 4px solid #f7f7f7;
}

.menu-item i {
    font-size: 15px;
}
.menu-item.active img {
    filter: invert(1);
}


.menu-item.active,
.menu-item:hover {
    background: #1f1f1f;
    color: #fff;
    border-left: 4px solid #f4b400;
}

.menu-item:hover img {
    filter: invert(1);
}

.menu-item.active:hover {
    background: #1f1f1f;
}

.dashboard-wrapper {
    max-width: 1000px;
    margin: 40px auto;
}

.welcome-title {
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 5px;
}

.welcome-text {
    color: #212121;
    font-size: 15px;
    font-weight: 500;
}

.shop-btn {
    background: #f4b63d;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
    display: flex;
    gap: 10px;
}

.shop-btn:hover {
    background: #e7a92e;
}

.info-card {
    background: #fff;
    border-radius: 14px;
    padding: 22px 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: 0.3s;
}

.info-card:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.icon-box {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #eef4ec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.icon-box i {
    font-size: 20px;
    color: #2d2d2d;
}

.card-number {
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    line-height: 1;
    margin-bottom: 10px;
}

.card-title {
    font-size: 17px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 10px;
}

.card-text {
    font-size: 12px;
    color: #212121;
    line-height: 1.5;
    margin-bottom: 10px;
}

.card-link {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #d39b2f;
}

.card-link:hover {
    color: #b67d12;
}


.order-wrapper {

    margin: 40px auto;
}

.order-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    z-index: 1;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.order-title {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
}

.track-link {
    text-decoration: none;
    color: #c59b4f;
    font-size: 18px;
    font-weight: 700;
}

.track-link:hover {
    color: #b18433;
}

.status-wrapper {
    position: relative;
    margin-top: 40px;
}

/* Line */
.status-wrapper::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 10%;
    width: 80%;
    border-top: 2px dotted #777;
}

.status-item {
    position: relative;
    z-index: 2;
}

.status-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #e8efe7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.status-icon img {
    width: 32px;
    height: 32px;
}

.status-title {
    font-size: 18px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 5px;
}

.status-order {
    font-size: 15px;
    color: #555;
}

@media(max-width:768px) {

    .status-wrapper::before {
        display: none;
    }

    .status-item {
        margin-bottom: 30px;
    }

    .order-title {
        font-size: 28px;
    }

}


.proile-details {
    margin-top: 40px;
}


.orders-wrapper {
    max-width: 1000px;
    margin: 40px auto;
}

.orders-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px 0px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
}

.view-link {
    text-decoration: none;
    color: #c69b4f;
    font-size: 18px;
    font-weight: 600;
}

.view-link:hover {
    color: #b68733;
}

.order-item {
    padding: 18px 20px;
    border-bottom: 1px solid #ececec;
}

.order-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.product-img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
}

.product-title, .product-title a {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    line-height: 1.4;
    margin-bottom: 6px;
}

.product-date {
    font-size: 14px;
    color: #666;
}

.status-badge {
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    min-width: 110px;
}

.delivered {
    background: #dceedd;
    color: #2f7a3f;
}

.shipped {
    background: #dcecff;
    color: #2166a5;
}

.processing {
    background: #FEF3DB;
    color: #624300;
}

.price {
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 6px;
}

.qty {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}

.action-btn {
     border: 1px solid #bcbcbc;
    background: #fff;
    border-radius: 4px;
    padding: 7px 4px;
    font-size: 12px;
    color: #000;
    transition: 0.3s;
    white-space: nowrap;
    min-width: 140px;
}

.action-btn:hover {
    background: #212121;
    color: #fff;
}

.action-btn:hover img {
    filter: invert(1);
}

.action-btn i {
    margin-right: 5px;
}

@media(max-width:768px) {

    .section-title {
        font-size: 24px;
    }

    .order-item {
        gap: 20px;
    }

}

.shadowbox {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 18px;
}

.shadowbox .section-header {
    margin-bottom: 20px;
}

.shadowbox .section-header .sec-title {
    padding-bottom: 0;
    margin: 0px;
}

.discount-tag {
    width: 100px;
    height: 100px;
    background: #FFAB00;
    border-radius: 50px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    right: 40px;
    bottom: 70px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.listingsection .bg-data-ui h4 {
    font-size: 32px;
    max-width: 100%;
}

.listingsection .bg-data-ui span {
    font-size: 18px;
    max-width: 100%;
    font-weight: 500;
}

.listingsection .bg-data-ui {
    gap: 20px;
    padding: 0px 40px;
    height: 250px;
}

.listingsection .modern-living img {
    height: 250px;
}

.listingsection {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 40px;
}

.edit-btn:hover img {
    filter: brightness(0.5);
}

.product-section-four {
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    gap: 14px;
    row-gap: 20px;
}

.product-section-four .product-card {
    width: 24%;
}

.btt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: underline;
    color: #ffab00;
    padding-top: 20px;
}

.fillterrow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-top: 1px solid #00000033;
    border-bottom: 1px solid #00000033;
    padding: 10px 0px;
}

.breadcumbrow .breadcrumb,
.breadcumbrow .breadcrumb a {
    color: #212121;
}

.breadcumbrow .breadcrumb a:hover {
    text-decoration: underline;
}




/* Overlay */
.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Sidebar */
.filter-sidebar {
    position: fixed;
    top: 0;
    right: -440px;
    width: 420px;
    padding: 20px 0px;
    height: 100vh;
    background: #fff;
    z-index: 999;
    transition: 0.4s;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.filter-sidebar.active {
    right: 0;
}

.sidebar-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 16px 20px;
    font-size: 18px;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.close-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.close-btn:hover {
    transform: rotate(45deg);
    transition: 0.3s;
}

/* Filter Box */
.filter-box {
    padding: 10px 20px;
    margin: 0px;
}

.filter-heading {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-box.accordion-item.active .accordion-header {
    margin-bottom: 10px;
}

.form-check {
    margin-bottom: 0px;
}

.filter-sidebar .form-check-input {
    margin-left: -18px;
}

.form-check-label {
    font-size: 14px;
    color: #212121;
    cursor: pointer;
    margin: 0px;
    font-weight: 500;
    padding-left: 6px;
}

.form-check-label:hover {
    text-decoration: underline;
}

.price-range {
    width: 100%;
    accent-color: #f4b63d;
}

.price-text {
    font-size: 14px;
    color: #444;
    margin-top: 10px;
}

.apply-btn {
    width: 180px;
    background: #FFAB00B2;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 23px 47px #FF7E2D1A;
}

.apply-btn:hover {
    background: #212121;
}

.sortline {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sortline li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.sortline li:hover {
    text-decoration: underline;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    cursor: pointer;
}

.accordion-header::after {
    content: "\f106";
    font-size: 18px;
    font-family: 'FontAwesome';
}

.accordion-item.active .accordion-header::after {
    content: "\f107";
}

.accordion-content {
    display: none;
}

.accordion-item.active .accordion-content {
    display: block;
}

label {
    display: block;
    margin: 8px 0;
    font-size: 14px;
}


.filter-sidebar .form-check-input:checked {
    background-color: #000;
    border-color: #000;

}

.filter-sidebar .form-check-input:focus {
    box-shadow: inherit;
}

.filter-sidebar .form-check-input {
    font-size: 16px;
    border-radius: 0px;
}

.range-wrapper {
    width: 450px;
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
}

.slider {
    position: relative;
    height: 25px;
    background: #F4F4F4;
    border-radius: 50px;
}

.progress {
    position: absolute;
    height: 100%;
    background: #ffab00;
    border-radius: 0;
    left: 20%;
    right: 20%;
}

.range-input {
    position: relative;
}

.price-rangeslider {
    margin: 60px 0px 20px;
}

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

input[type="range"]::-webkit-slider-thumb {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
    appearance: none;
    cursor: pointer;
}

.price-tag {
    position: absolute;
    top: -73px;
    background: #FFAB00;
    color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 14px;
    transform: translateX(-50%);
}

.min-tag {
    left: 20%;
}

.max-tag {
    left: 80%;
}

.botomfooter {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 20px;
    gap: 20px;
}

.price-tag:after {
    position: absolute;
    content: "";
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #FFAB00;
    bottom: -6px;
    left: 20%;
}


.sorting select {
    border: none;
    cursor: pointer;
}

.sorting select:focus-visible {
    border: none;
    outline: none;
}

.filtertext {
    display: flex;
    gap: 10px;
    cursor: pointer;
    width: 110px;
}



.product-wrapper {
    background: #fff;
    padding: 20px 0px;
    border-radius: 6px;
}

.title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.sub-title {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
}

.tab-menu {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.tab-item {
    padding: 12px 18px;
    font-size: 16px;
    color: #212121;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    font-weight: 600;
}

.tab-item .nav-link.active::after,
.tab-item .nav-link:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #f39c12;
}

.content-box {
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    color: #2D2D2D;
    font-size: 14px;
    line-height: 1.8;
}

.bullet-list {
    margin-top: 20px;
    padding-left: 20px;
}

.bullet-list li {
    margin-bottom: 8px;
}

.product-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.thumbnail-slider-btn {
    width: 100%;
    border: none;
    background: #f9f9f9;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.product-details {
    padding: 0px 0px 20px 30px;
    width: 45%;
}

.dealtext {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
}

.product-product-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2D2D2D;
}

.single-pro-price {
    font-size: 24px;
    font-weight: bold;
    color: #2D2D2D;
}

.single-pro-old-price {
    font-size: 20px;
    color: #2D2D2DE5;
    font-weight: 600;
    text-decoration: line-through;
}

.single-pro-discount {
    color: #FFAB00;
    font-weight: 700;
    margin-left: 10px;
    font-size: 16px;
}

.qty-box {
    height: 45px;
    display: flex;
    gap: 10px;
}

.qty-btn {
    width: 45px;
    font-size: 30px;
    border: 1px solid #ddd;
    height: 45px;
    background: #fff;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 55px;
}

.quantit-details {
    display: flex;
    flex-direction: column;
    margin: 10px 0px 30px;
}

.qty-input {
    width: 60px;
    text-align: center;
    outline: none;
    font-size: 22px;
    border: 1px solid #ddd;
}

.highlight-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.spec-row {
    padding: 8px 0;
    font-size: 14px;
}

.product-details .spec-row {
    max-width: 80%;
}

.more-link {
    color: #f39c12;
    font-weight: 600;
    text-decoration: none;

    &:hover {
        text-decoration: underline;
    }
}

.product-wrapper-title {
    font-size: 30px;
    font-weight: 600;
    color: #212121;
}

.product-sub-title {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
}

.image-wishlist .icon-tap {
    width: 45px;
    height: 45px;
    border: 1px solid #FFAB00;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 10px;
    background: #fff;
    padding: 8px;
}

.image-wishlist {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.image-wishlist .icon-tap:hover {
    border-color: #000;
}



/* MAIN LAYOUT */
.gallery-main {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 55%;
}

/* =========================
THUMBNAIL SLIDER
========================= */

.gallery-wrapper {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thumbnail-slider-btn {
    width: 100%;
    border: none;
    background: #f9f9f9;
    box-shadow: inherit;
    font-size: 25px;
    padding: 0px;
}

.thumb-container {
    height: 420px;
    overflow: hidden;
}

.thumb-list {
    transition: 0.3s;
}

.thumb-item {
    width: 100px;
    height: 80px;
    border: 2px solid transparent;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
}

.thumb-item.active {
    border-color: #000;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
MAIN IMAGE
========================= */

.image-preview-area {
    display: flex;
    gap: 20px;
}



.main-image-container img {
   height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery {
    display: flex;
    gap: 20px;
    position: relative;
    width: 100%;
}

/* Vertical Slider Wrapper to house arrows and the list */
.slider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
        height: 500px;
    gap: 5px;
}



/* Left Side: Vertical Thumbnail Slider Container */
.thumbnail-slider {
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* max-height: auto;  Adjusted slightly to fit comfortably between arrows */
    overflow-y: auto;
    scroll-behavior: smooth;
    /* Enables elegant sliding motion automatically */

    /* Hide standard scrollbars across browsers */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

.thumbnail-slider::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.thumb-btn {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    /* Prevents thumbnails from crushing/squishing */
    border: 1px solid #eee;
    background: #fff;
    cursor: pointer;
    padding: 0px;
}

.thumb-btn:hover {
    border-color: #eee;
}

.thumb-btn.active {
    border: 1px solid #ccc;
}

.thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Center: Big Image Window Container */
.main-image-container {
    position: relative;
    width: 100%;
    height: 580px;
    background: #fdfdfd;
    cursor: crosshair;
    border-radius: 0px;
    outline: 1px solid #f5f4f4;
    overflow: hidden;
}



/* Moving lens inside the main image */
.zoom-lens {
    position: absolute;
    border: 1px solid #f39c12;
    background-color: rgba(000, 000, 000, 0.3);
    width: 150px;
    height: 150px;
    visibility: hidden;
    pointer-events: none;
}

/* Right Side: The Zoom Result Panel */
.zoom-result {
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
    width: 450px;
    height: 450px;
    border: 1px solid var(--border-color);
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    visibility: hidden;
    border-radius: 4px;
    z-index: 10;
}

/* Show elements when hovering over main display */
.main-image-container:hover .zoom-lens,
.main-image-container:hover~.zoom-result {
    visibility: visible;
}


/* about us css */
.full_page_wrapper h5 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #212529bf;
    position: relative;
    margin-bottom: 40px;
}

.full_page_wrapper h5:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #fea801;
    bottom: -10px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}

.content_part {
    font-size: 16px;
    color: #212121;
}

/* about us css */


/* faq us css */

.content_part h2.accordion-header:After {
    display: none;
}

.content_part .accordion {
    outline: none;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content_part .accordion-item {
    border: none;
    background: #fbfbfb;
}

.content_part .accordion-item .accordion-button:focus {
    outline: none;
    box-shadow: inherit;
}

.content_part .accordion-item .accordion-button.collapsed {
    border-radius: 0px;
}

.content_part .accordion-item .accordion-button {
    background: #fea801;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    box-shadow: inherit;
}

/* faq us css */

/* contact-us css */

.content_part h2.accordion-header:After {
    display: none;
}

.content_part .accordion {
    outline: none;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content_part .accordion-item {
    border: none;
    background: #fbfbfb;
}

.content_part .accordion-item .accordion-button:focus {
    outline: none;
    box-shadow: inherit;
}

.content_part .accordion-item .accordion-button.collapsed {
    border-radius: 0px;
}

.content_part .accordion-item .accordion-button {
    background: #2D2D2D;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    box-shadow: inherit;
}

/* faq us css */

.contact-wrapper {
    max-width: 80%;
    margin: 50px auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
}

.contact-info {
    width: 35%;
    background: #FFAB00;
    color: #2e2e37;
    padding: 35px 25px;
    position: relative;
}

.contact-form {
    width: 65%;
    padding: 35px;
}

.contact-form h3 {
    color: #212121;
    margin-bottom: 20px;
}

.contactform .form-group {
    width: calc(50% - 10px);
}

.contactform {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contactform .form-group .form-control {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 40px;
}

.contactform .form-group .form-control:focus {
    box-shadow: inherit;
}

.contactform .text-end {
    width: 100%;
}

.contactform .text-end .submit-btn {
    background: #212121;
    color: #fff;
    padding: 10px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.contactform .form-group {
    width: calc(50% - 5px);
}

.contactform .form-group.full-width {
    width: 100%;
}

.contactform .form-group.full-width .form-control {
    height: 100px;
    resize: none;
}

.contactform .text-end .submit-btn:hover {
    background: #ffab00;
    border-color: #ffab00;
    outline: none;
    box-shadow: inherit;
}

.captchaimage {
    height: 40px;
    border: 1px solid #ccc;
    padding: 4px;
    width: 250px;
    display: flex;
    align-items: center;
}

.social-icons ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    gap: 10px;
}

.social-icons ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    background: #312f3b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 4px;
}

.social-icons ul li a i {
    color: #fff;
}
/* contact-us css */


.profile-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.profile-content .form-group {
    width: calc(50% - 10px);
}

.profile-content .form-group .form-control {
    border: 1px solid #eee;
    border-radius: 8px;
    height: 40px;
    appearance: auto;
        -webkit-appearance: auto;
    -moz-appearance: auto;
}

.profile-content .form-group .form-control:focus {
    box-shadow: inherit;
    outline: none;
}

.profile-content .form-group label {
    font-size: 16px;
    font-weight: 500;
    color: #4d4d5c;
}

.form-group.full-widthbtn {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 30px;
    gap: 10px;
}

.form-group.w-100 .form-control {
    height: 100px;
}

.form-group.full-widthbtn .primary-btn:hover {
    color: #fff;
}

.profile-content .form-group .label-field {
    border: 1px solid #f9f9f9;
    width: 100%;
    display: flex;
    height: 40px;
    background: #fdfdfdb0;
    align-items: center;
    padding: 0px 10px;
    border-radius: 8px;
}

.profile-content h5 {
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    border: 1px solid #eeeeee5c;
    box-shadow: 0px 3px 8px #eeeeee75;
    padding: 10px 20px;
    border-radius: 10px;
}

.profile-content h5 a {
      display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    padding: 4px;
    color: #000;
}



.blog-details .blog-card {
    width: 100%;
    max-width: 80%;
    margin: 0px auto;
}

.blog-details .blog-card:Hover {
    box-shadow: inherit;
}

.blogdettitle {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 10px;
}

.blog-details .date {
    font-size: 18px;
    margin-bottom: 20px;
}

.blog-details p {
    font-size: 16px;
    padding-bottom: 10px;
}

.blog-details .blog-card img {
    border: 4px solid #efefefd1;
    padding: 4px;
    border-radius: 0px;
    box-shadow: -2px -1px 11px #cccccc85;
}

.radio-wrap {
    display: flex;
    margin-top: 50px;
    gap: 20px;
}

.radio-wrap .form-check label {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.radio-wrap .form-check {
    display: flex;
    align-items: baseline;
}

.radio-wrap .form-check .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.radio-wrap .form-check .form-check-input:focus{
    box-shadow: inherit;
    outline: none;
}


.wishlist-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}

.wishlist-row .action-btn {
    min-width: auto;
    padding: 4px 14px;
    font-size: 14px;
}

.addresssave .addressicon {
    background: #000;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.fixed-address {
    background: #c9a96e;
    padding: 4px 2px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    flex-wrap: nowrap;
    min-width: 230px;
    justify-content: center;
    border-radius: 4px;
}

.addresssave .product-title {
    max-width: 90%;
    margin-bottom: 10px;
}

.addresssave {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.addresssave:last-child {border: none;margin: 0px;padding-bottom: 0px;}

.addressheader .action-btn {
    padding: 4px 10px;
    min-width: auto;
}

.addressheader{
    align-items: center;
}