@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800;900&display=swap");
@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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "AdorNoirrit", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.5;
    background: var(--theme-bg-light);
}
.product-section{
    font-family: "AdorNoirrit", sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    line-height: 1.2;
    background: var(--theme-bg-light);
}

/*==== COMMON CSS START ====*/
@font-face {
    font-family: "Potro Sans Bangla";
    src: url("../fonts/Potro-Sans-Bangla-Regular.ttf");
    src: url("../fonts/Potro-Sans-Bangla-Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/Potro-Sans-Bangla-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Alinur Banglaborno";
    src: url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf");
    src: url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf?#iefix") format("embedded-opentype"), url("../fonts/Li-Alinur-Banglaborno-Unicode.ttf") format("truetype");
}

p {
    text-align: left;
    margin: 0;
    color: var(--theme-text-primary);
    padding: 0;
}

.alinur {
    font-family: "Alinur Banglaborno", sans-serif;
}

button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

form input::placeholder {
    font-size: 15px;
    color: var(--theme-text-muted);
    text-align: left !important;
    float: left !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a,
a:hover,
a:focus {
    color: var(--theme-text-primary);
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
}

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(--theme-dark);
}

.parsley-error {
    border: 1px solid var(--theme-dark) !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;
}

.potro_font {
    font-family: Potro Sans Bangla;
}

svg {
    height: 16px;
    width: 16px;
}

.cursor {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container_97 {
    max-width: 1200px;
}

.container {
    max-width: 1380px;
}

footer {
    padding: 0 0;
}

.footer-widgets {
    background-color: var(--theme-primary);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
}

.footer-copyright {
    background-color: rgba(22, 112, 191, 0.98);
    padding: 15px 0 15px;
}

.footer-copy-text {
    color: hsla(0, 0%, 100%, 0.5);
}

.container_top {
    width: 975px;
    margin: 0 auto;
}

/*==== COMMON CSS END ====  */

/*==== HEADER CSS START ====  */
header {
    position: fixed;
    box-shadow: 0px 0px 10px var(--theme-border);
    top: 0;
    width: 100%;
    z-index: 9999;
}

.header-top {
    background: rgba(0, 119, 204, 0.97);
    display: flex;
    height: 50px;
    align-items: center;
}

.header-left span {
    margin-right: 15px;
    color: var(--theme-text-white);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.header-left span a {
    color: var(--theme-text-white);
}

.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: var(--theme-text-white)fffcc;
    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;
}

.Newsletter a {
    border: none;
    width: auto;
    margin-right: 8px;
}

.Newsletter a:hover {
    background: none;
    border: none;
}

li.Newsletter i {
    margin-right: 2px !important;
    font-size: 10px;
}

.header-left {
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo-area {
    padding: 8px 0;
}

.sticky.is-sticky {
    background: var(--theme-dark);
    z-index: 9999;
    border-bottom: 1px solid var(--theme-border);
}

.logo-header {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    grid-gap: 0;
}

/*search*/
.main-search {
    margin: 8px 8px 8px 16px;
    position: relative;
}
.search_result {
    position: relative;
}
.search_product {
    position: absolute;
    width: 100%;
    background: var(--theme-bg-white);
    z-index: 999999;
    border: 1px solid var(--theme-border);
    top: 0;
}

.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: 8px 15px;
    border-bottom: 1px solid var(--theme-border);
    transition: 0.35s all;
}

.search_product ul li:hover {
    background: var(--theme-bg-light);
}

.search_content .price {
    color: var(--theme-danger);
    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: var(--theme-bg-white);
    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;
    text-align: center;
}

.mobile-search button {
    width: 13% !important;
}

.main-search form {
    border: 1px solid;
    height: 39px;
    background: var(--theme-bg-light);
    border-color: var(--theme-dark);
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

.main-search form input {
    height: 100%;
    padding: 0 5px;
    font-size: 12px !important;
    background: var(--theme-bg-light);
    width: 90%;
    float: left;
}

.main-search form button {
    height: 100%;
    outline: 0;
    background: var(--theme-dark);
    width: 11%;
    float: left;
}

.main-search form button svg {
    height: 20px;
    width: 35px;
    color: var(--theme-text-white);
}

.mobile-nav li a {
    text-transform: capitalize;
    padding: 8px 15px;
    display: block;
    border-bottom: 1px solid var(--theme-border);
}

.mobile-menu .nav li button.active {
    border-radius: 0;
    color: var(--theme-dark);
}

.main-search.mobile-search {
    margin: 0;
    padding: 0;
}

.main-search.mobile-search form {
    border: 1px solid var(--theme-border);
}

.mobile-menu .nav li {
    width: 50%;
    float: left;
}

.mobile-menu .nav li button {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
    color: var(--theme-dark);
}

.nice-select {
    height: 41px !important;
    line-height: 41px !important;
}

.nice-select.open .list {
    z-index: 99999 !important;
}

.nice-select .option {
    display: block !important;
}

/*search end*/
.header-list-items {
    text-align: center;
    margin: 5px 0;
}

.header-list-items ul {
    margin-top: 7px;
}

.header-list-items ul li {
    text-align: center;
    padding: 0;
    margin-left: 12px;
    font-weight: 600;
}

.header-list-items ul li:first-child {
    margin-left: 0;
}

.for_order a i {
    font-size: 16px !important;
}

.header-list-items ul li a {
    display: inline-block;
}

.header-list-items ul li p {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

.margin-shopping {
    margin-right: 10px;
}

.header-list-items ul li i {
    font-size: 20px;
}

.cart-svg {
    height: 22px;
    width: 22px;
}

.header-list-items ul li span {
    position: absolute;
    top: -8px;
    right: -12px;
    background: var(--theme-dark);
    color: var(--theme-text-white);
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 50px;
}

.login-dialog {
    position: relative;
}

.login-box {
    position: absolute;
    top: 45px;
    width: 260px;
    padding: 15px;
    background: var(--theme-bg-white);
    z-index: 9;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
}

.login-box:after {
    content: " ";
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: var(--theme-text-white)fff;
    border-width: 8px;
    margin-left: -8px;
}

.login-dialog:hover .login-box {
    top: 27px;
    visibility: visible;
    opacity: 1;
}

.login-box .form-control {
    margin: 10px 0;
    background-color: var(--theme-bg-white) !important;
    height: 40px;
    border: 1px solid var(--theme-border);
}

.login-menu li {
    display: block;
    text-align: left !important;
    margin: 8px 0;
}

.login-menu li a {
    display: block;
    color: var(--theme-dark);
}

.forget-link {
    margin-bottom: 12px;
    margin-top: 4px;
    color: var(--theme-text-primary);
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    font-size: 12px;
    text-align: center;
}

.submit-btn {
    background: var(--theme-dark) !important;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 7px 0;
    text-transform: uppercase;
    margin: 6px 0;
    color: var(--theme-text-white);
    font-size: 16px;
    font-weight: 600;
}

.register-now a {
    border: 1px solid var(--theme-border);
    width: 100%;
    padding: 6px 0;
    border-radius: 5px;
    transition: 0.35s all;
}

.register-now a:hover {
    background: var(--theme-dark);
    color: var(--theme-text-white);
}

#cart-qty {
    position: relative;
}

.cshort-summary {
    position: absolute;
    top: 55px;
    width: 390px;
    right: 0;
    max-height: 500px;
    z-index: 999;
    background: var(--theme-bg-white);
    padding: 10px;
    box-shadow: 0px 0px 5px 1px var(--theme-border);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
}

.go_cart,
.go_cart:hover {
    background: var(--theme-dark);
    width: 100%;
    color: var(--theme-text-white);
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 5px;
    display: block;
    text-align: center;
}

#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 var(--theme-border);
    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 var(--theme-border);
    padding: 10px 0;
}

.cshort-summary .remove-cart,
.cshort-summary .remove-cart:focus {
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.menu_view_all,
.menu_view_all:hover {
    position: absolute !important;
    bottom: 0;
    right: 0;
    border: none !important;
    color: var(--theme-text-white) !important;
    background: var(--theme-dark) !important;
    z-index: 99999999;
    display: inline-block !important;
    height: auto !important;
}

.menu-area {
    background: var(--theme-dark);
    border-top: 1px solid var(--theme-border);
    border-bottom: 1px solid var(--theme-border);
}

.categories {
    position: relative;
    z-index: 99;
}

.categories ul li img {
    width: 16px;
}

.categories p {
    padding: 10px 10px;
    background: var(--theme-dark);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--theme-text-white);
    letter-spacing: 1px;
    cursor: pointer;
}

.categories .side-category {
    transition: 0.35s all;
    line-height: 1.8;
    text-align: left;
}

.categories .side-category li {
    position: relative;
    border-right: 1px solid var(--theme-border);

}

.categories .side-category li a {
    position: relative;
    margin-right: 10px;
}

.categories .side-category li a i {
    position: absolute;
    right: 0;
}

.categories .sub-category li {
    display: block;
    position: relative;
}

.categories ul li a {
    display: block;
    padding: 10px 10px;
    color: var(--theme-text-primary);
    transition: 0.35s all;
    text-transform: uppercase !important;
}

.side-category li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 12px;
    color: var(--theme-text-muted);
}

.categories ul li a:hover {
    color: var(--theme-dark);
}

.sub-category {
    left: 0px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transition: 0.35s all;
    position: absolute;
    background-color: var(--theme-bg-white);
    text-align: left;
}

.categories ul li:hover>.sub-category {
    visibility: visible;
    opacity: 1;
}

.categories ul li a {
    position: relative;
    text-transform: capitalize;
}

.categories ul li img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.catagory_menu ul li a {
    color: var(--theme-text-white);
    margin: 0 8px;
    display: block;
    text-transform: capitalize;
}

.catagory_menu {
    padding: 0px;
}



.cat_bar i {
    padding-right: 5px;
    font-size: 16px;
}

.main-menu {
    text-align: right;
}

.main-menu ul li a {
    text-transform: uppercase;
    margin-left: 18px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
    color: var(--theme-text-secondary);
    position: relative;
}

.main-menu ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    transition: 0.35s;
    bottom: 0;
    background: var(--theme-dark);
    position: absolute;
}

.main-menu ul li a:hover:after {
    width: 100%;
}

.fixed-top {
    top: -170px;
    transform: translateY(170px);
    transition: transform 2s;
    background: var(--theme-bg-white);
    box-shadow: 0px 0px 10px var(--theme-border);
    z-index: 999;
}

.main-logo {
    height: 55px;
    text-align: center;
}

.main-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-logo img {
    width: auto;
    height: 100%;
    margin-top: 0;
}

/*==== HEADER CSS END ====  */

/*==== CATEGORY SECTION CSS START ====  */
section.slider-section {
    margin-bottom: 10px;
    margin-top: 10px;
}

