@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&display=swap');
body {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    line-height: 1.5;
    background: var(--background-color);
}

:root {
    --background-color: #F7F7F7;
    --primary-color: #ED145B;
    --secondary-color: #008129;
    --bluish-color: #00aef0;
    --secondary-color-extra: #153e58;
    --en-font: "Maven Pro", sans-serif;
    --bn-font: "Noto Sans Bengali", sans-serif;
    --poppins-font: "Poppins", serif;
}

/*==== COMMON CSS START ====*/
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: 90%;
}

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

/*==== COMMON CSS END ====  */
.container-fluid {
    max-width: 1920px;
}

/*==== COUPON CSS START ====  */
.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;
}

/*==== COUPON CSS END ====  */
.card-bodys.card_custom {
    font-size: 16px;
    text-align: left;
    margin: 10px;
    padding-top: 5px;
    font-weight: 500;
}

/*==== HEADER CSS START ====  */
.header-top {
    background: rgba(0, 119, 204, 0.97);
    display: flex;
    height: 50px;
    align-items: center;
}

.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 {
    padding: 8px 0;
    background: var(--secondary-color);
}

.main-logo {
    height: 70px;
}

.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: 20% 60% 20%;
    grid-gap: 0;
    align-items: center;
}

.main-search {
    margin: 9px 0 8px;
    position: relative;
    padding-left: 11px;
}

.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: 44px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    border-radius: 3px;
}

.main-search form input {
    height: 100%;
    padding: 0 12px;
    font-size: 12px !important;
    background: #ffffff;
    width: 100%;
}

.main-search form button {
    height: 100%;
    width: 5%;
    background: #ffffff;
}

.main-search form button svg {
    height: 20px;
    width: 35px;
    color: #c3bbbb;
}

.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 {
    align-items: end;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-bottom: 30px;
}

.header-list-items ul {
    margin-top: 3px;
}

li.for_order a {
    color: #fff;
    font-weight: 800;
    font-size: 17px;
}

.for_order a i {
    font-size: 16px !important;
    color: #fff;
}

.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: 25px;
    color: #f7f7f7;
}

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

.header-list-items ul li span {
    position: absolute;
    top: -8px;
    right: -12px;
    background: #dc2626;
    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 {
    background: transparent;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}

.main-menu {
    position: relative;
}

.main-menu ul li a {
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    margin: 0 12px;
    padding: 18px 0;
}

.main-menu>ul>li>a {
    color: #fff;
}

.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: 15px;
    font-weight: 400;
    margin: 5px 0 !important;
    display: block !important;
}

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

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

/*==== HEADER CSS END ====  */

/*==== CATEGORY SECTION CSS START ====  */
.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 25px;
}

.section-title h3 {
    text-transform: uppercase;
    font-size: 20px;
}

a.view_all:hover {
    background: var(--primary-color) !important;
    color: #fff;
}

.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;
}

/*==== CATEGORY SECTION CSS END ====  */

/*==== SLIDER CSS START ====  */
.slider-section {
    margin: 25px 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;
    height: 230px;
}

a.view_all {
    border: 1px solid;
    border-color: var(--primary-color);
    padding: 4px 15px;
    border-radius: 5px;
    color: var(--primary-color);
    text-decoration: none;
}

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

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

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


/*==== SLIDER CSS END ====  */

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

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

.cat-img {
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
}

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

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

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

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

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

/*==== FRONT CATEGORY  CSS END ====  */

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

.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: #fff;
}

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

.footer-about p {
    text-align: left;
    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: 160px;
    object-fit: contain;
}

.footer-menu .title {
    text-transform: uppercase;
    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: 0px;
    display: flex;
    justify-content: start;
    gap: 5px;
}

.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: transparent;
}

.copyright p {
    text-align: center;
    color: #a0a0a0;
}

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

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

.footer_nav {
    display: none;
    text-align: center;
    padding: 7px 10px calc(7px + env(safe-area-inset-bottom));
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(135deg, var(--secondary-color) 0%, #0ca34a 100%);
    z-index: 999;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 -14px 30px rgba(0, 78, 24, 0.24);
}

.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: 700;
}

.footer_nav ul li {
    position: relative;
}

.footer_nav ul li i {
    font-size: 20px;
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 10px;
}

.item_count {
    position: absolute;
    top: -2px;
    right: 20px;
    background: #111827;
    min-width: 17px;
    height: 17px;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    padding: 0 4px;
    border-radius: 50px;
}

.mobile-footer-nav__link {
    position: relative;
    display: flex;
    min-height: 54px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .08em;
    font-weight: 700;
}

.mobile-footer-nav__link:hover,
.mobile-footer-nav__link:focus,
.mobile-footer-nav__link.is-active {
    color: #fff;
}

.mobile-footer-nav__link i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.mobile-footer-nav__link.is-active i,
.mobile-footer-nav__link:focus i,
.mobile-footer-nav__link:hover i,
.mobile-search-toggle.is-active i,
.mobile-footer-search-trigger.is-active i {
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

.mobile-footer-nav__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: #fff;
    transform: translateX(-50%) scaleX(0);
    transition: transform .25s ease;
}

.mobile-footer-nav__link.is-active::after {
    transform: translateX(-50%) scaleX(1);
}

/*==== FOOTER FIXED MENU END ====  */

/*==== DETAILS CSS START ====  */
.product-section {
    padding: 20px 0;
}
.charities_card {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 8px;
}
.product-cart .name {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.details-price {
    font-size: 24px;
    font-weight: 800;
    color: var(--secondary-color);
    margin: 10px 0;
}

.details-price del {
    color: #bbb;
    margin: 5px 0;
    font-size: 19px;
}

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

.indicator_thumb {
    position: relative;
}

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

.indicator_thumb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    margin: 10px 0;
}

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

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

.dimage_item img {
    object-fit: contain;
}

.color_inner {
    display: flex;
}

.color-title {
    margin-bottom: 5px;
    margin-top: 6px;
    font-weight: 600;
}

.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;
    border-radius: 5px;
}

.qty-cart {
    width: auto;
    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;
    border-right: 1px solid #ddd;
    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;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.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;
    width: 50%;
    margin-left: 5px;
    height: 45px;
    margin-top: 10px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

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

.add_cart_btn,
.add_cart_btn:disabled {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0;
    width: 50%;
    height: 45px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 18px;
}

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

.call_now_btn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0EC344;
    border: 0;
}

.call_now_btn i {
    margin-right: 11px;
    font-size: 28px;
}

.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 {
    background: #F7F7F7;
    color: #222;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 0;
    border-top: 2px solid #ddd;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.details-tab .nav-link.active {
    border-top: 2px solid var(--primary-color);
}

.details-tab .tab-content {
    border: 1px solid #ddd;
}

.details-tab .nav-tabs {
    border: 0;
}

.description {
    padding: 30px;
}

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

.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-inner {
    padding: 30px;
}

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

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

.review-btn button {
    background: #03A6E5;
    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: #00aef033;
    font-size: 30px;
    border-radius: 50px;
    color: #00aef0;
}

.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: #009e60;
}

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

textarea#message-text {
    border: 2px solid;
    border-color: #009e60;
    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: #009e60;
}

.rating input {
    display: none;
}

button.details-review-button {
    min-width: 126px;
    background: #0f821d;
    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: 0px 20px;
}

.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;
}

.product-extra-tabs {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    padding: 8px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.06);
}

