@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;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
    text-align: left !important;
    float: left !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a,
a:hover,
a:focus {
    color: #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: #247cc6;
}

.parsley-error {
    border: 1px solid #247cc6 !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 ====  */

.premium-header-v2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header-main-area {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.v2-logo img {
    max-width: 150px;
    height: auto;
    transition: transform 0.3s ease;
}

.v2-logo:hover img {
    transform: scale(1.02);
}

.v2-search-wrap {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.v2-search-inner {
    display: flex;
    background: rgba(240, 242, 245, 0.8);
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 4px;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.v2-search-inner:focus-within {
    background: #fff;
    border-color: #247cc6;
    box-shadow: 0 0 20px rgba(36, 124, 198, 0.15);
}

.v2-search-inner input {
    flex-grow: 1;
    border: none !important;
    background: transparent;
    padding: 10px 18px;
    font-size: 14px;
    outline: none;
    color: #1a1a1a;
    font-weight: 500;
}

.v2-search-btn {
    background: #247cc6;
    color: #fff;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.v2-search-btn:hover {
    background: #1b6ab0;
    transform: scale(1.05) rotate(5deg);
    box-shadow: 0 4px 12px rgba(36, 124, 198, 0.3);
}

.v2-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.v2-action-item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2d3436;
    text-decoration: none !important;
    transition: all 0.3s ease;
    position: relative;
}

.v2-icon-box {
    width: 44px;
    height: 44px;
    background: rgba(36, 124, 198, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    transition: all 0.3s ease;
    position: relative;
}

.v2-icon-box i {
    font-size: 20px;
    color: #247cc6;
}

.v2-action-item span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.v2-action-item:hover>a {
    color: #247cc6;
}

.v2-action-item:hover .v2-icon-box {
    background: #247cc6;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(36, 124, 198, 0.2);
}

.v2-action-item:hover .v2-icon-box i {
    color: #fff;
}

.v2-cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4757;
    color: #fff;
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border: 2px solid #fff;
    box-shadow: 0 3px 6px rgba(255, 71, 87, 0.3);
}

.v2-cart-dropdown {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: 340px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1000;
}

.cart-dialog:hover .v2-cart-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.v2-cart-header {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f2f5;
    color: #1a1a1a;
}

.v2-cart-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    max-height: 280px;
    overflow-y: auto;
}

.v2-cart-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e1e4e8;
    position: relative;
}

.v2-item-thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    background: #f8f9fa;
}

.v2-item-details a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
    text-decoration: none !important;
}

.v2-item-meta {
    font-size: 13px;
    color: #247cc6;
    font-weight: 700;
}

.v2-remove-item {
    background: #fff5f5;
    border: none;
    color: #ff4757;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s ease;
}

.v2-remove-item:hover {
    background: #ff4757;
    color: #fff;
    transform: rotate(90deg);
}

.v2-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.v2-checkout-btn {
    background: linear-gradient(135deg, #247cc6 0%, #1b6ab0 100%);
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(36, 124, 198, 0.2);
}

.v2-checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(36, 124, 198, 0.4);
}

.premium-header-v2.sticky-active .header-main-area {
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.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: #247cc6;
    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: #247cc6;
    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: #247cc6;
}

.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: #247cc6;
    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;
}

.search_product {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999999;
    border-radius: 16px;
    top: calc(100% + 10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #f0f2f5;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search_product ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search_product li {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f2f5;
    transition: all 0.2s ease;
}

.search_product li:last-child {
    border-bottom: none;
}

.search_product li:hover {
    background: rgba(36, 124, 198, 0.05);
}

.search_product li a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
}

.search_product img {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    object-fit: contain;
    background: #f8f9fa;
}

.search_content p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.search_content .price {
    color: #247cc6;
    font-weight: 700;
    font-size: 13px;
}

.submit-btn {
    background: #247cc6 !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: #247cc6;
    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: #247cc6;
    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: #247cc6 !important;
    z-index: 99999999;
    display: inline-block !important;
    height: auto !important;
}

.menu-area {
    background: #247cc6;
    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: #247cc6;
    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: #247cc6;
}

.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: #247cc6;
    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: 45px;
    text-align: center;
    width: 15%;
}

.main-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-logo img {
    width: auto;
    height: 100%;
    margin-top: 0;
}

/*==== HEADER CSS END ====  */

/*==== CATEGORY SECTION CSS START ====  */
section.slider-section {
    margin-bottom: 10px;
    margin-top: 10px;
}

.home-slider-container {
    padding: 0;
    padding-left: 0px;
}

.homeproduct {
    padding-bottom: 0px;
    padding-top: 0px;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 0;
}

.category-section.section-padding {
    margin-bottom: 20px;
}

.section-title {
    padding: 20px 0;
}

.section-title h2 {
    font-size: 16px;
    font-weight: 600;
}

.front-category ul li a {
    color: #555;
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid #247cc6;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.35s all;
    margin-right: 5px;
}

.front-category ul li a:hover {
    background: #247cc6;
    color: #fff;
    border-color: #247cc6;
}

.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: #247cc6;
    color: #fff;
}

.sidebar_item {
    margin-bottom: 20px;
}