.home-slider-container {
    padding: 0;
    padding-left: 0px;
}

.homeproduct {
    padding-bottom: 0px;
    padding-top: 0px;
    background: var(--theme-bg-white);
    margin-bottom: 10px;
    padding: 10px 0;
}

.category-section.section-padding {
    margin-bottom: 20px;
}

.section-title {
    padding: 20px 0;
}

.section-title h2 {
    font-size: 16px;
    font-weight: 600;
}

.front-category ul li a {
    color: var(--theme-text-secondary);
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid var(--theme-dark);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.35s all;
    margin-right: 5px;
}

.front-category ul li a:hover {
    background: var(--theme-dark);
    color: var(--theme-text-white);
    border-color: var(--theme-dark);
}

.feature-btn {
    text-align: center;
    margin-top: 25px;
}

.feature-btn a {
    border: 1px solid var(--theme-border);
    padding: 8px 25px;
    transition: 0.35s all;
    border-radius: 5px;
}

.feature-btn a:hover {
    background: var(--theme-dark);
    color: var(--theme-text-white);
}

.sidebar_item {
    margin-bottom: 20px;
}

.sidebar_item h2.accordion-header button.accordion-button {
    background-color: var(--theme-dark);
    color: var(--theme-text-white);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 20px;
}

.sidebar_item .accordion-header .accordion-button::after {
    content: '\f078';
    font-family: 'FontAwesome';
    background: none;
    font-size: 17px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item .accordion-collapse {
    border-radius: 0;
}

.accordion-item {
    border-radius: 0;
}

/*==== CATEGORY SECTION CSS END ====  */

/*==== SLIDER CSS START ====  */
.main-slider {
    position: relative;
    z-index: -1;
}

.slider-section .offset-sm-3 {
    padding-left: 0;
}

.main-slider .owl-nav button span {
    font-size: 30px;
}

.main-slider .owl-nav button {
    height: 40px;
    width: 35px;
    background: var(--theme-bg-white) !important;
    transition: 0.35s all;
}

.main-slider .owl-nav button:hover {
    background: var(--theme-dark) !important;
    color: var(--theme-text-white);
}

.main-slider .owl-prev {
    position: absolute;
    left: -10px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}

.main-slider .owl-next {
    position: absolute;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}

.main-slider:hover.main-slider .owl-prev {
    left: 10px;
    visibility: visible;
    opacity: 1;
}

.main-slider:hover.main-slider .owl-next {
    right: 10px;
    visibility: visible;
    opacity: 1;
}

.slider-item {
    width: 100%;
    height: 400px;
}

.slider-item img {
    width: 100%;
}

/*==== SLIDER CSS END ====  */

/*==== FRONT CATEGORY  CSS START ====  */
.hot-deals-section {
    padding: 25px 0;
}

.hot-deals-inner {
    background-color: var(--theme-warning-light);
    padding: 5px 5px 20px 5px;
}

.hot-deals-img img {
    width: 100px;
}

.hot-deals-product {
    border: 1px solid var(--theme-danger);
}

.deals-discount {
    position: absolute;
    top: 3px;
    right: 3px;
    color: var(--theme-text-white);
    padding: 0 10px;
}

.discount-wrapper {
    position: relative;
}

.discount-wrapper img {
    width: 45px !important;
}

.discount-wrapper span {
    position: absolute;
    top: 6px;
    left: 8px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.discount-wrapper span:last-child {
    top: 21px;
    left: 10px;
    font-size: 11px;
}

.hot-deals-btn {
    text-align: right;
}

.hot-deals-btn a {
    color: var(--theme-danger);
    font-weight: 900;
    margin-top: 15px;
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
}

.hotdeals-slider-one {
    margin-bottom: 15px;
}

.hotdeal_price {
    position: absolute;
    background-color: var(--theme-primary);
    right: 1px;
    bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-weight: bold;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.custom_paginate {
    margin-top: 35px;
}

.custom_paginate .pagination {
    display: flex;
    justify-content: center;
}

/*==== FRONT CATEGORY  CSS END ====  */

/*==== FOOTER  CSS START ====  */

.section-title-right ul li a {
    text-transform: capitalize;
    margin-left: 10px;
    cursor: pointer;
}

.footer-menu ul li a:hover {
    color: var(--theme-bg-light);
    margin-left: 2px;
}

.footer-menu ul li a {
    color: var(--theme-text-muted);
    margin: 8px 0;
    display: block;
    transition: 0.35s all;
}

.footer-top {
    padding: 50px 0;
    background: var(--theme-bg-light);
}

.footer-about {
    text-align: center;
}

.footer-about p {
    text-align: center;
    margin: 5px 0;
    color: var(--theme-text-primary)000;
    font-size: 16px;
}

.footer-about h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--theme-border);
    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: var(--theme-text-white);
}

.footer-menu ul li a:hover {
    color: var(--theme-dark);
    margin-left: 2px !important;
}

.footer-about ul li a .feather {
    color: var(--theme-text-white);
}

.footer-about {
    text-align: center;
    padding-right: 70px;
}

.footer-about a {
    display: block;
    color: var(--theme-text-primary);
}

.footer-about a img {
    height: auto;
    width: 110px;
    object-fit: contain;
}

.footer-menu .title {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--theme-text-primary);
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: var(--theme-text-primary);
    margin: 8px 0 !important;
    display: block;
}
.footer-bottom {
    background: var(--theme-dark);
    padding: 10px 0;
}

.footer-hotlint {
    color: var(--theme-bg-light);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.copyright p {
    text-align: center;
    color: var(--theme-text-white);
}
/*==== FOOTER CSS END ====  */

/*==== FOOTER FIXED MENU START ====  */
.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: var(--theme-bg-white);
    z-index: 99;
    border-top: 1px solid var(--theme-border);
}

.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.footer_nav ul li a span {
    display: block;
}

.footer_nav ul li {
    position: relative;
}

.footer_nav ul li i {
    font-size: 16px;
}

.item_count {
    position: absolute;
    top: -5px;
    right: 25px;
    background: var(--theme-dark);
    width: 15px;
    height: 15px;
    font-size: 12px;
    color: var(--theme-text-white);
    line-height: 15px;
    border-radius: 50px;
}

/*==== FOOTER FIXED MENU END ====  */

/*==== PREMIUM PRODUCT DETAILS CSS START ====  */
.product-section {
    padding: 40px 0;
    background: linear-gradient(180deg, var(--theme-bg-light) 0%, var(--theme-bg-white) 100%);
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 0;
}

.main-details-page {
    background: var(--theme-bg-light);
    padding: 20px 0;
}

.product-cart .name {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--theme-text-primary);
    margin-bottom: 16px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.details-price {
    font-size: 32px;
    font-weight: 700;
    color: var(--theme-primary);
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.details-price del {
    color: var(--theme-text-muted);
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    text-decoration: line-through;
}

.product-code p {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, var(--theme-dark) 0%, var(--theme-dark-hover) 100%);
    color: var(--theme-text-white);
    padding: 8px 16px;
    border-radius: 8px;
    line-height: 1.5;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-code p span {
    margin-right: 8px;
    opacity: 0.9;
}

.qty-cart .quantity {
    position: relative;
    border: 1px solid var(--theme-dark);
    height: 40px;
    overflow: hidden;
    width: 130px;
    margin-top: 10px;
}

.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 var(--theme-dark);
    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 var(--theme-dark);
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.order_now_btn {
    font-size: 18px;
    color: var(--theme-text-white);
    background-color: var(--theme-accent);
    border: 1px solid var(--theme-accent);
    border-radius: 3px;
    width: 50%;
    margin-left: 5px;
    font-family: "Potro Sans Bangla";
    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(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
    outline: 0;
    color: var(--theme-text-white) !important;
}

.add_cart_btn {
    color: var(--theme-text-white);
    background-color: var(--theme-dark);
    border: 1px solid var(--theme-dark);
    border-radius: 0;
    width: 50%;
    height: 45px;
    margin-top: 10px;
    border-radius: 5px;
}

.call_now_btn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.call_now_btn i {
    margin-right: 10px;
}

.add_cart_btn:hover,
.add_cart_btn:active {
    color: var(--theme-text-white) !important;
    background-color: var(--theme-dark) !important;
    border-color: var(--theme-dark) !important;
}

.features {
    border: 1px solid var(--theme-border);
    border-top: 4px solid var(--theme-text-primary);
    padding: 10px 10px 20px 10px;
}

.features .icon {
    width: 35px;
    font-size: 23px;
    height: 45px;
}

.features .text {
    font-size: 15px;
}

.feature-products {
    border-right: 1px solid var(--theme-border);
    height: 100%;
    padding-top: 32px;
}

.feature-products-wrapper {
    padding: 0px 10px;
}

.feature-products p {
    margin-bottom: 0;
    font-size: 18px;
    text-align: left;
    padding: 1px 0;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    padding: 8px 0;
    position: relative;
}

.feature-products p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 40px;
    background-color: var(--theme-border);
}

.feature-products tr {
    height: auto;
    padding: 0 10px;
    display: block;
    margin-top: 10px;
    border-bottom: 1px solid var(--theme-border);
    padding-bottom: 10px;
}

.feature-products .img {
    width: 55px;
}

.feature-products .title {
    font-size: 14px;
    padding-bottom: 5px;
}

.delivery_details tr td {
    color: var(--theme-text-primary)000 !important;
}

.delivery_details .potro_font {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 0;
}

.related-title {
    margin-bottom: 15px;
}

.related-title h5 {
    font-weight: 600;
    font-size: 18px;
}

.tab-description li {
    display: block;
    position: relative;
    margin-left: 15px;
    margin: 5px 0;
    font-size: 15px;
}

.tab-content {
    padding: 30px 15px;
    margin-top: 20px;
    background-color: var(--theme-bg-white);
    border-radius: 5px;
    margin-left: 12px;
}

.details-action-box .section-head {
    border-bottom: 1px solid var(--theme-border);
    padding: 0 0 10px 0;
    display: flex;
}

.details-action-box .section-head .title {
    text-align: left;
    flex: 1 1 auto;
}

.section-head h2 {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 0;
    text-align: left;
    color: var(--theme-text-primary);
}

.details-action-box .section-head .action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.details-action-box .section-head .action .details-action-btn {
    padding: 5px 20px;
    background-color: var(--theme-bg-white);
    border: 2px solid var(--theme-dark);
    border-radius: 5px;
    color: var(--theme-text-white);
    font-size: 1rem;
    transition: all 0.3s ease;
    background: var(--theme-dark);
    cursor: pointer;
}

.review-card {
    background: var(--theme-bg-light);
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin: 10px 0;
}

.review_star {
    color: var(--theme-accent);
    margin-bottom: 12px;
}

.review_star i {
    color: #FFDF00;
    font-size: 16px;
    margin-right: 2px;
}

.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(--theme-dark)33;
    border-radius: 50%;
    color: var(--theme-dark);
}