.product-extra-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    border: 0;
    border-radius: 8px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 22px;
    text-transform: none;
    text-decoration: none;
}

.product-extra-tabs .nav-link.active,
.product-extra-tabs .nav-link:hover {
    background: var(--primary-color);
    color: #fff;
    box-shadow: none;
}

.product-extra-content {
    border: 0 !important;
    display: grid;
    gap: 18px;
}

.product-detail-section {
    scroll-margin-top: 140px;
}

.details-panel {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.06);
    padding: 38px 42px;
}

html {
    scroll-behavior: smooth;
}

.section-heading {
    margin-bottom: 26px;
}

.section-heading h3 {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
    color: #29303d;
    margin-bottom: 12px;
}

.section-heading span {
    display: block;
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: var(--primary-color);
}

.product-details-copy {
    padding: 0;
    color: #111827;
    font-size: 16px;
    line-height: 2;
}

.product-details-copy p:last-child {
    margin-bottom: 0;
}

.product-details-copy ul,
.product-details-copy ol {
    padding-left: 22px;
    margin-bottom: 20px;
}

.review-panel {
    padding-bottom: 32px;
}

.review-overview-grid {
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    gap: 46px;
    align-items: start;
}

.review-summary-card {
    min-width: 0;
}

.review-average-block {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 12px;
}

.review-average-number {
    font-size: 64px;
    line-height: 0.95;
    font-weight: 700;
    color: #06292a;
    letter-spacing: -1px;
}

.review-average-meta h4 {
    font-size: 15px;
    font-weight: 500;
    color: #3f3f46;
    margin-bottom: 6px;
}

.review-average-stars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    color: #c4c7ce;
    font-size: 15px;
}

.review-average-stars .fa-star {
    font-size: 15px;
}

.review-average-stars .fa-solid {
    color: #ff9d2f;
}

.review-average-stars span {
    margin-left: 4px;
    color: #8a8f98;
    font-size: 13px;
}

.review-recommended {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.review-recommended strong {
    font-size: 20px;
    line-height: 1;
    color: #2f3640;
}

.review-recommended span {
    color: #575f6b;
    font-size: 14px;
}

.review-progress-list {
    display: grid;
    gap: 10px;
}

.review-progress-item {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 12px;
}

.review-progress-stars {
    display: flex;
    gap: 2px;
    color: #c9ccd3;
    font-size: 14px;
}

.review-progress-stars .fa-solid {
    color: #ff9d2f;
}

.review-progress-bar {
    height: 8px;
    border-radius: 999px;
    background: #ededed;
    overflow: hidden;
}

.review-progress-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff9d2f 0%, #ff7d16 100%);
}

.review-progress-percent {
    color: #6b7280;
    font-size: 13px;
}

.review-form-note {
    margin-bottom: 24px;
    color: #7c8088;
    font-size: 14px;
}

.review-form-card {
    display: grid;
    gap: 18px;
}

.review-form-group>label,
.review-rating-head>label {
    display: block;
    color: #5d636d;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.review-form-card textarea.form-control {
    min-height: 150px;
    resize: vertical;
    border-radius: 0;
    border: 1px solid #e5e7eb;
    box-shadow: none;
    padding: 14px 16px;
}

.review-form-card textarea.form-control:focus {
    border-color: #ff8a1e;
}

.review-rating-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.selected-rating-text {
    color: #6b7280;
    font-size: 14px;
}

.selected-rating-text strong {
    color: #ff8a1e;
    font-weight: 700;
}

.details-rating-select {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 6px;
}

.details-rating-input {
    display: none;
}

.details-rating-label {
    cursor: pointer;
    color: #d2d6dc;
    font-size: 28px;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}

.details-rating-label:hover,
.details-rating-label:hover~.details-rating-label,
.details-rating-input:checked~.details-rating-label {
    color: #ff9d2f;
}

.details-rating-label:hover {
    transform: translateY(-1px);
}

.review-submit-row {
    display: flex;
    justify-content: flex-end;
}

.details-review-button {
    min-width: 168px;
    border: 0;
    border-radius: 0;
    background: #4a4a4a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 24px;
    letter-spacing: 0.02em;
}

.details-review-button:hover {
    background: #2f2f2f;
}

.review-error {
    display: block;
    margin-top: 8px;
    color: #dc2626;
    font-size: 13px;
}

.review-list-wrap {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid #ececec;
}

.review-list-grid {
    display: grid;
    gap: 18px;
}

.review-card {
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 18px 20px;
    margin: 0;
}

.review-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 10px;
}

.reviewer_name {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
}

.review_data {
    margin-bottom: 0;
    color: #7c8088;
    font-size: 13px;
}

.review_star {
    margin-bottom: 0;
    color: #ff9d2f;
    white-space: nowrap;
}

.review_content {
    margin-bottom: 0;
    color: #4b5563;
    line-height: 1.8;
}

.review-login-card,
.video-empty-state {
    border: 1px dashed #d7d7d7;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    background: #fafafa;
}

.review-login-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #2f3640;
}

.review-login-card p,
.video-empty-state p {
    color: #6b7280;
    margin-bottom: 18px;
}

.review-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 12px 24px;
    border-radius: 8px;
    background: var(--secondary-color);
    color: #fff !important;
    font-weight: 600;
}

.review-login-btn:hover {
    color: #fff;
    background: var(--primary-color);
}

.video-panel {
    padding-bottom: 36px;
}

.product-video-frame {
    overflow: hidden;
    border-radius: 14px;
    background: #f8fafc;
    aspect-ratio: 16 / 9;
}

.product-video-frame iframe {
    width: 100%;
    height: 100%;
}

.video-empty-state i {
    display: inline-block;
    font-size: 52px;
    color: var(--primary-color);
    margin-bottom: 14px;
}

.empty-review {
    margin-top: 34px;
    padding: 34px 20px 10px;
    border-top: 1px solid #ececec;
}

.legacy-review-shell {
    display: none;
}

.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;
}


.delivary__data {
    display: grid;
    grid-template-columns: 10% 90%;
    margin-bottom: 15px;
}

.delivary__data_qr {
    display: grid;
    grid-template-columns: 41% 59%;
}

.delivary_data_fav img {
    height: 50px;
    object-fit: contain;
    margin: 18px 0 5px 0;
}

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

.delivary_data_qr img {
    height: 125px;
}

.header_side_bar p {
    color: #6a6a6a;
    font-size: 12px;
    margin-bottom: 10px;
}

.details_side_bar {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
}

.delivary_data_text span {
    color: #817f7f;
    font-size: 13px;
}

.icon_app {
    font-size: 10px;
}

.delivary_data_fav p {
    font-size: 11px;
}

.delivary_data_fav {
    box-shadow: 1px 3px 15px #ddd;
    padding: 5px;
    border-radius: 5px;
}

p.sold_by {
    color: #999797;
    font-weight: 400;
}

.delivary_data_chat a {
    color: #0397fe;
}

.short_description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.short_description ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    display: block;
}

.short_description ul li::before {
    content: "\f00c";
    /* Font Awesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* required for solid icons */
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745;
    /* green check (optional) */
}

.short_description ul {
    margin: 10px 0;
}

.short_description {
    margin-bottom: 15px;
}

/*==== DETAILS CSS END ====  */

/*====  CATEGORY CSS START ====  */
.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 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    appearance: none;
    opacity: .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;
}

/*====  CATEGORY CSS END ====  */

