@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: "Roboto", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1.5;
    background: #ececec;
}

/*==== 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: #000;
    padding: 0;
}

.alinur {
    font-family: "Alinur Banglaborno", sans-serif;
}

button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

/* Global Form Placeholder Ash Color */
::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}
::-webkit-input-placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}
:-moz-placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}
::-moz-placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}
:-ms-input-placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}
input::placeholder,
textarea::placeholder,
.form-control::placeholder,
form input::placeholder,
form textarea::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}

/* Phone Prefix +88 Badge Styling */
.phone-prefix-badge {
    background-color: #f1f5f9;
    border: 1.5px solid #cbd5e1;
    border-right: none;
    border-radius: 10px 0 0 10px;
    font-weight: 700;
    font-size: 14px;
    color: #475569;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    line-height: 1;
    letter-spacing: 0.5px;
}
.input-group:focus-within .phone-prefix-badge {
    border-color: #3b82f6;
    background-color: #eff6ff;
    color: #1d4ed8;
}
.input-group > .phone-prefix-input,
.input-group > input[name="phone"] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
}

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: #f77213;
}

.parsley-error {
    border: 1px solid #f77213 !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: #87a3bf;
    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 #ddd;
    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: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.header-left span a {
    color: #fff;
}

.header-left ul li a {
    margin: 0 5px;
}

.header-left ul {
    display: inline-block;
}

.header-right {
    text-align: right;
}

.header-right span ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 4px;
}

.header-right a {
    color: #ffffffcc;
    border: 2px solid;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s all;
    border-color: hsla(0, 0%, 100%, 0.5);
    height: 30px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right a:hover {
    background: blue;
    border: 1px solid blue;
}

.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: #222;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
}

.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: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
    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 #ddd;
    transition: 0.35s all;
}

.search_product ul li:hover {
    background: #f1f1f1;
}

.search_content .price {
    color: #b74135;
    font-weight: 600;
}

.mobile-show {
    display: none !important;
}

.mobile-header {
    display: none;
}

.mobile-categories ul li {
    display: block;
    z-index: 99999;
    width: 100%;
    height: auto;
}

.mobile-categories {
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
    width: 85%;
    transition: 0.35s all;
    left: -100px;
    visibility: hidden;
    opacity: 0;
    height: 100%;
}

.mobile-categories.active {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.mobile-search input {
    width: 86% !important;
    text-align: center;
}

.mobile-search button {
    width: 13% !important;
}

.main-search form {
    border: 1px solid;
    height: 39px;
    background: #f7f7f7;
    border-color: #f77213;
    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: #f7f7f7;
    width: 90%;
    float: left;
}

.main-search form button {
    height: 100%;
    outline: 0;
    background: #f77213;
    width: 11%;
    float: left;
}

.main-search form button svg {
    height: 20px;
    width: 35px;
    color: #fff;
}

.mobile-nav li a {
    text-transform: capitalize;
    padding: 8px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
}

.mobile-menu .nav li button.active {
    border-radius: 0;
    color: #f77213;
}

.main-search.mobile-search {
    margin: 0;
    padding: 0;
}

.main-search.mobile-search form {
    border: 1px solid #ddd;
}

.mobile-menu .nav li {
    width: 50%;
    float: left;
}

.mobile-menu .nav li button {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
    color: #222;
}

.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: #f77213;
    color: #fff;
    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: #fff;
    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: #ffffff;
    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: #fff !important;
    height: 40px;
    border: 1px solid #ddd;
}

.login-menu li {
    display: block;
    text-align: left !important;
    margin: 8px 0;
}

.login-menu li a {
    display: block;
    color: #222;
}

.forget-link {
    margin-bottom: 12px;
    margin-top: 4px;
    color: #2c1c1c;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    font-size: 12px;
    text-align: center;
}

.submit-btn {
    background: #f77213 !important;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 7px 0;
    text-transform: uppercase;
    margin: 6px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.register-now a {
    border: 1px solid #ddd;
    width: 100%;
    padding: 6px 0;
    border-radius: 5px;
    transition: 0.35s all;
}

.register-now a:hover {
    background: #f77213;
    color: #fff;
}

#cart-qty {
    position: relative;
}

.cshort-summary {
    position: absolute;
    top: 55px;
    width: 390px;
    right: 0;
    max-height: 500px;
    z-index: 999;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #ddd;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
}

.go_cart,
.go_cart:hover {
    background: #f77213;
    width: 100%;
    color: #fff;
    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 #ddd;
    border-radius: 50px;
    padding: 5px;
}

.cshort-summary ul {
    display: grid;
    grid-template-columns: 15% 45% 20% 20%;
    margin: 5px 0;
}

.cshort-summary .cart_remove {
    margin-left: 5px;
}

.cshort-summary ul li {
    display: block;
    text-align: left;
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.cshort-summary .remove-cart,
.cshort-summary .remove-cart:focus {
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.menu_view_all,
.menu_view_all:hover {
    position: absolute !important;
    bottom: 0;
    right: 0;
    border: none !important;
    color: #fff !important;
    background: #f77213 !important;
    z-index: 99999999;
    display: inline-block !important;
    height: auto !important;
}

.menu-area {
    background: #f77213;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.categories {
    position: relative;
    z-index: 99;
}

.categories ul li img {
    width: 16px;
}

.categories p {
    padding: 10px 10px;
    background: #f77213;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    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 #ddd;

}

.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: #000;
    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: #999;
}

.categories ul li a:hover {
    color: #f77213;
}

.sub-category {
    left: 0px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transition: 0.35s all;
    position: absolute;
    background-color: #fff;
    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: #fff;
    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: #777;
    position: relative;
}

.main-menu ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    transition: 0.35s;
    bottom: 0;
    background: #f77213;
    position: absolute;
}

.main-menu ul li a:hover:after {
    width: 100%;
}

.fixed-top {
    top: -170px;
    transform: translateY(170px);
    transition: transform 2s;
    background: #fff;
    box-shadow: 0px 0px 10px #c3c3c3;
    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 {
    background: #fff;
    padding: 22px 0;
    margin-bottom: 22px;
}

.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: #555;
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid #f77213;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.35s all;
    margin-right: 5px;
}

.front-category ul li a:hover {
    background: #f77213;
    color: #fff;
    border-color: #f77213;
}

.feature-btn {
    text-align: center;
    margin-top: 25px;
}

.feature-btn a {
    border: 1px solid #ddd;
    padding: 8px 25px;
    transition: 0.35s all;
    border-radius: 5px;
}

.feature-btn a:hover {
    background: #f77213;
    color: #fff;
}

.sidebar_item {
    margin-bottom: 20px;
}

.sidebar_item h2.accordion-header button.accordion-button {
    background-color: #f77213;
    color: #fff;
    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: #fff !important;
    transition: 0.35s all;
}

.main-slider .owl-nav button:hover {
    background: #f77213 !important;
    color: #fff;
}

.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: #ffefcf;
    padding: 5px 5px 20px 5px;
}

.hot-deals-img img {
    width: 100px;
}

.hot-deals-product {
    border: 1px solid #e80a0a;
}

.deals-discount {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #fff;
    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: #ef4523;
    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: #0089cf;
    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-top {
    padding: 55px 0 45px;
    background: #f1f5f9;
    border-top: 1px solid #e2e8f0;
}

.footer-about {
    text-align: left;
    padding-right: 30px;
}

.footer-about a {
    display: inline-block;
    margin-bottom: 12px;
}

.footer-about a img {
    height: auto;
    max-width: 140px;
    object-fit: contain;
}

.footer-about p {
    text-align: left;
    margin: 6px 0 10px;
    color: #475569;
    font-size: 14.5px;
    line-height: 1.6;
}

.footer-about h3 {
    font-size: 16px;
    font-weight: bold;
    color: #0f172a;
    margin: 10px 0;
}

.footer-about ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50px;
    margin: 0 2px;
    text-align: center;
    color: #fff;
}

.footer-about ul li a .feather {
    color: #fff;
}

.footer-hotlint {
    color: #ff5e00;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    transition: 0.25s all ease;
}

.footer-hotlint:hover {
    color: #d94b00;
}

.footer-menu .title {
    text-transform: uppercase;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 14px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: #475569;
    margin: 8px 0 !important;
    display: inline-block;
    font-size: 14px;
    transition: 0.25s all ease;
}

.footer-menu ul li a:hover {
    color: #ff5e00 !important;
    margin-left: 3px !important;
}

.footer-bottom {
    background: #000000 !important;
    padding: 16px 0;
    border-top: 1px solid #1e293b;
}

.copyright p {
    text-align: center;
    color: #f8fafc;
    font-size: 13.5px;
    margin: 0;
    line-height: 1.6;
}

.copyright p a,
.copyright p span {
    color: #ffffff !important;
    transition: color 0.2s ease;
}

.copyright p a:hover {
    color: #ff5e00 !important;
    text-decoration: underline;
}
/*==== FOOTER CSS END ====  */

/*==== FOOTER FIXED MENU START ====  */
.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}

.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 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: #f77213;
    width: 15px;
    height: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    border-radius: 50px;
}

/*==== FOOTER FIXED MENU END ====  */