p.empty-text {
    text-align: center;
}

.insert-review a {
    background: red;
    width: 300px;
    text-align: center;
    padding: 5px 9px;
    color: white;
    font-weight: 500;
}

/*===============*/
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}

.rating>label {
    display: inline-block;
    position: relative;
    width: 28px;
    font-weight: 600;
    color: var(--theme-success);
}

.rating label {
    font-size: 20px !important;
    cursor: pointer !important;
}

textarea#message-text {
    border: 2px solid;
    border-color: var(--theme-success);
    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: var(--theme-success);
}

.rating input {
    display: none;
}

button.details-review-button {
    min-width: 126px;
    background: var(--theme-success);
    margin-top: 10px;
    padding: 7px;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

/*==== DETAILS CSS END ====  */

/*====  CATEGORY CSS START ====  */
.page_title p {
    color: var(--theme-text-primary)000;
    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: var(--theme-text-secondary);
}

.cust_according_body ul li:hover a {
    background-color: var(--theme-dark)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: var(--theme-text-secondary);
}
.subcategory-filter-label:hover {
    background-color: var(--theme-dark)38;
}

.subcategory-filter-label input {
    position: relative;
    border: 2px solid var(--theme-dark);
    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;
    opacity: .5;
    margin-top: 3px;
}

.subcategory-filter-label input[type=checkbox]:checked {
    background-color: var(--theme-dark);
    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(--theme-dark);
}

.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: var(--theme-shadow-dark);
    left: 0;
    top: 0;
    z-index: 9999;
}

#custom-modal {
    display: none;
}

.modal-view {
    position: fixed;
    width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--theme-bg-white);
    z-index: 99999;
    padding: 30px;
    border: 1px solid var(--theme-border);
    border-radius: 5px;
}

.close-modal {
    position: absolute;
    right: -10px;
    top: -13px;
    background: var(--theme-border);
    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: var(--theme-text-secondary);
    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 var(--theme-bg-light);
    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(--theme-dark) 92%, transparent);
    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: var(--theme-text-secondary);
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--theme-border);
    padding-bottom: 12px;
}

.wishlist-modal .quantity {
    font-weight: 500;
    color: var(--theme-text-secondary);
}

.wishlist-modal {
    margin-top: 25px;
}

.wishlist-modal .name {
    text-align: left;
    margin: 0;
}

.wishlist-modal .price {
    color: var(--theme-dark);
    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: var(--theme-border);
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: var(--theme-text-secondary);
    font-weight: 600;
    transition: 0.35s all;
}

.confirm-btn {
    background: var(--theme-dark);
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: var(--theme-text-white);
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.35s all;
}

.continue-btn:hover,
.confirm-btn:hover {
    background: var(--theme-dark);
    color: var(--theme-text-white);
}

/*====   WISHLIST MODAL CSS END ====  */

/*====   WISHLIST CSS START ====  */
.vcart-inner {
    background: var(--theme-bg-light);
    padding: 20px 25px;
    border-radius: 5px;
}

.vcart-content img {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    background: var(--theme-bg-white);
    padding: 1px;
}

.cart_name {
    max-width: 185px;
}

.cart-title h4 {
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
}

.vcart-content table th {
    color: var(--theme-text-secondary);
}

.vcart-content table td {
    font-size: 15px;
}

/* Cart Variations Display */
.cart-variations {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.variation-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

.variation-label {
    color: var(--theme-text-muted);
    font-weight: 500;
}

.variation-value {
    color: var(--theme-text-primary);
    font-weight: 600;
    background: var(--theme-bg-light);
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
}

.remove-cart, .remove-cart:focus {
    background: var(--theme-danger);
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    outline: 0;
}

.remove-cart .feather {
    color: var(--theme-text-white);
}

.wcart-btn,
.wcart-btn:focus {
    background: var(--theme-dark);
    color: var(--theme-text-white);
    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: var(--theme-bg-light);
    padding: 15px;
    border-radius: 5px;
}

.cart-summary h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid var(--theme-border);
    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;
}

.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 var(--theme-border);
    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 var(--theme-border);
    border-radius: 5px 0px 0px 5px;
}

.coupon-form form button {
    width: 20%;
    background: var(--theme-dark);
    color: var(--theme-text-white);
    height: 38px;
    border-radius: 0px 5px 5px 0px;
}

/*====  CART CSS END ====  */

/*====  LOGIN CSS START ====  */
.auth-section input,
.auth-section input:focus {
    border: 1px solid var(--theme-border);
}

.register-now.no-account a {
    text-align: center;
    display: block !important;
    width: 100%;
}

.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: var(--theme-bg-white);
    border-radius: 5px;
    margin: 25px 0;
    border: 1px solid var(--theme-border);
    overflow: hidden;
}

.form-content form {
    padding: 0 15px;
}

.auth-title {
    font-size: 18px;
    border-bottom: 1px solid var(--theme-border);
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    color: var(--theme-text-primary)000;
    text-transform: uppercase;
    padding: 10px 15px;
    background: var(--theme-bg-light);
}

.resend_otp .feather {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.resend_otp button {
    border-bottom: 1px solid var(--theme-danger);
    color: var(--theme-danger);
}

/*====  LOGIN CSS END ====  */

/*====  BRAND CSS START ====  */

.brand-section {
    position: relative;
}

.brand-item img {
    opacity: 0.4;
    transition: 0.35s all;
}

.brand-item img:hover {
    opacity: 1;
}

.brand-slider .owl-nav button span {
    font-size: 35px;
}

.brand-slider .owl-nav button {
    height: 50px;
    width: 45px;
    background: var(--theme-border) !important;
    transition: 0.35s all;
}

.brand-slider .owl-nav button:hover {
    background: var(--theme-dark) !important;
    color: var(--theme-text-white);
}

.brand-slider .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

.brand-slider .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

/*====  BRAND CSS END ====  */

/*====  PROFILE CSS START ====  */
.customer-auth {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    background: var(--theme-bg-light);
    padding: 10px;
    border-radius: 5px;
}

.customer-img img {
    border-radius: 50px;
}

.customer-section {
    padding: 20px 0;
}

.sidebar-menu {
    background: var(--theme-bg-light);
    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: var(--theme-bg-light);
    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 var(--theme-border);
    padding-bottom: 8px;
    text-align: left;
    font-weight: 600;
}

.invoice_btn,
.invoice_btn:focus {
    background: var(--theme-dark);
    color: var(--theme-text-white);
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.sidebar-menu li a.active {
    color: var(--theme-dark);
}

/*====  PROFILE CSS END ====  */

.payment_option {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}


/*====  CONTACT CSS START ====  */
.contact-section {
    padding: 15px 0;
    background: var(--theme-bg-white);
    margin-bottom: 10px;
}

.contact-form input,
.contact-form input:focus,
.contact-form textarea,
.contact-form textarea:focus {
    border: 1px solid var(--theme-border);
    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: var(--theme-bg-light);
    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(--theme-dark) !important;
    font-weight: 600;
}

.menu-more i {
    color: var(--theme-dark) !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 var(--theme-border);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 7px;
    background: var(--theme-bg-white);
}

.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: var(--theme-text-primary);
    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: var(--theme-bg-white);
    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: var(--theme-bg-white);
    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: var(--theme-danger);
    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: var(--theme-border);
    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(--theme-dark);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1.3);
    color: var(--theme-text-white);
}

.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 var(--theme-border);
    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 var(--theme-border);
    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 var(--theme-border);
    padding: 25px 5px;
}

.qty-cart .add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: var(--theme-primary);
    border-radius: 0;
    color: var(--theme-text-white);
    height: 48px;
    width: 160px;
}

.section-meta-description {
    background-color: var(--theme-bg-white);
    box-shadow: 0px 0px 10px var(--theme-border);
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*Design By Milon */

.sec_title H2 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}

.category-breadcrumb a {
    font-size: 16px;
    color: var(--theme-text-secondary)666b3;
    font-weight: 400;
}

.category-breadcrumb span {
    color: var(--theme-text-secondary)666b3;
}

.category-breadcrumb strong {
    font-size: 16px;
}

.main_product_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    overflow: hidden;
}

.category-product {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.product_item_inner {
    border-bottom: 0;
    transition: 0.35s all;
}

.product_item_inner .sale-badge {
    position: absolute;
    top: 15px;
    right: 4px;
    z-index: 1;
}

.product_item_inner .sale-badge-inner {
    --sale-badge-width: 45px;
    width: var(--sale-badge-width);
    height: var(--sale-badge-width);
}

.product_item_inner .sale-badge-box {
    background-color: var(--theme-danger);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_item_inner span.sale-badge-text {
    color: var(--theme-text-white);
    font-size: 10px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

.wist_item {
    position: relative;
}

.quick_view_hard {
    position: absolute;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: 0.4s all;
    top: 0px;
    right: 5px;
}

.wist_item:hover .quick_view_hard {
    opacity: 1;
    overflow: visible;
    z-index: 1;
    visibility: visible;
}

.quick_view_hard a {
    border: 2px solid;
    border-color: silver;
    border-radius: 50%;
    font-size: 20px;
    height: 38px;
    width: 38px;
    z-index: 1;
    transition: 0.3s all;
    color: silver;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick_view_hard a:hover {
    background: var(--theme-danger);
    color: var(--theme-text-white);
    border: 2px solid var(--theme-danger);
}

.product_item:hover .product_item_inner {
    border-color: var(--theme-dark);
}

.product_item {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid var(--theme-border);
    transition: 0.35s all;
    background: var(--theme-bg-white);
    padding: 5px;
    border-radius: 5px;
}

.quick_view_btn {
    width: 100%;
    background: var(--theme-primary);
    position: absolute;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: 0.4s all;
    padding: 5px 0px;
    text-align: center;
    bottom: -45px;
}

.product_item:hover .quick_view_btn {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    bottom: 0;
}

.quick_view_btn button {
    font-size: 15px;
    color: white;
    background-color: transparent;
    font-weight: 500;
    text-transform: uppercase;
}

.product_item:hover .quick_view_hard {
    opacity: 1;
    overflow: visible;
    z-index: 1;
    visibility: visible;
}

.pro_name {
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    padding: 0 5px;
}

.pro_name a {
    color: var(--theme-text-primary);
    font-size: 15px;
    text-transform: capitalize;
}

.pro_img {
    height: 200px;
    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);
}
.product_item:hover {
    border-color: var(--theme-dark) !important;
}

.pro_des {
    text-align: center;
}

.pro_price {
    margin-bottom: 5px;
}

.pro_price p {
    color: var(--theme-dark);
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
}

.pro_btn form {
    text-align: center;
}
.pro_btn {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4px;
}
.pro_btn button {
    background: var(--theme-dark);
    color: var(--theme-text-white);
    width: 60%;
    padding: 6px 0px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all .5s ease;
    border-radius: 5px;
}

.cart_btn a {
    background: var(--theme-dark);
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-text-white)fff;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s ease;
    padding: 6px 0;
    border-radius: 5px;
}

.cart_btn a:hover {
    background: var(--theme-primary);
}

.pro_btn button:hover {
    background: var(--theme-primary);
}

.pro_price del {
    color: red;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
}

.discount {
    position: absolute;
    top: 5px;
    background: var(--theme-dark);
    padding: 2px 7px;
    border-radius: 20px;
    right: 6px;
}

.discount p {
    color: var(--theme-text-white);
    font-size: 11px;
}

.pro_name a:hover {
    text-decoration: underline;
}

.success-img {
    text-align: center;
}

.success-img img {
    width: 320px;
}

.success-title h2 {
    color: var(--theme-text-primary)000;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 45px;
}

.success-table {
    background: var(--theme-bg-light);
    padding: 15px;
}

section.createpage-section {
    padding: 50px 0;
    background: var(--theme-bg-white);
    margin-bottom: 10px;
}

.page-hero {
    padding: 48px 0 24px;
    background: linear-gradient(135deg, #f6f3ff 0%, #e9fbff 45%, #f4fff3 100%);
    position: relative;
    overflow: hidden;
}

.page-hero:before,
.page-hero:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 180, 106, 0.35), rgba(255, 180, 106, 0));
}