/*====  QUICK VIEW CSS START ====  */
#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;
}

.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 CSS END ====  */
#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);
    }
}

/*====   LOADING SPINNER CSS END ====  */

/*====   WISHLIST MODAL CSS START ====  */
#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 MODAL CSS END ====  */

/*====   WISHLIST CSS START ====  */
.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;
}

/*==== WISHLIST CSS END ====  */

/*====  CART CSS START ====  */
.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;
}

.cart-dialog .cshort-summary {
    display: none !important;
}

.header-cart-trigger,
.header-cart-trigger:hover,
.header-cart-trigger:focus {
    background: transparent;
    border: 0;
    padding: 0;
}

body.side-cart-open {
    overflow: hidden;
}

.floating-cart {
    position: fixed;
    right: 20px;
    bottom: 40%;
    z-index: 9997;
    width: 90px;
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--secondary-color) 100%);
    color: #fff;
    border: 0;
    box-shadow: 0 18px 40px rgba(20, 26, 33, 0.22) !important;
    overflow: hidden;
    border-radius: 10px;
}

.floating-cart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 23px;
}

.floating-cart-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 5px 10px 12px;
    background: #fff;
    color: #233142;
}

.floating-cart-count {
    color: var(--secondary-color);
    background: transparent;
    position: static !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.2 !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    text-align: center;
    margin-top: 0;
    display: block;
    z-index: 1;
    font-weight: 700;
}

.floating-cart-total {
    color: var(--secondary-color);
    font-size: 15px;
    line-height: 1.2;
}

.floating-cart.is-empty {
    opacity: 0.92;
}

.side-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.side-cart-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.side-cart-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(420px, 100%);
    z-index: 9999;
    background: #fff;
    box-shadow: -10px 0 30px rgba(15, 23, 42, 0.14);
    transform: translateX(100%);
    transition: transform 0.28s ease;
}

.side-cart-panel.is-open {
    transform: translateX(0);
}

.side-cart-content,
.side-cart-panel-inner {
    height: 100%;
}

.side-cart-panel-inner {
    display: flex;
    flex-direction: column;
    background: #f8f8f8;
}

.side-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: #fff;
    border-bottom: 1px solid #ece6df;
}

.side-cart-header h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #253041;
}

.side-cart-close {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #253041;
    font-size: 14px;
}

.side-cart-unlock {
    position: relative;
    margin: 12px 16px 0;
    background: #fff8f2;
    border: 1px solid #ffe2cb;
    border-radius: 14px;
    padding: 14px 16px 18px;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 12px;
}

.side-cart-unlock-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #ff9b1f;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.side-cart-unlock-content p,
.side-cart-unlock-content strong {
    margin: 0;
    display: block;
}

.side-cart-unlock-content p {
    color: #4b5563;
    font-size: 12px;
}

.side-cart-unlock-content strong {
    color: var(--secondary-color);
    font-size: 13px;
    margin-top: 3px;
}

.side-cart-unlock-dismiss {
    background: transparent;
    color: #6b7280;
    font-size: 18px;
    align-self: start;
}

.side-cart-unlock-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    border-radius: 0 0 14px 14px;
    background: #ffe9d5;
    overflow: hidden;
}

.side-cart-unlock-progress span {
    display: block;
    height: 100%;
    background: #ffb11a;
}

.side-cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 14px 16px 20px;
}

.side-cart-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.side-cart-item {
    display: grid;
    grid-template-columns: 58px 1fr 22px;
    gap: 12px;
    align-items: start;
    background: #fff;
    border: 1px solid #eceef1;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.side-cart-item-image {
    width: 58px;
    height: 58px;
    border-radius: 10px;
    border: 1px solid #e7ebf0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.side-cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.side-cart-item-name {
    color: #2f3640;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.side-cart-item-meta {
    margin: 5px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 11px;
    color: #667085;
}

.side-cart-item-bottom {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.side-cart-item-qty {
    display: inline-grid;
    grid-template-columns: 28px 32px 28px;
    align-items: center;
    height: 30px;
    border: 1px solid #e7e5e4;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.side-cart-item-qty button {
    background: #fff;
    color: #1f2937;
    font-size: 18px;
    line-height: 1;
}

.side-cart-item-qty span {
    position: static !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-size: 14px !important;
    text-align: center;
    font-weight: 600;
}

.side-cart-item-price {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    color: #2f3640;
    font-size: 13px;
}

.side-cart-item-price strong {
    font-weight: 700;
}

.side-cart-item-remove {
    background: transparent;
    color: #1f2937;
    font-size: 22px;
    line-height: 1;
}

.side-cart-empty {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #6b7280;
    gap: 10px;
}

.side-cart-empty i {
    font-size: 34px;
    color: var(--secondary-color);
}

.side-cart-empty h5,
.side-cart-empty p {
    margin: 0;
}

.side-cart-footer {
    background: #fff;
    border-top: 1px solid #ece6df;
    padding: 14px 16px 16px;
}

.side-cart-recommendation-head,
.side-cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-cart-recommendation-head {
    margin-bottom: 10px;
}

.side-cart-recommendation-head h5,
.side-cart-total span,
.side-cart-total strong {
    margin: 0;
}

.side-cart-recommendation-head h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
}

.side-cart-recommendation-nav {
    display: flex;
    gap: 8px;
}

.side-cart-recommendation-nav button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--secondary-color);
    color: #fff;
}

.side-cart-reco-card {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 10px;
    min-height: 96px;
}

.side-cart-reco-image {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-cart-reco-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.side-cart-reco-name {
    display: block;
    color: #1f2937;
    font-size: 14px;
    line-height: 1.3;
}

.side-cart-reco-price {
    margin: 4px 0 8px;
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}

.side-cart-reco-price del {
    color: #9ca3af;
    font-size: 13px;
}

.side-cart-reco-price span {
    position: static !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.2 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--secondary-color) !important;
    font-weight: 700;
    font-size: 14px !important;
}

.side-cart-reco-btn {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.side-cart-total {
    margin-top: 14px;
    font-size: 16px;
    color: #1f2937;
}

.side-cart-total strong {
    font-size: 16px;
    font-weight: 800;
}

.side-cart-checkout-btn,
.side-cart-checkout-btn:hover {
    display: block;
    width: 100%;
    margin-top: 14px;
    padding: 8px 16px;
    border-radius: 6px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    animation: checkoutPulseShake 3s infinite;
    transform-origin: center;
}

@keyframes checkoutPulseShake {

    0% {
        transform: scale(1) translateX(0);
    }

    4% {
        transform: scale(1.06) translateX(-3px);
    }

    8% {
        transform: scale(1.06) translateX(3px);
    }

    12% {
        transform: scale(1.06) translateX(-3px);
    }

    16% {
        transform: scale(1.06) translateX(3px);
    }

    20% {
        transform: scale(1.06) translateX(0);
    }

    24% {
        transform: scale(1);
    }

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

.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 ====  */

/*====  LOGIN CSS START ====  */
.auth-section input,
.auth-section input:focus {
    border: 1px solid #ddd;
}

.register-now.no-account a {
    text-align: center;
    color: var(--secondary-color);
}

.form-content form .form-group {
    position: relative;
}

.form-content form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.no-account p {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.form-content {
    background: #fff;
    border-radius: 5px;
    margin: 25px 0;
    border: 1px solid #ddd;
    overflow: hidden;
}

.form-content form {
    padding: 0 15px;
}

.auth-title {
    font-size: 18px;
    border-bottom: 1px solid var(--secondary-color);
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    background: var(--secondary-color);
    ;
}

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;
}

/*====  LOGIN CSS END ====  */

/*====  BRAND CSS START ====  */

.brand-section {
    position: relative;
}

.brand-item {
    height: 150px;
    border-radius: 5px;
    background: #fff;
}

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

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

/*====  BRAND CSS END ====  */

/*====  PROFILE CSS START ====  */
.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 CSS END ====  */

.payment_option {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}

/*====  CHECKOUT CSS START ====  */
.cartlist img {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 2px;
}

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

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

.checkout-shipping .card-header {
    background: var(--secondary-color);
    padding: 25px 25px;
    color: #fff !important;
}

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

.cartlist .text-left {
    text-align: left;
}

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

.checkout-shipping h6 {
    font-weight: 600;
    color: #fff;
    font-family: var(--bn-font);
    font-size: 18px;
}

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(--primary-color);
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
    font-family: var(--bn-font);
}

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

a.cart_remove {
    background: #ffeaea;
    color: #fff !important;
    height: 28px;
    width: 28px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50px;
}

/*====  CHECKOUT CSS END ====  */

/*====  CONTACT CSS START ====  */
.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;
}

