body {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    line-height: 1.5;
}

:root {
    --background-color: #f7f7f7;
    --primary-color: #a52dd3;
    --secondary-color: #652eaf;
    --secondary-color-extra: #000;
    --en-font: "Maven Pro", sans-serif;
    --bn-font: "Hind Siliguri", sans-serif;
    --poppins-font: "Poppins", serif;
    --black: #000;
}

p {
    margin: 0;
    color: #000;
    padding: 0;
}

button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
    text-align: left !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
    transition: 0.35s all;
}

button,
button:focus,
button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
    box-shadow: 0 0 !important;
}

.parsley-errors-list {
    color: var(--secondary-color);
}

.parsley-error {
    border: 1px solid var(--secondary-color) !important;
}

img {
    max-width: 100%;
    height: 100%;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

svg {
    height: 16px;
    width: 16px;
}

.cursor {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container {
    max-width: 1340px;
}

.bangla-font {
    font-family: var(--bn-font);
}

/*==== COUPON ====  */
.coupon-section {
    background: #cbd2d5;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
}

.coupon-code p {
    font-size: 16px;
    text-align: center;
}

.coupon-code span {
    margin: 0 4px;
}

.coupon-code button {
    background: transparent;
}

.coupon-code span {
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0 5px;
}

.coupon-section .btn-close {
    padding: 13px 18px;
    font-size: 12px;
}

/*==== HEADER ====  */
.marquee-item-wrap {
    background: var(--secondary-color);
    height: 32px;
    line-height: 32px;
}

p.marquee-txt {
    color: #fff;
}

.main-header {
    border-bottom: 1px solid #ddd;
}

.header-top {
    border-bottom: 1px solid;
    border-color: #ebebeb;
    padding: 5px;
}

.header-left span {
    margin-right: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.header-left span a {
    color: #fff;
}

.header-left ul li a {
    margin: 0 5px;
}

.header-left ul {
    display: inline-block;
}

.header-right {
    text-align: right;
}

.header-right span ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 4px;
}

.header-right a {
    color: #ffffffcc;
    border: 2px solid;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s all;
    border-color: hsla(0, 0%, 100%, 0.5);
    height: 30px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right a:hover {
    background: blue;
    border: 1px solid blue;
}

.header-left {
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo-area {
    background: #fff;
}

.main-logo {
    height: 55px;
}

.main-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-logo img {
    width: auto;
    height: 100%;
    margin-top: 0;
    object-fit: contain !important;
}

.sticky.is-sticky {
    background: #222;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
}

.logo-header {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

ul.facilities-inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}
li.faciliti-item p {
    font-size: 14px;
}
.faciliti-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 15px;
    border-radius: 6px;
    background: #fff;
    background: #f7f7f7;
}
.faciliti-item img {
    width: 40px;
}

.faciliti-item p {
    font-weight: 600;
}
section.facilities-section {
    margin-top: 25px;
    margin-bottom: 10px;
}

.center__text {
    text-align: center;
}
.mobile-search {
    border: 0 !important;
    height: 54px;
    display: block !important;
}

.search_result {
    position: relative;
}

.search_product {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99;
    border: 1px solid #ddd;
    top: 0;
    max-height: 600px;
    overflow-y: scroll;
}

.search_product img {
    width: 50px;
    height: 50px;
    margin-top: 6px;
    border-radius: 50px;
}

.search_product li {
    width: 100%;
    display: grid;
    grid-template-columns: 65px auto;
    grid-gap: 15px;
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
    transition: 0.35s all;
}

.search_product ul li:hover {
    background: #f1f1f1;
}

.search_content .price {
    color: var(--primary-color);
    font-weight: 600;
}

.mobile-show {
    display: none !important;
}

.mobile-header {
    display: none;
}

.mobile-categories ul li {
    display: block;
    z-index: 99999;
    width: 100%;
    height: auto;
}

.mobile-categories {
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
    width: 85%;
    transition: 0.35s all;
    left: -100px;
    visibility: hidden;
    opacity: 0;
    height: 100%;
}

.mobile-categories.active {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.mobile-search input {
    width: 86% !important;
}

.mobile-search button {
    width: 12% !important;
}

.main-search form {
    height: 50px;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}

.main-search form input:focus {
    background: #fff;
    border: 1px solid #000;
}

.main-search form input {
    height: 100%;
    padding: 0 12px;
    font-size: 16px !important;
    padding-left: 50px;
    text-transform: capitalize;
    background: rgba(221, 221, 221, 0.18);
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 100%;
}

.main-search form button {
    position: absolute;
    height: 100%;
    width: 50px;
    color: #000;
    background-color: transparent;
}

.main-search form button svg {
    height: 20px;
    width: 35px;
    color: #747474;
    margin-top: -4px;
}

.mobile-nav li a {
    text-transform: capitalize;
    padding: 8px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
}

.mobile-menu .nav li button.active {
    border-radius: 0;
    color: var(--secondary-color);
}

.main-search.mobile-search {
    margin: 0;
    padding: 0;
}

.mobile-menu .nav li {
    width: 50%;
    float: left;
}

.mobile-menu .nav li button {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
    color: #222;
}

.header-list-items {
    text-align: center;
    margin: 5px 0;
}

.header-list-items ul {
    margin-top: 3px;
    display: flex;
    justify-content: flex-end;
}
.for_order a i {
    font-size: 16px !important;
}

.header-list-items ul li {
    margin: 0 8px;
}

.header-list-items ul li a {
    display: inline-block;
}

.header-list-items ul li p {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

.margin-shopping {
    margin-right: 10px;
}

.header-list-items ul li i {
    font-size: 20px;
    color: #222;
}

.cart-svg {
    height: 22px;
    width: 22px;
}

.header-list-items ul li div {
    font-size: 12px;
}

.header-list-items ul li span {
    position: absolute;
    top: -8px;
    right: -12px;
    background: var(--primary-color);
    color: #fff;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 50px;
}

#cart-qty {
    position: relative;
}

.cshort-summary {
    position: absolute;
    top: 55px;
    width: 390px;
    right: 0;
    max-height: 500px;
    z-index: 999;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #ddd;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
}

.go_cart,
.go_cart:hover {
    background: var(--secondary-color);
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 5px;
    display: block;
    text-align: center;
    font-weight: 600;
}

#cart-qty:hover .cshort-summary {
    top: 45px;
    opacity: 1;
    visibility: visible;
}

.cshort-summary ul li p {
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: left;
}

.cshort-summary img {
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px;
}

.cshort-summary ul {
    display: grid;
    grid-template-columns: 15% 45% 20% 20%;
    margin: 5px 0;
}

.cshort-summary .cart_remove {
    margin-left: 5px;
}

.cshort-summary ul li {
    display: block;
    text-align: left;
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.cshort-summary .remove-cart,
.cshort-summary .remove-cart:focus {
    height: 25px;
    width: 25px;
    line-height: 20px;
}

.menu-area {
    text-align: left;
    border-top: 1px solid #ddd;
}

.main-menu {
    position: relative;
}

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

.main-menu ul li a i {
    font-size: 12px;
}
.main-menu ul li a {
    text-transform: capitalize;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-right: 5px;
    padding: 12px 0;
}

.mega-menu-container {
    position: relative;
}

.mega_menu {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 110%;
    padding: 30px;
    z-index: 9999;
    border: 1px solid #ddd;
    transition: 0.35s all;
    visibility: hidden;
    opacity: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: left;
}

.main-menu ul li:hover .mega_menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.mega_menu ul li {
    display: block;
}

.mega_menu ul li a {
    padding: 0 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400 !important;
    margin: 5px 0 !important;
    display: block !important;
    color: #000;
}

.header-cart-amount {
    min-width: 100px;
}

.cat-title {
    font-weight: 600 !important;
}

.main-menu ul li a:hover {
    color: #f15354;
}

.header-top-list {
    text-align: right;
}

.header-top-list ul li .header-top-list-link {
    display: block;
    font-size: 14px;
    color: var(--black);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-top-list ul li .header-top-list-link i {
    padding-right: 2px;
    color: var(--primary-color);
}

.header-middle-table-cell {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 32px;
}

.header-middle-call-link {
    display: flex;
    align-items: center;
}

.header-middle-call-icon i {
    color: var(--primary-color);
    font-size: 26px;
    transform: rotate(36deg);
    margin-right: 5px;
}

.header-middle-call-text p {
    font-size: 14px;
    line-height: 14px;
}

.header-middle-call-text span {
    line-height: 13px;
    display: inline-block;
    color: var(--black);
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s;
}

a.header-middle-cart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

a.header-middle-cart span.total-amount {
    font-weight: 600;
}

a.header-middle-auth-link {
    display: flex;
}

.header-middle-icon svg {
    width: 33px;
    color: var(--primary-color);
    height: 33px;
}

.header-middle-text span {
    display: block;
    text-align: left;
    line-height: 18px;
}

.header-middle-icon {
    margin-right: 5px;
    width: 35px;
}

/*==== CATEGORY ====  */
.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 25px;
    border-color: #ddd;
    padding-bottom: 10px;
}

.section-title h3 {
    font-size: 30px;
    font-weight: 500;
}

a.view_all {
    border: 1px solid var(--secondary-color);
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 5px;
    color: var(--secondary-color);
}

.front-category ul li a {
    color: #555;
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.35s all;
    margin-right: 5px;
}

.front-category ul li a:hover {
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}

.custom_paginate {
    margin-top: 25px;
}

/*==== SLIDER ====  */
.slider-section {
    margin: 0;
    padding: 15px 0;
}

.main-slider {
    position: relative;
}

.slider-item {
    width: 100%;
}

.slider-item img {
    border-radius: 5px;
}

.main_slider .owl-prev {
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer !important;
}

.main_slider .owl-next {
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer !important;
}

.banner-right-item {
    overflow: hidden;
    border-radius: 5px;
}

.banner-right-item img {
    transition: 0.35s all;
}

.banner-right-item:hover.banner-right-item img {
    transform: scale(1.1);
}

.banner-right .item-1 {
    margin-bottom: 25px;
}

.slider-bottom-banner {
    height: 130px;
    margin-top: 5px;
}

.slider-bottom-banner img {
    width: 100%;
    object-fit: cover;
}

/*==== FRONT CATEGORY ====  */
.home-category {
    padding: 15px 0;
}

.category-inner {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.category-title h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
}

.cat-item {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid;
    border-color: #ddd;
}

.cat-img {
    width: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
}

.cat-img img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    transition: 0.35s all;
    padding: 40px;
}

.cat-item:hover .cat-img img {
    transform: scale(1.04);
}

.cat-name {
    text-align: center;
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}

.category-product.no-product {
    display: block;
    text-align: center;
    padding: 100px 0;
}

.no-found img {
    width: 150px;
}

.section-bg2 {
    border-radius: 5px;
    margin-top: 25px;
}

.section-title img {
    height: 85px;
}

.section-title img {
    height: 80px;
}

/*==== TIMER ====*/
.timer_inner {
    display: flex;
    justify-content: space-between;
}

.timer_inner .syotimer__body {
    display: flex;
    grid-gap: 5px;
}

.timer_inner .syotimer-cell {
    width: 38px;
    text-align: center;
    background: #00aef0;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}

.syotimer__body {
    display: flex;
    justify-content: space-around;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    font-weight: 900;
    gap: 5px;
}

.syotimer-cell {
    border-radius: 5px;
    background: var(--primary-color);
}

.syotimer-cell__value {
    width: 45px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding-top: 0px;
}

.syotimer-cell__unit {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    margin-top: -5px;
}

.welcome-box2-main {
    background-color: #f1f1f2;
    background-image: url("../images/background3.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 30px;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.4);
    width: 400px;
    margin-left: 615px;
    margin-top: 30px;
    text-align: left;
    padding: 30px;
    overflow: hidden;
}

.welcome-box2-item img {
    width: 100%;
    height: 200px;
}

.welcome-box2-timer {
    background: linear-gradient(90deg, #c60b0d, #ff0f11);
    border-radius: 20px;
    margin: -10px;
    margin-top: 8px;
}

/*==== FOOTER ====  */
.footer-gap {
    margin: 15px 0;
    overflow: hidden;
}

footer {
    padding-bottom: 0 !important;
}

.section-title-right ul li a {
    text-transform: capitalize;
    margin-left: 10px;
    cursor: pointer;
}

.footer-menu ul li a {
    color: #222;
    margin: 8px 0;
    display: block;
    transition: 0.35s all;
}

.footer-top {
    padding: 50px 0;
    background: #f5f5f5;
}

.footer-about {
    padding-right: 70px;
}

.footer-about p {
    text-align: left;
    margin: 5px 0;
    color: #222;
    font-size: 16px;
}

.footer-about h3 {
    font-size: 16px;
    font-weight: bold;
    color: #dee5e5;
    margin: 10px 0;
}

.footer-about ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50px;
    margin: 0 2px;
    text-align: center;
    color: #fff;
}

.footer-menu ul li a:hover {
    color: var(--secondary-color);
    margin-left: 2px !important;
}

.footer-about a {
    display: block;
    color: #000;
}

.footer-about a img {
    height: auto;
    width: 120px;
    object-fit: contain;
}

.footer-menu .title {
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-menu .title a:hover {
    margin-left: 0 !important;
}

.footer-menu ul li {
    display: block;
}

.social_link {
    text-align: center;
    margin-top: -10px;
    display: flex;
    justify-content: center;
}

.social_link li {
    display: inline-block;
}

.social_link li a {
    background: var(--secondary-color);
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    color: #fff !important;
    margin: 10px 2px !important;
    margin-bottom: 0 !important;
}

.delivery-partner {
    text-align: center;
}

.social_link li a:hover {
    background: var(--primary-color);
}

.footer-bottom {
    background: #ddd;
    padding: 10px 0;
}

.copyright p {
    font-size: 12px;
    text-align: center;
    color: #000;
}

/*==== FOOTER CSS END ====  */

/*==== FOOTER FIXED MENU START ====  */

.footer_nav {
    display: none;
    text-align: center;
    padding: 3px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}

.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.footer_nav ul li a span {
    display: block;
    font-weight: 800;
}

.footer_nav ul li {
    position: relative;
}

.footer_nav ul li i {
    font-size: 21px;
    width: 35px;
    height: 35px;
    padding: 9px;
    border-radius: 7px;
}

.item_count {
    position: absolute;
    top: -5px;
    right: 25px;
    background: var(--secondary-color);
    width: 15px;
    height: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    border-radius: 50px;
}

/*==== DETAILS ====  */
.product-section {
    padding: 30px 0;
}

.product-cart .name {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.details-price {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 10px 0;
}

.details-price span {
    color: var(--secondary-color);
}

.details-price del {
    color: #333;
    margin: 5px 0;
}

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

.details-price .discount_tag {
    font-size: 14px;
    background: var(--secondary-color);
    padding: 8px 8px;
    margin: 7px 10px 8px 6px;
    color: white;
    border-radius: 12px;
}

.details_slider {
    border-radius: 5px;
    border: 1px solid;
    border-color: #ddd;
}

.details_slider img {
    border-radius: 5px;
    overflow: hidden;
}

.indicator_thumb {
    position: relative;
}

.indicator_thumb.thumb_slider .owl-nav button {
    background: var(--secondary-color) !important;
    margin: 5px 2px;
}

.indicator_thumb {
    display: flex;
    grid-gap: 5px;
    margin: 10px 0;
}

.indicator-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.indicator-item img {
    height: 100px !important;
    width: 100%;
    object-fit: cover;
}

.dimage_item img {
    object-fit: contain;
}

.color_inner {
    display: flex;
}

.color-title {
    font-weight: 600;
    flex: 0 0 90px;
}

.size_inner {
    display: flex;
}

.pro_unig label {
    font-weight: 600;
    margin-bottom: 10px;
}

.pro_brand p {
    font-weight: 600;
}

.pro_brand {
    margin-bottom: 7px;
    margin-top: 2px;
}

.qty-cart .quantity {
    position: relative;
    border: 1px solid #ddd;
    height: 40px;
    overflow: hidden;
    width: 130px;
    margin-top: 0;
    border-radius: 5px;
    height: 38px;
}

.qty-cart {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
}

.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 24px !important;
    cursor: pointer;
    font-weight: 500;
}

.order_now_btn,
.order_now_btn:disabled {
    font-size: 18px;
    color: #fff;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 3px;
    font-weight: 700;
    width: 100%;
    margin-left: 5px;
    margin-top: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}

#add_cart_btn:focus {
    border: 1px solid #ddd;
}

.order_now_btn:hover,
.order_now_btn:active {
    color: #fff !important;
    background-color: #ff3778 !important;
    border: none !important;
    outline: none;
}

.add_cart_btn:hover svg,
.add_cart_btn:hover svg path {
    color: #fff !important;
    stroke: #fff !important;
}

.add_cart_btn svg,
.add_cart_btn svg path {
    color: var(--secondary-color) !important;
    stroke: var(--secondary-color) !important;
}

.add_cart_btn,
.add_cart_btn:disabled {
    color: #fff;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
    font-weight: 700;
    padding: 10px 0;
    margin-top: 0;
    color: var(--secondary-color);
    border-radius: 7px;
    font-size: 18px;
}

.pro_brand.stock {
    margin-top: 20px;
}

.details-call-whatsapp {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.details-call-whatsapp a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 7px;
    border: 1px solid;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
}

.call_now_btn,
.call_now_btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.whatsapp_btn,
.whatsapp_btn:hover {
    background: #0ec344;
    color: #ffffff;
}

.add_cart_btn:hover,
.add_cart_btn:active {
    color: #fff !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.delivery_details tr td {
    color: #222 !important;
}

.pro_details_area {
    background: #fff;
    padding: 40px 0;
}

.details-tab .nav-link {
    color: #222;
    border-radius: 0;
    border-top: none;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.details-tab .nav-link.active {
    color: #000;
    border: 1px solid #000 !important;
    border: none;
    background: rgba(221, 221, 221, 0.21);
}

.details-tab .nav-tabs .nav-link {
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 9px;
    font-size: 14px !important;
    font-weight: 800;
    text-transform: capitalize;
    padding: 7px;
}

.details-tab .nav-tabs li {
    width: 32%;
}

.details-tab .nav-tabs {
    border: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.single-product-specification-list {
    margin-bottom: 15px;
    border: 2px dotted var(--primary-color);
    padding: 10px;
}

.single-product-specification-list ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.description {
    padding-top: 10px;
}

.description ul {
    margin-left: 12px;
}

.description p {
    font-size: 14.5px;
    font-weight: 450;
    margin-bottom: 5px;
}

.description ul li {
    font-size: 14.5px;
     font-weight: 450;
}

.description ul li a {
    padding: 6px 20px;
    display: inline-block;
    box-shadow: 0px 0px 3px #ddd;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.description ul li.active a,
.description ul li:hover a {
    background-color: #0a3a66;
    color: #fff;
}

.review_count {
    color: #f16f00;
}

.review_count span {
    color: #bbb;
}

.review-inner {
    padding: 30px;
}

.review-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.review-btn {
    text-align: right;
}

.review-btn button {
    background: #ef3fa8;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
}

.review-title h4 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 5px;
}

.product-ratting {
    display: none;
}

.product-ratting i {
    color: #ff7e22;
    font-size: 12px;
}

.review-card {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin: 10px 0;
}

.review_star {
    color: #ff7e22;
    margin-bottom: 7px;
}

.details-action-box .empty-content {
    padding: 50px 0;
    text-align: center;
}

.details-action-box .empty-content i {
    font-size: 3rem;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: var(--secondary-color) 33;
    border-radius: 50%;
    color: var(--secondary-color);
}

p.empty-text {
    text-align: center;
}

.empty-review {
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 15px;
}

.empty-review i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #04070833;
    font-size: 30px;
    border-radius: 50px;
    color: #f01000;
}

.modal-content input,
.modal-content input:focus {
    height: 42px;
    border: 1px solid #ddd;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}

.rating > label {
    display: inline-block;
    position: relative;
    width: 28px;
    font-weight: 600;
    color: #652eaf;
}

.rating label {
    font-size: 20px !important;
    cursor: pointer !important;
}

textarea#message-text {
    border: 2px solid;
    border-color: #652eaf;
    max-width: 450px;
}

.rating > label.active:before,
.rating > label.active ~ label:before,
.rating > label:hover:before,
.rating > label:hover ~ label:before {
    content: "\2605";
    position: absolute;
    color: #ef3fa8;
}

.rating input {
    display: none;
}

button.details-review-button {
    min-width: 126px;
    background: #ef3fa8;
    margin-top: 10px;
    padding: 7px;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

.page-title h5 {
    font-weight: 600;
    font-size: 18px;
}

.pro_vide h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.pro_vide {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 25px;
    position: sticky;
    top: 140px;
}

.details_right {
    padding: 0;
}

.details-ratting-wrapper {
    margin-bottom: 10px;
}

.details-ratting-wrapper i {
    color: #ffdf00;
}

.details-ratting-wrapper i.far.fa-star {
    color: #959595;
}

.all-reviews-button {
    text-decoration: underline;
    margin-left: 20px;
}

.related-product-section {
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.related-title {
    margin-bottom: 20px;
}

.related-title h5 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.all-p-btn .btn {
    padding: 8px 0;
    width: 48.5%;
}

.all-p-btn {
    position: sticky;
    justify-content: space-between;
    background: #fff;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*====  CATEGORY ====  */
.page_title p {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.page_title {
    margin-bottom: 25px;
}

.cust_according_body ul li {
    display: block;
}

.cust_according_body ul li a {
    display: block;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.cust_according_body ul li:hover a {
    background-color: var(--secondary-color) 38;
}

.subcategory-filter-label {
    display: flex;
    column-gap: 10px;
    padding: 5px 10px;
    cursor: pointer;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
}

.subcategory-filter-list p {
    color: #555;
}

.subcategory-filter-label:hover {
    background-color: var(--secondary-color) 38;
}

.subcategory-filter-label input {
    position: relative;
    border: 2px solid var(--secondary-color);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    appearance: none;
    opacity: 0.5;
    margin-top: 3px;
}

.subcategory-filter-label input[type="checkbox"]:checked {
    background-color: var(--secondary-color);
    opacity: 1;
}

.subcategory-filter-label input[type="checkbox"]:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px -2px 0 0px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

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

p.min-price input {
    width: 70px;
}

p.max-price input {
    width: 70px;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: var(--secondary-color);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-radius: 50px;
}

.cust_according_body {
    padding: 10px 0;
}

.slider-box {
    padding: 10px 25px;
}

/*====  QUICK VIEW ====  */
#page-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
}

#custom-modal {
    display: none;
}

.modal-view {
    position: fixed;
    width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 99999;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.close-modal {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #ddd;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    font-size: 18px;
}

.quick-view-inner {
    overflow: hidden;
}

.quick-product .name {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}

.quick-product-img {
    width: 40%;
    float: left;
}

.quick-product-content {
    width: 60%;
    float: left;
    padding: 0 20px;
}

/*====  QUICK VIEW CSS END ====  */

.sec_title {
    margin-bottom: 10px;
}

.section-title-header {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.section-title-header .section-title-name {
    font-size: 20px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    padding-bottom: 10px;
    position: relative;
    bottom: -2px;
    text-transform: capitalize;
}

li.see_more_btn {
    text-align: end;
}

li.recent_pro {
    font-size: 15px;
}

.sec_title i {
    font-size: 10px;
    margin-left: 5px;
}

/*====  LOADING SPINNER ====  */
#loading {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 9999;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    transform: translate(-50%);
    text-align: center;
}

.custom-loader {
    width: 50px;
    height: 50px;
    --c: radial-gradient(farthest-side, var(--secondary-color) 92%, #0000);
    background:
        var(--c) 50% 0,
        var(--c) 50% 100%,
        var(--c) 100% 50%,
        var(--c) 0 50%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    animation: s7 0.5s infinite;
    position: fixed;
    top: 50%;
    left: 50%;
}

@keyframes s7 {
    to {
        transform: rotate(0.5turn);
    }
}

/*====  WISHLIST MODAL ====  */
#custom-modal .title {
    font-weight: 600;
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.wishlist-modal .quantity {
    font-weight: 500;
    color: #777;
}

.wishlist-modal {
    margin-top: 25px;
}

.wishlist-modal .name {
    text-align: left;
    margin: 0;
}

.wishlist-modal .price {
    color: var(--secondary-color);
    font-size: 26px;
    font-weight: 600;
    margin: 12px 0;
}

.continue-confirm {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    margin-top: 15px;
}

.continue-btn {
    background: #ddd;
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    transition: 0.35s all;
}

.confirm-btn {
    background: var(--secondary-color);
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.35s all;
}

.continue-btn:hover,
.confirm-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

/*====  WISHLIST ====  */
.vcart-inner {
    background: #f5f7f9;
    padding: 20px 25px;
    border-radius: 5px;
}

.vcart-content img {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    padding: 1px;
}

.cart_name {
    max-width: 185px;
}

.cart-title h4 {
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
}

.vcart-content table th {
    color: #666;
}

.vcart-content table td {
    font-size: 15px;
}

.remove-cart,
.remove-cart:focus {
    background: #e5e5e5;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    outline: 0;
}

.remove-cart .feather {
    color: #fff;
}

.wcart-btn,
.wcart-btn:focus {
    background: var(--secondary-color);
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    outline: 0;
}

/*====  CART ====  */
.vcart-qty .quantity {
    height: 35px;
    width: 85px;
    margin-top: 0 !important;
}

.vcart-qty .quantity .minus {
    left: 0;
    width: 25px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vcart-qty .quantity .plus {
    right: 0;
    height: 33px;
    line-height: 33px;
    width: 25px;
    font-size: 20px;
}

.cart-summary {
    background: #f5f7f9;
    padding: 15px;
    border-radius: 5px;
}

.cart-summary h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.cshort-summary p strong {
    font-size: 15px;
    display: block;
    margin: 8px 0;
}

.cart-summary table td {
    padding: 10px 0 !important;
    text-transform: capitalize;
    font-size: 15px;
}

.cart-summary table td:last-child {
    text-align: right;
}

.couponcode-section {
    padding-bottom: 55px;
}

.coupon-btn {
    background: var(--secondary-color);
    color: #ffff;
}

a.header-coupon {
    font-weight: 700;
}

img.coupon-image {
    height: 242px;
    width: 100%;
}

.coupon-form {
    margin-top: 25px;
}

.coupon-form form {
    display: inline-block;
    width: 300px;
}

.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
    padding: 0 10px;
    text-transform: capitalize;
}

.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
}

.coupon-form form button {
    width: 20%;
    background: var(--secondary-color);
    color: #fff;
    height: 38px;
    border-radius: 0px 5px 5px 0px;
}

/*====  CART CSS END ====  */

/*====  Auth ====  */
button.submit-btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 12px 0;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

.resend_otp .feather {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.resend_otp button {
    border-bottom: 1px solid #db2c2c;
    color: #db2c2c;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
}

/*====  BRAND ====  */
.brand-section {
    position: relative;
}

.brand-item {
    height: 130px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.brand-item img {
    opacity: 0.8;
    transition: 0.35s all;
    padding: 15px;
    object-fit: contain;
}

.brand-item img:hover {
    opacity: 1;
}

/*====  PROFILE ====  */
.customer-sidebar {
    background-color: #fff;
    padding: 10px;
    height: 100%;
}

.customer-auth {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    background: #f5f7f9;
    padding: 10px;
    border-radius: 5px;
}

.customer-img img {
    border-radius: 50px;
}

.customer-section {
    padding: 20px 0;
}

.sidebar-menu {
    background: #f5f7f9;
    margin: 15px 0;
    border-radius: 5px;
}

.sidebar-menu ul li {
    display: block;
}

.sidebar-menu li a {
    padding: 10px 10px;
    display: block;
    font-size: 15px;
}

.customer-content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.backend_img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}

.account-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    text-align: left;
    font-weight: 600;
}

.invoice_btn,
.invoice_btn:focus {
    background: var(--secondary-color);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.sidebar-menu li a.active {
    color: var(--secondary-color);
}

/*====  PROFILE ====  */
.payment_option {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}

/*====  CHECKOUT ====  */
.cartlist img {
    height: 30px;
    width: 30px;
}

.cartlist span {
    height: 20px;
    width: 20px;
    border-radius: 50px;
}

.chheckout-section {
    padding: 35px 0;
}

.checkout-shipping .card-header {
    background: #fff;
    padding: 25px 25px;
    color: #333;
    text-align: center;
}

.checkout-shipping h5,
.cart_details h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-family: var(--bn-font);
    padding: 8px;
}

.cart_details.card-body {
    padding: 25px;
}
.cartlist .text-left {
    text-align: left;
}

.checkout-shipping label {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    font-family: var(--bn-font);
}

.checkout-shipping .card,
.checkout-shipping .card-header {
    border-color: #ededf2;
}
.checkout-shipping .card-body {
    padding: 30px;
}
.cart_details tbody,
.cart_details td,
.cart_details tfoot,
.cart_details th,
.cart_details thead,
.cart_details tr {
    border-color: #ededf2;
}
.cart_details .card .card-header {
    padding: 15px;
    background: #fff;
    text-align: center;
    font-size: 30px;
    border-color: #ededf2;
}
.cart_details .card {
    border: 0;
    box-shadow: 2px 4px 12px 5px rgba(82, 63, 105, 0.1);
}
.checkout-shipping h6 {
    font-weight: 600;
    color: var(--secondary-color);
    font-family: var(--bn-font);
}

a.check-wapp.check-btn {
    background: #00d757;
    padding: 4px 9px;
    border-radius: 4px;
    margin-left: 41px;
    line-height: 35px;
}

.check-wapp i {
    background: #00d757;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.check-position i {
    position: absolute;
    background: #00d757;
    padding: 9px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    transform: translateX(-394%);
}

.checkout-shipping input,
.checkout-shipping input:focus,
.checkout-shipping select,
.checkout-shipping select:focus {
    border: 1px solid #ddd;
    height: 40px;
}

.payment-methods {
    display: flex;
    gap: 15px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    height: 40px !important;
}

#select2-district-container {
    line-height: 40px;
}

.select2-results li {
    display: block;
}

.checkout-shipping .form-check-input {
    height: 14px !important;
}

.checkout-shipping form i {
    margin-right: 5px;
}

.order_place {
    background: var(--secondary-color);
    display: block;
    width: 100%;
    border-radius: 50px;
    padding: 17px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    transition: 0.35s all;
    font-family: var(--bn-font);
}

.order_place:hover {
    background: var(--secondary-color);
}

/*====  CONTACT ====  */
.contact-section {
    padding: 15px 0;
    background: #fff;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form input:focus,
.contact-form textarea,
.contact-form textarea:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}

.contact-form label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}

.social-media.footer-about {
    text-align: left;
    margin-top: 20px;
}

.social-media.footer-about li a {
    text-align: center;
}

.social-media.footer-about h6 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

/*====  ALL CATEGORY ====  */
.filter_btn,
.filter_close {
    display: none;
}

.category-thumb {
    background: #f1f1f1;
    text-align: center;
    padding: 25px 15px;
    border-radius: 5px;
}

.category-thumb img {
    width: 24px;
}

.all-category {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    grid-gap: 15px;
}

.category-thumb p {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.menu-more {
    color: var(--secondary-color) !important;
    font-weight: 600;
}

.menu-more i {
    color: var(--secondary-color) !important;
    font-weight: 600;
}

.page-description ul li {
    display: list-item;
    list-style: initial;
}

.page-description ul {
    padding-left: 20px;
}

.front-view-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 50px;
}

.front-view-image {
    margin-bottom: 15px;
}

.front-view-image a {
    display: block;
}

.front-view-image a img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transform: translateY(0px);
    transition: all 0.3s ease;
}

.front-view-item:hover .front-view-image a img {
    transform: translateY(-20px);
}

.front-view-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.category-banner-products {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 7px;
    background: #fff;
}

.home-page-section-title-box {
    margin-bottom: 10px;
}

.home-page-section-title-box h3 {
    font-size: 30px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.view-all-button-box.pull-right {
    float: right;
}

a.custom-button {
    border: 1px solid transparent;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    box-shadow:
        0 0.275rem 0.75rem -0.0625rem rgb(11 15 25 / 6%),
        0 0.125rem 0.4rem -0.0625rem rgb(11 15 25 / 3%) !important;
    display: inline-block;
    position: relative;
    background: transparent;
    transition: color 0.1s linear 0.05s;
    text-decoration: none;
}

.product-item-box {
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 12%);
    border-radius: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.product-img-outer-box {
    position: relative;
    overflow: hidden;
}

.product-img-outer-box a {
    border-radius: 10px 10px 0px 0px;
}

.product-img-outer-box a img {
    transform: scale(1);
    transition: all 0.5s ease-out;
    object-fit: contain;
    background: #fff;
    width: 100%;
}

.product-img-outer-box a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}

.product-desc-main-box {
    padding: 5px;
    text-align: center;
}

.product-title-box h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-title-box h4 a {
    font-size: 14px;
}

.product-price-box h4 {
    font-weight: bold !important;
    font-size: 14px;
    color: #b70053;
    font-family: var(--font);
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev,
.product-inner button.owl-next,
.related-product-section button.owl-next {
    top: 50%;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
}

.product-inner button.owl-prev i,
.related-product-section button.owl-prev i,
.product-inner button.owl-next i,
.related-product-section button.owl-next i {
    width: 35px;
    height: 35px;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product-inner button.owl-prev:hover i,
.related-product-section button.owl-prev:hover i,
.product-inner button.owl-next:hover i,
.related-product-section button.owl-next:hover i {
    background-color: var(--secondary-color);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1.3);
    color: #fff;
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev {
    left: 0;
}

.related-product-section button.owl-prev {
    left: -40px;
}

.product-inner button.owl-next,
.related-product-section button.owl-next {
    right: 0;
}

.related-product-section button.owl-next {
    right: -40px;
}

section.product-inner {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title-left h4 {
    font-size: 30px;
}

.product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: 260px;
    display: block;
}

.product-inner .product-img-outer-box a {
    height: 290px;
}

.category-banner-products .product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
}

.slide-img-box {
    border-radius: 10px;
    overflow: hidden;
}

.category-img-banner {
    margin-bottom: 15px;
}

.category-img-banner a {
    display: block;
    overflow: hidden;
}

.category-img-banner a img {
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 15px;
}

.category-img-banner:hover a img {
    transform: scale(0.95);
}

.category-main-section {
    border-top: 1px dashed #ccc;
    padding: 20px 0;
}

.menu-logo a {
    display: block;
}

.campaign-item a {
    display: block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.campaign-item a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.campaign-main-section {
    border-top: 1px dashed #ccc;
    padding: 25px 5px;
}

.qty-cart .add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #087bce;
    border-radius: 0;
    color: #fff;
    height: 48px;
    width: 160px;
}

.section-meta-description {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sec_title H2 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}

.category-breadcrumb a {
    font-size: 16px;
    color: #666666b3;
    font-weight: 400;
}

.category-breadcrumb span {
    color: #666666b3;
}

.category-breadcrumb strong {
    font-size: 16px;
}

.category-product {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
}

.product_rating {
    text-align: left;
}

.product_rating span {
    color: orange;
    font-size: 13px;
}

.product_item_inner {
    border-bottom: 0;
    transition: 0.35s all;
}

.wist_item {
    position: relative;
}

.product_item:hover .product_item_inner {
    border-color: var(--secondary-color);
}

.pro_des {
    padding: 0 15px;
}

.product_item {
    position: relative;
    border: 1px solid #ddd;
    transition: 0.35s all;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.product_item.wist_item:hover {
    border: 1px solid #ed145b;
}
.pro_name {
    height: 50px;
    line-height: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    padding: 0;
}

.pro_name a {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}

.pro_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1;
}

.pro_img > a {
    display: block;
    height: 100%;
}

.pro_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.35s all;
}

.product_item_inner:hover .pro_img img {
    transform: scale(1.1);
}

.pro_price {
    margin-bottom: 5px;
}

.pro_price p {
    color: #000;
    font-weight: 600;
    margin-top: 5px;
    text-align: left;
    font-size: 16px;
}

i.fa-regular.fa-trash-can.trash_icon {
    font-size: 15px;
    color: var(--secondary-color);
}

i.fa-regular.fa-trash-can.trash_icon:hover {
    color: red;
}

.pro_btn form {
    text-align: center;
}

.pro_btn {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 6px;
    padding: 0px 8px;
    padding-bottom: 5px;
}

.cart_btn a,
.cart_btn button {
    width: 100%;
    display: flex;
    height: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    line-height: 30px;
}

.cart_btn a {
    background: var(--secondary-color);
}

.cart_btn button,
.cart_btn a:hover,
.cart_btn button:hover {
    background: var(--secondary-color);
    color: #fff;
}
.pro_price del {
    color: #949191;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
}

.discount {
    position: absolute;
    top: 5px;
    background: var(--primary-color);
    padding: 2px 7px;
    border-radius: 20px;
    left: 5px;
    z-index: 9;
}

.discount p {
    color: #fff;
    font-size: 14px;
}

.pro_name a:hover {
    color: var(--primary-color);
}

.success-img {
    text-align: center;
}

.success-img img {
    width: 320px;
}

.success-title h2 {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 45px;
}

.success-table {
    background: #f3f3f3;
    padding: 15px;
}

section.createpage-section {
    padding: 50px 0;
    background: #fff;
    margin-bottom: 10px;
}

button.owl-next {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

button.owl-prev {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

section.slider-section .row .col-sm-2 {
    width: 200px;
}

form.sort-form .form-select,
form.sort-form .form-select:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}

.sorting-section {
    margin-bottom: 20px;
}

.showing-data {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.showing-data span {
    font-size: 16px;
    display: block;
    text-align: right;
}

.category-breadcrumb {
    column-gap: 8px;
}

.custom-breadcrumb {
    padding: 15px 0;
}

.custom-breadcrumb ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.custom-breadcrumb ul li span {
    color: #333;
}

.register-now.no-account {
    background: #fff;
    padding: 0 10px 15px 10px;
}

.comn_sec {
    padding: 20px 0;
}

.checkout-coupon-form {
    padding: 10px;
    background-color: var(--secondary-color);
}

.checkout-coupon-form .coupon {
    display: flex;
    border: 1px solid;
    border-color: #ddd;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
    height: 45px;
    padding: 5px;
}

/*=== fixed icons start ====*/
.contact-widget {
    position: fixed;
    right: 20px;
    bottom: 65px;
    z-index: 999;
}

.contact-toggle,
.contact-close {
    background: #0071dc;
    border: 0;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-close {
    display: none;
}

.contact-widget svg {
    width: 40px;
    height: 40px;
    animation: pulse 1.5s infinite;
}

.contact-links {
    position: fixed;
    bottom: 120px;
    display: none;
    flex-direction: column;
    gap: 8px;
}

.contact-links.show {
    display: flex;
}

.contact-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.phone {
    background: #ff2d2d;
}

.whatsapp {
    background: #0dc243;
}

.messenger {
    background: linear-gradient(135deg, #0084ff, #3b5998);
}

@keyframes pulse {
    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/*=== fixed icons end ====*/

.scrolltop {
    position: fixed;
    right: 20px !important;
    bottom: 10px !important;
    background: var(--secondary-color) !important;
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}

.logo-area.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 0.1s;
    border-bottom: 1px solid #ddd;
}

.contact-form {
    background: #eaeaea;
    padding: 10px;
    border-radius: 5px;
}

.cont_item {
    text-align: center;
}

.cont_item a {
    font-size: 15px;
    font-weight: 600;
}

.cont_item {
    text-align: center;
    margin-bottom: 15px;
}

.copyright p a {
    color: #000;
}

/* ====Color Size Details Css ====*/
.selector {
    position: relative;
    width: 100%;
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.pro-color {
    display: flex;
    align-items: center;
    gap: 15px;
}

.selector-item {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selector-item_radio {
    appearance: none;
    display: none;
}

.color_inner .selector .selector-item label {
    cursor: pointer;
}

.selector-item label {
    border: 1px solid #ddd;
}

.color_inner .selector-item label span img {
    width: 220px;
    height: 20px;
    opacity: 0;
}

.color_inner .selector-item input[type="radio"]:checked + label span img {
    opacity: 1;
}

.selector-item_label {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 0;
    line-height: 30px;
    font-weight: 600;
    transition-duration: 0.5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    margin: 0;
    padding: 0px 8px;
    color: #000;
}

.selector-item_radio:checked + .selector-item_label,
.selector-item_label:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    cursor: pointer;
}

.color_size {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.color_size span {
    padding: 5px;
}

a.forget-link {
    display: block;
    text-align: right;
    margin-bottom: 15px;
}

.cart_details .card-header {
    padding: 10px 15px;
    background: #f5f7f9;
}

.cart_btn.order_button a {
    background: var(--secondary-color);
    color: #fff;
    width: 60%;
    padding: 6px 0px;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}

.cart_btn.order_button a:hover {
    background: var(--secondary-color);
}

.desktop_hide {
    display: none;
}

.details-product {
    background: #fff;
    margin-bottom: 15px;
}

.description ul li {
    display: block;
}

.description ul {
    margin-left: 0;
}
.description ul li::marker {
    color: #ddd;
}
.description ul li {
    display: block;
    display: list-item;
    list-style-position: inside;
    list-style-type: disc;
    font-size: 14px;
    line-height: 30px;
}

.details-product .tab-content .tab-pane .description {
    max-height: 450px;
    overflow-x: scroll;
}

.sidebar-menu {
    background: #fff;
    margin: 0;
    border-radius: 5px;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-menu li a {
    padding: 10px 15px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
}

.sidebar-menu ul li a img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.sidebar-menu li a i {
    position: absolute;
    right: 12px;
    font-size: 12px;
    top: 18px;
}

.sidebar-submenu {
    position: absolute;
    right: -110%;
    top: 0;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: 0.35s all;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-submenu > li {
    position: relative !important;
}

.sidebar-childmenu {
    position: absolute;
    right: -100%;
    background: #fff;
    width: 100%;
    border-left: 1px solid #ddd;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.sidebar-menu ul li:hover > a {
    background-color: #e1fff7;
    color: #e50113;
}

.sidebar-menu ul li:hover .sidebar-submenu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.sidebar-submenu > li:hover .sidebar-childmenu {
    visibility: visible;
    opacity: 1;
    right: -100%;
}

.col-sm-3.hidetosm {
    padding-right: 0;
}

.track_btn a {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

.track_btn a i {
    font-size: 16px !important;
}

.track_info ul li {
    display: block;
    line-height: 30px;
}

.track_info ul li span {
    width: 80px;
    display: inline-block;
    text-align: right;
    margin-right: 12px;
    font-weight: 600;
}

table.table.table-bordered.tracktable {
    margin-bottom: 0;
}

.tracktable thead {
    background: var(--secondary-color);
    color: #fff;
}

td.tfoot_bg {
    background: #f5f5f5;
    text-align: right;
}

.comn_sec {
    padding: 20px 0;
}

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

.cmn_menu ul li {
    position: relative;
}

.cmn_menu ul li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    height: 10px;
    background: #000;
}

.cmn_menu ul li:last-child:after {
    display: none;
}

.cmn_menu ul li a {
    transition: all 0.5s ease;
}

.cmn_menu ul li a:hover {
    color: #fb5533;
}

.contact-form {
    background: #eaeaea;
    padding: 10px;
    border-radius: 5px;
}

.cont_item {
    text-align: center;
}

.cont_item a {
    font-size: 15px;
    font-weight: 600;
}

.cont_item {
    text-align: center;
    margin-bottom: 15px;
}

.copyright p a {
    color: var(--primary-color);
}

.checkout-coupon-form .btn-theme,
.checkout-coupon-form .btn-theme:focus {
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 50px;
    padding: 1px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.cart_btn.order_button a {
    background: #ed145b;
    text-transform: capitalize;
}

i.fab.fa-facebook-f.icon0 {
    line-height: 14px;
    font-size: 14px;
    margin-top: 7px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #0866ff;
    color: #fff;
}

i.fa-brands.fa-youtube.icon1 {
    color: red;
    font-size: 25px;
    margin-left: -8px;
}

i.fa-brands.fa-whatsapp.icon2 {
    line-height: 14px;
    font-size: 14px;
    margin-top: 7px;
    height: 30px;
    width: 30px;
    border-radius: 7px;
    background: #42c152;
    color: #fff;
}

i.fa-solid.fa-phone.icon3 {
    color: blue;
    margin-top: 2px;
    font-size: 23px;
}

div#variable-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

div#variable-modal.show {
    opacity: 1;
    visibility: visible;
}

#variable-modal .modal-view {
    position: relative;
    max-width: 500px;
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    top: auto;
    left: auto;
    transform: none;
}

.close-variable-button {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #ddd;
    height: 35px;
    width: 35px;
    border-radius: 50px;
}

.close-variable-button span {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-color: red;
}

.close-variable-button span:last-child {
    display: none;
}

.close-variable-button span::before,
.close-variable-button span::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 20px;
    background-color: white;
}

.close-variable-button span::before {
    transform: rotate(45deg);
    top: 15px;
    left: 8px;
}

.close-variable-button span::after {
    transform: rotate(135deg);
    top: 15px;
    left: 8px;
}

.variable-submit {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.variable-submit[disabled] {
    opacity: 0.6;
}

.customized-input-box {
    position: relative;
}

.customized-input-box .input-icon-label {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e5e5e5;
    height: 40px;
    border-radius: 5px 0 0 5px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-color: #ccc;
}

.customized-input-box input {
    padding-left: 70px;
}

.shipping-area-box {
    border: 1px solid;
    border-color: #ddd;
    border-radius: 6px;
}

.area-item {
    border-bottom: 1px solid;
    border-color: #ddd;
    padding: 0 10px;
}

.area-item input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.area-item label {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 13px;
    padding-left: 40px;
    line-height: 1;
    margin: 0;
    font-weight: 700;
}

.area-item label::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    top: 20px;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.area-item label::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    top: 20px;
    left: 0;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

.area-item.active label::after {
    transform: translateY(-50%) scale(0.55);
}

.cart_table {
    font-family: var(--bn-font);
}

.variable-name {
    border-bottom: 1px solid;
    border-color: #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.variable-name h1 {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: var(--poppins-font);
    text-transform: uppercase;
}

/*========POPUP SECTION========*/
.popup__section {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.main__popup_data {
    position: relative;
    width: auto;
    height: auto;
    max-width: 90%;
    animation: popupFadeIn 0.5s ease-in-out;
}

@keyframes popupFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.popup__close {
    position: absolute;
    top: -25px;
    right: 12px;
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 34px;
    box-shadow: 1px 3px 15px #ddd;
    padding-bottom: 4px;
}

.main__popup_data img {
    width: 100%;
    height: 100%;
    display: block;
}

/*==== Blog  ===*/
.blog-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background-color: #fff;
}

.blog-image img {
    width: 100%;
    border-radius: 5px;
}

.blog-timeslot {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}

.blog-content {
    padding: 10px 0;
}

.blog-content h5 {
    color: #555;
    font-size: 17px;
    margin-bottom: 10px;
}

a.blog_link {
    color: #4343fb;
    font-weight: 600;
}

.blog-container {
    background: #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
}

.blog-details h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-details {
    padding: 15px;
}

.blog-details .blog-timeslot {
    padding: 15px 0;
}

.blog-sidebar {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
}

.recent-item a {
    font-size: 17px;
    margin-bottom: 5px;
    display: inline-block;
}

.recent-item {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

/*==== Blog css end ===*/

.shipping_highlight {
    margin: 10px 0px;
    padding: 10px 15px;
    transition: 0.3s;
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 16px;
    background-color: transparent;
    border: 2px solid #222;
    border-image-source: url(../images/download.svg);
    border-image-repeat: stretch;
    border-image-slice: 1%;
}

.shipping_highlight h4 {
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    color: #222;
    margin: 0;
    font-family: var(--bn-font);
}

.order_now_btn svg,
.add_cart_btn svg {
    color: #fff;
    height: 15px;
    width: 15px;
}

.order_now_btn svg path,
.add_cart_btn svg path {
    stroke: white;
}

.cart_btn a svg path,
.cart_btn button svg path {
    stroke: white;
}

.footer-nav {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    background: #fff;
}

.footer-nav ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.footer-nav ul li {
    text-align: center;
}

.footer-nav ul a i {
    color: var(--secondary-color);
    font-size: 18px;
}

.home-slider-container {
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
}

.main_slider.owl-carousel .owl-stage {
    padding-left: 0px !important;
}

.main_slider .slider-item img {
    border-radius: 20px;
    width: 100%;
    display: block;
}

.main_slider .owl-item {
    padding-right: 20px;
    padding-left: 0px;
}

.main_slider.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
    display: none;
}

.main_slider.owl-carousel .owl-nav button.owl-next {
    right: 20px;
}

.main_slider.owl-carousel .owl-nav button.owl-prev,
.main_slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff !important;
    color: #333 !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    border: 1px solid #dedede;
}

.main_slider.owl-carousel .owl-nav button.owl-prev {
    left: 1%;
}
.main_slider.owl-carousel .owl-nav button.owl-next {
    right: 1%;
}

@media (max-width: 767px) {
    .main_slider.owl-carousel .owl-nav {
        display: none;
    }
}

.category-slider .cat-img img {
    padding: 0;
    margin-bottom: 25px;
}

.category-slider .cat-item {
    border: 0;
}

#product-display .item h6 {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
}
#product-display .item:hover img {
    scale: 1.04;
}
#product-display .item .img img {
    transition: all linear 0.3s;
}
#product-display .item .img {
    overflow: hidden;
    border-radius: 17px;
}
#product-display {
    padding-top: 50px;
    padding-bottom: 50px;
}

.review-slider .owl-carousel .owl-nav button.owl-prev,
.review-slider .owl-carousel .owl-nav button.owl-next,
.product_slider.owl-carousel .owl-nav button.owl-prev,
.product_slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff !important;
    color: #333 !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    border: 1px solid #dedede;
}
.review-slider .owl-carousel img .review-slider .owl-carousel img {
    border-radius: 5px;
}
.review-slider .owl-carousel .owl-nav button.owl-prev,
.product_slider.owl-carousel .owl-nav button.owl-prev {
    left: 2px;
}
.review-slider .owl-carousel .owl-nav button.owl-next,
.product_slider.owl-carousel .owl-nav button.owl-next {
    right: 2px;
}

/* News Letter */
.newsletter-input-group {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    transition: border-color 0.3s ease;
    margin-bottom: 30px;
}

.newsletter-input-group input::placeholder {
    font-size: 14px;
    color: #333;
}
.newsletter-input-group input.form-control {
    padding: 15px 7px;
    font-size: 14px;
}
.newsletter-input-group:focus-within {
    border-color: #000;
}

.newsletter-input-group .icon-section {
    padding-left: 13px;
}
.newsletter-input-group i {
    line-height: 25px;
}

.newsletter-input-group .btn {
    transition: all linear 0.2s;
}
.newsletter-input-group .btn:hover {
    background: transparent;
    transform: translateX(5px);
    transition: transform 0.2s ease;
}

/*** Join Reseller ***/
.join_reseller_btn {
    background: #652eaf;
    color: #fff;
    padding: 7px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s;
}

.join_reseller_btn svg {
    width: 16px;
    height: 16px;
}

.join_reseller_btn:hover {
    background: #e93ea4;
    color: #fff;
}

/*** Auth ***/
.auth {
    background: #faf8ff;
    padding: 45px 0 70px;
    min-height: 70vh;
}

.auth .form-content {
    background: #fff;
    border: 1px solid #eee6ff;
    border-radius: 22px;
    margin: 20px 0;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(109, 40, 217, 0.08);
    position: relative;
}

.auth .form-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #7c3aed 0%, #ec4899 100%);
}

.auth .form-content h1 {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    color: #1f2937;
    margin: 0;
    padding: 28px 28px 10px;
    text-align: center;
}

.auth .form-content form {
    padding: 20px 28px 30px;
}

.form-content form .form-group {
    position: relative;
    margin-bottom: 18px;
}

.form-content form label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.auth input,
.auth textarea,
.auth input:focus,
.auth textarea:focus {
    border: 1px solid #e5ddfb;
    outline: none;
    box-shadow: none;
}

.auth-heading {
    text-align: center;
    padding: 28px 28px 6px;
}

.auth-heading h1 {
    padding: 0 !important;
    margin-bottom: 8px !important;
}

.auth-heading p {
    margin: 0;
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
}

.auth .form-content form .form-control {
    width: 100%;
    height: 52px;
    border-radius: 14px;
    padding: 12px 16px;
    font-size: 15px;
    color: #111827;
    background: #fff;
    transition: all 0.25s ease;
}

.auth .form-content form textarea.form-control {
    height: auto;
    min-height: 115px;
    resize: vertical;
    padding-top: 14px;
    padding-bottom: 14px;
}

.auth .form-content form .form-control::placeholder {
    color: #9ca3af;
    font-size: 15px;
}

.auth .form-content form .form-control:focus {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1);
    background: #fff;
}

.auth .form-content form .is-invalid {
    border-color: #dc3545 !important;
}

.auth .form-content form .invalid-feedback {
    display: block;
    font-size: 13px;
    margin-top: 6px;
    color: #dc3545;
}

.auth button.submit-btn {
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #7c3aed 0%, #ec4899 100%);
    transition: all 0.3s ease;
    box-shadow: 0 10px 22px rgba(236, 72, 153, 0.2);
    text-transform: capitalize;
}

.auth button.submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(236, 72, 153, 0.24);
    color: #fff;
}

.auth button.submit-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.15);
}

.auth button.submit-btn:active {
    transform: translateY(0);
}

.no-account {
    margin-top: 18px;
}

.no-account p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    line-height: 1.7;
}

.no-account a {
    color: #7c3aed;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
}

.no-account a:hover {
    color: #ec4899;
}

.no-account a svg {
    width: 15px;
    height: 15px;
}

.auth .alert {
    margin: 20px 28px 0;
    border-radius: 12px;
    font-size: 14px;
    padding: 12px 14px;
}

.auth .alert-success {
    color: #166534;
    background: #ecfdf3;
    border: 1px solid #bbf7d0;
}

.auth .alert-danger {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.auth .alert-info {
    color: #1d4ed8;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

.auth input[type="number"]::-webkit-outer-spin-button,
.auth input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.auth input[type="number"] {
    -moz-appearance: textfield;
}

.auth .form-content {
    animation: authFadeUp 0.35s ease;
}

@keyframes authFadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.password-field {
    position: relative;
}

.password-field input {
    padding-right: 45px;
}

.toggle-password {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
}

.toggle-password svg {
    width: 18px;
    height: 18px;
}

.toggle-password:hover {
    color: #7c3aed;
}

/* Tablet */
@media (max-width: 991.98px) {
    .auth {
        padding: 35px 0 55px;
    }

    .auth .form-content h1 {
        font-size: 32px;
        padding: 24px 22px 8px;
    }

    .auth .form-content form {
        padding: 18px 22px 26px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .auth {
        padding: 25px 0 45px;
    }

    .auth .form-content {
        border-radius: 18px;
        margin: 12px 0;
    }

    .auth .form-content h1 {
        font-size: 28px;
        padding: 22px 18px 8px;
    }

    .auth .form-content form {
        padding: 16px 18px 22px;
    }

    .auth .form-content form .form-control {
        height: 48px;
        font-size: 14px;
        border-radius: 12px;
    }

    .auth .form-content form textarea.form-control {
        min-height: 100px;
    }

    .auth button.submit-btn {
        padding: 13px 18px;
        font-size: 15px;
        border-radius: 12px;
    }

    .form-content form label {
        font-size: 13px;
    }

    .no-account p {
        font-size: 13px;
    }
}

/**** Thank You Page ***/
.reseller-thank-page {
    background: #faf8ff;
    padding: 45px 0 70px;
    min-height: 70vh;
}

.thankyou-card {
    background: #fff;
    border: 1px solid #eee6ff;
    border-radius: 22px;
    margin: 20px 0;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(109, 40, 217, 0.08);
    position: relative;
}

.thankyou-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #7c3aed 0%, #ec4899 100%);
}

.thankyou-header {
    text-align: center;
    padding: 34px 28px 18px;
    background: linear-gradient(180deg, #fcf8ff 0%, #ffffff 100%);
}

.thankyou-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        rgba(124, 58, 237, 0.12),
        rgba(236, 72, 153, 0.12)
    );
    border: 1px solid #f2e9ff;
}

.thankyou-icon svg {
    width: 40px;
    height: 40px;
    color: #7c3aed;
}

.thankyou-header h1 {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 10px;
    text-align: center;
}

.thankyou-subtitle {
    margin: 0;
    font-size: 16px;
    font-weight: 550;
    color: #6b7280;
    line-height: 1.7;
}

.thankyou-body {
    padding: 20px 30px 32px;
}

.thankyou-message {
    text-align: center;
    margin-bottom: 24px;
}

.thankyou-message p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
}

.thankyou-info-box {
    background: #faf7ff;
    border: 1px solid #eee6ff;
    border-radius: 16px;
    padding: 18px 18px 10px;
    margin-bottom: 26px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.info-item svg {
    width: 18px;
    height: 18px;
    color: #7c3aed;
    margin-top: 4px;
}

.info-text strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px;
}

.status-badge {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
}

.status-pending {
    background: #fff7ed;
    color: #d97706;
    border: 1px solid #fed7aa;
}

.status-info {
    background: #f5f3ff;
    color: #7c3aed;
    border: 1px solid #e9d5ff;
}

.thankyou-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.thank-btn {
    min-width: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 20px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.thank-btn svg {
    width: 17px;
    height: 17px;
}

.thank-btn-primary {
    background: linear-gradient(90deg, #7c3aed 0%, #ec4899 100%);
    color: #fff;
    border: none;
    box-shadow: 0 10px 22px rgba(236, 72, 153, 0.18);
}

.thank-btn-primary:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(236, 72, 153, 0.24);
}

.thank-btn-outline {
    background: #fff;
    color: #7c3aed;
    border: 1px solid #d9c9ff;
}

.thank-btn-outline:hover {
    background: #f7f2ff;
    color: #7c3aed;
}

.reseller-thank-page .no-account p {
    margin: 14px 0 0;
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

.reseller-thank-page .no-account a {
    color: #7c3aed;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
}

.reseller-thank-page .no-account a:hover {
    color: #ec4899;
}

.reseller-thank-page .no-account a svg {
    width: 15px;
    height: 15px;
}

@media (max-width: 991.98px) {
    .reseller-thank-page {
        padding: 35px 0 55px;
    }

    .thankyou-header h1 {
        font-size: 32px;
    }

    .thankyou-body {
        padding: 18px 24px 28px;
    }
}

@media (max-width: 575.98px) {
    .reseller-thank-page {
        padding: 24px 0 42px;
    }

    .thankyou-card {
        border-radius: 18px;
        margin: 12px 0;
    }

    .thankyou-header {
        padding: 26px 18px 14px;
    }

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

    .thankyou-subtitle {
        font-size: 14px;
    }

    .thankyou-body {
        padding: 16px 18px 22px;
    }

    .thankyou-message p {
        font-size: 14px;
    }

    .thank-btn {
        width: 100%;
        min-width: 100%;
        border-radius: 12px;
        padding: 12px 16px;
        font-size: 14px;
    }

    .info-item {
        align-items: flex-start;
        font-size: 13px;
    }
}

/*** Flash Message */

.flash-wrap {
    display: flex;
    justify-content: center;
    margin: 15px;
}

.custom-flash {
    width: 100%;
    max-width: 720px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid transparent;
    position: relative;
    animation: flashSlideDown 0.35s ease;
}

.custom-flash-success {
    background: linear-gradient(135deg, #ecfdf3, #f6fff9);
    border-color: #b7ebc6;
    color: #1f7a3f;
}

.custom-flash-error {
    background: linear-gradient(135deg, #fff1f2, #fff7f7);
    border-color: #f3b6be;
    color: #c0392b;
}

.custom-flash-warning {
    background: linear-gradient(135deg, #fff8e8, #fffdf5);
    border-color: #f2d28b;
    color: #b9770e;
}

.custom-flash-info {
    background: linear-gradient(135deg, #eef6ff, #f7fbff);
    border-color: #b9d6f7;
    color: #21618c;
}

.flash-icon {
    font-size: 20px;
    line-height: 1;
    margin-top: 2px;
}

.flash-text {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.flash-close {
    background: transparent;
    border: none;
    color: inherit;
    font-size: 16px;
    padding: 0;
    cursor: pointer;
    opacity: 0.75;
    transition: 0.2s ease;
}

.flash-close:hover {
    opacity: 1;
    transform: scale(1.08);
}

@keyframes flashSlideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .custom-flash {
        max-width: 100%;
        padding: 12px 14px;
        border-radius: 12px;
    }

    .flash-text {
        font-size: 14px;
    }
}

.resend-btn {
    background: transparent;
    color: #6f42c1;
    border: none;
    font-size: 15px;
    font-weight: 600;
}

.resend-btn i {
    font-size: 14px;
    transition: transform 0.4s ease;
}

.resend-btn:hover {
    color: #e83e8c;
    transform: translateY(-1px);
}

.resend-btn:hover i {
    transform: rotate(180deg);
}

.resend-btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.15);
}

/*** User Dashboard ***/
.user-dashboard {
    background: #faf8ff;
    padding: 45px 0 70px;
    min-height: 70vh;
}

.user-dashboard-sidebar,
.user-dashboard-content {
    animation: authFadeUp 0.35s ease;
}

/* User Sidebar */
.user-sidebar {
    background: #fff;
    border: 1px solid #eee6ff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(109, 40, 217, 0.08);
    position: relative;
}

.user-sidebar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #7c3aed 0%, #ec4899 100%);
}

.user-sidebar-profile {
    text-align: center;
    padding: 28px 20px 22px;
    background: linear-gradient(180deg, #fcf8ff 0%, #ffffff 100%);
    border-bottom: 1px solid #f1e9ff;
}

.user-sidebar-profile__image {
    width: 84px;
    height: 84px;
    margin: 0 auto 14px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f2e9ff;
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.1);
}

.user-sidebar-profile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-sidebar-profile__text span {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.user-sidebar-profile__text h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #1f2937;
}

.user-sidebar-nav {
    padding: 14px;
}

.user-sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-sidebar-nav ul li {
    width: 100%;
    display: block;
}

.user-sidebar-nav ul li + li {
    margin-top: 8px;
}

.user-sidebar-nav ul li form {
    width: 100%;
    margin: 0;
    display: block;
}

.user-sidebar-nav a,
.user-sidebar-logout {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid transparent;
    background: #fff;
    text-decoration: none;
    border-radius: 14px;
    padding: 13px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #374151;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.user-sidebar-nav a svg,
.user-sidebar-logout svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.user-sidebar-nav a:hover,
.user-sidebar-logout:hover {
    color: #7c3aed;
    background: #faf5ff;
    border-color: #eadcff;
}

.user-sidebar-nav a.active {
    color: #7c3aed;
    background: linear-gradient(
        90deg,
        rgba(124, 58, 237, 0.1) 0%,
        rgba(236, 72, 153, 0.1) 100%
    );
    border-color: #eadcff;
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.06);
}

.user-sidebar-logout {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    text-align: left;
}

/* Main cards */
.user-dashboard-welcome,
.user-panel,
.user-stat-card {
    background: #fff;
    border: 1px solid #eee6ff;
    border-radius: 22px;
    box-shadow: 0 10px 35px rgba(109, 40, 217, 0.08);
}

.user-dashboard-welcome {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 28px 28px;
    background: linear-gradient(135deg, #ffffff 0%, #fcf8ff 100%);
}

.user-dashboard-welcome::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at top right,
            rgba(236, 72, 153, 0.12),
            transparent 30%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(124, 58, 237, 0.1),
            transparent 35%
        );
    pointer-events: none;
}

.user-dashboard-welcome__content {
    position: relative;
    z-index: 2;
}

.user-dashboard-label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    color: #7c3aed;
    background: #f5f0ff;
    border: 1px solid #eadcff;
    border-radius: 30px;
    padding: 6px 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.user-dashboard-welcome h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 10px;
}

.user-dashboard-welcome p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6b7280;
    max-width: 620px;
}

/* Stats */
.user-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.user-stat-card {
    padding: 22px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.3s ease;
}

.user-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(109, 40, 217, 0.12);
}