.page-hero:before {
    top: -120px;
    left: -80px;
}

.page-hero:after {
    bottom: -140px;
    right: -80px;
    background: radial-gradient(circle, rgba(76, 141, 255, 0.25), rgba(76, 141, 255, 0));
}

.page-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.page-hero__content {
    max-width: 620px;
}

.page-hero__eyebrow {
    display: inline-block;
    background: var(--theme-primary);
    color: var(--theme-text-white);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.page-hero__title {
    font-size: 32px;
    margin: 12px 0 10px;
    color: var(--theme-dark);
    font-weight: 700;
}

.page-hero__subtitle {
    color: var(--theme-text-secondary);
    margin: 0;
    font-size: 16px;
}

.page-hero__credit {
    display: inline-flex;
    margin-top: 12px;
    font-size: 12px;
    color: var(--theme-text-muted);
}

.page-menu {
    background: var(--theme-bg-white);
    border-radius: 16px;
    padding: 16px;
    min-width: 260px;
    box-shadow: 0 15px 35px rgba(31, 75, 255, 0.12);
    border: 1px solid rgba(31, 75, 255, 0.08);
}

.page-menu__title {
    font-weight: 600;
    color: var(--theme-dark);
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.page-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page-menu__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--theme-primary-light);
    color: var(--theme-dark);
    border: 1px solid var(--theme-primary-light);
    transition: all 0.25s ease;
    font-size: 13px;
}

.page-menu__link:hover {
    background: var(--theme-primary);
    color: var(--theme-text-white);
    border-color: var(--theme-primary);
}

.page-menu__link--accent {
    background: var(--theme-warning-light);
    color: var(--theme-dark);
    border-color: var(--theme-accent-light);
}

.page-menu__link--accent:hover {
    background: var(--theme-accent);
    color: var(--theme-text-white);
    border-color: var(--theme-accent);
}

.page-body {
    padding: 10px 0 60px;
    background: var(--theme-bg-light);
}

.page-content-card {
    background: var(--theme-bg-white);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 20px 45px rgba(20, 25, 55, 0.08);
    border: 1px solid rgba(24, 33, 77, 0.08);
}

.page-description {
    color: var(--theme-dark);
    font-size: 16px;
    line-height: 1.75;
}

.page-description h1,
.page-description h2,
.page-description h3,
.page-description h4 {
    color: var(--theme-dark);
    margin-top: 24px;
}

.page-description a {
    color: var(--theme-primary);
    text-decoration: underline;
}

.page-description img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.page-description table {
    width: 100%;
    border-collapse: collapse;
}

.page-description table,
.page-description th,
.page-description td {
    border: 1px solid var(--theme-border);
}

.page-description th,
.page-description td {
    padding: 10px;
}

.page-description ul,
.page-description ol {
    padding-left: 20px;
}

.page-description blockquote {
    border-left: 4px solid var(--theme-primary);
    background: var(--theme-primary-light);
    padding: 12px 16px;
    border-radius: 8px;
    margin: 16px 0;
}

@media (max-width: 991px) {
    .page-hero__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-menu {
        width: 100%;
    }

    .page-hero__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .page-hero {
        padding: 36px 0 18px;
    }

    .page-menu__list {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .page-content-card {
        padding: 20px;
    }

    .page-description {
        font-size: 15px;
    }
}

.category-slider {
    margin-top: 25px;
}

.category-item {
    padding: 25px 0;
}

.category-item p {
    font-weight: 400;
}

.category-item img {
    border: 1px solid var(--theme-border);

    transition: 0.35s all;
}

.category-item img:hover {
    transform: scale(1.09);
}

.category-item p {
    text-align: center;
    margin-top: 5px;
    color: var(--theme-dark);
    font-weight: 500;
}

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;
}


.cat_down {
    font-size: 10px !important;
    position: absolute;
    top: 20px;
    right: 0;
}

li.cat_bar>a {
    padding: 13px 5px;
    display: flex;
    width: 100%;
    height: 50px;
    font-size: 15px;
    background-color: var(--theme-dark);
    margin-left: 0 !important;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}

li.cat_bar {
    position: relative;
    margin-right: 0px;
}

.menu-area .Cat_menu {
    position: absolute;
    background-color: var(--theme-bg-white);
    top: 100%;
    transition: 0.35s all;
    border: 1px solid rgba(0, 0, 0, 0.075);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    /* color: black; */
    width: 230px;
}

.catagory_menu li:hover .Cat_menu {
    visibility: visible;
    opacity: 1;
}

.main-header .menu-area .cat_bar.active .Cat_menu {
    visibility: visible;
    opacity: 1;
}

.fixed-top .menu-area .cat_bar.active .Cat_menu {
    visibility: hidden;
    opacity: 0;
}

.main-header.sticky .menu-area .cat_bar:hover .Cat_menu,
.main-header .menu-area .cat_bar:hover .Cat_menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

ul.Cat_menu li a i {
    position: absolute;
    top: 15px;
    right: 5px;
    color: var(--theme-text-primary);
}

.Cat_list {
    display: block !important;
}

span.Cat_img img {
    width: 25px !important;
}

ul.Cat_menu li {
    padding: 10px 0px;
    border-bottom: 1px solid var(--theme-border) !important;
    width: 100%;
    transition: 0.35s all;
    position: relative;

}

ul.Cat_menu li a span {
    color: var(--theme-text-primary);
    font-weight: 600;
}

li.cat_bar span {
    padding-right: 10px;
}

li.Cat_list i {
    text-align: end;
    width: 20px;
}

ul.child_menu li {
    background: none;
    width: 100%;
    border-bottom: 0px !important;
    padding: 7px 0;
    border-bottom: 1px solid var(--theme-border) !important;
}

li.child_main {
    width: 33.33%;
}

ul.child_menu li a {
    background: none;
    color: var(--theme-primary);
}

.child_main>a {
    font-size: 14px;
    color: var(--theme-text-secondary) !important;
    text-transform: capitalize !important;
    position: relative;
    height: 100%;
}

ul.child_sub li a {
    display: block;
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--theme-border);
}

ul.child_sub li {
    padding: 0px;
    margin: 0px;
    margin-left: 3px !important;
}

ul.child_sub li a {
    color: var(--theme-text-secondary) !important;
}

li.child_main>a {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-text-primary) !important;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 6px;
}

.cat_list_hover:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.child_menu {
    position: absolute;
    left: 100%;
    background: white;
    width: 230px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 0px;
    border-left: 1px solid var(--theme-border);
    transition: 0.25s all;
}

.cat_list_hover1:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover2:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover3:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover4:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover5:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

ul.child_menu.child_top {
    margin-top: -50px;
}

ul.child_menu.child_top1 {
    margin-top: -83px;
}

ul.child_menu.child_top2 {
    margin-top: -123px;
}

ul.child_menu.child_top3 {
    margin-top: -152px;
}

ul.child_menu.child_top4 {
    margin-top: -184px;
}

.sec_title h2 {
    border-bottom: 2px solid var(--theme-border);
}

span.left_bar {
    color: white;
}

li.Cat_list span {
    color: white;
    margin-left: 0px;
}

.left_cat_menu {
    margin-top: -10px;
}

/*===========================details Cat_gory=================*/
ul.cat_wrapper {
    background: var(--theme-danger);
    width: 67%;
    height: 37px;
    margin-top: -67px;
}

.cat_wrapper {
    position: relative;
}

.cat_wrapper:hover .Cat_menu {
    overflow: visible;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

section.slider-section .row .col-sm-2 {
    width: 200px;
}

form.sort-form .form-select,
form.sort-form .form-select:focus {
    border: 1px solid var(--theme-border);
    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;
}

.description .nav.nav-tabs {
    border-top: 1px solid;
    border-color: var(--theme-border);
    border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    position: relative;
    top: -1px;
    padding: 0 5px;
}

.breadcrumb ul li a {
    color: var(--theme-text-secondary)666b3;
    font-size: 16px;
}

.breadcrumb ul li span {
    color: var(--theme-text-secondary)666b3;
}

.feature-products-wrapper a {
    font-size: 16px;
}

.details_slider {
    position: relative;
    border: 1px solid var(--theme-border);
    border-radius: 5px;
}

.details-page-wishlist {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
}

.details-page-wishlist a {
    border: 2px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--theme-border);
    transition: all 0.3s ease;
}

.details-page-wishlist a:hover {
    border-color: var(--theme-text-primary);
    color: var(--theme-text-primary);
}

.side_cat_img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

#content {
    width: 100%;
    padding-top: 145px;
}

.main-header {
    background: var(--theme-bg-white);
}

.main_slider .owl-prev {
    width: 41px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    left: -4px;
    top: 50%;
    cursor: pointer !important;
    z-index: 99999999;
    transform: translateY(-50%);
}

.main_slider .owl-next {
    width: 41px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    right: -4px;
    top: 50%;
    cursor: pointer !important;
    transform: translateY(-50%);
}

.main_slider .owl-next i:hover,
.main_slider .owl-prev i:hover {
    color: var(--theme-warning);
}

a.view_more_btn {
    text-align: right;
    float: right;
    background: var(--theme-dark);
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 15px;
    color: var(--theme-text-white);
    font-family: "Lato", sans-serif;
}

.register-now.no-account {
    background: var(--theme-bg-white);
    padding: 0 10px 15px 10px;
}