/*====  CONTACT CSS END ====  */

/*====  ALL CATEGORY CSS START ====  */
.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;
}

/*====  ALL CATEGORY CSS END ====  */

.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;
}

/*=== Websolution IT ==== */

.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(4, 1fr);
    grid-gap: 10px;
    overflow: hidden;
}

.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);
}

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

.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 5px;
}

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

.pro_img {
    max-height: 272px;
    position: relative;
    overflow: hidden;
}

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

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

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

.pro_des {
    text-align: left;
    padding: 0 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pro_name a {
    display: block;
    color: #2f3640;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    min-height: 44px;
}

.pro_price {
    margin-bottom: 2px;
}

.pro_price p {
    color: var(--secondary-color);
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 22px;
    line-height: 1;
}

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 {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

button.product-card-action.addcartbutton {
    padding: 0px 3px;
}

.cart_btn a,
.cart_btn button,
.variable-modal,
.product-card-action {
    background: transparent;
    width: 100%;
    display: block;
    min-height: 37px;
    text-align: center;
    color: var(--secondary-color);
    font-size: 13px;
    cursor: pointer;
    transition: all .5s ease;
    padding: 5px 10px;
    border-radius: 5px !important;
    font-weight: 600;
    text-transform: none;
    border: 1px solid var(--secondary-color);
}

.product-card-action {
    background: #fff;
    color: var(--secondary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.product-card-action:hover,
.product-card-action:focus,
.variable-modal:hover,
.variable-modal:focus {
    background: var(--secondary-color);
    color: #fff;
}

.product-card-action:hover {
    background: var(--secondary-color);
    color: #fff;
}

.product-card-action:disabled,
.product-card-qty-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.product-card-cart,
.choose-option-btn {
    width: 100%;
}

.product-card-qty {
    display: grid;
    grid-template-columns: 30px 1fr 30px;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    overflow: hidden;
    min-height: 37px;
}

.product-card-qty-btn {
    background: var(--secondary-color);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.product-card-qty-value {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff7ef;
    color: #2f3640;
    font-size: 18px;
    font-weight: 700;
}

button.addcartbutton.active {
    background-color: var(--secondary-color-extra);
}

.cart_btn a:hover,
.cart_btn button:hover {
    background: var(--secondary-color);
    color: #ffff;
}

button.stock_out {
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    background: #ffc800;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    font-size: 14px;
    min-height: 42px;
}

.wsit_stock_out {
    margin-bottom: 3px;
}

.pro_price del {
    color: #222;
    margin-right: 8px;
    font-size: 17px;
    font-weight: 400;
    opacity: 0.55;
}

.product_item_inner .shipping {
    position: absolute;
    top: 5px;
    left: 0px;
    display: inline-block;
    background-color: var(--primary-color);
    z-index: 1;
    padding: 1px 8px;
    border-radius: 5px 0 0 5px;
}

.product_item_inner .shipping p {
    color: #fff;
    font-size: 12px;
}

.discount {
    position: absolute;
    top: 5px;
    background: var(--secondary-color);
    padding: 1px 10px;
    border-radius: 3px;
    right: 5px;
    z-index: 9;
}

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

.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;
}

.catalog-hero {
    padding: 18px 0 0;
}

.catalog-hero__card {
    min-height: 260px;
    border-radius: 26px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    box-shadow: 0 22px 54px rgba(13, 54, 23, 0.16);
    position: relative;
}

.catalog-hero__card::before,
.catalog-hero__card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.catalog-hero__card::before {
    background: radial-gradient(circle at left center, rgba(255, 223, 89, 0.18), transparent 26%);
}

.catalog-hero__card::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.catalog-hero__content {
    position: relative;
    z-index: 1;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 36px 24px;
    color: #fff;
}

.catalog-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.catalog-hero__content h1 {
    color: #fff;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.08;
    margin-bottom: 14px;
}

.catalog-breadcrumb {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.catalog-breadcrumb a,
.catalog-breadcrumb span,
.catalog-breadcrumb strong {
    color: #fff;
}

.catalog-breadcrumb a {
    opacity: 0.86;
}

.catalog-breadcrumb a:hover {
    opacity: 1;
    color: #fff;
}

.catalog-breadcrumb strong {
    font-weight: 700;
}

.catalog-page-section {
    padding-top: 20px;
}

.catalog-layout {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.catalog-sidebar {
    width: 100%;
    position: sticky !important;
    top: 120px;
}

.catalog-sidebar-card__head {
    padding: 18px 18px 14px;
    border-bottom: 1px solid #edf1ea;
    background: linear-gradient(180deg, #ffffff 0%, #f5faf5 100%);
}

.catalog-sidebar-card__head h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e2a21;
}

.catalog-sidebar .hero-category-scroll {
    max-height: calc(100vh - 170px);
}

.catalog-sidebar .hero-category-link.is-active {
    background: #e7f0e8;
}

.catalog-sidebar .hero-category-link.is-active .hero-category-name,
.catalog-sidebar .hero-category-link.is-active .hero-category-arrow,
.catalog-sidebar .hero-category-link.is-active .hero-category-icon {
    color: var(--secondary-color);
}

.catalog-sidebar .hero-category-link.is-active .hero-category-icon img,
.catalog-sidebar .hero-category-item:hover .hero-category-icon img {
    filter: grayscale(0);
    opacity: 1;
}

.catalog-sidebar .hero-submenu-panel a.is-current {
    background: #f2f7f1;
    color: var(--secondary-color);
}

.catalog-main {
    min-width: 0;
}

.catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e5ebe5;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(16, 56, 30, 0.06);
}

.catalog-toolbar__meta h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1f2d22;
    margin-bottom: 4px;
}

.catalog-toolbar__meta span {
    color: #5f6f62;
    font-size: 15px;
}

.catalog-toolbar__sort {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.catalog-toolbar__sort label {
    color: #35463a;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.catalog-toolbar .page-sort {
    min-width: 220px;
}

.catalog-toolbar .sort-form {
    margin: 0;
}

.catalog-toolbar .sort-form .form-select,
.catalog-toolbar .sort-form .form-select:focus {
    height: 46px;
    border: 1px solid #d9e2d8;
    border-radius: 12px;
    box-shadow: none !important;
    padding: 0 16px;
    color: #243528;
    font-weight: 600;
    background-color: #f9fcf8;
}

.catalog-main .category-product {
    background: #fff;
    padding: 14px;
    border-radius: 20px;
    border: 1px solid #e6ece5;
    box-shadow: 0 12px 32px rgba(16, 56, 30, 0.05);
}

.catalog-main .custom_paginate {
    margin-top: 20px;
}

.breadcrumb ul li a {
    color: #666666b3;
    font-size: 16px;
    text-transform: capitalize;
}

.breadcrumb ul li span {
    color: #666666b3;
}

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

.comn_sec {
    padding: 20px 0;
}

.checkout-coupon-form {
    padding: 10px;
    background-color: #ddd;
}

.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_whats a {
    width: 42px;
    height: 42px;
    background: #00D757;
    text-align: center;
    line-height: 42px;
    font-size: 25px;
    position: fixed;
    bottom: 55px;
    right: 34px;
    border-radius: 50px;
    color: #fff;
    z-index: 9999;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}



.main-header.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 1s;
}


.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;
}

.size-container {
    margin-bottom: 12px;
}

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

.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: 45px;
    font-weight: 600;
    transition-duration: .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;
}

.syotimer-cell__unit {
    display: none;
}

.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: var(--secondary-color);
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}

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 .5s ease;
}

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