.sidebar_item h2.accordion-header button.accordion-button {
    background-color: #247cc6;
    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: #247cc6 !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 ====  */
footer {
    background: #1a1a1b;
    color: #e5e5e5;
    font-family: 'Jost', sans-serif;
}

.footer-news-letter {
    background: #247cc6;
    padding: 40px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-text h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.newsletter-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}

.newsletter-form form {
    display: flex;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.newsletter-form input {
    border: none !important;
    padding: 10px 15px;
    flex-grow: 1;
    outline: none;
    color: #333;
}

.newsletter-form button {
    background: #1a1a1b;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 600;
    transition: 0.3s;
}

.newsletter-form button:hover {
    background: #000;
}

.footer-top {
    padding: 70px 0 40px;
    background: #1a1a1b;
}

.footer-about a img {
    max-width: 150px;
    margin-bottom: 25px;
}

.footer-desc {
    color: #a0a0a0;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 14px;
}

.contact-info p {
    color: #e5e5e5;
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.contact-info p i {
    color: #247cc6;
    margin-right: 12px;
    font-size: 16px;
    width: 20px;
}

.contact-info a {
    color: #e5e5e5;
    transition: 0.3s;
}

.contact-info a:hover {
    color: #247cc6;
}

.footer-social .social_link {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.footer-social .social_list {
    display: block;
}

.footer-social .social_list a {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.35s;
    font-size: 16px;
}

.footer-social .social_list a:hover {
    background: #247cc6;
    transform: translateY(-3px);
}

.footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #247cc6;
}

.footer-menu ul li {
    display: block;
    margin-bottom: 12px;
}

.footer-menu ul li a {
    color: #a0a0a0;
    font-size: 15px;
    transition: 0.3s;
}

.footer-menu ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-app p {
    color: #a0a0a0;
    margin-bottom: 20px;
    font-size: 14px;
}

.app-links a {
    display: inline-block;
    transition: 0.3s;
}

.app-links a:hover {
    opacity: 0.8;
    transform: scale(1.02);
}

.app-links img {
    height: 45px;
}

.payment-methods img {
    opacity: 0.8;
    margin-top: 15px;
}

.footer-bottom {
    background: #111112;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright p,
.credit p {
    color: #888;
    font-size: 14px;
    margin: 0;
}

.copyright p b {
    color: #fff;
}

/*==== 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: #247cc6;
    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: 5px 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: #247cc6;
    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: #ED145B;
    border: 1px solid #ED145B;
    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: #247cc6 !important;
    border-color: #247cc6 !important;
    outline: 0;
    color: #fff !important;
}

.add_cart_btn {
    color: #fff;
    background-color: #247cc6;
    border: 1px solid #247cc6;
    border-radius: 0;
    width: 50%;
    height: 45px;
    margin-top: 10px;
    border-radius: 5px;
    margin-right: 2px;
}

.call_now_btn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2px;
}

.call_now_btn i {
    margin-right: 10px;
}

.add_cart_btn:hover,
.add_cart_btn:active {
    color: #fff !important;
    background-color: #087bce !important;
    border-color: #087bce !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 #247cc6;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #247cc6;
    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: #247cc633;
    border-radius: 50%;
    color: #247cc6;
}

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: #247cc638;
}

.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: #247cc638;
}

.subcategory-filter-label input {
    position: relative;
    border: 2px solid #247cc6;
    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;
    -moz-appearance: none;
    appearance: none;
    opacity: .5;
    margin-top: 3px;
}

.subcategory-filter-label input[type=checkbox]:checked {
    background-color: #247cc6;
    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: #247cc6;
}

.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: 10px;
}

.section-title-header {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.section-title-header .section-title-name {
    font-size: 20px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    padding-bottom: 10px;
    position: relative;
    bottom: -2px;
    text-transform: capitalize;
}

li.see_more_btn {
    text-align: end;
}

li.recent_pro {
    font-size: 15px;
}

.sec_title i {
    font-size: 10px;
    margin-left: 5px;
}

/*====  LOADING SPINNER CSS END ====  */
#loading {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 9999;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    transform: translate(-50%);
    text-align: center;
}

.custom-loader {
    width: 50px;
    height: 50px;
    --c: radial-gradient(farthest-side, #247cc6 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: #247cc6;
    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: #247cc6;
    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: #247cc6;
    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: #247cc6;
    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: #247cc6;
    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: #247cc6 !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: #247cc6;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.sidebar-menu li a.active {
    color: #247cc6;
}

/*====  PROFILE CSS END ====  */

.payment_option {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}

/*====  CHECKOUT CSS START ====  */
.cartlist img {
    height: 30px;
    width: 30px;
}

.cartlist span {
    height: 20px;
    width: 20px;
    border-radius: 50px;
}

.chheckout-section {
    padding: 35px 0;
}

.checkout-shipping .card-header {
    background: #f5f7f9;
    padding: 15px 15px;
}

.checkout-shipping h5,
.cart_details h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.cartlist .text-left {
    text-align: left;
}

.checkout-shipping label {
    margin-bottom: 5px;
    font-size: 17px;
    font-family: Potro Sans Bangla;
    font-weight: 600;
}

.checkout-shipping h6 {
    font-weight: 600;
    color: #000;
    text-align: center;
}

.checkout-shipping h6 a {
    color: #247cc6;
}

.checkout-shipping select {
    font-size: 14px;
}

.checkout-shipping input,
.checkout-shipping input:focus,
.checkout-shipping select,
.checkout-shipping select:focus {
    border: 1px solid #ddd;
    height: 40px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    height: 40px !important;
}

#select2-district-container {
    line-height: 40px;
}

.select2-results li {
    display: block;
}

.checkout-shipping .form-check-input {
    height: 14px !important;
}

.nagadform p,
.bkashform p,
.rocketform p {
    padding: 5px 0;
}

.bkashform,
.nagadform,
.rocketform {
    display: none;
    background: #f5f7f9;
    padding: 20px;
    margin: 15px 0;
    border-radius: 5px;
}

.order_place {
    background: #247cc6;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
}

.order_place:hover {
    background: #247cc6;
}

/*====  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: #247cc6 !important;
    font-weight: 600;
}

.menu-more i {
    color: #247cc6 !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: #247cc6;
    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: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    overflow: hidden;
}

.category-product {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.product_item_inner {
    border-bottom: 0;
    transition: 0.35s all;
}

.product_item_inner .sale-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.product_item_inner .sale-badge-inner {
    /*--sale-badge-width: 60px;*/
    width: 60px;
    height: var(--sale-badge-width);
}

.product_item_inner .sale-badge-box {
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
    border-radius: 50px;
    width: auto;
    display: inline-flex;
    padding: 4px 12px;
    box-shadow: 0 4px 10px rgba(255, 65, 108, 0.3);
    margin: 10px;
}

.product_item_inner span.sale-badge-text {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.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;
}

.product_item:hover .product_item_inner {
    border-color: #247cc6;
}

.product_item {
    margin-bottom: 30px;
    position: relative;
    border: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #fff;
    padding: 12px;
    border-radius: 15px;
    overflow: hidden;
}

.quick_view_btn {
    width: 100%;
    background: #1b6ab0;
    position: absolute;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: 0.4s all;
    padding: 5px 0px;
    text-align: center;
    bottom: -45px;
}

.product_item:hover .quick_view_btn {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    bottom: 0;
}

.quick_view_btn button {
    font-size: 15px;
    color: white;
    background-color: transparent;
    font-weight: 500;
    text-transform: uppercase;
}

.product_item:hover .quick_view_hard {
    opacity: 1;
    overflow: visible;
    z-index: 1;
    visibility: visible;
}

.pro_name {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 2;
    display: block;
    margin-top: 15px;
    padding: 0 5px;
    height: 44px;
}

.pro_name a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.3s;
}

section.slider-section {
    margin: 30px 0;
}

.home-slider-container {
    padding: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.slider-item {
    height: 500px !important;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
}

/* Ken Burns Effect */
.slider-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 10s ease-out !important;
    transform: scale(1.05);
}

.owl-item.active .slider-item img {
    transform: scale(1);
}

/* Glassmorphism Navigation */
.main_slider.owl-carousel .owl-nav button.owl-prev,
.main_slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: #1a1a1a !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    margin: 0;
}

.main_slider.owl-carousel:hover .owl-nav button {
    opacity: 1;
}

.main_slider.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
}

.main_slider.owl-carousel .owl-nav button.owl-next {
    right: 30px;
}

.main_slider.owl-carousel .owl-nav button:hover {
    background: #247cc6 !important;
    color: #fff !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 10px 25px rgba(36, 124, 198, 0.3);
}

/* Modern Dots Pagination */
.main_slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    padding: 8px 16px;
    border-radius: 30px;
    display: flex;
    gap: 8px;
}

.main_slider.owl-carousel .owl-dot span {
    width: 12px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5) !important;
    margin: 0 !important;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.main_slider.owl-carousel .owl-dot.active span {
    width: 30px;
    background: #fff !important;
}

.homeproduct {
    color: #247cc6 !important;
}

.pro_des {
    text-align: center;
}

.pro_name a:hover {
    color: #247cc6;
}

.pro_img {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.pro_img>a {
    display: block;
    height: 100%;
}

.pro_img img {
    height: 100%;
    width: 100%;
    /*object-fit: contain;*/
    transition: 0.35s all;
}

.product_item_inner:hover .pro_img img {
    transform: scale(1.1);
}

.product_item:hover {
    border-color: #247cc6 !important;
}


.pro_price {
    margin-bottom: 5px;
}

.pro_price p {
    color: #247cc6;
    font-weight: 800;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
}

.pro_price del {
    color: #999;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: line-through;
}

.pro_btn button {
    background: linear-gradient(90deg, #247cc6 0%, #1b6ab0 100%);
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(36, 124, 198, 0.2);
    margin-top: 10px;
}

.pro_btn button:hover {
    background: linear-gradient(90deg, #1b6ab0 0%, #15518b 100%);
    box-shadow: 0 8px 20px rgba(36, 124, 198, 0.4);
    transform: translateY(-2px);
}

.cart_btn a {
    background: #ED145B;
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s ease;
    padding: 6px 0;
    border-radius: 5px;
}

.cart_btn a:hover {
    background: #1b6ab0;
}


.discount {
    position: absolute;
    top: 5px;
    background: #247cc6;
    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: 0px;
}

.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: #247cc6;
    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: 122px;
}

.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: #247cc6;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 15px;
    color: #fff;
    font-family: "Lato", sans-serif;
    border-radius: 5px;
}

.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: 15px;
    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;
    margin-top: 10px;
}

.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: #247cc6;
}

.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: #247cc6;
    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 {
    height: 500px !important;
    object-fit: contain;
}

.hightlight_cont p {
    font-weight: 600;
    text-align: center;
}

.color_inner {
    display: flex;
    margin-top: 10px;
}

.color_inner p {
    margin-right: 10px;
    margin-top: 6px;
    font-weight: 600;
}

.size_inner {
    display: flex;
}

.size_inner p {
    margin-right: 10px;
    margin-top: 6px;
    font-weight: 600;
}

.pro_unig label {
    font-weight: 600;
    margin-bottom: 10px;
}

.pro_brand p {
    font-weight: 600;
}

.pro_brand {
    margin-bottom: 7px;
    margin-top: 2px;
}

.description-nav-wrapper {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 0px 10px #ddd;
}

.desc-nav-ul {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    margin-left: 12px;
}

.desc-nav-ul li a {
    padding: 6px 20px;
    display: inline-block;
    box-shadow: 0px 0px 3px #ddd;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.desc-nav-ul li.active a,
.desc-nav-ul li:hover a {
    background-color: #0a3a66;
    color: #fff;
}

.description {
    margin-top: 22px;
    background: #f1f1f1;
    padding: 15px;
}

.page-title h5 {
    font-weight: 600;
    font-size: 18px;
}

.pro_vide h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.pro_vide {
    border: 1px solid #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: linear-gradient(90deg, #247cc6 0%, #1b6ab0 100%);
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(36, 124, 198, 0.2);
    text-align: center;
    margin-top: 10px;
}

.cart_btn.order_button a:hover {
    background: linear-gradient(90deg, #1b6ab0 0%, #15518b 100%);
    box-shadow: 0 8px 20px rgba(36, 124, 198, 0.4);
    transform: translateY(-2px);
    color: #fff;
}

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: 120px;
    width: 120px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #247cc6;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.cat_name {
    text-align: center;
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 600;
}

.cat_item {
    padding: 10px;
    transition: 0.35s all;
}

.cat_item:hover {
    border-color: #247cc6;
}

.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: #247cc6 !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: 0px 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: #247cc6;
    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: 14px;
    top: 3px;
    z-index: 999;
}