.user-stat-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.user-stat-card__icon svg {
    width: 22px;
    height: 22px;
}

.user-stat-card__icon.purple {
    background: rgba(124, 58, 237, 0.1);
    color: #7c3aed;
}

.user-stat-card__icon.orange {
    background: rgba(245, 158, 11, 0.12);
    color: #d97706;
}

.user-stat-card__icon.blue {
    background: rgba(59, 130, 246, 0.12);
    color: #2563eb;
}

.user-stat-card__icon.green {
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
}

.user-stat-card__icon.red {
    background: rgba(239, 68, 68, 0.12);
    color: #dc2626;
}

.user-stat-card__info h3 {
    margin: 0 0 5px;
    font-size: 28px;
    font-weight: 800;
    color: #1f2937;
    line-height: 1;
}

.user-stat-card__info p {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}

/* Grid */
.user-dashboard-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
    align-items: start;
}

.user-panel {
    padding: 22px;
}

.user-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.user-panel__header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #1f2937;
}

.user-panel__header a {
    color: #7c3aed;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: 0.25s ease;
}

.user-panel__header a:hover {
    color: #ec4899;
}

/* Profile */
.user-profile-summary {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.user-profile-summary__details {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.user-profile-item {
    background: #faf7ff;
    border: 1px solid #f1e9ff;
    border-radius: 14px;
    padding: 13px 14px;
}

.user-profile-item span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #7c3aed;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.user-profile-item strong {
    display: block;
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
    word-break: break-word;
}

/* Quick actions */
.user-quick-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.user-action-form {
    margin: 0;
}

.user-action-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border: 1px solid #f1e9ff;
    background: #faf7ff;
    border-radius: 18px;
    color: #374151;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease;
    padding: 15px;
}