.desktop_hide {
    display: none;
}

.details-product {
    background: #fff;
    padding: 30px;
    margin: 15px 0;
}

.description ul li {
    display: block;
}

.description ul li {
    display: block;
    display: list-item;
    list-style-position: inside;
    list-style-type: square;
    font-size: 16px;
    line-height: 30px;
}

.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: 17px;
    font-weight: normal;
    color: #fff;
    font-weight: 800;
}

.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;
}

/*==== FOOTER  CSS START ====  */

.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 .5s ease;
}

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

.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;
}

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

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;
    width: 700px;
    background: #fff;
    border-radius: 5px;
    top: auto;
    left: auto;
    transform: none;
}

.quick-header {
    background: var(--secondary-color-extra);
    color: #fff;
    padding: 15px;
}

.quick-body {
    padding: 30px;
}

.close-variable-button {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #c70c37;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    color: #fff;
    font-weight: 900;
}

.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;
}

.product-code p {
    display: inline-block;
    background: #f28743;
    color: #fff;
    padding: 0px 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    line-height: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.d-flex.details-btns {
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.details-product .stock_out {
    width: 100%;
    margin-top: 15px;
    padding: 15px 0;
}

.d-flex.details-btns button {
    padding: 0px 40px;
    font-weight: 600;
    background: var(--secondary-color-extra);
    color: #fff;
    border-radius: 5px;
    height: 40px;
}

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

.customized-input-box .input-icon-label {
    position: absolute;
    top: 33px;
    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 CSS========*/
.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;
    /* background: none; */
    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;
}



.payment_method {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment_method img {
    height: 30px;
}

.payment_method.active {
    border-color: #28a745;
    box-shadow: 0 0 5px #28a745;
}

.payment_method.active::before {
    content: '✔';
    color: #28a745;
    font-weight: bold;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #28a745;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment_method label {
    display: block;
    font-weight: 500;
}

.pm-panel {
    display: none;
    background: #efefef45;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 18px;
    margin-top: 15px;
}

.payment_method label {
    margin: 0;
}

.pm-panel.show {
    display: block
}

.pm-header {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #e9e9e9;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px
}

.pm-header img {
    height: 28px
}

.pm-number {
    font-weight: 700;
    letter-spacing: .5px
}

.pm-copy {
    margin-left: auto;
    border: none;
    background: #b51a1a;
    color: #fff;
    border-radius: 6px;
    padding: 6px 10px;
    cursor: pointer
}

.pm-title {
    margin: 16px 0 8px 0
}

.pm-steps {
    margin: 0 0 10px 18px
}

.pm-steps li {
    display: block;
}

.pm-steps--green {
    color: #1c8b2b
}

.pm-note {
    color: #c21717;
    margin-bottom: 14px
}

.pm-field {
    margin-bottom: 12px
}

.pm-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600
}

.pm-field input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    outline: none
}

.pm-error {
    display: block;
    color: #c21717;
    margin-top: 4px;
    font-size: .85rem
}

.marquee-item-wrap {
    background: #fff;
    height: 35px;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
}

.marquee-txt {
    display: inline-block;
    color: #fff;
    margin: 0 20px;
    font-weight: 600;
    font-size: 15px;
    font-family: var(--bn-font);
}

.contact-wrapper {
    position: fixed;
    bottom: 65px;
    right: 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    z-index: 9999;
}

.contact-btn {
    display: flex;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    border: none;
    font-size: 28px;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
    justify-content: center;
    align-items: center;
}

.contact-btn.active {
    background-color: var(--secondary-color);
}

.contact-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.35s ease;
}

.contact-icons.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.icon-item {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.2s ease;
    color: #fff;
}

.icon-item:hover {
    color: #fff;
    transform: scale(1.1);
}

.toggle-icon {
    width: 26px;
    height: 26px;
    position: absolute;
    transition: transform 0.25s ease;
    transform-origin: center;
    transform: scale(1);
    opacity: 1;
}

.icon-close {
    opacity: 0;
    transform: scale(0);
    filter: invert(1);
}


.icon-plus {
    display: block;
}

.contact-btn.active .icon-plus {
    display: none;
}

.contact-btn.active .icon-close {
    display: block;
}

.icon-item.phone {
    background-color: #ff2d2d;
}

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

.icon-item.whatsapp {
    background-color: #0dc243;
}


.marquee-item-wrap {
    width: 100%;
    overflow: hidden;
}

.marquee {
    position: relative;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.marquee-text {
    position: absolute;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    will-change: transform;
}

.top-category-menu {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    overflow: hidden;
}

.category-left {
    min-width: 340px;
}

.category-left a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.category-left a i {
    font-size: 24px;
}

.category-right {
    flex: 1;
}

.category-right ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-right li {
    padding: 5px 0;
}




.category-right ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    border-right: 1px solid #dcdcdc;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
}

.category-right ul li:last-child a {
    border-right: none;
}

.category-right ul li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 4px;
    background-color: #008129;
    content: '';
    transition: width 0.4s ease-in-out;
}

.category-right ul li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.category-right ul li a:not(:hover)::after {
    left: auto;
    right: 0;
}

.slider-section {
    margin: 17px 0 15px;
}

.slider-section .container-fluid {
    position: relative;
}

.hero-section-wrap {
    display: flex;
    gap: 18px;
    align-items: stretch;
}

.hero-sidebar {
    width: 340px;
    flex: 0 0 340px;
    position: relative;
    z-index: 20;
}

.hero-category-card {
    background: #fff;
    border: 1px solid #e4e7e1;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(16, 56, 30, 0.06);
    overflow: visible;
    position: relative;
}

.hero-category-scroll {
    max-height: 590px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #bec7b9 #f4f6f1;
}

.hero-category-scroll::-webkit-scrollbar {
    width: 6px;
}

.hero-category-scroll::-webkit-scrollbar-track {
    background: #f4f6f1;
    border-radius: 999px;
}

.hero-category-scroll::-webkit-scrollbar-thumb {
    background: #c6d0c1;
    border-radius: 999px;
}