.product-details-discount-badge span.sale-badge-text p {
    font-size: 10px;
    color: #fff;
    line-height: 10px;
}

.product-details-discount-badge span.sale-badge-text {
    background-color: #ff4b2b;
    border-radius: 5px;
    width: 70px;
    height: 45px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 3px;

}

.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%;
}

.topcategory {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.product_sliders {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
}

.show_more_btn a.view_more_btn {
    float: inherit;
}



.show_more_btn {
    text-align: center;
    margin-bottom: 12px;
}

/*==== PREMIUM MOBILE CSS V2 ====*/
.mobile-v2-header {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 12px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.mobile-v2-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-v2-menu-btn,
.mobile-v2-search-trigger {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #2d3436;
    background: rgba(36, 124, 198, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.mobile-v2-logo img {
    height: 34px;
    width: auto;
}

.mobile-v2-actions {
    display: flex;
    gap: 12px;
}

.mobile-v2-cart a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #247cc6;
    background: rgba(36, 124, 198, 0.05);
    border-radius: 12px;
    position: relative;
    text-decoration: none;
}

.mobile-v2-cart .v2-cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4757;
    color: #fff;
    font-size: 9px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border: 1.5px solid #fff;
}

/* Bottom Nav */
.mobile-v2-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 10000;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.05);
}

.v2-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    color: #8e8e93;
    transition: all 0.3s ease;
    flex: 1;
}

.v2-nav-item i {
    font-size: 20px;
    margin-bottom: 4px;
}

.v2-nav-item span {
    font-size: 10px;
    font-weight: 600;
}

.v2-nav-item.active {
    color: #247cc6;
}

.v2-nav-cart-icon {
    position: relative;
}

.v2-nav-cart-icon .v2-cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #ff4757;
    color: #fff;
    font-size: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border: 1px solid #fff;
}

/* Search Overlay */
.mobile-v2-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 10001;
    display: none;
    animation: v2FadeIn 0.3s ease;
}

@keyframes v2FadeIn {
    from {
        opacity: 0;
        transform: scale(1.05);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.v2-search-container {
    padding: 20px;
}

.v2-search-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.v2-mobile-search-form {
    flex-grow: 1;
    display: flex;
    background: #f0f2f5;
    border-radius: 12px;
    padding: 5px 15px;
    align-items: center;
}

.v2-mobile-search-form input {
    flex-grow: 1;
    border: none !important;
    background: transparent !important;
    padding: 10px 0;
    outline: none;
    font-size: 15px;
}

.v2-mobile-search-form button {
    background: none;
    border: none;
    color: #247cc6;
    font-size: 18px;
}

.v2-search-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ff4757;
    background: rgba(255, 71, 87, 0.1);
    border-radius: 50%;
}

.v2-search-suggestions h6 {
    font-size: 14px;
    color: #8e8e93;
    margin-bottom: 12px;
    font-weight: 700;
}

.suggestion-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.suggestion-tags a {
    background: #f0f2f5;
    color: #1a1a1a;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}

/* ==========================================================================    PRODUCT DETAILS - EXECUTIVE REDESIGN (V2)    ========================================================================== */
.executive-details-v2 {
    background: #fdfdfd;
    padding: 60px 0 !important;

}

.executive-gallery-wrap {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;

}

.v2-badge-premium {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 10;

}

.v2-discount-tag {
    background: #e74c3c;
    color: #fff;
    padding: 8px 16px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
    display: inline-block;
    animation: pulseBadge 2s infinite;

}

@keyframes pulseBadge {
    0% {
        transform: scale(1);

    }

    50% {
        transform: scale(1.05);

    }

    100% {
        transform: scale(1);

    }


}

.cinematic-slider .dimage_item {
    cursor: zoom-in;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.indicator_thumb_wrap {
    margin-top: 30px;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;

}

.indicator-item {
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;

}

.indicator-item:hover,
.indicator-item.active {
    border-color: #247cc6;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(36, 124, 198, 0.1);

}

/* Executive Info Area */
.executive-info-wrap {
    padding-left: 40px;

}

.v2-breadcrumb {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #999;

}

.v2-breadcrumb a {
    color: #666;
    text-decoration: none !important;
    transition: color 0.3s;

}

.v2-breadcrumb a:hover {
    color: #247cc6;

}

.v2-product-header {
    margin-bottom: 20px;

}

.v2-item-name {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #1a1a1a;
    line-height: 1.25 !important;
    margin-bottom: 15px !important;

}

.v2-meta-chips {
    display: flex;
    gap: 12px;

}

.v2-chip {
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;

}

.chip-sku {
    background: #f0f2f5;
    color: #666;

}

.chip-stock {
    background: #e8f5e9;
    color: #2e7d32;

}

/* Pricing Aesthetics */
.v2-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 35px;
    background: #f8faff;
    padding: 20px 30px;
    border-radius: 20px;
    border-left: 5px solid #247cc6;

}

.v2-current-price {
    font-size: 42px;
    font-weight: 900;
    color: #247cc6;

}

.v2-old-price {
    font-size: 20px;
    color: #999;
    text-decoration: line-through;
    font-weight: 500;

}

/* Variants Selectors */
.v2-variant-unit {
    margin-bottom: 25px;

}

.v2-variant-label {
    display: block;
    font-weight: 700;
    color: #444;
    font-size: 14px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;

}

.v2-selector-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}

.v2-radio {
    display: none;

}

/* Color Selector */
.v2-label-color {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #e0e0e0;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}

.v2-radio:checked+.v2-label-color {
    transform: scale(1.2);
    box-shadow: 0 0 0 2px #247cc6;

}

/* Size Selector */
.v2-label-size {
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #f0f2f5;
    border-radius: 12px;
    font-weight: 700;
    color: #555;
    cursor: pointer;
    transition: all 0.3s;
    min-width: 50px;
    text-align: center;

}

.v2-radio:checked+.v2-label-size {
    background: #247cc6;
    color: #fff;
    border-color: #247cc6;
    box-shadow: 0 5px 15px rgba(36, 124, 198, 0.2);

}

/* Impact Action Area */
.v2-action-area {
    display: flex;
    gap: 20px;
    margin: 40px 0;
    align-items: stretch;

}

.v2-qty-selector {
    width: 140px;

}

.v2-qty-inner {
    background: #f0f2f5;
    border-radius: 16px;
    display: flex !important;
    align-items: center;
    height: 100%;
    padding: 0 10px;

}

.v2-qty-inner span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1a1a1a;
    transition: all 0.2s;
    font-size: 14px;

}

.v2-qty-inner span:hover {
    color: #247cc6;
    transform: scale(1.2);

}

.v2-qty-inner input {
    background: transparent !important;
    border: none !important;
    width: 40px !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    color: #1a1a1a !important;
    padding: 0 !important;
    text-align: center !important;

}

.v2-button-group {
    display: flex;
    gap: 15px;
    flex-grow: 1;

}

.v2-btn {
    flex: 1;
    border-radius: 16px;
    padding: 15px 25px;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    border: 2px solid transparent;

}

.v2-btn-outline {
    background: #fff;
    border-color: #247cc6;
    color: #247cc6;

}

.v2-btn-outline:hover {
    background: #f0f7ff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(36, 124, 198, 0.15);

}

.v2-btn-primary {
    background: #247cc6;
    color: #fff;
    box-shadow: 0 10px 30px rgba(36, 124, 198, 0.3);

}

.v2-btn-primary:hover {
    background: #1b6ab0;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(36, 124, 198, 0.4);

}

/* Trust Area */
.v2-trust-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

}

.v2-hotline-card {
    background: #1a1a1a;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    text-decoration: none !important;
    transition: all 0.3s;

}

.v2-hotline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);

}

.v2-hotline-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;

}

.v2-hotline-info span {
    display: block;
    font-size: 11px;
    color: #aaa;
    text-transform: uppercase;

}

.v2-hotline-info strong {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;

}

.v2-shipping-glass-card {
    background: rgba(240, 242, 245, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 20px;

}

.v2-shipping-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;

}

.v2-shipping-item:last-child {
    margin-bottom: 0;

}

.v2-shipping-item i {
    color: #247cc6;
    width: 20px;

}

/* Tabs System */
.v2-tabs-nav {
    background: #fff;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
    margin-top: 60px;

}

.v2-nav-ul {
    display: flex;
    justify-content: center;
    gap: 40px;

}

.v2-nav-ul li a {
    padding: 25px 0;
    font-weight: 800;
    font-size: 15px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: block;

}

.v2-nav-ul li.active a {
    color: #1a1a1a;

}

.v2-nav-ul li.active a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #247cc6;
    border-radius: 4px 4px 0 0;

}

.v2-tab-content {
    padding: 60px 40px !important;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    margin: 40px 0;

}

.v2-tab-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 30px;
    border-left: 5px solid #247cc6;
    padding-left: 15px;

}