section.related-product-section {
    background: var(--theme-bg-white);
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.description h2 {
    font-size: 18px;
    color: var(--theme-text-primary);
    border-bottom: 1px solid var(--theme-border);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

ul.social_link li {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;

}

ul.social_link li:last-child {
    margin-right: 0;
}

ul.social_link {
    text-align: center;
    margin-top: -10px;
}

.d_app {
    text-align: center;
}

.d_app h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--theme-text-primary);
    font-weight: 600;
    letter-spacing: 1px;
}

.stay_conn {
    text-align: center;
}

.comn_sec {
    padding: 20px 0;
}

.cmn_menu ul {
    display: flex;
    justify-content: space-between;
}

.cmn_menu ul li {
    position: relative;

}

.cmn_menu ul li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    height: 10px;
    background: var(--theme-text-primary);
}

.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: var(--theme-dark);
}

.contact-form {
    background: var(--theme-bg-light);
    padding: 10px;
    border-radius: 5px;
}

.contact-hero {
    padding: 48px 0 28px;
    background: linear-gradient(140deg, #f7f5ff 0%, #eef7ff 45%, #fff3ea 100%);
    position: relative;
    overflow: hidden;
}

.contact-hero:before,
.contact-hero:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108, 87, 210, 0.22), rgba(108, 87, 210, 0));
}

.contact-hero:before {
    top: -120px;
    left: -80px;
}

.contact-hero:after {
    bottom: -140px;
    right: -80px;
    background: radial-gradient(circle, rgba(255, 121, 46, 0.22), rgba(255, 121, 46, 0));
}

.contact-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.contact-hero__content {
    max-width: 580px;
}

.contact-hero__eyebrow {
    display: inline-block;
    background: var(--theme-primary);
    color: var(--theme-text-white);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.contact-hero__title {
    font-size: 32px;
    margin: 12px 0 10px;
    color: var(--theme-dark);
    font-weight: 700;
}

.contact-hero__subtitle {
    color: var(--theme-text-secondary);
    margin: 0;
    font-size: 16px;
}

.contact-hero__credit {
    display: inline-flex;
    margin-top: 12px;
    font-size: 12px;
    color: var(--theme-text-muted);
}

.contact-hero__menu {
    background: var(--theme-bg-white);
    border-radius: 16px;
    padding: 16px;
    min-width: 260px;
    box-shadow: 0 15px 35px rgba(31, 75, 255, 0.12);
    border: 1px solid rgba(31, 75, 255, 0.08);
}

.contact-hero__menu-title {
    font-weight: 600;
    color: var(--theme-dark);
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.contact-hero__menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-hero__menu-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--theme-primary-light);
    color: var(--theme-dark);
    border: 1px solid var(--theme-primary-light);
    transition: all 0.25s ease;
    font-size: 13px;
}

.contact-hero__menu-link:hover {
    background: var(--theme-primary);
    color: var(--theme-text-white);
    border-color: var(--theme-primary);
}

.contact-hero__menu-link--accent {
    background: var(--theme-warning-light);
    color: var(--theme-dark);
    border-color: var(--theme-accent-light);
}

.contact-hero__menu-link--accent:hover {
    background: var(--theme-accent);
    color: var(--theme-text-white);
    border-color: var(--theme-accent);
}

.contact-premium {
    padding: 10px 0 70px;
    background: var(--theme-bg-light);
}

.contact-info-card {
    background: var(--theme-bg-white);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 18px 40px rgba(20, 25, 55, 0.08);
    border: 1px solid rgba(24, 33, 77, 0.08);
}

.contact-info-card__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--theme-dark);
}

.contact-info-card__text {
    color: var(--theme-text-secondary);
    margin-bottom: 20px;
}

.contact-info-card__item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--theme-dark);
}

.contact-info-card__item a {
    color: var(--theme-dark);
    font-weight: 600;
}

.contact-info-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(108, 87, 210, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-primary);
}

.contact-info-card__highlight {
    margin-top: 18px;
    background: rgba(255, 121, 46, 0.12);
    color: var(--theme-dark);
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
}

.contact-form-card {
    background: var(--theme-bg-white);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 18px 40px rgba(20, 25, 55, 0.08);
    border: 1px solid rgba(24, 33, 77, 0.08);
}

.contact-form-card__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--theme-dark);
}

.contact-form-card__alert {
    border-radius: 12px;
    font-size: 14px;
}

.contact-input {
    border-radius: 12px;
    border: 1px solid var(--theme-primary-light);
    padding: 10px 14px;
}

.contact-input:focus {
    border-color: var(--theme-primary);
    box-shadow: 0 0 0 0.2rem rgba(108, 87, 210, 0.15);
}

.contact-textarea {
    min-height: 120px;
}

.contact-submit {
    padding: 10px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--theme-primary) 0%, #ff792e 100%);
    border: none;
    color: var(--theme-text-white);
    font-weight: 600;
    transition: transform 0.2s ease;
}

.contact-submit:hover {
    transform: translateY(-1px);
    color: var(--theme-text-white);
}

.site-footer {
    background: var(--theme-dark);
    color: var(--theme-text-white);
}

.site-footer .footer-top {
    padding: 48px 0 32px;
    background: radial-gradient(circle at top left, rgba(108, 87, 210, 0.18), transparent 50%),
        radial-gradient(circle at bottom right, rgba(255, 121, 46, 0.12), transparent 55%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.site-footer .footer-about img {
    max-width: 180px;
    margin-bottom: 16px;
}

.site-footer .footer-about p {
    color: var(--theme-text-white);
    margin-bottom: 14px;
}

.site-footer .footer-hotlint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-text-white);
    font-weight: 600;
    background: rgba(108, 87, 210, 0.18);
    padding: 8px 14px;
    border-radius: 999px;
}

.site-footer .footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.site-footer .footer-menu .title a {
    color: var(--theme-text-white);
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 12px;
}

.site-footer .footer-menu a {
    color: var(--theme-text-white);
    transition: color 0.2s ease;
}

.site-footer .footer-menu a:hover {
    color: var(--theme-text-white);
}

.site-footer .social_link {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.site-footer .social_link li {
    display: flex;
    margin: 0;
}

.site-footer .social_link .social_list a {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(148, 163, 184, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: var(--theme-text-white);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.site-footer .social_link .social_list a:hover {
    background: linear-gradient(135deg, rgba(108, 87, 210, 0.8), rgba(255, 121, 46, 0.8));
    border-color: transparent;
    color: var(--theme-text-white);
    transform: translateY(-2px);
}

.site-footer .social_link .social_list i {
    font-size: 16px;
}

@media (max-width: 575px) {
    .site-footer .social_link {
        gap: 10px;
        justify-content: flex-start;
    }
}

.site-footer .footer-bottom {
    padding: 18px 0;
    background: var(--theme-dark);
}

.site-footer .copyright p {
    margin: 0;
    color: var(--theme-text-muted);
    text-align: center;
    font-size: 14px;
}

.site-footer .copyright a {
    color: var(--theme-text-white);
    font-weight: 600;
}

@media (max-width: 767px) {
    .site-footer .footer-top {
        padding: 36px 0 24px;
    }

    .site-footer .footer-menu {
        margin-top: 16px;
    }

    .site-footer .footer-about img {
        max-width: 160px;
    }
}

@media (max-width: 991px) {
    .contact-hero__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-hero__menu {
        width: 100%;
    }
}

.order-track-hero {
    padding: 48px 0 28px;
    background: linear-gradient(140deg, #f7f5ff 0%, #eef7ff 45%, #fff3ea 100%);
    position: relative;
    overflow: hidden;
}

.order-track-hero:before,
.order-track-hero:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108, 87, 210, 0.22), rgba(108, 87, 210, 0));
}

.order-track-hero:before {
    top: -120px;
    left: -80px;
}

.order-track-hero:after {
    bottom: -140px;
    right: -80px;
    background: radial-gradient(circle, rgba(255, 121, 46, 0.22), rgba(255, 121, 46, 0));
}

.order-track-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.order-track-hero__content {
    max-width: 580px;
}

.order-track-hero__eyebrow {
    display: inline-block;
    background: var(--theme-primary);
    color: var(--theme-text-white);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.order-track-hero__title {
    font-size: 32px;
    margin: 12px 0 10px;
    color: var(--theme-dark);
    font-weight: 700;
}

.order-track-hero__subtitle {
    color: var(--theme-text-secondary);
    margin: 0;
    font-size: 16px;
}

.order-track-hero__credit {
    display: inline-flex;
    margin-top: 12px;
    font-size: 12px;
    color: var(--theme-text-muted);
}

.order-track-hero__badge {
    background: var(--theme-bg-white);
    border-radius: 16px;
    padding: 18px;
    min-width: 240px;
    box-shadow: 0 15px 35px rgba(31, 75, 255, 0.12);
    border: 1px solid rgba(31, 75, 255, 0.08);
}

.order-track-hero__badge-title {
    font-weight: 700;
    color: var(--theme-dark);
    margin-bottom: 6px;
    font-size: 16px;
}

.order-track-section {
    padding: 10px 0 70px;
    background: var(--theme-bg-light);
}

.order-track-card {
    background: linear-gradient(135deg, rgba(108, 87, 210, 0.08) 0%, rgba(255, 121, 46, 0.08) 100%), #fff;
    border-radius: 22px;
    padding: 32px;
    box-shadow: 0 24px 50px rgba(20, 25, 55, 0.12);
    border: 1px solid rgba(108, 87, 210, 0.18);
    position: relative;
    overflow: hidden;
}

.order-track-card:before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108, 87, 210, 0.18), rgba(108, 87, 210, 0));
}

.order-track-card:after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 121, 46, 0.18), rgba(255, 121, 46, 0));
}

.order-track-card > * {
    position: relative;
    z-index: 1;
}

.order-track-card__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--theme-dark);
}

.order-track-input {
    border-radius: 12px;
    border: 1px solid var(--theme-primary-light);
    padding: 10px 14px;
}

.order-track-input:focus {
    border-color: var(--theme-primary);
    box-shadow: 0 0 0 0.2rem rgba(108, 87, 210, 0.15);
}

.order-track-submit {
    width: 100%;
    padding: 10px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--theme-primary) 0%, #ff792e 100%);
    border: none;
    color: var(--theme-text-white);
    font-weight: 600;
    transition: transform 0.2s ease;
}

.order-track-submit:hover {
    transform: translateY(-1px);
    color: var(--theme-text-white);
}

.customer-auth-hero {
    padding: 48px 0 28px;
    background: linear-gradient(140deg, #f7f5ff 0%, #eef7ff 45%, #fff3ea 100%);
    position: relative;
    overflow: hidden;
}

.customer-auth-hero:before,
.customer-auth-hero:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108, 87, 210, 0.22), rgba(108, 87, 210, 0));
}