.hero-category-list {
    position: relative;
    z-index: 5;
}

.hero-category-item {
    display: block;
    position: relative;
}

.hero-category-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 61px;
    padding: 14px 18px;
    border-bottom: 1px solid #edf1ea;
    background: #fff;
    position: relative;
    z-index: 2;
}

.hero-category-item:last-child .hero-category-link {
    border-bottom: 0;
}

.hero-category-item:hover .hero-category-link {
    background: #e7f0e8;
    color: var(--secondary-color);
}

.hero-category-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.85;
}

.hero-category-name {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #223026;
    line-height: 1.3;
}

.hero-category-arrow {
    color: #8f9b91;
    font-size: 12px;
    transition: transform 0.25s ease;
}

.hero-category-item:hover .hero-category-arrow {
    transform: translateX(2px);
    color: var(--secondary-color);
}

.hero-submenu-data {
    display: none;
}

.hero-submenu-panel {
    position: absolute;
    top: 0;
    left: calc(100% - 6px);
    width: 220px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #e6ebe2;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(16, 56, 30, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateX(12px);
    transition: all 0.2s ease;
    z-index: 60;
}

.hero-submenu-panel.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.hero-submenu-panel a {
    display: block;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #263729;
}

.hero-submenu-panel a:hover {
    background: #f2f7f1;
    color: var(--secondary-color);
}

.hero-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.hero-banner-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.hero-banner-item {
    display: block;
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 22px rgba(16, 56, 30, 0.06);
    background: #fff;
}

.hero-banner-item img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    display: block;
}

.hero-thumb-row {
    margin-top: 20px;
    flex: 1;
}

.hero_thumb_slider .owl-stage-outer {
    padding: 0;
}

.hero-thumb-card {
    display: block;
    height: 245px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 22px rgba(16, 56, 30, 0.06);
    background: #fff;
}

.hero-thumb-card img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

.hero_thumb_slider .owl-nav button.owl-prev,
.hero_thumb_slider .owl-nav button.owl-next {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff !important;
    color: var(--secondary-color) !important;
    box-shadow: 0 6px 20px rgba(18, 42, 23, 0.14);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_thumb_slider .owl-nav button.owl-prev {
    left: -16px;
}

.hero_thumb_slider .owl-nav button.owl-next {
    right: -16px;
}

.hero_thumb_slider .owl-nav button span {
    font-size: 24px;
    line-height: 1;
}

.hero_thumb_slider .owl-dots {
    margin-top: 12px;
    text-align: center;
}

.hero_thumb_slider .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
    background: #c6d4c0 !important;
}

.hero_thumb_slider .owl-dot.active span {
    background: var(--secondary-color) !important;
}

/* Glassy shine — hero banner */
.hero-banner-item {
    position: relative;
    overflow: hidden;
}

.hero-banner-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: -80%;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.25) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-15deg);
    transition: left 0s;
    pointer-events: none;
    z-index: 2;
}

.hero-banner-item:hover::after {
    left: 130%;
    transition: left 0.8s ease;
}

.hero-thumb-card {
    position: relative;
    overflow: hidden;
    display: block;
}

.hero-thumb-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -80%;
    width: 55%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.25) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-15deg);
    transition: left 0s;
    pointer-events: none;
    z-index: 2;
}

.hero-thumb-card:hover::after {
    left: 130%;
    transition: left 0.8s ease;
}

.hero-thumb-card img {
    transition: transform 0.4s ease;
}

.hero-thumb-card:hover img {
    transform: scale(1.03);
}

button.side-cart-reco-btn.variable-modal {
    font-size: 11px;
    height: auto;
    width: auto;
    padding: 5px 10px;
    min-height: auto;
}

.home-slider-container {
    display: none;
}

.category-section {
    background: #f5f3ef;
    padding: 20px 0 30px;
    overflow: hidden;
}

.category-title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #1c2740;
    margin-bottom: 28px;
}

.category-slider {
    position: relative;
}

.category-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.category-slider .owl-item {
    display: flex;
    justify-content: center;
}

.category-slider .cat-item {
    text-align: center;
    width: 100%;
}

.category-slider .cat-img {
    width: 145px;
    height: 145px;
    margin: 0 auto 14px;
    background: #fafafa;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.category-slider .cat-img img {
    max-width: 85px;
    max-height: 85px;
    object-fit: contain;
}

.category-slider .cat-name a {
    font-size: 16px;
    font-weight: 500;
    color: #404852;
    text-decoration: none;
    line-height: 1.4;
}

.category-slider .owl-nav button {
    width: 34px;
    height: 34px;
    border-radius: 50% !important;
    background: var(--secondary-color) !important;
    color: #fff !important;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    transition: .3s;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.category-slider .owl-nav button span {
    font-size: 28px;
    line-height: 1;
    margin-top: -4px;
}

.category-slider .owl-nav .owl-prev {
    left: -18px;
}

.category-slider .owl-nav .owl-next {
    right: -18px;
}

.category-slider .owl-nav button:hover {
    background: #e67e00 !important;
}

.category-slider .owl-dots {
    display: none;
}

.brand-section {
    background: #f5f3ef;
    padding: 10px 0 25px;
}

.brand-slider .owl-stage {
    display: flex;
}

.brand-slider .owl-item {
    display: flex;
    height: auto;
}

.brand-slider .brand-item {
    width: 100%;
    height: 88px;
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
}

.brand-slider .brand-item a {
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-slider .brand-item img {
    max-width: 170px;
    max-height: 52px;
    width: auto !important;
    object-fit: contain;
}

.brand-slider .brand-item:hover {
    border-color: #d8d8d8;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.brand-slider .owl-nav {
    display: none;
}

.brand-slider .owl-dots {
    display: none;
}

.mobile_category-right {
    display: none;
}

/*==== ORGANIZATION PAGES START ====*/
.org-page,
.stories-page,
.stakeholder-page {
    position: relative;
}

.org-page__hero,
.org-page__section,
.stories-page__hero,
.stories-page__section,
.stakeholder-page__hero,
.stakeholder-page__section {
    padding: 44px 0;
}

.org-page__hero-shell,
.stories-page__hero-shell,
.stakeholder-page__hero-shell {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.org-page__hero-shell {
    background: linear-gradient(135deg, var(--secondary-color-extra) 0%, var(--secondary-color) 55%, var(--bluish-color) 100%);
    padding: 46px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
    gap: 28px;
    color: #fff;
    box-shadow: 0 20px 50px rgba(21, 62, 88, 0.18);
}

.org-page__hero-shell::before,
.stories-page__hero-shell::before,
.stakeholder-page__hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%);
    pointer-events: none;
}

.org-page__copy,
.stories-page__hero-shell,
.stakeholder-page__hero-shell {
    position: relative;
    z-index: 1;
}

.org-page__eyebrow,
.stories-page__kicker,
.stakeholder-page__kicker,
.stakeholder-page__label {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 700;
}

.org-page__eyebrow,
.stories-page__kicker,
.stakeholder-page__kicker {
    color: rgba(255, 255, 255, 0.84);
    margin-bottom: 14px;
}

.org-page__copy h1,
.stories-page__hero-shell h1,
.stakeholder-page__hero-shell h1 {
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.15;
    color: #fff;
    margin-bottom: 14px;
}