.user-action-card svg {
    width: 24px;
    height: 24px;
    color: #7c3aed;
}

.user-action-card:hover {
    transform: translateY(-2px);
    color: #7c3aed;
    background: #fff;
    border-color: #eadcff;
    box-shadow: 0 12px 24px rgba(124, 58, 237, 0.08);
}

.user-action-card--logout {
    cursor: pointer;
}

/* Orders */
.user-orders-table .table {
    margin-bottom: 0;
    vertical-align: middle;
}

.user-orders-table thead th {
    border-bottom: 1px solid #eee6ff;
    font-size: 13px;
    font-weight: 800;
    color: #6b7280;
    padding: 15px 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.user-orders-table tbody td {
    padding: 16px 14px;
    border-top: 1px solid #f5efff;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.user-status-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
}

.status-pending {
    background: #fff7ed;
    color: #d97706;
    border: 1px solid #fed7aa;
}

.status-processing {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
}

.status-completed {
    background: #ecfdf3;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.status-cancelled {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.status-default {
    background: #f3f4f6;
    color: #4b5563;
    border: 1px solid #e5e7eb;
}

.user-empty-state {
    text-align: center;
    padding: 28px 0;
}

.user-empty-state svg {
    width: 34px;
    height: 34px;
    color: #b197fc;
    margin-bottom: 10px;
}

.user-empty-state p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
}