.v2-description-body {
    line-height: 1.8;
    color: #444;
    font-size: 16px;

}

.v2-video-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    margin: 40px 0;

}

.v2-video-frame {
    border-radius: 20px;
    overflow: hidden;

}

/* Related Products */
.v2-related-products {
    background: #f8f9fa;
    padding: 80px 0;

}

.v2-section-title {
    text-align: center;
    margin-bottom: 50px;

}

.v2-section-title h2 {
    font-size: 32px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 15px;

}

.v2-title-line {
    width: 60px;
    height: 5px;
    background: #247cc6;
    margin: 0 auto;
    border-radius: 10px;

}

@media (max-width: 768px) {
    .executive-info-wrap {
        padding-left: 0;
        margin-top: 30px;

    }

    .v2-item-name {
        font-size: 28px !important;

    }

    .v2-price-wrap {
        padding: 15px 20px;

    }

    .v2-current-price {
        font-size: 32px;

    }

    .v2-action-area {
        flex-direction: column;
        gap: 15px;

    }

    .v2-qty-selector {
        width: 100%;

    }

    .v2-qty-inner {
        height: 56px;
        justify-content: space-between;
        padding: 0 20px;

    }

    .v2-trust-area {
        grid-template-columns: 1fr;

    }

    .v2-nav-ul {
        gap: 20px;

    }

    .v2-nav-ul li a {
        font-size: 12px;

    }

    .executive-gallery-wrap {
        padding: 20px;
        border-radius: 20px;

    }

    .v2-tab-content {
        padding: 30px 20px !important;

    }


}

/* Sticky Action Bar (Hidden by default) */
.v2-sticky-action-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    z-index: 1000;
    padding: 15px 20px;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.05);

}

.v2-sticky-info {
    flex-grow: 1;

}

.v2-sticky-name {
    font-weight: 700;
    font-size: 13px;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;

}

.v2-sticky-price {
    font-weight: 800;
    font-size: 16px;
    color: #247cc6;

}

.v2-sticky-buttons {
    display: flex;
    gap: 10px;

}

.v2-sticky-btn {
    border-radius: 12px;
    font-weight: 700;
    border: none;
    padding: 0 15px;
    height: 46px;
    font-size: 14px;
    transition: all 0.3s;

}

.v2-sticky-cart {
    background: #f0f2f5;
    color: #1a1a1a;
    font-size: 18px;
    width: 46px;
    padding: 0;

}

.v2-sticky-buy {
    background: #247cc6;
    color: #fff;
    padding: 0 25px !important;

}

@media (max-width: 768px) {
    .v2-sticky-action-bar {
        display: flex;

    }

    body {
        padding-bottom: 80px;

    }

    /* Space for sticky bar */
    .mobile-v2-bottom-nav {
        bottom: 0px !important;

    }

    /* Adjust bottom nav if both exist */
}

/* ==========================================================================    CART & CHECKOUT - EXECUTIVE REDESIGN (V2)    ========================================================================== */
.vcart-section,
.chheckout-section {
    background: #fdfdfd;
    padding: 60px 0 !important;

}

/* Executive Cart Table */
.v2-cart-table {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);

}

.v2-cart-table thead {
    background: #f8faff;

}

.v2-cart-table th {
    padding: 20px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border: none !important;

}

.v2-cart-table td {
    padding: 25px 20px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #f1f1f1 !important;

}

.v2-cart-product {
    display: flex;
    align-items: center;
    gap: 15px;

}

.v2-cart-img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;

}

.v2-cart-name {
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none !important;
    transition: color 0.3s;

}

.v2-cart-name:hover {
    color: #247cc6;

}

/* Summary Cards */
.v2-summary-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.02);
    position: sticky;
    top: 100px;

}

.v2-summary-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #1a1a1a;

}

.v2-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 15px;
    color: #666;

}

.v2-summary-row.total {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #f1f1f1;
    color: #1a1a1a;
    font-weight: 900;
    font-size: 22px;

}

.v2-summary-row.total .price {
    color: #247cc6;

}

.v2-checkout-btn {
    width: 100%;
    background: #247cc6;
    color: #fff;
    border: none;
    padding: 18px;
    border-radius: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 25px;
    transition: all 0.4s;
    display: block;
    text-align: center;
    text-decoration: none !important;

}

.v2-checkout-btn:hover {
    background: #1b6ab0;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(36, 124, 198, 0.3);

}

/* Executive Form */
.executive-form-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);

}

.v2-form-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 35px;
    color: #1a1a1a;
    border-left: 5px solid #247cc6;
    padding-left: 15px;

}

.v2-input-group {
    margin-bottom: 25px;

}

.v2-input-label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;

}

.v2-form-control {
    width: 100%;
    padding: 15px 20px;
    background: #f8faff;
    border: 2px solid transparent;
    border-radius: 14px;
    font-size: 16px;
    color: #1a1a1a;
    transition: all 0.3s;

}

.v2-form-control:focus {
    background: #fff;
    border-color: #247cc6;
    box-shadow: 0 5px 15px rgba(36, 124, 198, 0.1);
    outline: none;

}

/* Payment Methods (Glass Style) */
.v2-payment-methods {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 30px 0;

}

.v2-payment-item {
    position: relative;

}

.v2-payment-item input {
    display: none;

}

.v2-payment-label {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    border: 2px solid #f0f2f5;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 700;
    color: #555;
    gap: 15px;

}

.v2-payment-item input:checked+.v2-payment-label {
    border-color: #247cc6;
    background: #f0f7ff;
    color: #1a1a1a;

}

.v2-payment-item input:checked+.v2-payment-label::after {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #247cc6;
    margin-left: auto;

}

@media (max-width: 768px) {
    .executive-form-card {
        padding: 25px;
        border-radius: 20px;

    }

    .v2-cart-table thead {
        display: none;

    }

    .v2-cart-table td {
        display: block;
        width: 100%;
        text-align: right;
        padding: 15px !important;

    }

    .v2-cart-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: 800;
        color: #777;

    }

    .v2-cart-product {
        justify-content: flex-end;

    }

    .v2-cart-img {
        width: 60px;
        height: 60px;

    }


}

/* Executive Order Success */
.executive-success-v2 {
    text-align: center;
    padding: 80px 0;

}

.success-glass-card {
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 40px;

}

.success-icon-wrapper {
    width: 100px;
    height: 100px;
    background: #e6f7ed;
    color: #27ae60;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 30px;
    animation: success-pop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}

@keyframes success-pop {
    0% {
        transform: scale(0.5);
        opacity: 0;

    }

    100% {
        transform: scale(1);
        opacity: 1;

    }


}

.v2-success-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;

}

.v2-success-msg {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px;

}

.v2-order-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
    text-align: left;

}

.v2-order-item-card {
    padding: 20px;
    background: #f8faff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.03);

}

.v2-order-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 5px;
    font-weight: 700;

}

.v2-order-value {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #1a1a1a;

}

/* ==========================================================================    PRODUCT DETAILS - ULTIMATE EDITION (V2)    ========================================================================== */
.executive-details-v2 {
    background: #fdfdfd;
    padding: 60px 0;

}

/* Cinematic Gallery Wrapper */
.v2-cinematic-gallery {
    background: #fff;
    border-radius: 40px;
    padding: 30px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;

}

.v2-gallery-main {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 25px;

}

.v2-gallery-thumb-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 10px;

}

.v2-gallery-thumb {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.6;

}

.v2-gallery-thumb.active,
.v2-gallery-thumb:hover {
    border-color: #247cc6;
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(36, 124, 198, 0.2);

}

/* Product Info Hierarchy */
.v2-details-content {
    padding-left: 20px;

}

.v2-details-title {
    font-size: 36px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -0.5px;

}

.v2-details-price-row {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 30px;

}

.v2-price-major {
    font-size: 42px;
    font-weight: 900;
    color: #247cc6;

}

.v2-price-minor {
    font-size: 20px;
    color: #999;
    text-decoration: line-through;

}

/* Glassmorphism Trust Cards */
.v2-trust-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);

}

.v2-trust-icon {
    width: 45px;
    height: 45px;
    background: #e6f7ff;
    color: #247cc6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;

}

/* Action Button Groups */
.v2-action-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 40px;

}

.v2-btn-buy {
    background: #ff4d4d;
    color: #fff;
    padding: 18px;
    border-radius: 16px;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(255, 77, 77, 0.3);

}

.v2-btn-cart {
    background: #247cc6;
    color: #fff;
    padding: 18px;
    border-radius: 16px;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(36, 124, 198, 0.2);

}

.v2-btn-buy:hover,
.v2-btn-cart:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);

}

/* Tabs & Video Polish */
.v2-details-tabs {
    margin-top: 80px;

}

.v2-tab-nav {
    display: flex;
    gap: 30px;
    border-bottom: 2px solid #f0f4f8;
    margin-bottom: 40px;

}