.customer-auth-hero:before {
    top: -120px;
    left: -80px;
}

.customer-auth-hero:after {
    bottom: -140px;
    right: -80px;
    background: radial-gradient(circle, rgba(255, 121, 46, 0.22), rgba(255, 121, 46, 0));
}

.customer-auth-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.customer-auth-hero__content {
    max-width: 580px;
}

.customer-auth-hero__eyebrow {
    display: inline-block;
    background: var(--theme-primary);
    color: var(--theme-text-white);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.customer-auth-hero__title {
    font-size: 32px;
    margin: 12px 0 10px;
    color: var(--theme-dark);
    font-weight: 700;
}

.customer-auth-hero__subtitle {
    color: var(--theme-text-secondary);
    margin: 0;
    font-size: 16px;
}

.customer-auth-hero__badge {
    background: var(--theme-bg-white);
    border-radius: 16px;
    padding: 18px;
    min-width: 240px;
    box-shadow: 0 15px 35px rgba(31, 75, 255, 0.12);
    border: 1px solid rgba(31, 75, 255, 0.08);
}

.customer-auth-hero__badge-title {
    font-weight: 700;
    color: var(--theme-dark);
    margin-bottom: 6px;
    font-size: 16px;
}

.customer-auth-section {
    padding: 10px 0 70px;
    background: var(--theme-bg-light);
}

.customer-auth-card {
    background: linear-gradient(135deg, rgba(108, 87, 210, 0.06) 0%, rgba(255, 121, 46, 0.06) 100%), #fff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 24px 50px rgba(20, 25, 55, 0.12);
    border: 1px solid rgba(108, 87, 210, 0.18);
}

.customer-auth-card__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--theme-dark);
}

.customer-auth-input {
    border-radius: 12px;
    border: 1px solid var(--theme-primary-light);
    padding: 10px 14px;
}

.customer-auth-input:focus {
    border-color: var(--theme-primary);
    box-shadow: 0 0 0 0.2rem rgba(108, 87, 210, 0.15);
}

.customer-auth-input-group .btn {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 1px solid var(--theme-primary-light);
    background: var(--theme-bg-light);
    color: var(--theme-dark);
}

.customer-auth-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--theme-primary);
    font-weight: 600;
    margin-bottom: 12px;
}

.customer-auth-submit {
    width: 100%;
    padding: 10px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--theme-primary) 0%, #ff792e 100%);
    border: none;
    color: var(--theme-text-white);
    font-weight: 600;
    transition: transform 0.2s ease;
}

.customer-auth-submit:hover {
    transform: translateY(-1px);
    color: var(--theme-text-white);
}

.customer-auth-register {
    text-align: center;
    margin-top: 16px;
}

.customer-auth-register a {
    color: var(--theme-primary);
    font-weight: 600;
}

@media (max-width: 991px) {
    .customer-auth-hero__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .customer-auth-hero__badge {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .customer-auth-hero {
        padding: 36px 0 18px;
    }
}

.customer-account-hero {
    padding: 48px 0 28px;
    background: linear-gradient(140deg, #f7f5ff 0%, #eef7ff 45%, #fff3ea 100%);
    position: relative;
    overflow: hidden;
}

.customer-account-hero:before,
.customer-account-hero:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108, 87, 210, 0.22), rgba(108, 87, 210, 0));
}

.customer-account-hero:before {
    top: -120px;
    left: -80px;
}

.customer-account-hero:after {
    bottom: -140px;
    right: -80px;
    background: radial-gradient(circle, rgba(255, 121, 46, 0.22), rgba(255, 121, 46, 0));
}

.customer-account-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.customer-account-hero__content {
    max-width: 580px;
}

.customer-account-hero__eyebrow {
    display: inline-block;
    background: var(--theme-primary);
    color: var(--theme-text-white);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.customer-account-hero__title {
    font-size: 32px;
    margin: 12px 0 10px;
    color: var(--theme-dark);
    font-weight: 700;
}

.customer-account-hero__subtitle {
    color: var(--theme-text-secondary);
    margin: 0;
    font-size: 16px;
}

.customer-account-hero__badge {
    background: var(--theme-bg-white);
    border-radius: 16px;
    padding: 18px;
    min-width: 240px;
    box-shadow: 0 15px 35px rgba(31, 75, 255, 0.12);
    border: 1px solid rgba(31, 75, 255, 0.08);
}

.customer-account-hero__badge-title {
    font-weight: 700;
    color: var(--theme-dark);
    margin-bottom: 6px;
    font-size: 16px;
}

.customer-account-section {
    padding: 10px 0 70px;
    background: var(--theme-bg-light);
}

.customer-sidebar--card {
    background: var(--theme-bg-white);
    border-radius: 18px;
    padding: 20px;
    border: 1px solid rgba(24, 33, 77, 0.08);
    box-shadow: 0 16px 36px rgba(20, 25, 55, 0.08);
}

.customer-account-card {
    background: var(--theme-bg-white);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 24px 50px rgba(20, 25, 55, 0.12);
    border: 1px solid rgba(108, 87, 210, 0.18);
}

.customer-account-card__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--theme-dark);
}

.customer-account-card__header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}

.customer-account-card__subtitle {
    color: var(--theme-text-muted);
    margin: 0;
    font-size: 14px;
}

.customer-account-card__body {
    margin-top: 6px;
}

.customer-account-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.customer-account-item {
    background: var(--theme-bg-light);
    border-radius: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.customer-account-item span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--theme-text-muted);
    margin-bottom: 6px;
}

.customer-account-item strong {
    color: var(--theme-dark);
    font-size: 15px;
    font-weight: 700;
}

.customer-account-item--image {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customer-account-avatar {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    object-fit: cover;
    border: 2px solid rgba(108, 87, 210, 0.3);
}

.customer-profile-upload {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.customer-profile-preview {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    object-fit: cover;
    border: 2px solid rgba(108, 87, 210, 0.3);
}

@media (max-width: 991px) {
    .customer-account-hero__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .customer-account-hero__badge {
        width: 100%;
    }

    .customer-account-grid {
        grid-template-columns: 1fr;
    }

    .customer-account-item--image {
        grid-column: span 1;
    }
}

@media (max-width: 767px) {
    .customer-account-hero {
        padding: 36px 0 18px;
    }
}

.invoice-hero {
    padding: 48px 0 28px;
    background: var(--theme-bg-light);
    position: relative;
    overflow: hidden;
}

.invoice-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.invoice-hero__eyebrow {
    display: inline-block;
    background: var(--theme-primary);
    color: var(--theme-text-white);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.invoice-hero__title {
    font-size: 32px;
    margin: 12px 0 10px;
    color: var(--theme-dark);
    font-weight: 700;
}

.invoice-hero__subtitle {
    color: var(--theme-text-secondary);
    margin: 0;
    font-size: 16px;
}

.invoice-hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.invoice-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--theme-bg-white);
    border: 1px solid rgba(108, 87, 210, 0.18);
    color: var(--theme-dark);
    font-weight: 600;
}

.invoice-action--primary {
    background: var(--theme-dark);
    color: var(--theme-text-white);
    border: none;
}

.customer-invoice {
    padding: 10px 0 70px;
    background: var(--theme-bg-light);
}

.invoice-card {
    background: var(--theme-bg-white);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 24px 50px rgba(20, 25, 55, 0.12);
    border: 1px solid rgba(108, 87, 210, 0.18);
}

.invoice-compact {
    padding: 18px;
    border-radius: 14px;
    border-color: var(--theme-border);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.invoice-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.invoice-brand img {
    max-width: 160px;
    margin-bottom: 10px;
}

.invoice-meta p {
    margin: 0;
    color: var(--theme-text-secondary);
}

.invoice-info {
    text-align: right;
}

.invoice-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--theme-dark);
    margin-bottom: 8px;
}

.invoice-dates {
    display: grid;
    gap: 6px;
}

.invoice-dates span {
    display: block;
    font-size: 12px;
    color: var(--theme-text-muted);
    text-transform: uppercase;
}

.invoice-dates strong {
    color: var(--theme-dark);
}

.invoice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.invoice-grid h6 {
    font-weight: 700;
    color: var(--theme-dark);
    margin-bottom: 8px;
}

.invoice-grid p {
    margin: 0 0 6px;
    color: var(--theme-text-secondary);
}

.invoice-table {
    border: 1px solid rgba(108, 87, 210, 0.12);
    border-radius: 16px;
    overflow: hidden;
}

.invoice-table--compact .table {
    margin: 0;
}

.invoice-table--compact thead th {
    font-size: 12px;
    padding: 8px 10px;
}

.invoice-table--compact tbody td {
    padding: 8px 10px;
}

.invoice-table thead th {
    background: var(--theme-dark);
    color: var(--theme-text-white);
    border: none;
}

.invoice-table tbody td {
    border-color: var(--theme-border-light);
}