/* Mobile font size */
@media (max-width: 575px) {
   .user-orders-table tbody td {
  padding: 5px;
  font-size: 12px;
}
}

/* Responsive */
@media (max-width: 1199.98px) {
    .user-dashboard-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .user-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .user-dashboard {
        padding: 35px 0 55px;
    }

    .user-dashboard-welcome {
        padding: 24px 22px;
    }

    .user-dashboard-welcome h1 {
        font-size: 28px;
    }

    .user-panel {
        padding: 18px;
    }

    .user-profile-summary {
        flex-direction: column;
    }

    .user-profile-summary__details {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .user-dashboard-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .user-quick-actions {
        grid-template-columns: 1fr 1fr;
    }

    .user-profile-summary__details {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .user-dashboard {
        padding: 25px 0 45px;
    }

    .user-sidebar,
    .user-dashboard-welcome,
    .user-panel,
    .user-stat-card {
        border-radius: 18px;
    }

    .user-dashboard-welcome h1 {
        font-size: 24px;
    }

    .user-dashboard-stats {
        grid-template-columns: 1fr;
    }

    .user-quick-actions {
        grid-template-columns: 1fr;
    }

    .user-stat-card {
        padding: 18px 16px;
    }

    .user-panel__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .user-orders-table thead th,
    .user-orders-table tbody td {
        white-space: nowrap;
    }
}

.user-panel--profile-edit {
    padding: 28px;
}

.user-profile-avatar {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.user-profile-avatar__image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f2e9ff;
}

.user-profile-avatar__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-profile-avatar__upload {
    flex: 1;
}

.user-form-group {
    margin-bottom: 18px;
}

.user-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #374151;
}

.user-form-control {
    height: 46px;
    border-radius: 12px;
    border: 1px solid #eee6ff;
    font-size: 14px;
    padding: 10px 12px;
}

.user-form-control:focus {
    border: 1px solid #7c3aed;
    box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.08);
}