/*==== DETAILS CSS START ====  */
.product-section {
    padding: 30px 0;
    background: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-cart .name {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.details-price {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}

.product-code p {
    display: inline-block;
    background: #f77213;
    color: #fff;
    padding: 0px 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    line-height: 0;
    margin-bottom: 10px;
}

.details-price del {
    color: #bbb;
    margin: 5px 0;
    font-size: 19px;
}

.qty-cart .quantity {
    position: relative;
    border: 1px solid #222;
    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 #222;
    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 #222;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.order_now_btn {
    font-size: 18px;
    color: #fff;
    background-color: #f77213;
    border: 1px solid #f77213;
    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: #0D6EFD !important;
    border-color: #0D6EFD !important;
    outline: 0;
    color: #fff !important;
}

.add_cart_btn {
    color: #fff;
    background-color: #f77213;
    border: 1px solid #f77213;
    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: #fff !important;
    background-color: #130179 !important;
    border-color: #130179 !important;
}

.features {
    border: 1px solid #ddd;
    border-top: 4px solid #000000;
    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 #e8e8e8;
    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: #ddd;
}

.feature-products tr {
    height: auto;
    padding: 0 10px;
    display: block;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.feature-products .img {
    width: 55px;
}

.feature-products .title {
    font-size: 14px;
    padding-bottom: 5px;
}

.delivery_details tr td {
    color: #000000 !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: #fff;
    border-radius: 5px;
    margin-left: 12px;
}

.details-action-box .section-head {
    border-bottom: 1px solid #ddd;
    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: #000;
}

.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: #fff;
    border: 2px solid #f77213;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f77213;
    cursor: pointer;
}

.review-card {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin: 10px 0;
}

.review_star {
    color: #FF7E22;
    margin-bottom: 7px;
}

.details-action-box .empty-content {
    padding: 50px 0;
    text-align: center;
}

.details-action-box .empty-content i {
    font-size: 3rem;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #f7721333;
    border-radius: 50%;
    color: #f77213;
}

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: #009e60;
}

.rating label {
    font-size: 20px !important;
    cursor: pointer !important;
}

textarea#message-text {
    border: 2px solid;
    border-color: #009e60;
    max-width: 450px;
}

.rating>label.active:before,
.rating>label.active~label:before,
.rating>label:hover:before,
.rating>label:hover~label:before {
    content: "\2605";
    position: absolute;
    color: #009e60;
}

.rating input {
    display: none;
}

button.details-review-button {
    min-width: 126px;
    background: #0f821d;
    margin-top: 10px;
    padding: 7px;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

/*==== DETAILS CSS END ====  */

/*====  CATEGORY CSS START ====  */
.page_title p {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.page_title {
    margin-bottom: 25px;
}

.cust_according_body ul li {
    display: block;
}

.cust_according_body ul li a {
    display: block;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.cust_according_body ul li:hover a {
    background-color: #f7721338;
}

.subcategory-filter-label {
    display: flex;
    column-gap: 10px;
    padding: 5px 10px;
    cursor: pointer;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
}
.subcategory-filter-list p {
    color: #555;
}
.subcategory-filter-label:hover {
    background-color: #f7721338;
}

.subcategory-filter-label input {
    position: relative;
    border: 2px solid #f77213;
    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: #f77213;
    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: #f77213;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-radius: 50px;
}

.cust_according_body {
    padding: 10px 0;
}

.slider-box {
    padding: 10px 25px;
}
/*====  CATEGORY CSS END ====  */

/*====  QUICK VIEW CSS START ====  */
#page-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
}

#custom-modal {
    display: none;
}

.modal-view {
    position: fixed;
    width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 99999;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.close-modal {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #ddd;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    font-size: 18px;
}

.quick-view-inner {
    overflow: hidden;
}

.quick-product .name {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}

.quick-product-img {
    width: 40%;
    float: left;
}

.quick-product-content {
    width: 60%;
    float: left;
    padding: 0 20px;
}

/*====  QUICK VIEW CSS END ====  */

.sec_title {
    margin-bottom: 24px;
}

.section-title-header {
    border-bottom: 1.5px solid #ececec;
    padding-bottom: 12px;
    margin-bottom: 4px;
}

.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, #f77213 92%, #0000);
    background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    animation: s7 0.5s infinite;
    position: fixed;
    top: 50%;
    left: 50%;
}

@keyframes s7 {
    to {
        transform: rotate(0.5turn);
    }
}

/*====   LOADING SPINNER CSS END ====  */

/*====   WISHLIST MODAL CSS START ====  */
#custom-modal .title {
    font-weight: 600;
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.wishlist-modal .quantity {
    font-weight: 500;
    color: #777;
}

.wishlist-modal {
    margin-top: 25px;
}

.wishlist-modal .name {
    text-align: left;
    margin: 0;
}

.wishlist-modal .price {
    color: #f77213;
    font-size: 26px;
    font-weight: 600;
    margin: 12px 0;
}

.continue-confirm {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    margin-top: 15px;
}

.continue-btn {
    background: #ddd;
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    transition: 0.35s all;
}

.confirm-btn {
    background: #f77213;
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.35s all;
}

.continue-btn:hover,
.confirm-btn:hover {
    background: #f77213;
    color: #fff;
}

/*====   WISHLIST MODAL CSS END ====  */

/*====   WISHLIST CSS START ====  */
.vcart-inner {
    background: #f5f7f9;
    padding: 20px 25px;
    border-radius: 5px;
}

.vcart-content img {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    padding: 1px;
}

.cart_name {
    max-width: 185px;
}

.cart-title h4 {
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
}

.vcart-content table th {
    color: #666;
}

.vcart-content table td {
    font-size: 15px;
}

.remove-cart, .remove-cart:focus {
    background: #e20c15;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    outline: 0;
}

.remove-cart .feather {
    color: #fff;
}

.wcart-btn,
.wcart-btn:focus {
    background: #f77213;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    outline: 0;
}

/*==== WISHLIST CSS END ====  */

/*====  CART CSS START ====  */
.vcart-qty .quantity {
    height: 35px;
    width: 85px;
    margin-top: 0 !important;
}

.vcart-qty .quantity .minus {
    left: 0;
    width: 25px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vcart-qty .quantity .plus {
    right: 0;
    height: 33px;
    line-height: 33px;
    width: 25px;
    font-size: 20px;
}

.cart-summary {
    background: #f5f7f9;
    padding: 15px;
    border-radius: 5px;
}

.cart-summary h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.cshort-summary p strong {
    font-size: 15px;
    display: block;
    margin: 8px 0;
}

.cart-summary table td {
    padding: 10px 0 !important;
    text-transform: capitalize;
    font-size: 15px;
}

.cart-summary table td:last-child {
    text-align: right;
}

.coupon-form {
    margin-top: 25px;
}

.coupon-form form {
    display: inline-block;
    width: 300px;
}

.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
    padding: 0 10px;
    text-transform: capitalize;
}

.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
}

.coupon-form form button {
    width: 20%;
    background: #f77213;
    color: #fff;
    height: 38px;
    border-radius: 0px 5px 5px 0px;
}

/*====  CART CSS END ====  */

/*====  LOGIN CSS START ====  */
.auth-section input,
.auth-section input:focus {
    border: 1px solid #ddd;
}

.register-now.no-account a {
    text-align: center;
    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: #fff;
    border-radius: 5px;
    margin: 25px 0;
    border: 1px solid #ddd;
    overflow: hidden;
}

.form-content form {
    padding: 0 15px;
}

.auth-title {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #f5f7f9;
}

.resend_otp .feather {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.resend_otp button {
    border-bottom: 1px solid #db2c2c;
    color: #db2c2c;
}

/*====  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: #ddd !important;
    transition: 0.35s all;
}

.brand-slider .owl-nav button:hover {
    background: #f77213 !important;
    color: #fff;
}

.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: #f5f7f9;
    padding: 10px;
    border-radius: 5px;
}

.customer-img img {
    border-radius: 50px;
}

.customer-section {
    padding: 20px 0;
}

.sidebar-menu {
    background: #f5f7f9;
    margin: 15px 0;
    border-radius: 5px;
}

.sidebar-menu ul li {
    display: block;
}

.sidebar-menu li a {
    padding: 10px 10px;
    display: block;
    font-size: 15px;
}

.customer-content {
    background: #f5f7f9;
    padding: 15px;
    border-radius: 5px;
}

.backend_img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}

.account-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    text-align: left;
    font-weight: 600;
}

.invoice_btn,
.invoice_btn:focus {
    background: #f77213;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.sidebar-menu li a.active {
    color: #f77213;
}

/*====  PROFILE CSS END ====  */

.payment_option {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}

/*====  CHECKOUT CSS START ====  */
.cartlist img {
    max-width: 100%;
    height: auto;
}
.cartlist span {
    width: auto;
    height: auto;
    border-radius: 0;
}

/*====  MODERN CHECKOUT CSS START ====  */
.chheckout-section,
.modern-checkout-page {
    padding: 30px 0 50px 0;
    background: #f8fafc;
    min-height: 85vh;
}

/* Trust Header Banner */
.checkout-trust-banner {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px 20px;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.04);
}

.checkout-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
}

.checkout-hotline-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fe5200;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 30px;
    background: #fff7ed;
    border: 1px solid #ffedd5;
    transition: all 0.2s ease;
}

.checkout-hotline-btn:hover {
    color: #c2410c;
    background: #ffedd5;
    border-color: #fed7aa;
}

/* Main Checkout Form Card */
.modern-checkout-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04), 0 2px 6px -1px rgba(15, 23, 42, 0.02);
    overflow: hidden;
}

.checkout-section-box {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f5f9;
}

.checkout-section-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.checkout-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.checkout-step-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fe5200 0%, #ea580c 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(254, 82, 0, 0.25);
    flex-shrink: 0;
}

.checkout-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.checkout-section-desc {
    font-size: 12.5px;
    color: #64748b;
    margin: 2px 0 0 0;
}