.org-page__copy p,
.stories-page__hero-shell p,
.stakeholder-page__hero-shell p,
.org-page__feature-body p,
.org-page__column-header p,
.org-page__compact-card p,
.stories-page__body p,
.stakeholder-page__role,
.stakeholder-page__empty p,
.org-page__empty p,
.stories-page__empty p {
    font-size: 15px;
    line-height: 1.85;
}

.org-page__stats {
    display: grid;
    gap: 16px;
}

.org-page__stat-card {
    padding: 22px 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(6px);
}

.org-page__stat-card strong,
.stakeholder-page__summary strong {
    display: block;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 8px;
    color: #fff;
}

.org-page__stat-card span,
.stakeholder-page__summary span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
}

.org-page__section-head {
    margin-bottom: 24px;
}

.org-page__section-head .org-page__eyebrow {
    color: var(--primary-color);
    margin-bottom: 12px;
}

.org-page__section-head h2 {
    font-size: clamp(24px, 3vw, 36px);
    color: var(--secondary-color-extra);
}

.org-page__content-grid,
.org-page__dual-grid {
    display: grid;
    gap: 24px;
}

.org-page__content-grid {
    grid-template-columns: repeat(1, 1fr);
}

.org-page__feature-card,
.org-page__column-card,
.org-page__empty,
.stories-page__card,
.stories-page__empty,
.stakeholder-page__card,
.stakeholder-page__empty {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(16, 46, 64, 0.08);
    border: 1px solid rgba(0, 129, 41, 0.08);
}

.org-page__feature-media img,
.org-page__compact-card img,
.stories-page__media img,
.stakeholder-page__media img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.org-page__feature-media img {
    height: 280px;
}

.org-page__feature-body {
    padding: 24px;
}

.org-page__feature-body h3,
.org-page__column-header h3,
.org-page__compact-card h4,
.stories-page__body h3,
.stakeholder-page__body h3,
.org-page__empty h3,
.stories-page__empty h3,
.stakeholder-page__empty h3 {
    color: var(--secondary-color-extra);
    font-weight: 700;
    margin-bottom: 12px;
}

.org-page__section--soft {
    background: linear-gradient(180deg, rgba(0, 129, 41, 0.05) 0%, rgba(237, 20, 91, 0.03) 100%);
}

.org-page__dual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.org-page__column-card {
    padding: 28px;
}

.org-page__compact-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
    padding: 16px 0;
    border-top: 1px solid rgba(21, 62, 88, 0.1);
}

.org-page__compact-card:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.org-page__compact-card img {
    height: auto;
    border-radius: 16px;
}

.org-page__column-header {
    margin-bottom: 10px;
}

.org-page__copy p {
    color: #c0c0c0;
}

.stories-page__hero-shell p {
    color: #bebdbd;
}

.org-page__empty,
.stories-page__empty,
.stakeholder-page__empty {
    padding: 34px 26px;
    text-align: center;
}

.org-page__empty--small {
    margin-top: 10px;
}

.stories-page__hero-shell {
    background: linear-gradient(135deg, var(--secondary-color-extra) 0%, var(--primary-color) 100%);
    padding: 46px;
    color: #fff;
    box-shadow: 0 20px 52px rgba(237, 20, 91, 0.14);
}

.stories-page__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.stories-page__card {
    grid-column: span 6;
}

.stories-page__card--wide {
    grid-column: span 12;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
}

.stories-page__media img {
    height: 100%;
    min-height: 300px;
}

.stories-page__body {
    padding: 28px;
}

.stories-page__badge {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.stakeholder-page__hero-shell {
    padding: 42px 46px;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 24px;
    align-items: end;
    box-shadow: 0 20px 52px rgba(21, 62, 88, 0.14);
}

.stakeholder-page--partners .stakeholder-page__hero-shell {
    background: linear-gradient(135deg, var(--secondary-color-extra) 0%, var(--secondary-color) 100%);
}

.stakeholder-page--clients .stakeholder-page__hero-shell {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--bluish-color) 100%);
}

.stakeholder-page--investors .stakeholder-page__hero-shell {
    background: linear-gradient(135deg, var(--secondary-color-extra) 0%, var(--primary-color) 100%);
}

.stakeholder-page__summary {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    text-align: center;
}

.stakeholder-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.stakeholder-page__media img {
    height: 280px;
}

.stakeholder-page__body {
    padding: 22px;
}

.stakeholder-page__label {
    margin-bottom: 10px;
}

.stakeholder-page--partners .stakeholder-page__label {
    color: var(--secondary-color);
}

.stakeholder-page--clients .stakeholder-page__label {
    color: var(--bluish-color);
}

.stakeholder-page--investors .stakeholder-page__label {
    color: var(--primary-color);
}

/*==== ORGANIZATION PAGES END ====*/
.category_banner_area img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

p.about_us {
    margin-bottom: 20px;
    line-height: 19px;
    margin-top: 5px;
    color: #555555;
    margin-top: 20px;
}

.testimonial-section {
    padding: 30px 0;
    background: #f5f3ef;
    overflow: hidden;
}

.testimonial-slider .owl-stage {
    display: flex;
}

.testimonial-slider .owl-item {
    display: flex;
    height: auto;
}

.testimonial-item {
    width: 100%;
    min-height: 220px;
    background: #0081290a;
    border: 1px solid #d8d8d8;
    border-radius: 22px;
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s ease;
}

.testimonial-content {
    color: #535353;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 25px;
    font-family: var(--bn-font);
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-user-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
}

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

.testimonial-user-info h4 {
    color: #383838;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.testimonial-user-info p {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-slider .owl-dots {
    margin-top: 24px;
    text-align: center;
}

.testimonial-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #d2d2d2;
    border-radius: 50%;
    display: block;
    transition: .3s;
}

.testimonial-slider .owl-dots .owl-dot.active span {
    width: 28px;
    border-radius: 30px;
    background: #f7941d;
}

.testimonial-slider .owl-nav {
    display: none;
}

.home-blog-section {
    padding: 16px 0 8px;
}

.blog-card {
    height: 100%;
    background: #fff;
    border: 1px solid #ece4d9;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 32px rgba(17, 17, 17, 0.12);
}

.blog-image a {
    display: block;
    height: 240px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-timeslot {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    padding: 16px 20px 0;
}

.blog-timeslot p {
    margin: 0;
    color: #7f7a73;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.blog-content {
   
    padding: 12px;
   
}

.blog-content h5 {
    margin-bottom: 12px;
    min-height: 58px;
}

.blog-content h5 a {
    color: #16120d;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 600;
}

.blog-content p {
    color: #5f5a54;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}
.blog-more {
    /* padding: 18px 20px 22px; */
    padding: 12px;
    padding-top: 0;
}

.blog-more a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--secondary-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 13px;
}

.blog-more a:hover {
    color: #111;
}
.blog-details h3 {
    margin-top: 38px;
    padding: 0 12px;
}

.blog-sidebar {
    height: 100%;
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
}

.recent-item {
    background: #fbfafa;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 8px;
    transition: all 0.3s;
}

.recent-item a {
    color: #222;
    font-size: 16px;
}

.recent-item p {
    color: #969494;
}

.recent-item:hover {
    background: #0081290f;
}

.hero_thumb_slider .owl-nav button.owl-prev i {
    color: var(--secondary-color);
}

.info-hero,
.info-section {
    padding: 48px 0;
}

.corporate-hero .hero-shell {
    background:
        linear-gradient(135deg, rgba(3, 74, 72, 0.95), rgba(14, 116, 144, 0.86)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 40%);
    border-radius: 28px;
    padding: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
    gap: 28px;
    color: #fff;
}

.eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px;
    color: #8fe3d4;
}