.user-save-btn {
    background: #7c3aed;
    color: #fff;
    border: none;
    padding: 12px 22px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.25s;
}

.user-save-btn:hover {
    background: #6d28d9;
    transform: translateY(-1px);
}

/* Input with icon */
.user-input-icon {
    position: relative;
}

.user-input-icon svg {
    position: absolute;
    left: 14px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    color: #9ca3af;
    pointer-events: none;
}

.user-input-icon .user-form-control {
    padding-left: 44px;
}

/* Password toggle */

.user-password-field {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #9ca3af;
}

.password-toggle svg {
    width: 18px;
    height: 18px;
}

.password-toggle:hover {
    color: #7c3aed;
}

/* Mobile Header */
.mobile-header {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.menu-bar .toggle {
    color: #7c3aed;
}

.menu-bag .toggle_search,
.menu-bag a {
    color: #7c3aed;
    cursor: pointer;
}

.fixed-top .mobile-logo i {
    color: #7c3aed;
}

/* Mobile Menu Close */
.mobile-menu-close {
    font-size: 24px;
    color: #7c3aed;
    cursor: pointer;
}

.first-nav .parent-category a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 5px;
    transition: color 0.3s ease;
}

.first-nav .parent-category a .side_cat_img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    object-fit: cover;
}