/* Modern Form Controls */
.modern-label {
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.modern-input-group {
    display: flex;
    align-items: center;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.2s ease;
}

.modern-input-group:focus-within {
    border-color: #fe5200;
    box-shadow: 0 0 0 3.5px rgba(254, 82, 0, 0.12);
}

.modern-input-icon {
    padding: 0 14px;
    color: #94a3b8;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-input-prefix {
    background: #f8fafc;
    border-right: 1.5px solid #cbd5e1;
    color: #475569;
    font-size: 14px;
    font-weight: 700;
    padding: 0 14px;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.modern-input {
    width: 100%;
    height: 48px;
    border: none;
    outline: none;
    padding: 0 14px;
    font-size: 14.5px;
    color: #0f172a;
    background: transparent;
}

.modern-input::placeholder {
    color: #94a3b8;
    font-size: 13.5px;
}

.modern-input-single {
    width: 100%;
    height: 48px;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    outline: none;
    padding: 0 14px;
    font-size: 14.5px;
    color: #0f172a;
    background: #ffffff;
    transition: all 0.2s ease;
}

.modern-input-single:focus {
    border-color: #fe5200;
    box-shadow: 0 0 0 3.5px rgba(254, 82, 0, 0.12);
}

/* Shipping Option Cards */
.shipping-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 12px;
}

.shipping-card {
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 16px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    user-select: none;
}

.shipping-card:hover {
    border-color: #fdba74;
    background: #fffaf5;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px -3px rgba(254, 82, 0, 0.08);
}

.shipping-card.active {
    border-color: #fe5200;
    background: #fff7ed;
    box-shadow: 0 6px 18px -4px rgba(254, 82, 0, 0.16);
}

.shipping-card-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.shipping-radio-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.shipping-card.active .shipping-radio-circle {
    border-color: #fe5200;
    background: #fe5200;
}

.shipping-radio-circle i {
    color: #ffffff;
    font-size: 10px;
    display: none;
}

.shipping-card.active .shipping-radio-circle i {
    display: block;
}

.shipping-card-name {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.shipping-card-sub {
    font-size: 12px;
    color: #64748b;
    margin-top: 2px;
}

.shipping-card-price {
    font-size: 15px;
    font-weight: 800;
    color: #fe5200;
    background: #ffedd5;
    padding: 4px 10px;
    border-radius: 8px;
    white-space: nowrap;
}

/* Payment Option Cards */
.payment-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.payment-card {
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 16px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    user-select: none;
}

.payment-card:hover {
    border-color: #fdba74;
    background: #fffaf5;
}

.payment-card.active {
    border-color: #fe5200;
    background: #fff7ed;
    box-shadow: 0 6px 18px -4px rgba(254, 82, 0, 0.16);
}

.payment-card-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.payment-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.payment-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.payment-card-sub {
    font-size: 11.5px;
    color: #64748b;
    margin-top: 2px;
}

/* Primary Checkout Button */
.checkout-confirm-btn {
    background: linear-gradient(135deg, #fe5200 0%, #ea580c 100%);
    border: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    padding: 16px 24px;
    border-radius: 14px;
    box-shadow: 0 10px 25px -5px rgba(254, 82, 0, 0.38);
    transition: all 0.25s ease;
    cursor: pointer;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.checkout-confirm-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -5px rgba(254, 82, 0, 0.48);
}

.checkout-confirm-btn:active {
    transform: translateY(1px);
}

.checkout-confirm-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    animation: btnShimmer 3.5s infinite;
}

@keyframes btnShimmer {
    0% { left: -100%; }
    25% { left: 150%; }
    100% { left: 150%; }
}

/* Trust Badges Grid */
.trust-badges-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.trust-badge-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 8px;
    text-align: center;
    transition: all 0.2s ease;
}

.trust-badge-item:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.trust-badge-icon {
    font-size: 18px;
    color: #fe5200;
    margin-bottom: 4px;
}

.trust-badge-text {
    font-size: 11.5px;
    font-weight: 700;
    color: #475569;
    line-height: 1.3;
}

/* Sticky Order Summary Card */
.checkout-summary-sticky {
    position: sticky;
    top: 90px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
    padding: 24px;
}

.summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 16px;
}

.summary-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.summary-count-badge {
    background: #fff7ed;
    color: #c2410c;
    border: 1px solid #ffedd5;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}

/* Modern Product Item Cards in Summary */
.summary-items-list {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 4px;
}

.summary-items-list::-webkit-scrollbar {
    width: 5px;
}
.summary-items-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.summary-product-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    align-items: center;
}

.summary-product-item:last-child {
    border-bottom: none;
}

.summary-product-img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    object-fit: cover;
    flex-shrink: 0;
    background: #f8fafc;
}

.summary-product-info {
    flex-grow: 1;
    min-width: 0;
}

.summary-product-title {
    font-size: 13.5px;
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
    display: block;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.summary-product-title:hover {
    color: #fe5200;
}

.summary-product-variants {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 3px;
}

.summary-variant-chip {
    font-size: 11px;
    background: #f1f5f9;
    color: #475569;
    padding: 1px 7px;
    border-radius: 6px;
    font-weight: 500;
}

.summary-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.summary-stepper {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    height: 28px;
    overflow: hidden;
}

.summary-stepper-btn {
    width: 26px;
    height: 28px;
    border: none;
    background: #f8fafc;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s ease;
}

.summary-stepper-btn:hover {
    background: #fee2e2;
    color: #dc2626;
}

.summary-stepper-btn.cart_increment:hover {
    background: #dcfce7;
    color: #16a34a;
}

.summary-stepper-input {
    width: 32px;
    height: 28px;
    border: none;
    text-align: center;
    font-size: 12.5px;
    font-weight: 700;
    color: #0f172a;
    background: #ffffff;
    pointer-events: none;
}

.summary-product-price {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
}

.summary-item-remove-btn {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.summary-item-remove-btn:hover {
    color: #ef4444;
    background: #fee2e2;
}

/* Price Breakdown Summary Box */
.summary-pricing-box {
    background: #f8fafc;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 16px;
    margin-top: 16px;
}

.summary-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13.5px;
    color: #475569;
    margin-bottom: 10px;
}

.summary-grand-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 2px dashed #cbd5e1;
    margin-top: 6px;
    margin-bottom: 0;
}

.summary-grand-total-label {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.summary-grand-total-amount {
    font-size: 20px;
    font-weight: 800;
    color: #fe5200;
}

/* Notice & Note Box */
.checkout-note-box {
    background: #fffbeb;
    border: 1px solid #fef3c7;
    border-radius: 12px;
    padding: 14px;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.6;
    color: #92400e;
}

.checkout-note-box a {
    color: #b45309;
    font-weight: 700;
    text-decoration: underline;
}

/* Empty Bag State */
.checkout-empty-state {
    text-align: center;
    padding: 40px 20px;
}

.checkout-empty-icon {
    width: 64px;
    height: 64px;
    background: #f1f5f9;
    color: #94a3b8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 16px auto;
}

/* Mobile Collapsible Bar */
.mobile-summary-toggle-bar {
    display: none;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 16px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

@media (max-width: 991.98px) {
    .mobile-summary-toggle-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .trust-badges-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .shipping-options-grid {
        grid-template-columns: 1fr;
    }
    .payment-options-grid {
        grid-template-columns: 1fr;
    }
    .checkout-summary-sticky {
        position: static;
        margin-top: 24px;
    }
}
/*====  MODERN CHECKOUT CSS END ====  */

/*====  CHECKOUT CSS END ====  */

/*====  CONTACT CSS START ====  */
.contact-section {
    padding: 15px 0;
    background: #fff;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form input:focus,
.contact-form textarea,
.contact-form textarea:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}

.contact-form label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}

.social-media.footer-about {
    text-align: left;
    margin-top: 20px;
}

.social-media.footer-about li a {
    text-align: center;
}

.social-media.footer-about h6 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

/*====  CONTACT CSS END ====  */

/*====  ALL CATEGORY CSS START ====  */
.filter_btn, .filter_close {
    display: none;
}
.category-thumb {
    background: #f1f1f1;
    text-align: center;
    padding: 25px 15px;
    border-radius: 5px;
}

.category-thumb img {
    width: 24px;
}

.all-category {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    grid-gap: 15px;
}

.category-thumb p {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.menu-more {
    color: #f77213 !important;
    font-weight: 600;
}

.menu-more i {
    color: #f77213 !important;
    font-weight: 600;
}

/*====  ALL CATEGORY CSS END ====  */

.page-description ul li {
    display: list-item;
    list-style: initial;
}

.page-description ul {
    padding-left: 20px;
}

.front-view-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 50px;
}

.front-view-image {
    margin-bottom: 15px;
}

.front-view-image a {
    display: block;
}

.front-view-image a img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transform: translateY(0px);
    transition: all 0.3s ease;
}

.front-view-item:hover .front-view-image a img {
    transform: translateY(-20px);
}

.front-view-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.category-banner-products {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 7px;
    background: #fff;
}

.home-page-section-title-box {
    margin-bottom: 10px;
}

.home-page-section-title-box h3 {
    font-size: 30px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.view-all-button-box.pull-right {
    float: right;
}

a.custom-button {
    border: 1px solid transparent;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgb(11 15 25 / 6%), 0 0.125rem 0.4rem -0.0625rem rgb(11 15 25 / 3%) !important;
    display: inline-block;
    position: relative;
    background: transparent;
    transition: color 0.1s linear 0.05s;
    text-decoration: none;
}

.product-item-box {
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 12%);
    border-radius: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.product-img-outer-box {
    position: relative;
    overflow: hidden;
}

.product-img-outer-box a {
    border-radius: 10px 10px 0px 0px;
}

.product-img-outer-box a img {
    transform: scale(1);
    transition: all 0.5s ease-out;
    object-fit: contain;
    background: #fff;
    width: 100%;
}

.product-img-outer-box a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}