.hero-copy h1,
.section-head h2 {
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.14;
    margin-bottom: 14px;
    color: inherit;
}

.hero-copy p,
.feature-body p,
.compact-card p,
.column-header p,
.empty-state p {
    font-size: 15px;
    line-height: 1.8;
    color: inherit;
    opacity: 0.92;
}

.hero-stats {
    display: grid;
    gap: 16px;
}

.stat-card,
.feature-card,
.column-card,
.empty-state {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(14, 30, 37, 0.08);
}

.stat-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 24px;
}

.stat-card strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-card span {
    font-size: 14px;
    opacity: 0.92;
}

.section-head {
    margin-bottom: 24px;
}

.section-head h2 {
    color: #112827;
    font-size: clamp(24px, 3vw, 36px);
    margin-bottom: 0;
}

.content-grid,
.dual-grid {
    display: grid;
    gap: 24px;
}

.content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-media img,
.compact-card img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.feature-media img {
    height: 260px;
    border-radius: 24px 24px 0 0;
}

.feature-body {
    padding: 24px;
}

.feature-body h3,
.column-header h3,
.compact-card h4 {
    color: #163938;
    margin-bottom: 12px;
    font-weight: 700;
}

.soft-bg {
    background: linear-gradient(180deg, #f4faf9 0%, #fff 100%);
}

.dual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.column-card {
    padding: 28px;
}

.compact-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 16px 0;
    border-top: 1px solid #e8efee;
}

.compact-card:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.compact-card img {
    height: 96px;
    border-radius: 18px;
}

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

.empty-state.small {
    margin-top: 8px;
}

.org-page__feature-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: #ffffff;
    border-radius: 24px;
    padding: 35px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    flex-direction: row-reverse;
}

.org-page__feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #16a34a, #22c55e);
}

.org-page__feature-body {
    flex: 1;
}

.org-page__feature-body h3 {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 18px;
    line-height: 1.3;
}

.org-page__feature-body p {
    font-size: 16px;
    line-height: 1.9;
    color: #4b5563;
    margin: 0;
}

.org-page__feature-media {
    width: 40%;
    flex-shrink: 0;
}

.org-page__feature-media img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    transition: 0.4s ease;
}

.org-page__feature-card:hover .org-page__feature-media img {
    transform: scale(1.05);
}


.stakeholder-page__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.stakeholder-page__card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: 0.4s ease;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.stakeholder-page__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.stakeholder-page__media {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.stakeholder-page__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s ease;
}

.stakeholder-page__card:hover .stakeholder-page__media img {
    transform: scale(1.08);
}

.stakeholder-page__body {
    padding: 24px;
    text-align: center;
}

.stakeholder-page__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dcfce7;
    color: #15803d;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.stakeholder-page__body h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    line-height: 1.4;
}

.stakeholder-page__role {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

.stakeholder-page__empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 25px;
    background: #f9fafb;
    border-radius: 20px;
}

.stakeholder-page__empty h3 {
    font-size: 28px;
    margin-bottom: 14px;
    color: #111827;
}

.stakeholder-page__empty p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.8;
    max-width: 600px;
    margin: auto;
}

.stakeholder-page__hero-shell p {
    color: #d2d1d1;
}

.another-brand-item {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    align-content: center;
}

.stkeholders-section .category-title {
    text-align: center;
    margin-bottom: 4px;
}

.stkeholders-section .category-title h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
    margin-top: 30px;
    padding: 15px 10px;
    border-radius: 5px;
    position: relative;
}

.stkeholders-section .category-title h3 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    overflow: hidden;
}

.stkeholders-section .category-title h3::before,
.stkeholders-section .category-title h3::after {
    content: "";
    position: relative;
    width: 40px;
    height: 3px;
    border-radius: 30px;
    background: linear-gradient(90deg, #008129, #ED175D, #e6e6e6);
    background-size: 200% 100%;
    animation: stakeholderLine 2s linear infinite;
}

.stkeholders-section .category-title h3::after {
    animation-direction: reverse;
}

@keyframes stakeholderLine {
    0% {
        background-position: 200% 0;
        transform: scaleX(0.7);
        opacity: .5;
    }

    50% {
        background-position: 0% 0;
        transform: scaleX(1);
        opacity: 1;
    }

    100% {
        background-position: -200% 0;
        transform: scaleX(0.7);
        opacity: .5;
    }
}

.another-brand-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.catalog-page-section .catalog-sidebar .hero-category-scroll {
    max-height: 100%;
}

.stakeholder-slider {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.bg_white {
    background: #148b3a05;
    border-radius: 10px;
    padding-bottom: 20px;
}

.copyright-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
}

.copyright-left p {
    margin: 0;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.copyright-left span {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    color: #777;
}

.copyright-left span a {
    color: #111;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.copyright-left span a:hover {
    color: #0d6efd;
}

.payment-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-left: 25px;
    border-left: 1px solid #d9d9d9;
}

.payment-wrapper span {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
}

.payment_methods img {
    max-width: 560px;
    width: 100%;
    display: block;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-contact-item i {
    font-size: 18px;
    color: #7a7a7a;
    width: 18px;
    flex-shrink: 0;
}

.footer-contact-item p {
    margin: 0;
    font-size: 16px;
    color: #6f6f6f;
    line-height: 1.5;
    font-family: var(--bn-font);
}

.footer-hotlint {
    color: #6f6f6f;
    text-decoration: none;
    transition: .3s;
}

.footer-hotlint:hover {
    color: #0d6efd;
}

.footer-contact-info a {
    color: #6f6f6f;
}

.directors-page {
    padding: 42px 0 50px;
    background:
        radial-gradient(circle at top left, rgba(0, 129, 41, 0.08), transparent 22%),
        linear-gradient(180deg, #f8fbf8 0%, #ffffff 48%, #f7fafc 100%);
}

.stakeholder__page__section,
.investors-section {
    padding: 24px 0;
}



.management-title__content {
    display: flex;
    justify-content: center;
}
.investors-section__copy {
    display: flex;
    justify-content: center;
}
.management-title__heading, .investors-section__title {
    margin: 0 0 10px;
    font-size: 25px;
    color: #102a43;
}

.management-title__text,
.investors-section__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #5b6471;
}




.stakeholder__page__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 0 10px 5px;
}

.directors-page .stakeholder-page__card {
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.directors-page .stakeholder-page__media {
    height: 300px;
    background: linear-gradient(180deg, #f7faf9 0%, #eef4f1 100%);
}

.directors-page .stakeholder-page__body {
    padding: 24px 20px 26px;
}

.directors-page .stakeholder-page__body h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #14213d;
}

.directors-page .stakeholder-page__role {
    margin: 0;
    color: #667085;
    font-size: 15px;
}

.investors-shell {
    padding-bottom: 10px;
}

.investors-section__logo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    padding: 10PX;
}

.investors-section .another-brand-item {
    min-height: 135px;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}


.investors-section .another-brand-item img {
    max-height: 72px;
    width: 100%;
    object-fit: contain;
    filter: saturate(1.02);
}
span.marquee-text {
    color: #000;
    font-weight: bold;
    font-family: var(--bn-font);
    font-size: 16px;
}