.first-nav .parent-category a:hover {
    color: #ec4899;
}

.menu-category-toggle i {
    color: #7c3aed;
    font-size: 16px;
}

.second-nav {
    padding-left: 5px;
    display: none;
    background-color: #f8f8f8;
}

.second-nav li a {
    color: #6b7280;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 0;
    transition: color 0.3s ease;
}

.childcategory a {
    color: #374151;
}

.second-nav li a:hover {
    color: #7c3aed;
}

/* Mobile Sidebar Bottom */
.mobile-menu-bottom {
    margin-top: 10px;
}

.mobile-menu-bottom ul li {
    display: block;
    width: 100%;
    padding: 10px 5px;
    background-color: #faf7ff;
    border-bottom: 1px solid #e5e7eb;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.mobile-menu-bottom ul li a {
    color: #374151;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 0;
    gap: 12px;
    transition: all 0.3s ease;
}

.mobile-menu-bottom ul li a:hover {
    color: #7c3aed;
    background-color: #f3f4f6;
}

.mobile-menu-bottom ul li a i {
    font-size: 20px;
    color: #7c3aed;
    transition: all 0.3s ease;
}

.mobile-menu-bottom ul li a:hover i {
    color: #7c3aed;
}

/* Related Title */
.related-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee6ff;
}