.v2-tab-link {
    padding: 15px 0;
    font-weight: 800;
    color: #666;
    text-decoration: none !important;
    position: relative;
    cursor: pointer;

}

.v2-tab-link.active {
    color: #1a1a1a;

}

.v2-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #247cc6;
    border-radius: 10px;

}

/* Mobile Action Bar */
@media (max-width: 768px) {
    .v2-mobile-footer-actions {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(15px);
        padding: 12px 20px;
        z-index: 1000;
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;

    }


}

/* ==========================================================================    HOMEPAGE UPGRADES - EXECUTIVE V2    ========================================================================== */
/* Cinematic Slider Navigation */
.main_slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 10;

}

.main_slider.owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 5px 8px;
    transition: all 0.3s ease;

}

.main_slider.owl-carousel .owl-dot.active span {
    width: 35px;
    background: #fff !important;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);

}

/* Elite Category Circles */
.v2-elite-circle {
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 15px;
    text-decoration: none !important;
    display: block;

}

.v2-circle-img-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #247cc6, #74ebd5);
    position: relative;
    transition: all 0.4s;
    box-shadow: 0 10px 25px rgba(36, 124, 198, 0.15);

}

.v2-circle-img-inner {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 8px;

}

.v2-circle-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;

}

.v2-elite-circle:hover .v2-circle-img-wrapper {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 40px rgba(36, 124, 198, 0.3);

}

.v2-elite-circle:hover .v2-circle-img-inner img {
    transform: scale(1.1);

}

.v2-circle-name {
    font-size: 14px;
    font-weight: 800;
    color: #1a1a1a;
    margin-top: 10px;
    display: block;
    transition: color 0.3s;

}

.v2-elite-circle:hover .v2-circle-name {
    color: #247cc6;

}

/* Executive Section Headers */
.v2-sec-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f4f8;

}

.v2-sec-title {
    font-size: 28px;
    font-weight: 900;
    color: #1a1a1a;
    position: relative;

}

.v2-sec-title::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 60px;
    height: 4px;
    background: #247cc6;
    border-radius: 10px;

}

.v2-view-all {
    color: #247cc6;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;

}

.v2-view-all:hover {
    gap: 12px;
    opacity: 0.8;

}

/* Cinematic Entrance Animations */
.f-fade-in-up {
    animation: fadeInUp 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    opacity: 0;

}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);

    }

    to {
        opacity: 1;
        transform: translateY(0);

    }


}

/* ==========================================================================    ULTIMATE PRODUCT PAGE - EXECUTIVE V2    ========================================================================== */
.executive-details-v2 {
    padding: 60px 0;
    background: #fff;

}

/* Cinematic Gallery */
.v2-cinematic-gallery {
    position: relative;
    border-radius: 30px;
    background: #f8faff;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);

}

.v2-gallery-main {
    margin-bottom: 25px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);

}

.v2-gallery-thumb-container {
    display: flex;
    gap: 12px;
    padding: 5px;

}

.v2-gallery-thumb {
    width: 85px;
    height: 85px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);

}

.v2-gallery-thumb.active {
    border-color: #247cc6;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(36, 124, 198, 0.2);

}

.v2-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* Info Hierarchy */
.v2-details-content {
    padding-left: 30px;

}

.v2-details-title {
    font-size: 34px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: -0.5px;

}

.v2-details-price-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;

}

.v2-price-major {
    font-size: 32px;
    font-weight: 800;
    color: #247cc6;

}

.v2-price-minor {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    font-weight: 500;

}

/* Glassmorphism Trust Cards */
.v2-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 30px 0;

}

.v2-trust-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.3s;

}

.v2-trust-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border-color: rgba(36, 124, 198, 0.2);

}

.v2-trust-icon {
    width: 45px;
    height: 45px;
    background: #f0f7ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #247cc6;
    font-size: 20px;

}

/* Action Groups */
.v2-action-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;

}

.v2-btn-buy {
    background: #247cc6;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 16px;
    font-weight: 800;
    font-size: 16px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(36, 124, 198, 0.2);

}

.v2-btn-buy:hover {
    background: #1a63a1;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(36, 124, 198, 0.3);

}

.v2-btn-cart {
    background: #f0f7ff;
    color: #247cc6;
    border: 1px solid rgba(36, 124, 198, 0.1);
    border-radius: 15px;
    padding: 16px;
    font-weight: 800;
    font-size: 16px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

.v2-btn-cart:hover {
    background: #e1f0ff;
    border-color: #247cc6;

}

/* Tabbed Content */
.v2-details-tabs {
    margin-top: 60px;

}

.v2-tab-nav {
    display: flex;
    gap: 40px;
    border-bottom: 2px solid #f0f4f8;
    margin-bottom: 30px;

}

.v2-tab-link {
    padding: 15px 0;
    font-weight: 800;
    color: #999;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    font-size: 16px;

}

.v2-tab-link.active {
    color: #1a1a1a;

}

.v2-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #247cc6;
    border-radius: 10px;

}

/* Mobile Sticky Bar */
.v2-mobile-footer-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 15px 20px 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    z-index: 1000;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.05);

}

/* Quantity Selector V2 */
.v2-qty-inner .quantity {
    display: flex;
    align-items: center;
    background: #f8faff;
    border-radius: 12px;
    padding: 5px;
    border: 1px solid #eee;

}

.v2-qty-inner .quantity span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    color: #247cc6;
    font-weight: bold;

}

.v2-qty-inner .quantity input {
    width: 50px;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 800;
    color: #1a1a1a;

}



/* ==========================================================================
   TRUE ELITE V3 - PRODUCT PAGE REDESIGN
   ========================================================================== */
:root {
    --v3-accent: #247cc6;
    --v3-bg: #f8fbff;
    --v3-glass: rgba(255, 255, 255, 0.75);
    --v3-glass-border: rgba(255, 255, 255, 0.4);
    --v3-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
    --v3-radius: 32px;
}

.elite-v3-section {
    background: var(--v3-bg);
    padding: 60px 0;
    min-height: 100vh;
}

/* Cinematic Gallery V3 */
.v3-cinematic-gallery {
    position: relative;
    border-radius: var(--v3-radius);
    background: #fff;
    padding: 2.5rem;
    box-shadow: var(--v3-shadow);
    overflow: hidden;
    transition: all 0.5s ease;
}

.v3-cinematic-gallery:hover {
    transform: translateY(-5px);
    box-shadow: 0 40px 80px -15px rgba(0, 0, 0, 0.12);
}

.v3-gallery-main img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
    border-radius: 20px;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v3-gallery-thumb-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 10px;
}

.v3-gallery-thumb {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.v3-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    transition: all 0.3s;
}

.v3-gallery-thumb.active {
    border-color: var(--v3-accent);
    transform: scale(1.1);
    box-shadow: 0 15px 30px rgba(36, 124, 198, 0.2);
}

.v3-gallery-thumb.active img {
    opacity: 1;
}

/* Information & Hierarchy V3 */
.v3-details-content {
    padding: 1rem 0;
}