.product-desc-main-box {
    padding: 5px;
    text-align: center;
}

.product-title-box h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-title-box h4 a {
    font-size: 14px;
}

.product-price-box h4 {
    font-weight: bold !important;
    font-size: 14px;
    color: #b70053;
    font-family: var(--font);
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev,
.product-inner button.owl-next,
.related-product-section button.owl-next {
    top: 50%;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
}

.product-inner button.owl-prev i,
.related-product-section button.owl-prev i,
.product-inner button.owl-next i,
.related-product-section button.owl-next i {
    width: 35px;
    height: 35px;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product-inner button.owl-prev:hover i,
.related-product-section button.owl-prev:hover i,
.product-inner button.owl-next:hover i,
.related-product-section button.owl-next:hover i {
    background-color: #f77213;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1.3);
    color: #fff;
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev {
    left: 0;
}

.related-product-section button.owl-prev {
    left: -40px;
}

.product-inner button.owl-next,
.related-product-section button.owl-next {
    right: 0;
}

.related-product-section button.owl-next {
    right: -40px;
}

section.product-inner {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title-left h4 {
    font-size: 30px;
}

.product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: 260px;
    display: block;
}

.product-inner .product-img-outer-box a {
    height: 290px;
}

.category-banner-products .product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
}

.slide-img-box {
    border-radius: 10px;
    overflow: hidden;
}

.category-img-banner {
    margin-bottom: 15px;
}

.category-img-banner a {
    display: block;
    overflow: hidden;
}

.category-img-banner a img {
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 15px;
}

.category-img-banner:hover a img {
    transform: scale(0.95);
}

.category-main-section {
    border-top: 1px dashed #ccc;
    padding: 20px 0;
}

.menu-logo a {
    display: block;
}

.campaign-item a {
    display: block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.campaign-item a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.campaign-main-section {
    border-top: 1px dashed #ccc;
    padding: 25px 5px;
}

.qty-cart .add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #087bce;
    border-radius: 0;
    color: #fff;
    height: 48px;
    width: 160px;
}

.section-meta-description {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*Design By Milon */

.sec_title H2 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}

.category-breadcrumb a {
    font-size: 16px;
    color: #666666b3;
    font-weight: 400;
}

.category-breadcrumb span {
    color: #666666b3;
}

.category-breadcrumb strong {
    font-size: 16px;
}

.main_product_inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    overflow: visible;
    padding: 18px 8px 8px 8px;
}

.category-product {
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    grid-gap: 15px;
    overflow: visible;
    padding: 18px 8px 8px 8px;
}

.product_slider .owl-stage-outer,
.flash_sale_slider .owl-stage-outer,
.related_slider .owl-stage-outer {
    padding-top: 18px !important;
    margin-top: -18px !important;
    padding-right: 12px !important;
}

@media (min-width: 992px) {
    .category_sidebar_col {
        width: 18% !important;
        flex: 0 0 18% !important;
        max-width: 18% !important;
        padding-right: 8px;
    }
    .category_products_col {
        width: 82% !important;
        flex: 0 0 82% !important;
        max-width: 82% !important;
        padding-left: 8px;
    }
}

.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: #FF0034;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_item_inner span.sale-badge-text {
    color: #fff;
    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: #a92c2c;
    color: #fff;
    border: 2px solid #a92c2c;
}

/* ========================================================
   MODERN PRODUCT CARD DESIGN (MATCHING REFERENCE IMAGE)
   ======================================================== */
.product_item {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #edf2f7;
    background: #ffffff;
    padding: 0 0 12px 0;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: visible;
}

.product_item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
    border-color: #e2e8f0 !important;
}

.product_item_inner {
    position: relative;
    width: 100%;
}

/* Flash Lightning Badge - Removed as requested */
.pro_flash_badge {
    display: none !important;
}

/* Discount Badge (Inside Top-Right Corner - No Clipping) */
.pro_discount_badge {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1d4ed8;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 3px 10px rgba(29, 78, 216, 0.4);
    pointer-events: none;
    line-height: 1;
    padding: 2px;
    border: 2px solid #ffffff;
}

.pro_discount_badge .disc_val {
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
    font-family: system-ui, -apple-system, sans-serif;
}

.pro_discount_badge .disc_lbl {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
    opacity: 0.95;
    margin-top: 1px;
    font-family: system-ui, -apple-system, sans-serif;
}

@media (max-width: 576px) {
    .pro_discount_badge {
        top: 6px;
        right: 6px;
        width: 38px;
        height: 38px;
    }
    .pro_discount_badge .disc_val {
        font-size: 10px;
    }
    .pro_discount_badge .disc_lbl {
        font-size: 7px;
    }
}

/* Ensure all product carousel containers have plenty of headroom and bottom space */
.flash_sale_slider,
.category_product_slider,
.product_slider,
.related_slider {
    padding-top: 4px;
    padding-bottom: 12px;
}
.flash_sale_slider .owl-stage-outer,
.category_product_slider .owl-stage-outer,
.product_slider .owl-stage-outer,
.related_slider .owl-stage-outer {
    padding-top: 14px !important;
    padding-bottom: 18px !important;
    margin-top: -6px !important;
    margin-bottom: -10px !important;
}