.related-title h5 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    /* Product Item */
    .product_item {
  border-radius: 10px;
}

.product_item_inner {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(109, 40, 217, 0.08);
    transition: all 0.3s ease;
}

.product_item_inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(109, 40, 217, 0.15);
}

/* Discount Badge */
.discount {
    background-color: rgba(124, 58, 237, 0.9);
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 700;
}

.pro_img {
    margin-bottom: 5px;
}

.pro_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.pro_img img:hover {
    transform: scale(1.05);
}

.pro_des {
    padding: 5px;
}

.pro_name {
     height: 40px;
  line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.pro_name a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.pro_name a:hover {
    color: #7c3aed;
}

/* Product Price */
.pro_price {
    font-size: 18px;
    font-weight: 800;
    color: #1f2937;
}

.pro_price del {
    color: #6b7280;
    font-weight: 600;
    margin-right: 5px;
}

.pro_price p {
    margin: 0;
}

.pro_price p del {
    text-decoration: line-through;
}

.pro_price p {
    font-size: 18px;
    font-weight: 800;
    color: #1f2937;
}

.pro_price p:hover {
    color: #7c3aed;
}

@media (max-width: 991px) {
    .product_item_inner {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .product_item_inner {
        padding: 10px;
    }

    .pro_name {
        font-size: 14px;
    }

    .pro_price {
        font-size: 16px;
    }

    .discount {
        font-size: 12px;
    }
}

    /* Custom Pagination */
.custom-pagination-nav {
    width: 100%;
    margin-top: 24px;
}

.custom-pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.custom-pagination-info {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

.custom-pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-pagination .page-item {
    margin: 0;
}

.custom-pagination .page-link {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
    transition: all 0.2s ease;
}

.custom-pagination .page-item:not(.active):not(.disabled) .page-link:hover {
    background: #f5f3ff;
    border-color: #7c3aed;
    color: #7c3aed;
    transform: translateY(-1px);
}

.custom-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(124, 58, 237, 0.28);
}

.custom-pagination .page-item.disabled .page-link {
    background: #f9fafb;
    color: #b6bdc7;
    border-color: #eceff3;
    box-shadow: none;
    cursor: not-allowed;
}

.custom-pagination .page-link:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.16);
}

@media (max-width: 767px) {
    .custom-pagination-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-pagination {
        flex-wrap: wrap;
    }

    .custom-pagination .page-link {
        min-width: 40px;
        height: 40px;
        border-radius: 10px;
    }
}