.v3-badge-cat {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(36, 124, 198, 0.08);
    color: var(--v3-accent);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.v3-details-title {
    font-size: 42px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.v3-price-box {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 35px;
    padding: 20px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    width: fit-content;
}

.v3-price-major {
    font-size: 38px;
    font-weight: 900;
    color: var(--v3-accent);
}

.v3-price-minor {
    font-size: 20px;
    color: #999;
    text-decoration: line-through;
}

/* Trust Ecosystem V3 */
.v3-trust-ecosystem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.v3-trust-card {
    background: var(--v3-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--v3-glass-border);
    padding: 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: all 0.3s;
}

.v3-trust-card:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.v3-trust-icon {
    width: 50px;
    height: 50px;
    background: var(--v3-accent);
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 20px rgba(36, 124, 198, 0.2);
}

.v3-trust-text h6 {
    margin: 0;
    font-weight: 800;
    font-size: 15px;
    color: #1a1a1a;
}

.v3-trust-text p {
    margin: 0;
    font-size: 13px;
    color: #666;
}

/* Action Center V3 */
.v3-action-center {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}

.v3-qty-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.v3-qty-btn {
    width: 45px;
    height: 45px;
    border-radius: 14px;
    border: none;
    background: #f8fafe;
    color: var(--v3-accent);
    font-weight: 900;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s;
}

.v3-qty-btn:hover {
    background: var(--v3-accent);
    color: #fff;
}

.v3-qty-input {
    width: 50px;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #1a1a1a;
}

.v3-btn-group {
    display: flex;
    gap: 15px;
}

.v3-btn-main {
    flex: 1;
    padding: 18px 25px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

.v3-btn-buy {
    background: var(--v3-accent);
    color: #fff;
    box-shadow: 0 15px 35px rgba(36, 124, 198, 0.3);
}

.v3-btn-cart {
    background: #fff;
    color: var(--v3-accent);
    border: 2px solid var(--v3-accent);
}

.v3-btn-main:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

/* Floating Sticky Bar V3 */
.v3-mobile-floating-bar {
    position: fixed;
    bottom: 25px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px;
    border-radius: 28px;
    display: flex;
    gap: 12px;
    z-index: 2000;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    animation: slideUpFloat 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes slideUpFloat {
    from {
        transform: translateY(100px) opacity(0);
    }

    to {
        transform: translateY(0) opacity(1);
    }
}

.v3-mobile-floating-bar .v3-btn-main {
    padding: 14px;
    font-size: 14px;
    border-radius: 20px;
}

/* Variants Selection V3 */
.v3-variant-label {
    font-size: 12px;
    font-weight: 800;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    display: block;
}

.v3-color-picker {
    display: flex;
    gap: 12px;
}

.v3-color-option {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.v3-color-option.active {
    transform: scale(1.2);
    box-shadow: 0 0 0 3px var(--v3-accent);
}

.v3-size-picker {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.v3-size-option {
    padding: 10px 20px;
    border-radius: 14px;
    background: #fff;
    border: 2px solid #f0f4f8;
    font-weight: 700;
    font-size: 14px;
    color: #1a1a1a;
    cursor: pointer;
    transition: all 0.2s;
}

.v3-size-option:hover {
    border-color: var(--v3-accent);
    color: var(--v3-accent);
}

.v3-size-option.active {
    background: var(--v3-accent);
    color: #fff;
    border-color: var(--v3-accent);
    box-shadow: 0 8px 20px rgba(36, 124, 198, 0.2);
}

/* Animations */
@keyframes eliteFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.f-elite-up {
    animation: eliteFadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) both;
}


/* Pulse Animation for Call Button */
@keyframes pulse-v3 {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 184, 148, 0.4);
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 15px rgba(0, 184, 148, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 184, 148, 0);
    }
}

.pulse {
    animation: pulse-v3 2s infinite;
}

/* Glassmorphism Refinement for Reviews */
.review-card {
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.review-card:hover {
    background: #fff !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}

/* Custom Scrollbar for Details Section */
.v3-tab-pane::-webkit-scrollbar {
    width: 6px;
}

.v3-tab-pane::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.v3-tab-pane::-webkit-scrollbar-thumb {
    background: var(--v3-accent);
    border-radius: 10px;
}

/* ==========================================================================
   COHESIVE EXECUTIVE V2 - PRODUCT PAGE REFINEMENT
   ========================================================================== */
:root {
    --v2-blue: #247cc6;
    --v2-pink: #ED145B;
    --v2-card-bg: #ffffff;
    --v2-soft-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    --v2-radius-lg: 20px;
    --v2-radius-md: 12px;
}

/* Page Wrapper */
.main-details-page {
    background: #fcfdfe;
    padding-top: 30px;
}

/* Gallery Refinement */
.product-section {
    background: #fff;
    border-radius: var(--v2-radius-lg);
    padding: 0px !important;
    box-shadow: var(--v2-soft-shadow);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.details_slider .dimage_item {
    padding: 20px;
}

.details_slider img {
    border-radius: var(--v2-radius-md);
    transition: transform 0.5s ease;
}

.indicator_thumb {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.indicator-item {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
}

.indicator-item.active {
    border-color: var(--v2-blue);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(36, 124, 198, 0.2);
}

/* Right Content Polishing */
.product-cart .name {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #1a1a1a;
    line-height: 1.3;
}

.details-price {
    font-size: 32px !important;
    color: var(--v2-blue) !important;
    display: flex;
    align-items: center;
    gap: 15px;
}

.details-price del {
    font-size: 18px !important;
    font-weight: 500;
}

.product-code p {
    background: rgba(36, 124, 198, 0.1) !important;
    color: var(--v2-blue) !important;
    border: none !important;
    padding: 8px 15px !important;
    border-radius: 8px !important;
    font-weight: 700;
    font-size: 13px;
}

/* Quantity Selector V2 */
.qty-cart .quantity {
    background: #f8faff;
    border: 1px solid #e1e8f0 !important;
    border-radius: 12px !important;
    width: 140px !important;
    padding: 4px;
}

.quantity .minus,
.quantity .plus {
    background: #fff;
    border: none !important;
    border-radius: 8px;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    color: var(--v2-blue) !important;
    transition: 0.2s;
}

.quantity .minus:hover,
.quantity .plus:hover {
    background: var(--v2-blue);
    color: #fff !important;
}

.quantity input {
    background: transparent !important;
    font-weight: 800;
    font-size: 16px;
}

/* Action Buttons Refinement */
.add_cart_btn {
    background: #fff !important;
    color: var(--v2-blue) !important;
    border: 2px solid var(--v2-blue) !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.3s !important;
}

.add_cart_btn:hover {
    background: var(--v2-blue) !important;
    color: #fff !important;
}

.order_now_btn_m {
    background: var(--v2-pink) !important;
    border-color: var(--v2-pink) !important;
    border-radius: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(237, 20, 91, 0.2);
    transition: 0.3s !important;
}

.order_now_btn_m:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(237, 20, 91, 0.3);
}

.call_now_btn {
    border-radius: 12px !important;
    background: #27ae60 !important;
    border: none !important;
    font-weight: 800 !important;
    padding: 15px !important;
    transition: 0.3s;
}

.call_now_btn:hover {
    background: #219150 !important;
    transform: translateY(-2px);
}

/* Variants Refinement */
.selector-item_label {
    border-radius: 10px !important;
    border: 2px solid #f0f0f0 !important;
    transition: 0.2s !important;
}

.selector-item_radio:checked+.selector-item_label {
    border-color: var(--v2-blue) !important;
    box-shadow: 0 4px 10px rgba(36, 124, 198, 0.1);
}

/* Description & Tabs Section */
.pro_details_area {
    background: #fcfdfe;
    padding-bottom: 60px;
}

.details-action-box {
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    border-radius: var(--v2-radius-lg) !important;
    box-shadow: var(--v2-soft-shadow) !important;
    padding: 30px !important;
}

.details-action-box h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    border-bottom: 2px solid #f8faff;
    padding-bottom: 12px;
}

/* Video Section */
.pro_vide iframe {
    border-radius: var(--v2-radius-lg);
    box-shadow: var(--v2-soft-shadow);
}

/* Related Products Section */
.related-product-section {
    padding: 60px 0;
}

.related-title h5 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
}

/* Mobile Sticky Action Bar V2 */
@media (max-width: 768px) {
    .v2-sticky-actions {
        position: fixed;
        bottom: 50px;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        padding: 10px 20px 25px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        z-index: 1000;
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
}


/* Product Action Buttons Mobile Fix */
@media (max-width: 575px) {
    .qty-cart.row {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    .qty-cart .col-auto,
    .qty-cart .col {
        width: 100% !important;
    }

    .qty-cart .d-flex {
        gap: 10px !important;
    }

    .add_cart_btn,
    .order_now_btn_m {
        flex: 1 !important;
        padding: 12px 5px !important;
        font-size: 14px !important;
        white-space: nowrap;
        min-height: 50px;
    }

    .qty-cart .quantity {
        width: 100% !important;
        max-width: 160px;
        justify-content: space-between;
    }
}

/* Ensure buttons don't overflow on small mobile */
@media (max-width: 380px) {
    .qty-cart .d-flex {
        flex-direction: column;
    }

    .add_cart_btn,
    .order_now_btn_m {
        width: 100%;
    }
}

/* Extra Padding fix for container requested by user change */
.product-section {
    padding: 20px !important;
    /* Restore some padding for better look, user set it to 0 */
}

@media (max-width: 768px) {
    .product-section {
        padding: 15px !important;
        border-radius: 0;
        margin-top: 0;
    }
}

/* Cart Dropdown UI Polish V2 */
.v2-cart-dropdown {
    z-index: 2100 !important;
    /* Higher than menu area */
    width: 380px !important;
    /* Slightly wider for better text flow */
}

/* Fix stacking context for header areas */
.premium-header-v2 {
    z-index: 1050 !important;
}

.menu-area {
    position: relative;
    z-index: 5 !important;
}

.header-main-area {
    position: relative;
    z-index: 10 !important;
}

/* Item details refinement to prevent squashing */
.v2-cart-item {
    padding: 12px 0;
    gap: 15px !important;
}

.v2-item-thumb {
    flex-shrink: 0;
}

.v2-item-details {
    flex-grow: 1;
    min-width: 0;
    /* Allow text truncate to work if needed */
}

.v2-item-name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    font-size: 15px !important;
}

.v2-item-meta {
    font-size: 14px !important;
    color: var(--v2-blue);
    font-weight: 700;
}

/* Scrollbar styling for a cleaner look */
.v2-cart-list::-webkit-scrollbar {
    width: 5px;
}

.v2-cart-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.v2-cart-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.v2-cart-list::-webkit-scrollbar-thumb:hover {
    padding: 15px !important;
    transition: 0.3s;
}

.call_now_btn:hover {
    background: #219150 !important;
    transform: translateY(-2px);
}

/* Variants Refinement */
.selector-item_label {
    border-radius: 10px !important;
    border: 2px solid #f0f0f0 !important;
    transition: 0.2s !important;
}

.selector-item_radio:checked+.selector-item_label {
    border-color: var(--v2-blue) !important;
    box-shadow: 0 4px 10px rgba(36, 124, 198, 0.1);
}

/* Description & Tabs Section */
.pro_details_area {
    background: #fcfdfe;
    padding-bottom: 60px;
}

.details-action-box {
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    border-radius: var(--v2-radius-lg) !important;
    box-shadow: var(--v2-soft-shadow) !important;
    padding: 30px !important;
}

.details-action-box h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    border-bottom: 2px solid #f8faff;
    padding-bottom: 12px;
}

/* Video Section */
.pro_vide iframe {
    border-radius: var(--v2-radius-lg);
    box-shadow: var(--v2-soft-shadow);
}

/* Related Products Section */
.related-product-section {
    padding: 60px 0;
}

.related-title h5 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
}

/* Mobile Sticky Action Bar V2 */
@media (max-width: 768px) {
    .v2-sticky-actions {
        position: fixed;
        bottom: 50px;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        padding: 10px 20px 25px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        z-index: 1000;
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
}


/* Product Action Buttons Mobile Fix */
@media (max-width: 575px) {
    .qty-cart.row {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    .qty-cart .col-auto,
    .qty-cart .col {
        width: 100% !important;
    }

    .qty-cart .d-flex {
        gap: 10px !important;
    }

    .add_cart_btn,
    .order_now_btn_m {
        flex: 1 !important;
        padding: 12px 5px !important;
        font-size: 14px !important;
        white-space: nowrap;
        min-height: 50px;
    }

    .qty-cart .quantity {
        width: 100% !important;
        max-width: 160px;
        justify-content: space-between;
    }
}

/* Ensure buttons don't overflow on small mobile */
@media (max-width: 380px) {
    .qty-cart .d-flex {
        flex-direction: column;
    }

    .add_cart_btn,
    .order_now_btn_m {
        width: 100%;
    }
}

/* Extra Padding fix for container requested by user change */
.product-section {
    padding: 20px !important;
    /* Restore some padding for better look, user set it to 0 */
}

@media (max-width: 768px) {
    .product-section {
        padding: 15px !important;
        border-radius: 0;
        margin-top: 0;
    }
}

/* Cart Dropdown UI Polish V2 */
.v2-cart-dropdown {
    z-index: 2100 !important;
    /* Higher than menu area */
    width: 380px !important;
    /* Slightly wider for better text flow */
}

/* Fix stacking context for header areas */
.premium-header-v2 {
    z-index: 1050 !important;
}

.menu-area {
    position: relative;
    z-index: 5 !important;
}

.header-main-area {
    position: relative;
    z-index: 10 !important;
}

/* Item details refinement to prevent squashing */
.v2-cart-item {
    padding: 12px 0;
    gap: 15px !important;
}

.v2-item-thumb {
    flex-shrink: 0;
}

.v2-item-details {
    flex-grow: 1;
    min-width: 0;
    /* Allow text truncate to work if needed */
}

.v2-item-name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    font-size: 15px !important;
}

.v2-item-meta {
    font-size: 14px !important;
    color: var(--v2-blue);
    font-weight: 700;
}

/* Scrollbar styling for a cleaner look */
.v2-cart-list::-webkit-scrollbar {
    width: 5px;
}

.v2-cart-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.v2-cart-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.v2-cart-list::-webkit-scrollbar-thumb:hover {
    background: var(--v2-blue);
}


/* ==========================================================================
   PREMIUM EXECUTIVE V2 - CLEAN & ROBUST CART/CHECKOUT SYSTEM
   ========================================================================== */

:root {
    --v2-blue: #247cc6;
    --v2-soft-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Global V2 Cart Item */
.v2-cart-item {
    display: flex !important;
    align-items: center !important;
    padding: 12px !important;
    background: #fff !important;
    border-radius: 16px !important;
    margin-bottom: 12px !important;
    border: 1px solid #f0f3f7 !important;
    transition: 0.3s !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.v2-cart-item:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05) !important;
    border-color: var(--v2-blue) !important;
}

.v2-item-thumb img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
    margin-right: 12px !important;
    border: 1px solid #eee !important;
}

.v2-item-details {
    flex-grow: 1 !important;
    min-width: 0 !important;
}

.v2-item-name {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin-bottom: 2px !important;
}

.v2-item-meta {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: var(--v2-blue) !important;
    display: block !important;
}

.v2-remove-item {
    background: #fff0f5 !important;
    color: #ff4757 !important;
    border: none !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
}

/* Unified View Transitions & Visibility */
.v2-unified-cart-view {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
}

.v2-cart-list {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Sidebar Context Refinement */
.v2-sidebar-summary .v2-cart-header,
.v2-sidebar-summary .v2-checkout-btn {
    display: none !important;
}

.v2-sidebar-summary .v2-cart-list {
    max-height: none !important;
    overflow: visible !important;
}

/* Total Section Polishing */
.v2-cart-footer {
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
    margin-top: 10px;
}

.v2-total-row {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.v2-total-row.grand-total {
    border-top: 2px solid #f8fafc;
    padding-top: 15px;
    margin-top: 10px;
}

.v2-total-row.grand-total strong {
    font-size: 20px !important;
    color: var(--v2-blue) !important;
    font-weight: 900 !important;
}

/* Form & Layout on Checkout Page */
.chheckout-section {
    background: #f8fafc;
    padding: 60px 0;
}

.v2-sidebar-summary-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.v2-sidebar-summary-card h5 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #1a1a1a;
}

/* Inline Summary (In form) Refinements */
.v2-inline-summary {
    background: #fcfdfe;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.v2-inline-summary .v2-cart-header,
.v2-inline-summary .v2-checkout-btn {
    display: none !important;
}

.v2-inline-summary .v2-cart-item {
    background: transparent !important;
    border: none !important;
    padding: 8px 0 !important;
    margin-bottom: 8px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.v2-inline-summary .v2-cart-item:last-child {
    border-bottom: none !important;
}

.v2-inline-summary .v2-item-thumb img {
    width: 45px !important;
    height: 45px !important;
}

.v2-inline-summary .v2-remove-item {
    display: none !important;
    /* Don't allow removal from the small inline list */
}

/* Sidebar padding fix */
.v2-sidebar-summary {
    padding: 25px;
}

/* GLOBAL OVERRIDE FOR CHECKOUT CONTEXT */
.v2-sidebar-summary .cshort-summary,
.v2-inline-summary .cshort-summary {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    box-shadow: none !important;
    padding: 0 !important;
    z-index: auto !important;
    background: transparent !important;
    margin: 0 !important;
    transition: none !important;
}

/* ==========================================================================
   V2 CHECKOUT FINAL SUMMARY - TOTAL RE-IMPLEMENTATION
   Isolated styles to prevent any interference.
   ========================================================================== */

.v2-checkout-final-view {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #fff !important;
    width: 100% !important;
    position: relative !important;
}

.v2-checkout-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.v2-checkout-item {
    display: flex !important;
    align-items: center !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    gap: 15px !important;
}

.v2-checkout-thumb {
    position: relative !important;
    flex-shrink: 0 !important;
}

.v2-checkout-thumb img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 12px !important;
    object-fit: cover !important;
    border: 1px solid #eee !important;
}

.v2-checkout-qty-badge {
    position: absolute !important;
    top: -8px !important;
    right: -8px !important;
    background: #247cc6 !important;
    color: #fff !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    font-size: 11px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    border: 2px solid #fff !important;
}

.v2-checkout-details {
    flex-grow: 1 !important;
    min-width: 0 !important;
}

.v2-checkout-name {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    display: block !important;
    margin-bottom: 4px !important;
}

.v2-checkout-variants {
    font-size: 12px !important;
    color: #64748b !important;
}

.v2-checkout-price {
    font-weight: 800 !important;
    color: #247cc6 !important;
    font-size: 15px !important;
    white-space: nowrap !important;
}

.v2-checkout-remove {
    background: transparent !important;
    border: none !important;
    color: #cbd5e1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    padding: 5px !important;
}

.v2-checkout-remove:hover {
    color: #ff4757 !important;
}

.v2-checkout-footer {
    padding-top: 20px !important;
    margin-top: 10px !important;
}

.v2-checkout-row {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    color: #475569 !important;
}

.v2-checkout-row strong {
    color: #1a1a1a !important;
    font-weight: 700 !important;
}

.v2-checkout-row.grand-total {
    border-top: 2px dashed #f1f5f9 !important;
    padding-top: 15px !important;
    margin-top: 15px !important;
    font-size: 18px !important;
    color: #1a1a1a !important;
}

.v2-checkout-row.grand-total strong {
    color: #247cc6 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
}

.v2-checkout-empty {
    padding: 30px !important;
    text-align: center !important;
    color: #94a3b8 !important;
}


/* V2 Order Button Styling */
.v2-order-btn {
    background: #247cc6 !important;
    color: #fff !important;
    width: 100% !important;
    padding: 18px !important;
    border: none !important;
    border-radius: 16px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    margin-top: 20px !important;
    box-shadow: 0 10px 20px rgba(36, 124, 198, 0.2) !important;
}

.v2-order-btn:hover {
    background: #1a5c96 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 30px rgba(36, 124, 198, 0.3) !important;
}


/* ==========================================================================
   V2 CUSTOMER LOGIN REDESIGN
   ========================================================================== */

.v2-auth-section {
    background: #f8fafc !important;
    padding: 100px 0 !important;
    min-height: 80vh !important;
    display: flex !important;
    align-items: center !important;
}

.v2-auth-card {
    background: #ffffff !important;
    border-radius: 24px !important;
    padding: 45px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.02) !important;
    transition: 0.3s !important;
}

.v2-auth-card:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.06) !important;
}

.v2-auth-title {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #1a1a1a !important;
    margin-bottom: 8px !important;
    text-align: center !important;
}

.v2-auth-subtitle {
    font-size: 15px !important;
    color: #64748b !important;
    text-align: center !important;
    margin-bottom: 35px !important;
    display: block !important;
}

.v2-form-group {
    margin-bottom: 20px !important;
}

.v2-form-group label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.v2-input-wrap {
    position: relative !important;
}

.v2-input-wrap i {
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #94a3b8 !important;
}

.v2-input-wrap .form-control {
    padding-left: 45px !important;
    height: 55px !important;
    border-radius: 14px !important;
    border: 1px solid #e2e8f0 !important;
    background: #fcfdfe !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: 0.3s !important;
}

.v2-input-wrap .form-control:focus {
    border-color: #247cc6 !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(36, 124, 198, 0.1) !important;
    outline: none !important;
}

.v2-auth-links {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 25px !important;
    font-size: 14px !important;
}

.v2-forget-link {
    color: #247cc6 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.v2-auth-btn {
    background: #247cc6 !important;
    color: #fff !important;
    width: 100% !important;
    padding: 16px !important;
    border: none !important;
    border-radius: 14px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    box-shadow: 0 10px 20px rgba(36, 124, 198, 0.2) !important;
}

.v2-auth-btn:hover {
    background: #1a5c96 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 15px 30px rgba(36, 124, 198, 0.3) !important;
}

.v2-auth-footer {
    text-align: center !important;
    margin-top: 30px !important;
    padding-top: 25px !important;
    border-top: 1px solid #f1f5f9 !important;
    font-size: 14px !important;
    color: #64748b !important;
}

.v2-auth-footer a {
    color: #247cc6 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    margin-left: 5px !important;
}


/* ==========================================================================
   V2 GLOBAL PRODUCT CARD REDESIGN
   ========================================================================== */

.product_item {
    border-radius: 1rem !important;
    border: 1px solid #dee2e6 !important;
    padding: 20px !important;
    background: #fff !important;
    transition: all 0.3s ease !important;
    margin-bottom: 25px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
}

.product_item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    border-color: #247cc6 !important;
}

.product_item_inner {
    border: none !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.pro_img {
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    margin-bottom: 15px !important;
    background: #fff !important;
    aspect-ratio: 1/1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.pro_img img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

.pro_des {
    text-align: center !important;
    flex-grow: 1 !important;
}

.pro_name a {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    line-height: 1.4 !important;
    display: block !important;
    margin-bottom: 8px !important;
    transition: 0.3s !important;
    height: 40px !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

.pro_name a:hover {
    color: #247cc6 !important;
}

.pro_price {
    text-align: center !important;
    margin-top: auto !important;
}

.pro_price p {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #247cc6 !important;
}

.pro_price del {
    color: #94a3b8 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
}

/* Sale Badge V2 - Pill style to match related look if applicable */
.sale-badge {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 2 !important;
}

.sale-badge-box {
    background: #ffff00 !important;
    color: #000 !important;
    padding: 3px 10px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    font-size: 11px !important;
    box-shadow: 0 4px 10px rgba(255, 255, 0, 0.2) !important;
}

.sale-badge-text p {
    margin: 0 !important;
}

/* Removing buttons globally from listings to match reference */
.pro_btn {
    display: none !important;
}
/* ==========================================================================
   Customer Dashboard - Executive V2
   ========================================================================== */
.customer-section {
    padding: 60px 0 !important;
    background: #f8fafc !important;
}

.customer-sidebar {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 25px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid #edf2f7 !important;
    position: sticky !important;
    top: 100px !important;
}

.customer-auth-v2 {
    text-align: center !important;
    padding-bottom: 25px !important;
    margin-bottom: 25px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.customer-img-v2 {
    width: 90px !important;
    height: 90px !important;
    margin: 0 auto 15px !important;
    border-radius: 50% !important;
    padding: 5px !important;
    background: #fff !important;
    box-shadow: 0 5px 15px rgba(36, 124, 198, 0.15) !important;
    border: 2px solid #247cc6 !important;
}

.customer-img-v2 img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.customer-name-v2 h6 {
    font-weight: 800 !important;
    color: #1e293b !important;
    margin: 0 !important;
    font-size: 18px !important;
}

.customer-name-v2 span {
    font-size: 13px !important;
    color: #64748b !important;
    font-weight: 500 !important;
}

.sidebar-menu-v2 ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sidebar-menu-v2 ul li {
    margin-bottom: 8px !important;
}

.sidebar-menu-v2 ul li a {
    display: flex !important;
    align-items: center !important;
    padding: 12px 18px !important;
    color: #475569 !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    gap: 12px !important;
}

.sidebar-menu-v2 ul li a i {
    width: 20px !important;
    height: 20px !important;
    transition: 0.3s !important;
}

.sidebar-menu-v2 ul li a:hover,
.sidebar-menu-v2 ul li a.active {
    background: #247cc6 !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(36, 124, 198, 0.25) !important;
}

.sidebar-menu-v2 ul li a.active i,
.sidebar-menu-v2 ul li a:hover i {
    color: #fff !important;
}

/* Dashboard Content */
.account-title-v2 {
    font-weight: 800 !important;
    color: #1e293b !important;
    margin-bottom: 30px !important;
    font-size: 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.account-title-v2::after {
    content: '' !important;
    height: 2px !important;
    background: #e2e8f0 !important;
    flex-grow: 1 !important;
}

.dashboard-card {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 25px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #edf2f7 !important;
    margin-bottom: 30px !important;
    transition: 0.3s !important;
}

.dashboard-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06) !important;
}

.info-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 20px !important;
}

.info-item {
    padding: 15px !important;
    background: #f8fafc !important;
    border-radius: 15px !important;
    border: 1px solid #f1f5f9 !important;
}

.info-label {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #94a3b8 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 5px !important;
    display: block !important;
}

.info-value {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    word-break: break-all !important;
}

/* Orders Table Modern */
.orders-table-container {
    background: #fff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #edf2f7 !important;
}

.orders-table {
    width: 100% !important;
    margin: 0 !important;
}

.orders-table thead th {
    background: #f8fafc !important;
    padding: 18px 20px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    color: #64748b !important;
    border-bottom: 1px solid #edf2f7 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.orders-table tbody td {
    padding: 18px 20px !important;
    vertical-align: middle !important;
    font-weight: 600 !important;
    color: #334155 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 14px !important;
}

.order-status-v2 {
    display: inline-flex !important;
    align-items: center !important;
    padding: 6px 14px !important;
    border-radius: 50px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    gap: 6px !important;
}

.status-pending-v2 { background: #fff7ed !important; color: #c2410c !important; }
.status-completed-v2 { background: #f0fdf4 !important; color: #15803d !important; }
.status-cancelled-v2 { background: #fef2f2 !important; color: #b91c1c !important; }

.action-btn-v2 {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    transition: 0.3s !important;
    border: none !important;
    text-decoration: none !important;
}

.action-btn-v2:hover {
    background: #247cc6 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
}

@media (max-width: 768px) {
    .customer-sidebar {
        position: static !important;
        margin-bottom: 30px !important;
    }
    .info-grid {
        grid-template-columns: 1fr !important;
    }
    .orders-table-container {
        overflow-x: auto !important;
    }
}
.success-img img {
    animation: success-pulse 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite !important;
}

@keyframes success-pulse {
    0% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(36, 124, 198, 0)); }
    50% { transform: scale(1.05); filter: drop-shadow(0 10px 20px rgba(36, 124, 198, 0.2)); }
    100% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(36, 124, 198, 0)); }
}

.checkout-shipping .submit-btn {
    border-radius: 50px !important;
    padding: 12px 40px !important;
    font-weight: 700 !important;
}

@media (max-width: 576px) {
    .account-title-v2 {
        font-size: 20px !important;
    }
}