/* Product Image Section - Covers full top area and card borders */
.pro_img {
    height: 215px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_img > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.pro_img img {
    height: 100%;
    width: 100%;
    object-fit: cover !important;
    object-position: center;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    transition: transform 0.35s ease;
}

.product_item:hover .pro_img img {
    transform: scale(1.06);
}

/* Product Description */
.pro_des {
    text-align: center;
    padding: 5px 10px 8px 10px;
}

.pro_name {
    height: 38px;
    line-height: 1.35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    margin-bottom: 8px;
    padding: 0 2px;
}

.pro_name a {
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pro_name a:hover {
    color: #ff5e00;
}

/* Price Formatting */
.pro_price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.pro_price .new_price,
.pro_price p {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
}

.pro_price .old_price,
.pro_price del {
    font-size: 14px;
    font-weight: 500;
    color: #94a3b8;
    text-decoration: line-through;
    font-family: system-ui, -apple-system, sans-serif;
}

/* Action Button */
.pro_btn {
    padding: 0 10px;
    width: 100%;
}

.pro_btn form {
    width: 100%;
    margin: 0;
}

.pro_btn button,
.pro_btn .addcartbutton,
.cart_btn a {
    background: #ff5e00 !important;
    background: linear-gradient(180deg, #ff6600 0%, #ff5200 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: 100% !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(255, 94, 0, 0.2) !important;
}

.pro_btn button i,
.pro_btn .addcartbutton i {
    font-size: 14px;
}

.pro_btn button:hover,
.pro_btn .addcartbutton:hover,
.cart_btn a:hover {
    background: #e65100 !important;
    box-shadow: 0 4px 14px rgba(255, 94, 0, 0.38) !important;
    transform: translateY(-1px);
    color: #ffffff !important;
}

/* Card Quantity Stepper Interactive Component */
.card_qty_stepper_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ff5e00;
    background: linear-gradient(180deg, #ff6600 0%, #ff5200 100%);
    border-radius: 8px;
    padding: 3px 6px;
    height: 40px;
    width: 100%;
    box-shadow: 0 3px 10px rgba(255, 94, 0, 0.28);
    animation: stepperSlideIn 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes stepperSlideIn {
    0% {
        opacity: 0;
        transform: translateY(6px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.card_stepper_btn {
    width: 32px;
    height: 32px;
    background: #ffffff;
    color: #ff5e00;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.15s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    padding: 0;
}

.card_stepper_btn:hover {
    background: #fff5f0;
    transform: scale(1.08);
    color: #d84500;
}

.card_stepper_btn:active {
    transform: scale(0.92);
}

.card_stepper_qty {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    min-width: 36px;
    text-align: center;
    user-select: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Floating Fly Cart Icon Animation */
.card_fly_cart_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 52px;
    color: #ff5e00;
    z-index: 999;
    pointer-events: none;
    animation: flyUpAndFade 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    filter: drop-shadow(0 8px 20px rgba(255, 94, 0, 0.55));
}

@keyframes flyUpAndFade {
    0% {
        opacity: 0;
        transform: translate(-50%, -10%) scale(0.4);
    }
    30% {
        opacity: 1;
        transform: translate(-50%, -60%) scale(1.25);
    }
    70% {
        opacity: 0.9;
        transform: translate(-50%, -105%) scale(1.05);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -150%) scale(0.7);
    }
}

.discount {
    position: absolute;
    top: 5px;
    background: #f77213;
    padding: 2px 7px;
    border-radius: 20px;
    right: 6px;
}

.discount p {
    color: #fff;
    font-size: 11px;
}

.pro_name a:hover {
    text-decoration: underline;
}

.success-img {
    text-align: center;
}

.success-img img {
    width: 320px;
}

.success-title h2 {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 45px;
}

.success-table {
    background: #f3f3f3;
    padding: 15px;
}

section.createpage-section {
    padding: 50px 0;
    background: #fff;
    margin-bottom: 10px;
}

.category-slider {
    margin-top: 25px;
}

.category-item {
    padding: 25px 0;
}

.category-item p {
    font-weight: 400;
}

.category-item img {
    border: 1px solid #ddd;

    transition: 0.35s all;
}

.category-item img:hover {
    transform: scale(1.09);
}

.category-item p {
    text-align: center;
    margin-top: 5px;
    color: #222;
    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: #f77213;
    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: #fff;
    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: #000;
}

.Cat_list {
    display: block !important;
}

span.Cat_img img {
    width: 25px !important;
}

ul.Cat_menu li {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd !important;
    width: 100%;
    transition: 0.35s all;
    position: relative;

}

ul.Cat_menu li a span {
    color: #000;
    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 #ddd !important;
}

li.child_main {
    width: 33.33%;
}

ul.child_menu li a {
    background: none;
    color: #087bce;
}

.child_main>a {
    font-size: 14px;
    color: #444 !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 #ddd;
}

ul.child_sub li {
    padding: 0px;
    margin: 0px;
    margin-left: 3px !important;
}

ul.child_sub li a {
    color: #666 !important;
}

li.child_main>a {
    font-size: 14px;
    font-weight: 500;
    color: #000 !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 #ddd;
    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 #ddd;
}

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: #ff0101;
    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 #ddd;
    border-radius: 0;
}

.sorting-section {
    margin-bottom: 20px;
}

.showing-data {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.showing-data span {
    font-size: 16px;
    display: block;
    text-align: right;
}

.category-breadcrumb {
    column-gap: 8px;
}

.description .nav.nav-tabs {
    border-top: 1px solid;
    border-color: #ddd;
    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: #666666b3;
    font-size: 16px;
}

.breadcrumb ul li span {
    color: #666666b3;
}

.feature-products-wrapper a {
    font-size: 16px;
}

.details_slider {
    position: relative;
    border: 1px solid #ddd;
    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: #ddd;
    transition: all 0.3s ease;
}

.details-page-wishlist a:hover {
    border-color: #000;
    color: #000;
}

.side_cat_img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

#content {
    width: 100%;
    padding-top: 0 !important;
}

.main-header {
    background: #fff;
}

.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: #FECD03;
}

a.view_more_btn {
    text-align: right;
    float: right;
    background: #f77213;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 15px;
    color: #fff;
    font-family: "Lato", sans-serif;
}

.register-now.no-account {
    background: #fff;
    padding: 0 10px 15px 10px;
}

section.related-product-section {
    background: #fff;
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.description h2 {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ddd;
    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: #000;
    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: #000;
}

.cmn_menu ul li:last-child:after {
    display: none;
}

.cmn_menu ul li a {
    transition: all .5s ease;
}

.cmn_menu ul li a:hover {
    color: #f77213;
}

.contact-form {
    background: #eaeaea;
    padding: 10px;
    border-radius: 5px;
}

.cont_item {
    text-align: center;
}

.cont_item a {
    font-size: 15px;
    font-weight: 600;
}

.cont_item {
    text-align: center;
    margin-bottom: 15px;
}

.copyright p a {
    color: #000;
}

/* ====Color Size Details Css ====*/
.selector {
    position: relative;
    width: 100%;
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.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 #ddd;
}
.selector-item label {
    border: 1px solid #7D7D7D;
}

.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: #000;
}

.selector-item_radio:checked+.selector-item_label,
.selector-item_label:hover {
    background-color: #7D7D7D;
    color: #fff;
    border-color: #7D7D7D;
    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: #f77213;
    color: #fff;
    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 #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.indicator-item img {
    height: 80px !important;
    width: 100%;
    object-fit: contain;
}

.dimage_item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    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: #fff;
    padding: 12px 0;
    width: 100%;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
    border-top: 1px solid #eef2f6;
    border-bottom: 1px solid #eef2f6;
}

.desc-nav-ul {
    display: flex;
    column-gap: 12px;
    row-gap: 8px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.desc-nav-ul li {
    list-style: none;
    display: inline-block;
}

.desc-nav-ul li a,
.desc-nav-ul .nav-link {
    padding: 8px 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.06);
    border-radius: 6px;
    background-color: #f8fafc;
    color: #475569;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.25s ease;
}

.desc-nav-ul li.active a,
.desc-nav-ul li a.active,
.desc-nav-ul .nav-link.active,
.desc-nav-ul li:hover a {
    background-color: #0a3a66 !important;
    color: #fff !important;
    border-color: #0a3a66 !important;
    box-shadow: 0 4px 12px rgba(10, 58, 102, 0.25);
}

/* Ensure only the active tab pane is displayed */
.pro_details_area #productDetailTabContent > .tab-pane {
    display: none !important;
}

.pro_details_area #productDetailTabContent > .tab-pane.active,
.pro_details_area #productDetailTabContent > .tab-pane.show.active {
    display: block !important;
    animation: tabFadeIn 0.25s ease;
}

@keyframes tabFadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

.pro_details_area .description,
.pro_details_area .review-tab-pane {
    margin-top: 22px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.pro_details_area .description h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
    color: #1e293b;
}

/* Star Rating in Review Modal */
.review-star-rating {
    display: inline-flex;
    flex-direction: row-reverse;
    font-size: 30px;
    line-height: 1;
    gap: 4px;
}

.review-star-rating input {
    display: none;
}

.review-star-rating label {
    color: #d1d5db;
    cursor: pointer;
    padding: 0 2px;
    transition: color 0.15s ease, transform 0.15s ease;
}

.review-star-rating label:hover,
.review-star-rating label:hover ~ label,
.review-star-rating input:checked ~ label {
    color: #f59e0b;
    transform: scale(1.1);
}

.pro_details_area .tab-body-content {
    font-size: 15px;
    line-height: 1.8;
    color: #334155;
}

.page-title h5 {
    font-weight: 600;
    font-size: 18px;
}

.pro_vide h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.pro_vide {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 25px;
    position: sticky;
    top: 140px;
}

a.forget-link {
    font-size: 14px;
}

.cart_details .card-header {
    padding: 10px 15px;
    background: #f5f7f9;
}

.cart_btn.order_button a {
    background: #f77213;
    color: #fff;
    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: #1b6ab0;
}

span.sale-badge-text p {
    font-size: 11px;
    color: #fff;
}

.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: #fff;
    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: #fff;
    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 #ddd;
    padding: 10px;
    transition: 0.35s all;
    border-radius: 10px;
}
.cat_item:hover {
    border-color: #f77213;
}

.footertop_ads_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.footer_top_ads_area {
    background: #fff;
    margin-bottom: 10px;
    padding: 30px 0;
}

.scrolltop {
    position: fixed;
    right: 34px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: #f77213 !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}

.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: #FFF;
    margin: 0;
    border-radius: 5px;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-menu li a {
    padding: 10px 15px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
}

.sidebar-menu ul li a img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.sidebar-menu li a i {
    position: absolute;
    right: 12px;
    font-size: 12px;
    top: 18px;
}

.sidebar-submenu {
    position: absolute;
    right: -110%;
    top: 0;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: 0.35s all;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-submenu>li {
    position: relative !important;
}

.sidebar-childmenu {
    position: absolute;
    right: -100%;
    background: #fff;
    width: 100%;
    border-left: 1px solid #ddd;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.sidebar-menu ul li:hover>a {
    background-color: #e1fff7;
    color: #e50113;
}

.sidebar-menu ul li:hover .sidebar-submenu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.sidebar-submenu>li:hover .sidebar-childmenu {
    visibility: visible;
    opacity: 1;
    right: -100%;
}

.col-sm-3.hidetosm {
    padding-right: 0;
}

.track_btn a {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

.track_btn a i {
    font-size: 16px !important;
}

section.pro_details_area {
    background: #fff;
    padding: 25px 0;
}

.flext_area {
    display: flex;
    align-items: center;
}

.flext_area i {
    font-size: 35px;
    margin-right: 10px;
}

.details_right {
    border: 1px solid #ddd;
    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: #f77213;
    color: #fff;
}

td.tfoot_bg {
    background: #f5f5f5;
    text-align: right;
}


.payment-methods .form-check {
    display:inline-block !important;
}
.payment-methods label {
    font-size: 15px;
    color: #555;
    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: #fff;
    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: #fff;
    
}
.details-ratting-wrapper {
    margin-bottom: 10px;
}
.details-ratting-wrapper i {
    color: #FFDF00;
}
.details-ratting-wrapper i.far.fa-star {
    color: #959595;
}
.all-reviews-button  {
    text-decoration: underline;
    margin-left: 20px;
}
.customer-sidebar {
    background-color: #f5f7f9;
    padding: 10px;
    height: 100%;
}
/* Top Category Square (1:1 Aspect Ratio) Full Cover Cards */
.top_cat_card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    width: 100%;
    background: #f1f5f9;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.top_cat_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    border-color: #ff5e00;
}

.top_cat_link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.top_cat_bg_img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
    display: block;
    border-radius: 14px;
    transition: transform 0.4s ease;
}

.top_cat_card:hover .top_cat_bg_img {
    transform: scale(1.08);
}

.top_cat_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 8px 10px 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    pointer-events: none;
}