.invoice-summary {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.invoice-summary table {
    width: 320px;
    background: var(--theme-bg-light);
    border-radius: 16px;
    overflow: hidden;
}

.invoice-compact .invoice-summary table {
    width: 280px;
    border-radius: 12px;
}

.invoice-compact .invoice-summary td {
    padding: 8px 10px;
}

.invoice-summary td {
    padding: 10px 14px;
    border-bottom: 1px solid var(--theme-text-white);
}

.invoice-summary__total td {
    font-weight: 700;
    color: var(--theme-dark);
    background: var(--theme-border-light);
}

.invoice-terms {
    margin-top: 24px;
    text-align: center;
    border-top: 1px solid var(--theme-text-white);
    padding-top: 18px;
}

.invoice-compact .invoice-terms {
    margin-top: 16px;
    padding-top: 12px;
    font-size: 13px;
}

@media print {
    .invoice-compact {
        padding: 12px !important;
        border: 1px solid var(--theme-border) !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .invoice-compact .invoice-grid {
        margin: 12px 0 !important;
    }

    .invoice-compact .invoice-table--compact thead th,
    .invoice-compact .invoice-table--compact tbody td {
        padding: 6px 8px !important;
    }

    .invoice-compact .invoice-summary table {
        width: 100% !important;
    }
}
.invoice-terms p {
    margin-top: 8px;
    color: var(--theme-text-muted);
}

@media (max-width: 991px) {
    .invoice-hero__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .invoice-info {
        text-align: left;
    }

    .invoice-grid {
        grid-template-columns: 1fr;
    }

    .invoice-summary {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .invoice-hero {
        padding: 36px 0 18px;
    }

    .invoice-summary table {
        width: 100%;
    }
}

@media print {
    header, nav, #navbar_top, .main-header, .logo-area, .menu-area,
    .mobile-header, .mobile-search,
    footer, .footer_nav, .whatsapp-float, .no-print {
        display: none !important;
    }

    body {
        background: var(--theme-bg-white) !important;
        color: var(--theme-dark) !important;
    }

    .invoice-hero,
    .invoice-hero__inner {
        display: none !important;
    }

    .customer-invoice {
        padding: 0 !important;
        background: var(--theme-bg-white) !important;
    }

    #content {
        padding-top: 0 !important;
    }

    .invoice-card {
        box-shadow: none !important;
        border: 1px solid var(--theme-border) !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }

    .invoice-top {
        display: block;
    }

    .invoice-info {
        text-align: left;
    }

    .invoice-grid {
        grid-template-columns: 1fr 1fr;
    }

    .invoice-table {
        border-radius: 0;
        border: 1px solid var(--theme-border);
    }

    .invoice-table thead th {
        background: var(--theme-dark) !important;
        color: var(--theme-text-white) !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .invoice-summary table {
        width: 100% !important;
        border-radius: 0;
    }

    .invoice-terms {
        border-top: 1px solid var(--theme-border);
    }
}

.customer-orders-table thead th {
    background: var(--theme-primary-light);
    color: var(--theme-dark);
    border-bottom: 1px solid var(--theme-text-white);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.customer-orders-table tbody td {
    border-color: var(--theme-border-light);
    vertical-align: middle;
}

.order-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(108, 87, 210, 0.12);
    color: var(--theme-primary);
    font-weight: 600;
    font-size: 12px;
}

.order-action {
    display: flex;
    gap: 8px;
}

.order-action__btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--theme-bg-light);
    border: 1px solid rgba(108, 87, 210, 0.2);
    color: var(--theme-dark);
    transition: transform 0.2s ease, background 0.2s ease;
}

.order-action__btn:hover {
    background: rgba(108, 87, 210, 0.12);
    transform: translateY(-1px);
}

.order-action__btn--alt {
    background: rgba(255, 121, 46, 0.12);
    border-color: rgba(255, 121, 46, 0.4);
    color: var(--theme-accent);
}

@media (max-width: 767px) {
    .order-action {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991px) {
    .order-track-hero__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-track-hero__badge {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .order-track-hero {
        padding: 36px 0 18px;
    }
}

.track-result-hero {
    padding: 48px 0 28px;
    background: linear-gradient(140deg, #f7f5ff 0%, #eef7ff 45%, #fff3ea 100%);
    position: relative;
    overflow: hidden;
}

.track-result-hero:before,
.track-result-hero:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108, 87, 210, 0.22), rgba(108, 87, 210, 0));
}

.track-result-hero:before {
    top: -120px;
    left: -80px;
}

.track-result-hero:after {
    bottom: -140px;
    right: -80px;
    background: radial-gradient(circle, rgba(255, 121, 46, 0.22), rgba(255, 121, 46, 0));
}

.track-result-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.track-result-hero__content {
    max-width: 580px;
}

.track-result-hero__eyebrow {
    display: inline-block;
    background: var(--theme-primary);
    color: var(--theme-text-white);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.track-result-hero__title {
    font-size: 32px;
    margin: 12px 0 10px;
    color: var(--theme-dark);
    font-weight: 700;
}

.track-result-hero__subtitle {
    color: var(--theme-text-secondary);
    margin: 0;
    font-size: 16px;
}

.track-result-hero__badge {
    background: var(--theme-bg-white);
    border-radius: 16px;
    padding: 18px;
    min-width: 240px;
    box-shadow: 0 15px 35px rgba(31, 75, 255, 0.12);
    border: 1px solid rgba(31, 75, 255, 0.08);
}

.track-result-hero__badge-title {
    font-weight: 700;
    color: var(--theme-dark);
    margin-bottom: 6px;
    font-size: 16px;
}

.track-result-section {
    padding: 10px 0 70px;
    background: var(--theme-bg-light);
}

.track-result-card {
    background: linear-gradient(135deg, rgba(108, 87, 210, 0.06) 0%, rgba(255, 121, 46, 0.06) 100%), #fff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 24px 50px rgba(20, 25, 55, 0.12);
    border: 1px solid rgba(108, 87, 210, 0.18);
}

.track-result-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.track-result-summary__item {
    background: var(--theme-bg-white);
    border-radius: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(108, 87, 210, 0.15);
    box-shadow: 0 10px 24px rgba(20, 25, 55, 0.08);
}

.track-result-summary__item span {
    display: block;
    color: var(--theme-text-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.track-result-summary__item strong {
    color: var(--theme-dark);
    font-size: 15px;
    font-weight: 700;
}

.track-result-table {
    background: var(--theme-bg-white);
    border-radius: 16px;
    padding: 16px;
    border: 1px solid rgba(108, 87, 210, 0.12);
}

.track-result-table .table {
    margin: 0;
}

.track-result-table thead th {
    border-bottom: 1px solid var(--theme-border-light);
    color: var(--theme-dark);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.track-result-table tbody td {
    border-color: var(--theme-border-light);
}

.track-result-table tfoot td {
    border-top: 1px solid var(--theme-border-light);
}

@media (max-width: 991px) {
    .track-result-hero__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .track-result-hero__badge {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .track-result-hero {
        padding: 36px 0 18px;
    }

    .track-result-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .contact-hero {
        padding: 36px 0 18px;
    }

    .contact-hero__menu-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
    }
}

.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(--theme-text-primary);
}

/* ====Color Size Details Css ====*/
.selector {
    position: relative;
    width: 100%;
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.size-container {
    margin-bottom: 12px;
}

.selector-item {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selector-item_radio {
    appearance: none;
    display: none;
}

.color_inner .selector .selector-item label {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid var(--theme-border);
}
.selector-item label {
    border: 1px solid var(--theme-text-secondary);
}

.color_inner .selector-item label span img {
    width: 220px;
    height: 20px;
    opacity: 0;
}

.color_inner .selector-item input[type="radio"]:checked+label span img {
    opacity: 1;
}

.selector-item_label {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 0;
    line-height: 30px;
    font-weight: 600;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    margin: 0;
    padding: 0px 8px;
    color: var(--theme-text-primary);
}

.selector-item_radio:checked+.selector-item_label,
.selector-item_label:hover {
    background-color: var(--theme-text-secondary);
    color: var(--theme-text-white);
    border-color: var(--theme-text-secondary);
    cursor: pointer;
}

/* ====Color Size Details Css ====*/
.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(--theme-dark);
    color: var(--theme-text-white);
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}

.indicator_thumb {
    position: relative;
}

.indicator_thumb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    margin: 10px 0;
}

.indicator-item {
    border: 1px solid var(--theme-border);
    border-radius: 5px;
    overflow: hidden;
}

.indicator-item img {
    height: 80px !important;
    width: 100%;
    object-fit: contain;
}

.dimage_item img {
    height: 500px !important;
    object-fit: contain;
}

.hightlight_cont p {
    font-weight: 600;
    text-align: center;
}

.color_inner {
    display: flex;
    margin-top: 10px;
}

.color_inner p {
    margin-right: 10px;
    margin-top: 6px;
    font-weight: 600;
}

.size_inner {
    display: flex;
}

.size_inner p {
    margin-right: 10px;
    margin-top: 6px;
    font-weight: 600;
}

.pro_unig label {
    font-weight: 600;
    margin-bottom: 10px;
}

.pro_brand p {
    font-weight: 600;
}

.pro_brand {
    margin-bottom: 7px;
    margin-top: 2px;
}

.description-nav-wrapper {
    background-color: var(--theme-bg-white);
    padding: 10px;
    width: 100%;
    box-shadow: 0px 0px 10px var(--theme-border);
}

.desc-nav-ul {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    margin-left: 12px;
}

.desc-nav-ul li a {
    padding: 6px 20px;
    display: inline-block;
    box-shadow: 0px 0px 3px var(--theme-border);
    border-radius: 5px;
    background-color: var(--theme-bg-white);
    cursor: pointer;
}

.desc-nav-ul li.active a,
.desc-nav-ul li:hover a {
    background-color: #0a3a66;
    color: var(--theme-text-white);
}

.description {
    margin-top: 22px;
    background: var(--theme-bg-light);
    padding: 15px;
}

.page-title h5 {
    font-weight: 600;
    font-size: 18px;
}

.pro_vide h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.pro_vide {
    border: 1px solid var(--theme-border);
    padding: 15px;
    margin-top: 25px;
    position: sticky;
    top: 140px;
}

a.forget-link {
    font-size: 14px;
}

.cart_details .card-header {
    padding: 10px 15px;
    background: var(--theme-bg-light);
}

.cart_btn.order_button a {
    background: var(--theme-dark);
    color: var(--theme-text-white);
    width: 60%;
    padding: 6px 0px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all .5s ease;
}

.cart_btn.order_button a:hover {
    background: var(--theme-primary);
}

span.sale-badge-text p {
    font-size: 11px;
    color: var(--theme-text-white);
}

.hightlight_cont ul li {
    display: block;
    line-height: 27px;
}

.hightlight_cont ul li i {
    margin-right: 5px;
}

.desktop_hide {
    display: none;
}

.hightlight_cont p i {
    margin-right: 5px;
}

.sub-category>li {
    position: relative;
}

ul.child-category {
    position: absolute;
    right: -100%;
    background: var(--theme-bg-white);
    top: 0;
    width: 198px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.sub-category>li:hover .child-category {
    visibility: visible;
    opacity: 1;
}

.bottoads_area {
    padding: 30px 0;
    background: var(--theme-bg-white);
    margin-bottom: 10px;
}

.bottoads_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.cat_img {
    height: 210px;
    margin: 0 auto;
}

.cat_name {
    text-align: center;
    padding: 5px 0;
    text-transform: capitalize;
}

.cat_item {
    border: 1px solid var(--theme-border);
    padding: 10px;
    transition: 0.35s all;
    border-radius: 10px;
}
.cat_item:hover {
    border-color: var(--theme-dark);
}

.footertop_ads_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.footer_top_ads_area {
    background: var(--theme-bg-white);
    margin-bottom: 10px;
    padding: 30px 0;
}

.scrolltop {
    position: fixed;
    right: 34px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: var(--theme-dark) !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: var(--theme-text-white)f !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}

.homeproduct.main-details-page {
    margin-top: 10px;
}

.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: var(--theme-bg-white);
    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: var(--theme-bg-white);
    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: var(--theme-bg-white);
    width: 100%;
    border-left: 1px solid var(--theme-border);
    top: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.sidebar-menu ul li:hover>a {
    background-color: #e1fff7;
    color: #e50113;
}

.sidebar-menu ul li:hover .sidebar-submenu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.sidebar-submenu>li:hover .sidebar-childmenu {
    visibility: visible;
    opacity: 1;
    right: -100%;
}

.col-sm-3.hidetosm {
    padding-right: 0;
}

.track_btn a {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

.track_btn a i {
    font-size: 16px !important;
}

section.pro_details_area {
    background: var(--theme-bg-white);
    padding: 25px 0;
}

.flext_area {
    display: flex;
    align-items: center;
}

.flext_area i {
    font-size: 35px;
    margin-right: 10px;
}

.details_right {
    border: 1px solid var(--theme-border);
    padding: 10px 20px;
    height: 100%;
    border-radius: 5px;
}

.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(--theme-dark);
    color: var(--theme-text-white);
}

td.tfoot_bg {
    background: #f5f5f5;
    text-align: right;
}


.payment-methods .form-check {
    display:inline-block !important;
}
.payment-methods label {
    font-size: 15px;
    color: var(--theme-text-secondary);
    margin-right: 10px;
}
.product-details-discount-badge {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 999;
}
.product-details-discount-badge {

}
.product-details-discount-badge span.sale-badge-text p {
    font-size: 11px;
    color: var(--theme-text-white);
    line-height: 10px;
}
.product-details-discount-badge span.sale-badge-text {
    background-color: #e82165;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--theme-text-white);

}
.details-ratting-wrapper {
    margin-bottom: 10px;
}
.details-ratting-wrapper i {
    color: #FFDF00;
}
.details-ratting-wrapper i.far.fa-star {
    color: var(--theme-text-muted);
}
.all-reviews-button  {
    text-decoration: underline;
    margin-left: 20px;
}
.customer-sidebar {
    background-color: var(--theme-bg-light);
    padding: 10px;
    height: 100%;
}
.topcategory {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
}
.product_sliders {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 15px;
}
.show_more_btn a.view_more_btn {
    float: inherit;
}
.show_more_btn a.view_more_btn {
    float: inherit;
}
.show_more_btn {
    text-align: center;
    margin-bottom: 12px;
}


/* Premium Product Card Buttons */
.pro_btn .d-flex {
    gap: 8px;
}

.pro_btn .btn {
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 8px 12px;
    font-size: 14px;
    border: none;
}

.pro_btn .btn-outline-primary {
    border: 1.5px solid #007bff;
    color: #007bff;
    background: transparent;
}

.pro_btn .btn-outline-primary:hover {
    background: #007bff;
    color: var(--theme-text-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.pro_btn .btn-primary {
    background: #007bff;
    color: var(--theme-text-white);
    border: none;
}

.pro_btn .btn-primary:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.pro_btn .btn i {
    font-size: 14px;
}

/* Premium Cart & Checkout Design */
.vcart-section {
    padding: 30px 0;
    background: #f8f9fa;
}

.vcart-inner {
    background: var(--theme-bg-white);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.cart-title h4 {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.vcart-content table {
    margin-bottom: 0;
}

.vcart-content table thead th {
    background: #f8f9fa;
    color: #495057;
    font-weight: 600;
    padding: 15px;
    border-bottom: 2px solid #dee2e6;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.vcart-content table tbody td {
    padding: 20px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #e9ecef;
}

.vcart-content table tbody tr:hover {
    background: #f8f9fa;
}

.cart_name {
    font-weight: 500;
    color: #2c3e50;
    font-size: 15px;
}

.remove-cart {
    background: #dc3545;
    color: var(--theme-text-white);
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.remove-cart:hover {
    background: #c82333;
    transform: scale(1.05);
}

.cart-summary {
    background: var(--theme-bg-white);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    position: sticky;
    top: 20px;
}

.cart-summary h5 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.cart-summary table {
    width: 100%;
    margin-bottom: 20px;
}

.cart-summary table td {
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 15px;
}

.cart-summary table td:last-child {
    text-align: right;
    font-weight: 600;
    color: #2c3e50;
}

.cart-summary table tr:last-child td {
    border-bottom: none;
    font-size: 18px;
    padding-top: 15px;
    color: #28a745;
}

.go_cart {
    display: block;
    width: 100%;
    padding: 14px;
    background: var(--theme-primary);
    color: var(--theme-text-white);
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
}

.go_cart:hover {
    background: var(--theme-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px var(--theme-shadow-dark);
    color: var(--theme-text-white);
}



/* Bootstrap Button Overrides with Theme Colors */
.btn-primary {
    background-color: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
    color: var(--theme-text-white) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--theme-primary-hover) !important;
    border-color: var(--theme-primary-hover) !important;
    color: var(--theme-text-white) !important;
}

.btn-success {
    background-color: var(--theme-success) !important;
    border-color: var(--theme-success) !important;
    color: var(--theme-text-white) !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: var(--theme-success-hover) !important;
    border-color: var(--theme-success-hover) !important;
    color: var(--theme-text-white) !important;
}

.btn-danger {
    background-color: var(--theme-danger) !important;
    border-color: var(--theme-danger) !important;
    color: var(--theme-text-white) !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: var(--theme-danger-hover) !important;
    border-color: var(--theme-danger-hover) !important;
    color: var(--theme-text-white) !important;
}

.btn-warning {
    background-color: var(--theme-warning) !important;
    border-color: var(--theme-warning) !important;
    color: var(--theme-text-primary) !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: var(--theme-warning-hover) !important;
    border-color: var(--theme-warning-hover) !important;
    color: var(--theme-text-primary) !important;
}

.btn-secondary {
    background-color: var(--theme-secondary) !important;
    border-color: var(--theme-secondary) !important;
    color: var(--theme-text-white) !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: var(--theme-secondary-hover) !important;
    border-color: var(--theme-secondary-hover) !important;
    color: var(--theme-text-white) !important;
}

.btn-outline-primary {
    border-color: var(--theme-primary) !important;
    color: var(--theme-primary) !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
    color: var(--theme-text-white) !important;
}

.btn-outline-secondary {
    border-color: var(--theme-secondary) !important;
    color: var(--theme-secondary) !important;
    background-color: transparent !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    background-color: var(--theme-secondary) !important;
    border-color: var(--theme-secondary) !important;
    color: var(--theme-text-white) !important;
}

/* Text Color Utilities with Theme Colors */
.text-danger {
    color: var(--theme-danger) !important;
}

.bg-danger {
    background-color: var(--theme-danger) !important;
}

.border-danger {
    border-color: var(--theme-danger) !important;
}

.text-success {
    color: var(--theme-success) !important;
}

.bg-success {
    background-color: var(--theme-success) !important;
}

.border-success {
    border-color: var(--theme-success) !important;
}

.text-primary {
    color: var(--theme-primary) !important;
}

.bg-primary {
    background-color: var(--theme-primary) !important;
}

.border-primary {
    border-color: var(--theme-primary) !important;
}

.text-warning {
    color: var(--theme-warning) !important;
}

.bg-warning {
    background-color: var(--theme-warning) !important;
}

.border-warning {
    border-color: var(--theme-warning) !important;
}

.text-info {
    color: var(--theme-info) !important;
}

.bg-info {
    background-color: var(--theme-info) !important;
}

.border-info {
    border-color: var(--theme-info) !important;
}

/* Premium Mobile Bottom Navbar - Professional Animated Design */
.footer_nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    z-index: 999;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08), 0 -2px 8px rgba(0, 0, 0, 0.04);
    padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer_nav ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin: 0;
    padding: 0 12px;
    list-style: none;
    position: relative;
}

.footer_nav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer_nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    text-decoration: none;
    color: var(--theme-text-secondary);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 16px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.footer_nav ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: var(--theme-primary-light);
    transform: translate(-50%, -50%);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.footer_nav ul li a:hover::before,
.footer_nav ul li a.active::before {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.footer_nav ul li a span {
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer_nav ul li a span:first-child {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    font-size: 22px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer_nav ul li a:hover span:first-child,
.footer_nav ul li a.active span:first-child {
    transform: scale(1.15) translateY(-2px);
    color: var(--theme-primary);
}

.footer_nav ul li a span:last-child {
    font-size: 10px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    letter-spacing: 0.3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer_nav ul li a:hover span:last-child,
.footer_nav ul li a.active span:last-child {
    color: var(--theme-primary);
    transform: translateY(-1px);
}

/* Home Button - Elevated with Animation */
.footer_nav ul li.mobile_home {
    position: relative;
    z-index: 2;
}

.footer_nav ul li.mobile_home a {
    background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-primary-hover) 100%);
    color: var(--theme-text-white) !important;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin-top: -28px;
    box-shadow: 0 8px 24px rgba(0, 123, 255, 0.35), 0 4px 12px rgba(0, 123, 255, 0.25);
    position: relative;
    overflow: visible;
    padding: 0;
    animation: pulse-glow 2s ease-in-out infinite;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.footer_nav ul li.mobile_home a::before {
    display: none;
}

.footer_nav ul li.mobile_home a::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--theme-primary), var(--theme-primary-hover));
    opacity: 0.3;
    z-index: -1;
    animation: ripple 2s ease-out infinite;
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 8px 24px rgba(0, 123, 255, 0.35), 0 4px 12px rgba(0, 123, 255, 0.25);
    }
    50% {
        box-shadow: 0 12px 32px rgba(0, 123, 255, 0.45), 0 6px 16px rgba(0, 123, 255, 0.35);
    }
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.footer_nav ul li.mobile_home a span:first-child {
    font-size: 26px;
    margin-bottom: 0;
    color: var(--theme-text-white) !important;
    transform: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.footer_nav ul li.mobile_home a span:first-child i {
    color: var(--theme-text-white) !important;
    font-size: 26px;
    display: inline-block;
}

.footer_nav ul li.mobile_home a span:last-child {
    display: none;
}

.footer_nav ul li.mobile_home a:hover {
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 14px 36px rgba(0, 123, 255, 0.45), 0 8px 20px rgba(0, 123, 255, 0.35);
}

.footer_nav ul li.mobile_home a:active {
    transform: translateY(-4px) scale(1.05);
}

/* Cart Badge Animation */
.footer_nav ul li .mobilecart-qty {
    position: absolute;
    top: 2px;
    right: 8px;
    background: linear-gradient(135deg, var(--theme-danger) 0%, #c82333 100%);
    color: var(--theme-text-white);
    font-size: 9px;
    font-weight: 800;
    padding: 3px 7px;
    border-radius: 12px;
    min-width: 20px;
    text-align: center;
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.4);
    border: 2px solid var(--theme-bg-white);
    z-index: 10;
    animation: badge-bounce 0.5s ease-out;
}

@keyframes badge-bounce {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Active State Indicator */
.footer_nav ul li a.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: var(--theme-primary);
    border-radius: 50%;
    animation: dot-pulse 1.5s ease-in-out infinite;
}

@keyframes dot-pulse {
    0%, 100% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.5;
        transform: translateX(-50%) scale(1.3);
    }
}

/* Hide floating cart on mobile (use bottom navbar instead) */
@media (max-width: 767px) {
    .footer_nav {
        display: block !important;
        animation: slideUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    body {
        padding-bottom: 80px;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
}