.top_cat_title {
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.25;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.topcategory {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 15px;
}
.product_sliders {
    display: grid;
    grid-template-columns: repeat(5, 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;
}

/* ========================================================
   SLIDE-OVER MINI CART RIGHT SIDEBAR DRAWER
   ======================================================== */
.side_cart_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.side_cart_overlay.active {
    opacity: 1;
    visibility: visible;
}

.side_cart_drawer {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 400px;
    max-width: 92vw;
    height: 100% !important;
    height: 100vh;
    height: 100dvh !important;
    max-height: 100% !important;
    max-height: 100dvh !important;
    background: #ffffff !important;
    z-index: 999999 !important;
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.22);
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

.side_cart_drawer.active {
    transform: translateX(0);
}

.side_cart_content {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    max-height: 100% !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

/* Header */
.side_cart_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
    background: #ffffff;
    position: relative;
    z-index: 2;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
}

.side_cart_title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
}

.side_cart_title i {
    color: #ff5e00;
    font-size: 18px;
}

.side_cart_count_badge {
    background: #ff5e00;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 20px;
}

.side_cart_close {
    background: #f1f5f9;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.side_cart_close:hover {
    background: #ef4444;
    color: #ffffff;
    transform: rotate(90deg);
}

/* Body */
.side_cart_body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    padding: 16px 20px;
}

.side_cart_items_list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.side_cart_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
    position: relative;
}

.side_cart_item:hover {
    border-color: #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.side_cart_item_img {
    width: 68px;
    height: 68px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side_cart_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side_cart_item_info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.side_cart_item_name {
    font-size: 13.5px;
    font-weight: 700;
    color: #1e293b;
    text-decoration: none;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.side_cart_item_name:hover {
    color: #ff5e00;
}

.side_cart_item_meta {
    font-size: 11px;
    color: #64748b;
    display: flex;
    gap: 8px;
}

.side_cart_item_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.side_cart_qty_box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    background: #f8fafc;
}

.side_cart_qty_btn {
    border: none;
    background: transparent;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.side_cart_qty_btn:hover {
    background: #ff5e00;
    color: #ffffff;
}

.side_cart_qty_num {
    padding: 0 8px;
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
    min-width: 22px;
    text-align: center;
}

.side_cart_item_price {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    font-family: system-ui, -apple-system, sans-serif;
}

.side_cart_remove {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 14px;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    transition: all 0.2s ease;
    align-self: flex-start;
}

.side_cart_remove:hover {
    color: #ef4444;
    background: #fee2e2;
}

/* Empty State */
.side_cart_empty {
    text-align: center;
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.side_cart_empty_icon {
    width: 80px;
    height: 80px;
    background: #fff7ed;
    color: #ff5e00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 16px;
}

.side_cart_empty h5 {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
}

.side_cart_empty p {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
}

.side_cart_shop_now {
    background: #ff5e00 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 10px 24px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    border: none !important;
    transition: all 0.25s ease !important;
}

.side_cart_shop_now:hover {
    background: #e05300 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 94, 0, 0.35);
}

/* Footer */
.side_cart_footer {
    padding: 14px 20px calc(16px + env(safe-area-inset-bottom, 0px)) 20px !important;
    border-top: 1px solid #f1f5f9;
    background: #ffffff;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05);
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    margin-top: auto !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 10 !important;
}

.side_cart_subtotal_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #475569;
}

.side_cart_total_price {
    font-size: 20px;
    font-weight: 800;
    color: #ff5e00;
    font-family: system-ui, -apple-system, sans-serif;
}

.side_cart_actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.side_cart_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent;
}

.side_cart_checkout_btn {
    background: #ff5e00;
    background: linear-gradient(180deg, #ff6600 0%, #ff5200 100%);
    color: #ffffff !important;
    border: none;
    box-shadow: 0 4px 14px rgba(255, 94, 0, 0.3);
}

.side_cart_checkout_btn:hover {
    background: linear-gradient(180deg, #e65300 0%, #d84500 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 94, 0, 0.4);
}

.side_cart_view_btn {
    background: #f8fafc;
    color: #334155 !important;
    border: 1px solid #e2e8f0;
}

.side_cart_view_btn:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

/* ========================================================
   MODERN STOREFRONT HEADER (PIXEL-PERFECT MATCH)
   ======================================================== */
#navbar_top {
    position: relative;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* 1. Top Announcement Bar */
.top_header {
    background: #ff5e00 !important;
    color: #ffffff;
    padding: 7px 0;
    font-size: 13.5px;
    font-weight: 600;
    text-align: center;
}

.top_header_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_headline_text {
    letter-spacing: 0.3px;
    color: #ffffff;
    font-size: 13.5px;
}

.top_headline_text strong {
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-left: 2px;
}

/* 2. Middle Main Header Area */
.logo-area {
    padding: 12px 0;
    background: #ffffff;
}

.modern_header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* Brand Logo */
.header_logo_col {
    flex-shrink: 0;
}

.brand_logo_img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
    display: block;
}

/* Search Box */
.header_search_col {
    flex: 1;
    max-width: 600px;
    position: relative;
}

.modern_search_form {
    display: flex;
    align-items: center;
    border: 2px solid #ff5e00;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    height: 44px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.modern_search_form:focus-within {
    box-shadow: 0 0 0 3px rgba(255, 94, 0, 0.2);
}

.modern_search_form input.search_keyword {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 16px;
    font-size: 13.5px;
    color: #1e293b;
    background: #ffffff;
}

.modern_search_form input.search_keyword::placeholder {
    color: #94a3b8;
    font-size: 13.5px;
}

.modern_search_form .search_btn {
    width: 58px;
    height: 100%;
    background: #ff5e00;
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.modern_search_form .search_btn:hover {
    background: #e65300;
}

/* Header Action Items (Phone, Track Order, Cart) */
.header_actions_col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    flex-shrink: 0;
}

.hdr_action_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #1e293b;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.hdr_action_item:hover {
    transform: translateY(-2px);
    color: #ff5e00;
}

.hdr_action_icon {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
    position: relative;
    height: 24px;
}

.hdr_action_icon.phone_icon i {
    color: #0284c7;
}

.hdr_action_icon.loc_icon i {
    color: #ff5e00;
}

.hdr_action_icon.cart_icon i {
    color: #ff5e00;
}

.hdr_cart_count_badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #ff5e00;
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 800;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    border: 1.5px solid #ffffff;
    padding: 0 3px;
}

.hdr_phone_num {
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: 0.2px;
}

.hdr_action_label {
    font-size: 11.5px;
    font-weight: 700;
    color: #334155;
    letter-spacing: 0.2px;
}

.hdr_action_item:hover .hdr_action_label,
.hdr_action_item:hover .hdr_phone_num {
    color: #ff5e00;
}

/* 3. Bottom Navbar Menu (Dark Navy) */
.menu-area {
    background: #09142e !important;
    border: none !important;
    padding: 0 !important;
}

.navbar_menu_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_menu_list {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav_item {
    position: relative;
}

.nav_link {
    display: flex;
    align-items: center;
    padding: 12px 6px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nav_link:hover,
.nav_item.active .nav_link {
    color: #ff5e00 !important;
}

/* Dropdown styling */
.nav_item.has_dropdown .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 10px 10px;
    padding: 8px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    border: 1px solid #f1f5f9;
}

.nav_item.has_dropdown:hover .dropdown_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown_item {
    position: relative;
}

.dropdown_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 18px;
    color: #1e293b;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.dropdown_link:hover {
    background: #fff7ed;
    color: #ff5e00;
    padding-left: 22px;
}

.nav_cat_img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
}

.sub_arrow {
    font-size: 10px;
    color: #94a3b8;
}

/* Sub-dropdowns */
.dropdown_item.has_sub_dropdown .sub_dropdown_menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 230px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 8px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.2s ease;
    border: 1px solid #f1f5f9;
}

.dropdown_item.has_sub_dropdown:hover .sub_dropdown_menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.sub_dropdown_link {
    display: block;
    padding: 8px 18px;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sub_dropdown_link:hover {
    background: #fff7ed;
    color: #ff5e00;
    padding-left: 22px;
}

.child_dropdown_menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 8px 0;
    list-style: none;
    border: 1px solid #f1f5f9;
}

.child_dropdown_link {
    display: block;
    padding: 7px 16px;
    color: #334155;
    font-size: 12.5px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.child_dropdown_link:hover {
    background: #fff7ed;
    color: #ff5e00;
}

/* 20px Gap between Navigation and Banner */
.slider-section {
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.product-section,
.auth-section,
.checkout-section,
.cart-section,
.custom-tree {
    padding: 20px 0;
}

/* ========================================================
   DUAL HERO BANNER SLIDERS (LEFT BIGGER, RIGHT SMALLER)
   ======================================================== */
.slider-section {
    margin-top: 20px !important;
    margin-bottom: 25px !important;
}

.home-slider-container,
.side-slider-container {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background: #f1f5f9;
    position: relative;
    height: 380px;
}

.main_slider,
.side_banner_slider {
    height: 100%;
}

.main_slider .owl-stage-outer,
.main_slider .owl-stage,
.main_slider .owl-item,
.side_banner_slider .owl-stage-outer,
.side_banner_slider .owl-stage,
.side_banner_slider .owl-item {
    height: 100% !important;
}

.main_slider .slider-item,
.side_banner_slider .side_slider_item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.main_slider .slider-item img,
.side_banner_slider .side_slider_item img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
    display: block;
    border-radius: 14px;
    transition: transform 0.5s ease;
}

.main_slider .slider-item:hover img,
.side_banner_slider .side_slider_item:hover img {
    transform: scale(1.03);
}

.slider_link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* Banner Overlay & CTA Button */
.banner_overlay_content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 10;
    max-width: 80%;
    pointer-events: none;
}

.banner_title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 12px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
    line-height: 1.25;
}

.banner_title.side_title {
    font-size: 19px;
    margin-bottom: 8px;
}

.banner_shop_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: #ff5e00;
    background: linear-gradient(135deg, #ff6b00 0%, #ff5200 100%);
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 800;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 16px rgba(255, 94, 0, 0.45);
    pointer-events: auto;
    transition: all 0.25s ease;
    border: 2px solid rgba(255, 255, 255, 0.25);
}

.slider_link:hover .banner_shop_btn {
    background: linear-gradient(135deg, #e65300 0%, #d84500 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 94, 0, 0.6);
}

.banner_shop_btn.side_btn {
    padding: 8px 18px;
    font-size: 12px;
}

/* Side Slider Dots */
.side_banner_slider .owl-dots {
    position: absolute;
    bottom: 12px;
    right: 16px;
    margin: 0;
    z-index: 15;
}

.side_banner_slider .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 3px !important;
    background: rgba(255, 255, 255, 0.6) !important;
    transition: all 0.2s ease !important;
}

.side_banner_slider .owl-dot.active span {
    background: #ff5e00 !important;
    width: 22px !important;
    border-radius: 10px !important;
}

/* Responsive adjustment for Mobile/Tablet */
@media (max-width: 991px) {
    .home-slider-container,
    .side-slider-container {
        height: 280px;
    }
    .side-slider-container {
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .home-slider-container,
    .side-slider-container {
        height: 200px;
    }
    .banner_title {
        font-size: 17px;
    }
    .banner_shop_btn {
        padding: 6px 14px;
        font-size: 11px;
    }
}

/* ========================================================
   FLOATING RIGHT-SIDE CART TAB (CHALDAL / DARAZ STYLE)
   ======================================================== */
.floating_cart_tab {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99998;
    background: #ff5e00;
    background: linear-gradient(180deg, #ff6a00 0%, #ff5200 100%);
    color: #ffffff;
    border-radius: 14px 0 0 14px;
    padding: 12px 10px 10px 10px;
    width: 72px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: -4px 6px 20px rgba(255, 94, 0, 0.38);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, background 0.2s ease;
    user-select: none;
}

.floating_cart_tab:hover {
    transform: translateY(-50%) translateX(-4px);
    box-shadow: -6px 8px 24px rgba(255, 94, 0, 0.5);
    background: linear-gradient(180deg, #ff7a1a 0%, #e64a00 100%);
}

.floating_cart_tab .floating_cart_icon {
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 5px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
}

.floating_cart_tab .floating_cart_items {
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.floating_cart_tab .floating_cart_price {
    font-size: 11px;
    font-weight: 900;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    padding: 2px 4px;
    margin-top: 5px;
    width: 100%;
    white-space: nowrap;
    line-height: 1.3;
    animation: fadeInTabPrice 0.2s ease-in;
}

@keyframes fadeInTabPrice {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

@media (max-width: 576px) {
    .floating_cart_tab {
        width: 62px;
        padding: 9px 6px 8px 6px;
        top: 60%;
        border-radius: 12px 0 0 12px;
    }
    .floating_cart_tab .floating_cart_icon {
        font-size: 20px;
    }
    .floating_cart_tab .floating_cart_items {
        font-size: 10px;
    }
    .floating_cart_tab .floating_cart_price {
        font-size: 10px;
        padding: 1px 3px;
    }
}

/* ========================================================= */
/* 🌟 MEGA MENU & 50PX ANTI-FLICKER HOVER BUFFER ZONE         */
/* ========================================================= */

.menu-area .container {
    position: relative;
}

.nav_item.has_megamenu {
    position: static !important;
}

/* Invisible Bridge between nav link and mega menu (20px) */
.nav_item.has_megamenu::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 25px;
    display: block;
    z-index: 1050;
}

/* Mega Menu Wrapper (with invisible 50px hover buffer zone) */
.megamenu_wrapper {
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    background: transparent;
    padding-top: 10px;
    padding-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1), transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s;
    z-index: 1100;
    pointer-events: none;
}

/* Show Mega Menu when hovered or when active via JS */
.nav_item.has_megamenu:hover .megamenu_wrapper,
.megamenu_wrapper.is_open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Mega Menu Inner White Box */
.megamenu_inner {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.18), 0 0 0 1px rgba(226, 232, 240, 0.9);
    padding: 22px 24px;
    max-height: 540px;
    overflow-y: auto;
}

/* Scrollbar styling for inner menu */
.megamenu_inner::-webkit-scrollbar {
    width: 5px;
}
.megamenu_inner::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

/* Mega Menu Grid: Left Categories (1fr) + Right Hot Product Promos (290px) */
.megamenu_grid {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 24px;
    align-items: start;
}

/* 1. LEFT CATEGORIES AREA */
.megamenu_categories_col {
    flex-grow: 1;
}

.megamenu_cat_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px 11px;
    align-items: start; /* Prevents vertical stretching so no tall empty gaps occur! */
}

@media (max-width: 1200px) {
    .megamenu_cat_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Individual Category Compact Card (চারকোনা বর্ডার স্লিম ও কোনো বাড়তি নিচের গ্যাপ ছাড়া) */
.megamenu_cat_block {
    display: flex;
    flex-direction: column;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 7px 10px;
    transition: all 0.2s ease;
    height: auto;
}

.megamenu_cat_block:hover {
    background: #ffffff;
    border-color: #f58220;
    box-shadow: 0 3px 10px rgba(245, 130, 32, 0.08);
}

/* Main Category Link */
.megamenu_main_cat_link {
    display: flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    transition: all 0.15s ease;
}

/* For cards without subcategories: absolutely NO bottom gap or divider */
.megamenu_cat_block.no_subcats .megamenu_main_cat_link {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* For cards with subcategories: minimal neat divider */
.megamenu_cat_block.has_subcats .megamenu_main_cat_link {
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/* Category Thumbnail: compact & sharp 36px (ছবিটা আরও একটু ছোট ও স্লিম) */
.megamenu_cat_thumb {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.main_cat_title {
    font-size: 13.5px;
    font-weight: 700;
    color: #1e293b;
    transition: color 0.15s;
    line-height: 1.25;
    flex-grow: 1;
}

.megamenu_cat_block:hover .main_cat_title {
    color: #f58220;
}

.cat_arrow_indicator {
    font-size: 10px;
    color: #cbd5e1;
    margin-left: auto;
    transition: transform 0.2s ease, color 0.2s ease;
}

.megamenu_cat_block:hover .cat_arrow_indicator {
    color: #f58220;
    transform: translateX(3px);
}

/* Subcategories list underneath */
.megamenu_sub_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.megamenu_sub_link {
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    text-decoration: none;
    padding: 1px 0 1px 4px;
    transition: all 0.15s ease;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 2px solid transparent;
}

.megamenu_sub_link:hover {
    color: #f58220;
    border-left-color: #f58220;
    padding-left: 6px;
}

.megamenu_view_more {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-decoration: none;
    display: inline-block;
    margin-top: 3px;
    padding-left: 4px;
}

.megamenu_view_more:hover {
    color: #f58220;
}

/* 2. RIGHT PROMO COLUMN (ডান সাইডে ২টি হট প্রোডাক্ট অ্যাড) */
.megamenu_promo_col {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    border: 1.5px solid #eef2f6;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.promo_col_header {
    border-bottom: 1.5px solid #e2e8f0;
    padding-bottom: 8px;
    margin-bottom: 2px;
}

.promo_col_title {
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

/* Compact Hot Product Promo Card */
.compact_promo_card {
    display: flex;
    gap: 12px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.compact_promo_card:hover {
    border-color: #f58220;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(245, 130, 32, 0.12);
}

.promo_card_img_wrap {
    position: relative;
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f5f9;
}

.promo_card_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.compact_promo_card:hover .promo_card_img {
    transform: scale(1.06);
}

.promo_badge_pill {
    position: absolute;
    top: 3px;
    left: 3px;
    background: #ea580c;
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 5px;
    border-radius: 4px;
    line-height: 1;
}

.promo_card_details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    min-width: 0;
}

.promo_card_title {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.promo_card_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.promo_card_price {
    font-size: 14.5px;
    font-weight: 800;
    color: #f58220;
}

.promo_order_btn {
    font-size: 11px;
    font-weight: 700;
    color: #3b82f6;
    transition: color 0.15s;
}

.compact_promo_card:hover .promo_order_btn {
    color: #f58220;
}

/* ==========================================================================
   Slide-Up Quick Checkout Popup (Bottom-Sheet Modal)
   ========================================================================== */
.quick_checkout_overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(4px);
    z-index: 999998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.quick_checkout_overlay.active {
    opacity: 1;
    visibility: visible;
}

.quick_checkout_popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    max-height: 92vh;
    background: #ffffff;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(105%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media (min-width: 992px) {
    .quick_checkout_popup {
        left: 50% !important;
        top: 50% !important;
        bottom: auto !important;
        transform: translate(-50%, 60%) !important;
        width: 880px;
        max-width: 95vw;
        max-height: 88vh;
        border-radius: 20px;
        box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.35);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }
    .quick_checkout_popup.active {
        transform: translate(-50%, -50%) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 991px) {
    .quick_checkout_popup.active {
        transform: translateY(0);
    }
}

.quick_checkout_container {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.quick_checkout_wrapper {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

.quick_checkout_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px;
    border-bottom: 1px solid #f1f5f9;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
}

.quick_checkout_header_icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #fff7ed;
    color: #ea580c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.quick_checkout_close_btn {
    background: #f1f5f9;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.quick_checkout_close_btn:hover {
    background: #ef4444;
    color: #ffffff;
    transform: rotate(90deg);
}

.quick_checkout_body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
}

.quick_checkout_section_card {
    background: #ffffff;
    border: 1.5px solid #f1f5f9;
    border-radius: 14px;
    padding: 18px;
}

.quick_checkout_section_title {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f8fafc;
}

/* ==========================================================================
   MODERN PRODUCT DETAILS REDESIGN (State-of-the-Art Visual Experience)
   ========================================================================== */

.main-details-page {
    background-color: #f8fafc;
    padding: 24px 0 50px;
}

/* 1. Left Column: Product Gallery Card */
.product-gallery-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: box-shadow 0.3s ease;
}

.product-gallery-card:hover {
    box-shadow: 0 10px 30px -4px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
    .product-gallery-card {
        position: sticky;
        top: 100px;
    }
}

/* Modern Discount Ribbon */
.modern-discount-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 10;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Main Image Slider (Square Shape 1:1) */
.main-details-page .dimage_item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    max-height: none !important;
    border: 1px solid #f1f5f9;
    position: relative;
}

.main-details-page .dimage_item img.block__pic {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    margin: 0 auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-zoom-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
    margin-top: 10px;
    font-weight: 500;
}

/* Thumbnails */
.main-details-page .indicator_thumb {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.main-details-page .indicator_thumb.thumb_slider {
    flex-wrap: nowrap;
    display: block;
}

.main-details-page .indicator-item {
    width: 78px;
    height: 78px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    flex-shrink: 0;
}

.main-details-page .indicator-item:hover,
.main-details-page .indicator-item.active {
    border-color: #0a3a66;
    box-shadow: 0 4px 14px rgba(10, 58, 102, 0.25);
    transform: translateY(-2px);
}

.main-details-page .indicator-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

/* 2. Right Column: Product Info Card */
.product-info-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 30px;
    box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.05);
}

/* Modern Breadcrumb */
.p-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 14px;
    padding: 0;
    list-style: none;
}

.p-breadcrumb a {
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.p-breadcrumb a:hover {
    color: #0a3a66;
    text-decoration: underline;
}

.p-breadcrumb .p-sep {
    color: #cbd5e1;
    font-size: 10px;
    margin: 0 2px;
}

.p-breadcrumb .p-current {
    color: #0f172a;
    font-weight: 600;
}

/* Badges Row */
.product-badges-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.p-badge-chip {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.p-badge-cat {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #dbeafe;
}

.p-badge-stock-in {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.p-badge-stock-out {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.p-badge-sku {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #e2e8f0;
}

/* Main Title */
.product-main-title {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 12px 0;
    word-break: break-word;
    letter-spacing: -0.01em;
}

/* Rating Ribbon */
.p-rating-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.p-stars {
    color: #f59e0b;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.p-rating-score {
    font-weight: 700;
    color: #1e293b;
    font-size: 13.5px;
    margin-left: 4px;
}

.p-review-link {
    font-size: 13px;
    color: #0a3a66;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 6px;
    padding: 3px 9px;
    border-radius: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.p-review-link:hover {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

/* Pricing Hero Box */
.pricing-hero-box {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

.current-price-val {
    font-size: 32px;
    font-weight: 800;
    color: #0a3a66;
    letter-spacing: -0.5px;
    line-height: 1;
}

.original-price-val {
    font-size: 18px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 500;
}

.savings-chip {
    background: #fee2e2;
    color: #dc2626;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 6px;
    border: 1px solid #fca5a5;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
}

/* Special Note Alert */
.p-special-note {
    background: #fffbeb;
    border: 1px solid #fef3c7;
    border-left: 4px solid #f59e0b;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13.5px;
    color: #92400e;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* Variant Groups */
.p-variant-group {
    margin-bottom: 20px;
}

.p-variant-label {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.p-variant-label .selected-variant-text {
    color: #0a3a66;
    font-weight: 700;
}

/* Color Swatches */
.p-color-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.p-color-item {
    position: relative;
    cursor: pointer;
}

.p-color-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.p-color-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2.5px solid #ffffff;
    box-shadow: 0 0 0 1.5px #cbd5e1;
}

.p-color-circle img.check-icon {
    width: 14px;
    height: 14px;
    opacity: 0;
    transition: opacity 0.2s;
    filter: brightness(0) invert(1);
}

.p-color-item input[type="radio"]:checked + .p-color-circle {
    box-shadow: 0 0 0 2.5px #0a3a66;
    transform: scale(1.1);
}

.p-color-item input[type="radio"]:checked + .p-color-circle img.check-icon {
    opacity: 1;
}

.p-color-name-sub {
    font-size: 11px;
    color: #64748b;
    text-align: center;
    margin-top: 4px;
    display: block;
}

/* Size Pills */
.p-size-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.p-size-item {
    position: relative;
}

.p-size-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.p-size-pill-label {
    padding: 8px 18px;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.p-size-pill-label:hover {
    border-color: #0a3a66;
    color: #0a3a66;
    background: #f8fafc;
}

.p-size-item input[type="radio"]:checked + .p-size-pill-label {
    background: #0a3a66;
    color: #ffffff;
    border-color: #0a3a66;
    box-shadow: 0 4px 12px rgba(10, 58, 102, 0.25);
    transform: translateY(-1px);
}

.p-size-item input[type="radio"]:checked + .p-size-pill-label .size-price-diff {
    color: #93c5fd !important;
}

/* Meta Chips (Brand & Unit) */
.p-meta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.p-meta-item {
    font-size: 13px;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 5px 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Quantity Selector & Dual CTAs */
.p-purchase-box {
    margin-bottom: 22px;
}

.p-qty-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.p-qty-label {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.p-modern-qty {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.p-modern-qty .qty-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    font-size: 18px;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    user-select: none;
    border: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.p-modern-qty .qty-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.p-modern-qty input.qty-input {
    width: 55px;
    height: 42px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    background: transparent;
    pointer-events: none;
}

/* Dual CTAs */
.p-action-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.p-btn-order-now {
    flex: 1 1 200px;
    height: 52px;
    background: linear-gradient(135deg, #e11d48 0%, #be123c 100%);
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 6px 20px -3px rgba(225, 29, 72, 0.4);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.p-btn-order-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -3px rgba(225, 29, 72, 0.5);
    color: #ffffff !important;
}

.p-btn-add-cart {
    flex: 1 1 200px;
    height: 52px;
    background: #0a3a66;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 6px 20px -3px rgba(10, 58, 102, 0.3);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.p-btn-add-cart:hover {
    background: #082b4c;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -3px rgba(10, 58, 102, 0.4);
    color: #ffffff !important;
}

/* Quick Helpline & WhatsApp Bar */
.p-contact-bar {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 22px;
}

.p-contact-title {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.p-contact-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.p-btn-phone {
    flex: 1 1 160px;
    padding: 10px 14px;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.p-btn-phone:hover {
    background: #dbeafe;
    color: #1e40af;
    transform: translateY(-1px);
}

.p-btn-whatsapp {
    flex: 1 1 160px;
    padding: 10px 14px;
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.p-btn-whatsapp:hover {
    background: #dcfce7;
    color: #166534;
    transform: translateY(-1px);
}

/* Delivery & Trust Assurances Card */
.p-delivery-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.p-delivery-header {
    background: #f8fafc;
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.p-delivery-rates {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.p-delivery-rate-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
    color: #334155;
}

.p-delivery-rate-row .p-rate-name {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.p-delivery-amount {
    font-weight: 700;
    color: #0a3a66;
    background: #eff6ff;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 13px;
    border: 1px solid #dbeafe;
}

.p-trust-features {
    background: #fafafa;
    padding: 12px 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
}

.p-trust-feature-item {
    font-size: 12px;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

/* Tabs & Description Section */
.description-nav-wrapper {
    background: #ffffff;
    padding: 14px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    margin-top: 30px;
}

.pro_details_area {
    background: #f8fafc;
    padding: 24px 0 40px;
}

.pro_details_area .description,
.pro_details_area .review-tab-pane {
    margin-top: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px -4px rgba(0,0,0,0.05);
}

.pro_details_area .pro_vide {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px -4px rgba(0,0,0,0.05);
    margin-top: 0;
    position: sticky;
    top: 100px;
}

.pro_details_area .pro_vide h2 {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

/* Related Products Header */
.related-product-section {
    background: #ffffff;
    padding: 40px 0 60px;
    border-top: 1px solid #e2e8f0;
}

.related-title h5 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
}

.related-title h5::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 45px;
    height: 3px;
    background: #0a3a66;
    border-radius: 2px;
}

/* Mobile Responsive Optimization for Product Page */
@media (max-width: 768px) {
    .main-details-page {
        padding: 12px 0 30px;
    }
    .product-gallery-card {
        padding: 12px;
        border-radius: 12px;
        margin-bottom: 18px;
    }
    .main-details-page .dimage_item {
        width: 100%;
        aspect-ratio: 1 / 1 !important;
        height: auto !important;
        max-height: none !important;
    }
    .main-details-page .dimage_item img.block__pic {
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: contain !important;
    }
    .main-details-page .indicator-item {
        width: 62px;
        height: 62px;
        aspect-ratio: 1 / 1;
    }
    .product-info-card {
        padding: 18px 16px;
        border-radius: 12px;
    }
    .product-main-title {
        font-size: 20px;
    }
    .current-price-val {
        font-size: 26px;
    }
    .pricing-hero-box {
        padding: 12px 14px;
    }
    .p-btn-order-now,
    .p-btn-add-cart {
        height: 48px;
        font-size: 15px;
    }
    .p-contact-btns {
        flex-direction: column;
    }
    .pro_details_area .description,
    .pro_details_area .review-tab-pane {
        padding: 18px 16px;
        border-radius: 12px;
    }
}
