@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-variableFont.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('fonts/inter-variableFont.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
:root {
    --color-primary: #2d93ff;
    --color-secondary: #2F3E46;
    --shadow-primary: 0 0 5px 1px #ddd;
    --color-white: #fff;
    --color-black: #000;
    --color-dddddd: #dddddd;
    --color-navy: #0A1628;
    --color-sale: #E2483D;
    --line: #e4eaf0;
    --muted: #5A6B7B;

    --font-inter: 'Inter', sans-serif;

    --shadow: 0 12px 32px rgba(16, 24, 40, .10);
    --radius-12: 12px;
    --radius-9: 9px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
::-moz-selection {
    color: #000;
    background: var(--color-primary);
}
::selection {
    color: #000;
    background: var(--color-primary);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
body {
    font-family: var(--font-inter);
    font-size: 16px;
    line-height: 24px;
    color: #000;
    background-color: var(--color-white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ol {
    margin: 0;
}
a {
    color: var(--color-black);
    text-decoration: none;
}
a:hover,
a:active,
.btn-link,
.btn-link:hover {
    color: var(--color-primary);
}
:focus-visible,
:focus {
    outline: none !important;
    box-shadow: none !important;
}
button:focus,
button:focus-visible,
button:focus-within {
    outline: none;
    box-shadow: none;
}
/*img {
    max-width: 100%;
    height: auto;
}*/
.cursor-pointer {
    cursor: pointer;
}
.h1-title {
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1;
    font-weight: 700;
    margin: 0;
}

.h2-title {
    font-size: 30px;
    line-height: 1.05;
    margin: 0;
    font-weight: 700;
    margin-bottom: 10px;
}
.h3title {
    font-size: clamp(20px, 2.9vw, 25px);
    line-height: clamp(30px, 3.7vw, 35px);
    font-weight: 600;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}
.theme-btn {
    background-color: var(--color-primary);
    border: 1.5px solid var(--color-primary);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: var(--radius-9);
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn-border {
    background-color: var(--color-white);
    color: var(--color-primary);
}
.theme-btn:hover {
    background-color: var(--color-primary);
    color: var(--color-primary);
}
.btn-border:hover {
    color: #ffffff;
}
.theme-btn::after,
.pbtn::after {
    opacity: 0.5;
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background-color: #ffffff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.6s;
}
.btn-border::after {
    background-color: var(--color-primary);
}
.theme-btn:hover::after,
.pbtn:hover::after {
    opacity: 1;
    top: -30%;
}
[type=submit].theme-btn:hover {
    background-color: transparent;
    color: var(--color-primary);
}
.btn-default {
    color: #000;
    background-color: #fff;
    border: 1px solid var(--color-primary);
    border-radius: 3px;
}
.btn-default:hover {
    color: var(--color-primary);
}
/*Header css*/
.header-top {
    padding: 11px 0;
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-dddddd);
}
.htop-wrap {
    display: grid;
    grid-template-columns: 210px 1fr 300px;
    gap: 80px;
    align-items: center;
    position: relative;
}
.head-actions {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    align-items: center;
}
.h-iconbx {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
}
.icon-bx {
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-dddddd);
    border-radius: 50%;
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.shopping-cart .cart-count {
    background-color: var(--color-primary);
    border-radius: 50%;
    color: var(--color-white);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    right: -10px;
    height: 20px;
    width: 20px;
    top: -10px;
    line-height: 20px;
    text-align: center;
}
.user-menu:hover {
    color: var(--color-primary);
}
.nav-wrap {
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-dddddd);
}
.nav-wrap .nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
:is(.nav-left, .nav-right) ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cat-button {
    background-color: var(--color-primary);
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    padding: 7px 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 5px 0;
}
.cat-button:hover {
    background-color: transparent;
}
.nav-wrap a {
    font-size: 13px;
    font-weight: 600;
}
.nav-wrap .tag {
    font-size: 9px;
    background: #ef1b2d;
    color: #fff;
    border-radius: 999px;
    padding: 2px 5px;
    margin-left: 3px;
}
.top-search .form-control {
    background-color: var(--color-white);
    border-radius: 4px;
    position: relative;
    border: 1px solid var(--color-dddddd);
    height: 50px;
    padding: 0 45px 0 15px;
    width: 100%;
}
.top-search .flaticon-search {
    position: absolute;
    background-color: var(--color-primary);
    border-radius: 0 4px 4px 0;
    color: var(--color-white);
    height: 50px;
    width: 50px;
    right: 0;
    font-size: 25px;
    text-align: center;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
}
.search_loading_icon {
    position: absolute;
    z-index: 1;
    top: 17px;
    right: 55px;
}
.nsearchinput-pl {
    position: absolute;
    z-index: 99;
    padding: 0;
    width: 100%;
    border-color: rgba(0, 0, 0, 0.15);
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.nsearchinput-pl li {
    width: 100%;
}
.nsearchinput-pl li a {
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: #efefef;
    margin: 5px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 17px;
}
.nsearchinput-pl ul li img {
    margin-right: 10px;
}
.dropdown-wrap {
    position: relative;
}
.dropdown-content {
    position: absolute;
    top: 40px;
    right: 0;
    background: var(--color-white);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 170px;
    padding: 10px;
    border-radius: 4px;
    list-style: none;
    transform: translateY(30px);
    margin-top: 20px;
    transition: all .3s ease;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 17%);
}
.dropdown-content.d-open {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transform: translateY(0);
    transition: all .3s ease;
}
.dropdown-content ul li:not(:last-child) a {
    border-bottom: 1px solid var(--color-dddddd);
}
.dropdown-content ul li a:hover {
    background-color: transparent;
    color: var(--color-primary);
}
.dropdown-content ul li a {
    font-size: 15px;
    font-weight: 500;
    padding: 6px 0;
    display: block;
    text-decoration: none;
}
.cart-dropdown {
    position: fixed;
    right: -600px;
    top: 0;
    bottom: 0;
    z-index: 999;
    transition: all .5s cubic-bezier(0.55, 0, 0.1, 1);
}
.cart-dropdown.open {
    right: 0;
}
.cart-dropdown .cart-content-wrap {
    background-color: var(--color-white);
    padding-top: 15px;
    width: 450px;
    height: 100%;
}
body.open .closeMask {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    transition: .3s;
}
.cart-dropdown .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #f6f7fb;
    padding: 10px 12px;
}
.cart-dropdown .cart-header .header-title {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
}
.cart-dropdown .cart-header .cart-close {
    height: 35px;
    width: 35px;
    font-size: 15px;
    border-radius: 50%;
    background: var(--color-dddddd);
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    border: none;
}
#cart_pro_list {
    padding: 15px;
}
.thumb_cart ul {
    height: calc(var(--vh, 1vh) * 100 - 250px);
    overflow: auto;
}
.thumb_cart li {
    display: flex;
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-dddddd);
    margin-bottom: 10px;
    position: relative;
}
.thumb_cart li .left {
    min-width: 60px;
}
.thumb_cart a.float_right {
    position: absolute;
    right: 15px;
}
.thumb_cart button {
    margin-top: 20px;
}
.thumb_cart button.checkout {
    float: right;
}
/*Footer Css*/
.subscribe-area {
    position: relative;
    z-index: 1;
}
.subs-wrap {
    padding: 20px;
    border: 2px solid var(--color-primary);
    border-radius: var(--radius-12);
    background: linear-gradient(135deg, var(--color-primary), #004ea8);
    color: #fff;
}
.subscribe-title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
}
.subscribe-area p a:hover {
    color: var(--color-primary);
}
.email-box {
    position: relative;
    padding: 5px;
    background-color: var(--color-white);
    border-radius: 8px;
    display: flex;
}
.email-box input.form-control {
    border: none;
    background-color: var(--color-white);
    text-transform: capitalize;
    padding: 8px 10px;
}
.email-box .btn-submit {
    cursor: pointer;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color-white);
    padding: 0 15px;
    letter-spacing: 0.5px;
    transition: all 0.4s;
    border-radius: 8px;
}
#res_message,
#res_message2 {
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    background-color: var(--color-white);
    padding: 0 10px;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin-top: 4px;
    width: fit-content;
    z-index: 1;
}
.email-box .success {
    color: green;
}
.email-box .error {
    color: red;
}
.form-control:focus {
    border-color: var(--color-primary);
    box-shadow: none;
}
footer.footer {
    background-color: #0b0d11;
    padding-top: 50px;
    margin-top: 30px;
    color: var(--color-white);
}
.footer-logo {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}
.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 25px;
}
.footer-col {
    font-size: 15px;
}
.footer-col a,
.ftr-nav a {
    color: #fff;
}
.footer-col a:hover,
.ftr-nav a:hover {
    color: var(--color-primary);
}
.footer-btm {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: 19px 0;
}
.footer-btm-inner {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 15px;
}
.ftr-btm-links {
    display: flex;
    gap: 20px;
}
.ftr-btm-links li {
    position: relative;
}
.ftr-btm-links li:not(:first-child)::before {
    content: "•";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.ftr-ttl {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-info li span {
    font-size: 20px;
    margin-right: 8px;
    width: 25px;
    height: auto;
    text-align: center;
    position: absolute;
    left: 0;
}
.contact-info li {
    margin-bottom: 10px;
    line-height: 20px;
    padding-left: 35px;
    position: relative;
    word-wrap: break-word;
}
.whats-float a {
    background-color: #25d366;
    color: var(--color-white);
    border-radius: 3px;
    transition: all .5s ease-in-out;
    padding: 0 5px 0 45px;
    position: relative;
    display: inline-block;
    line-height: 20px
}
.whats-float a:hover {
    text-decoration: none
}
.whats-float a:focus {
    outline: none;
    text-decoration: none
}
.whats-float a span {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}
.whats-float i {
    font-size: 30px;
    color: var(--color-white);
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
    position: absolute;
    left: 8px;
    top: 4px
}
.whats-float small {
    display: block;
    font-size: 13px;
    font-weight: 600
}
.whats-float a:hover i {
    transform: rotate(360deg)
}
.social-inner li {
    display: inline-block;
    vertical-align: middle
}
.social-inner li a {
    padding: 0;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    position: relative
}
.social-inner li a i {
    color: var(--color-white);
    font-size: 25px;
}
.social-inner li.facebook a {
    background-color: #3b5999
}
.social-inner li.twitter a {
    background-color: #00aced
}
.social-inner li.youtube a {
    background-color: #d12121
}
.social-inner li.instagram a {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}
.social-inner li.pinterest a {
    background-color: #c8232c
}
.social-inner li.linkedin a {
    background-color: #0077B5;
    display: none;
}
.footer-btm {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: 19px 0;
}
.footer-btm-inner {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 15px;
}
.ftr-btm-links {
    display: flex;
    gap: 20px;
}
.ftr-btm-links li {
    position: relative;
}
.ftr-btm-links li:not(:first-child)::before {
    content: "•";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-copyright p a {
    color: var(--color-white);
}
.footer-copyright p a:hover {
    color: var(--color-primary);
}
.payment-wrap {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 25px;
    padding: 20px 0;
}
.pay-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.pay-icons .paybox {
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-dddddd);
    padding: 5px;
    border-radius: 10px;
    transition: all 500ms ease;
}
.pay-icons .paybox:hover {
    transform: translateY(-5px);
}
/*Whatsapp Popup Style Start*/
.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom .2s;
    z-index: 99;
}
.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden
}
.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}
.floating-wpp:hover {
    bottom: 17px
}
.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .4)
}
.floating-wpp .floating-wpp-popup {
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .25);
    width: 0;
    height: 0;
    bottom: 0;
    opacity: 0;
    transition: bottom .1s ease-out, opacity .2s ease-out;
    transform-origin: bottom
}
.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1
}
.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: var(--color-white);
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity .2s
}
.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: .2s
}
.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: var(--color-white);
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}
.floating-wpp .floating-wpp-input-message {
    background-color: var(--color-white);
    margin: 10px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center
}
.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none
}
.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer
}
.back-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,.2)!important;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}
.back-to-top.show {
    opacity: 1;
    pointer-events: auto
}
.progress-circle {
    transform: rotate(-90deg);
    position: absolute
}
/*Whatsapp Popup Style End*/

/*Add to card popup Start*/
.nactivity {
    display: none;
}
.successaddmessage {
    padding: 0 !important;
    width: auto !important;
}
.successaddmessage .header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
}
.successaddmessage .body {
    padding: 5px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}
.successaddmessage .body .image {
    width: 20%em;
    float: left;
    height: 3em;
}
.successaddmessage .body .image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.successaddmessage .body .description {
    float: left;
    width: 75%;
    height: 3em;
    line-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.successaddmessage .footer {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}
.successaddmessage .footer .left {
    float: left;
}
.successaddmessage .footer .right {
    float: right;
    text-align: right;
}
.successaddmessageclear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.anpopup {
    position: fixed !important;
}
.npopup {
    display: none;
    position: relative;
    text-shadow: none;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    height: auto;
    width: 500px !important;
    margin: 0;
    z-index: 10000;
}
.npopup-body {
    height: auto;
    overflow: auto;
    width: auto;
    padding: 10px;
}
.npopup-btn-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-image: url("//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/npopup_sprite.png");
}
.npopup-continue {
    margin-right: 10px;
}
[name="google_conversion_frame"] {
    pointer-events: none;
    position: absolute;
}
#stloc_selector_cysel,
#stloc_state_sel,
#suburb_sl,
._itmspec_opt,
.n-wrapper-form-control select {
    overflow: hidden;
    text-overflow: ellipsis;
}
input[readonly] {
    background: #EFEFEF;
    color: 666;
}
#neto-dropdown {
    width: 250px;
}
#neto-dropdown a {
    padding: 0;
}
#neto-dropdown #cartcontents {
    padding: 10px;
}
/*Add to card popup End*/

/*Homepage Css*/
.all-catlist h3 {
    margin: 0;
    padding: 14px 16px;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.hero-banner {
    position: relative;
    border-radius: var(--radius-12);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 540px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.eyebrow {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    border-radius: 999px;
    background: #dceaf8;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 14px;
    padding: 8px 12px;
    width: fit-content;
}
.color-primary {
    color: var(--color-primary);
}
.hero-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 20px;
}
.hero-badge {
    background: #fff;
    border: 1px solid var(--color-dddddd);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0 4px 16px rgba(16, 24, 40, .05);
}
.hero-badge p {
    line-height: 15px;
}
.hero-badge .badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #eaf4ff;
    color: var(--color-primary);
    display: grid;
    place-items: center;
    font-style: normal;
}
.hero-badge b {
    font-size: 14px;
    line-height: 15px;
}
.hero-badge small {
    color: var(--muted);
    font-size: 12px;
}
.feature-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 16px;
}
.feature-grid .feature {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.feature-grid .inner-box {
    padding: 15px 0 15px 15px;
    width: 60%;
}
.feature {
    border-radius: var(--radius-12);
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow);
    background: #0b1118;
    color: #fff;
}
.blue-feature {
    background: linear-gradient(135deg, var(--color-primary), #004ea8);
}
.h2-inner {
    font-size: 25px;
    line-height: 1.05;
    margin: 0;
    font-weight: 600;
    color: #fff;
}
.inner-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 2;
    padding: 20px;
    height: 100%;
}
.inner-box p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
}
.mini-btn {
    border-radius: 8px;
    padding: 9px 13px;
    font-size: 13px;
    width: fit-content;
    line-height: 15px;
    color: #000;
    margin-top: auto;
}
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 16px;
}
.cat-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.cat-box {
    background: #fff;
    border: 1px solid var(--color-dddddd);
    border-radius: var(--radius-12);
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(16, 24, 40, .06);
    transition: .18s ease;
}
.cat-box:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}
.cat-box b {
    display: block;
    padding: 12px 12px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.cat-box .cat-img {
    height: 126px;
    background: linear-gradient(135deg, #eaf4ff, #fff);
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    img {
        width: 75px;
    }
}
.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.deals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.deal-box {
    border-radius: var(--radius-12);
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
    padding: 250px 20px 20px;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.deal-box:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 25%,
        rgba(0, 0, 0, 0.35) 50%,
        rgba(0, 0, 0, 0.10) 75%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
    height: 60%;
    top: auto;
}
.deal-box .inner-box {
    max-width: 78%;
    padding: 0;
    z-index: 2;
}
.two-col {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 15px;
}
.wide-card {
    background: #fff;
    border: 1px solid var(--color-dddddd);
    border-radius: 15px;
    box-shadow: var(--shadow);
    overflow: hidden;
    min-height: 238px;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.wide-card img {
    height: 100%;
}
.stack {
    display: grid;
    gap: 16px;
}
.payment-wrap {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 25px;
    padding: 20px 0;
}
.trust-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.trust-box {
    background-color: #fff;
    border: 1px solid var(--color-dddddd);
    border-radius: var(--radius-12);
    padding: 50px 15px 15px;
    box-shadow: var(--shadow);
    text-align: center;
    position: relative;
}
.trust-ion {
    border: 1px solid var(--color-dddddd);
    border-radius: 100px;
    width: fit-content;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -35px;
    img {
        width: 50px;
    }
}
.trust-box h3 {
    font-size: 18px;
    font-weight: 600;
}
.trust-box p {
    margin-bottom: 0;
}
.pay-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.pay-icons .paybox {
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-dddddd);
    padding: 5px;
    border-radius: 10px;
    transition: all 500ms ease;
}
.pay-icons .paybox:hover {
    transform: translateY(-5px);
}
.ftr-ttl {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.wdm-mega-wrapper {
    position: relative;
}
.wdm-category-sidebar {
    background: #fff;
    border-radius: var(--radius-12);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    border: none;
}   
.wdm-sidebar-title {
    margin: 0;
    padding: 12px 15px;
    background: var(--color-primary);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}
.wdm-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wdm-cat-item,
.wdm-view-all-wrap {
    border-bottom: 1px solid #e9ecef;
}
.wdm-cat-item:last-child,
.wdm-view-all-wrap:last-child {
    border-bottom: none;
}
.wdm-cat-link,
.wdm-view-all-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7.5px 15px;
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all .25s ease;
}
.wdm-cat-link:hover,
.wdm-cat-item.active .wdm-cat-link,
.wdm-view-all-btn:hover {
    background: #f5f9ff;
    color: var(--color-primary);
}
.wdm-cat-arrow {
    transition: .25s;
    margin-right: -5px;
}
.wdm-cat-link:hover .wdm-cat-arrow,
.wdm-cat-item.active .wdm-cat-arrow {
    color: var(--color-primary);
    transform: translateX(3px);
}
/* Mega Menu Panel */
.wdm-mega-wrapper{
    position:relative;
}
.wdm-mega-content {
    position: absolute;
    top: 0;
    left: 100%;
    width: 990px;
    height:100%;
    padding-left: 10px;
    z-index: 999;
    display: none;
    border-radius: var(--radius-12);
    overflow: hidden;
}
.wdm-mega-wrapper:hover .wdm-mega-content {
    display: block;
}
.wdm-panel {
    display:none;
    height:100%;
    max-height:100%;
    overflow-y:auto;
    background:#fff;
    border-radius:var(--radius-12);
    box-shadow:0 10px 35px rgba(0,0,0,.12);
    padding:20px;
}
.wdm-panel.active {
    display: block;
}
.wdm-level2-title {
    display: block;
    margin-bottom: 15px;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.wdm-level3-link {
    display: block;
    padding: 4px 0;
    color: #6b7280;
    text-decoration: none;
}
.wdm-level3-link:hover {
    color: var(--color-primary);
}
.wdm-view-more {
    display: inline-block;
    margin-top: 10px;
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
}
.subcategory {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.wdm-mega-content .lvl2-link {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
}
.wdm-mega-content .lvl3-link {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}
.wdm-mega-content .lvl2-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.hrs-mobile-cats {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
}
.hrs-main-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
    font-size: 15px;
}
.hrs-panel {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20;
    overflow-y: auto;
    transition: .35s ease;
}
.hrs-panel.active {
    left: 0;
}
.hrs-panel-header {
    display: flex;
    align-items: center;
    background: var(--color-primary);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.hrs-back-btn {
    width: 50px;
    height: 50px;
    border: 0;
    background: none;
    color: #fff;
    font-size: 22px;
}
.hrs-view-all a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
    font-size: 15px;
}
.hrs-menu-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e7eb;
    background: none;
}
.hrs-level2-title {
    font-size: 15px;
}
.hrs-submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.l3-viewall a {
    padding: 5px 15px;
    color: #333;
    font-size: 14px;
    border: none;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.hrs-level-3 a {
    display: block;
    padding: 5px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.hrs-level-2 .hrs-toggle svg {
    transition: transform 0.3s ease;
}
.hrs-level-2.active .hrs-toggle svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.lvl-3submenu {
    border-bottom: 1px solid #e5e7eb;
}
.cat-arrow {
    margin-right: -5px;
}
.level-2-link {
    display: inline-block;
    width: 100%;
}
.home-prd-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.home-prd-wrap .prd-bx {
    background-color: #fff;
    border: 1px solid var(--color-dddddd);
    border-radius: var(--radius-12);
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
}
.home-prd-wrap .prd-bx:hover {
    box-shadow: 0 0 17px 5px rgb(45 147 255 / 22%);
}
.home-prd-wrap .prd-info {
    padding: 12px;
    border-top: 1px solid var(--color-dddddd);
}
.home-prd-wrap .prd-info .prd-ttl {
    font-size: 14px;
    line-height: 1.25;
    margin: 0 0 8px;
    min-height: 35px;
}
.home-prd-wrap .price {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.home-prd-wrap .prd-action {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.home-prd-wrap .buying-options {
    width: 100%;
}
.home-prd-wrap .prd-btn {
    text-align: center;
    background: var(--color-primary);
    color: #fff;
    border-radius: 7px;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 18px;
    width: 100%;
    border: none;
}
.home-prd-wrap .btn-productWishlist {
    align-content: center;
    cursor: pointer;
    line-height: 0;
    min-width: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid var(--color-dddddd);
    background: #fff;
    border-radius: 8px;
    color: #d8d2d2;
}
.cat-grid-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.cat-box-bx {
    background: #fff;
    border: 1px solid var(--color-dddddd);
    border-radius: var(--radius-12);
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(16, 24, 40, .06);
    transition: .18s ease;
    img {
        width: 100%;
    }
}
.cat-box-bx b {
    display: block;
    padding: 15px 10px;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
}
.cat-box-bx:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}
.full-banner {
    background-color: #fff;
    border: 1px solid var(--color-dddddd);
    border-radius: var(--radius-12);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.home-footer-content {
    background-color: #fff;
    border: 1px solid var(--color-dddddd);
    border-radius: var(--radius-12);
    padding: 20px;
    box-shadow: var(--shadow);
}
#more {
    display: none;
}
.home-footer-content .h3title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    width: fit-content;
    margin: 0 auto 10px;
    position: relative;
    padding-bottom: 6px;
    text-transform: capitalize;
    min-width: 150px;
}
.home-footer-content .h3title:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -14px;
    bottom: -2px;
    width: 28px;
    height: 5px;
    background-color: var(--color-primary);
}
.home-footer-content .h3title:after {
    width: 150px;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    background-color: var(--color-primary);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.h4title {
    font-size: 20px;
    font-weight: 600;
}
/*Home Blog List Start*/
.blog-box {
    position: relative;
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0 11px 4px #ddd;
    height: 100%;
    transition: 256ms ease-in-out;
    padding-bottom: 0;
    overflow: hidden;
}
.blog-image {
    overflow: hidden;
}
.blog-image img {
    width: 100%;
    max-height: 295px;
    transition: 0.5s;
    object-fit: cover;
}
.blg-title a {
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blg-sdesc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
a.blog-read-more {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}
a.blog-read-more i {
    line-height: 0;
}
.blog-box:hover .blog-image img {
    transform: scale(1.2);
}
.scroll-imgname:empty {
    margin: 0;
}
.home-banner-item {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li {
    width: 15px;
    height: 15px;
}
.slick-dots li button {
    padding: 0;
    width: 15px;
    height: 15px;
}
.slick-dots li button:before {
    font-size: 15px;
    line-height: 15px;
    width: auto;
    height: auto;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--color-primary);
}
.slide-arrow {
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    top: -65px;
    cursor: pointer;
    z-index: 1;
    line-height: 45px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 4px;
    font-size: 22px;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.slide-arrow:hover {
    background-color: var(--color-secondary);
    color: var(--color-primary)
}
.slide-arrow.prev-arrow {
    right: 70px;
}
.center-arrow .slide-arrow {
    top: 40%;
    background-size: 25px;
}
.center-arrow .slide-arrow.prev-arrow {
    left: 10px;
}
.center-arrow .slide-arrow.next-arrow {
    right: 10px;
}
.bottom-arrow .slide-arrow {
    bottom: -50px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bottom-arrow .slide-arrow.prev-arrow {
    left: -55px;
}
.bottom-arrow .slide-arrow.next-arrow {
    right: -55px;
}
.prd-brcm ul.breadcrumb li {
    display: flex;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
}
.prd-brcm ul.breadcrumb a:hover {
    color: var(--color-primary);
}
.prd-brcm ul.breadcrumb li:not(:first-child)::before {
    display: inline-block;
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right-icon lucide-chevron-right"><path d="m9 18 6-6-6-6"/></svg>');
    width: 20px;
    height: 20px;
    background-size: cover;
    line-height: 0;
}
/*Home Blog List End*/
/*Homepage End*/

/*Product Grid css Start*/
.page-title {
    font-size: clamp(24px, 2.9vw, 30px);
    line-height: clamp(34px, 3.7vw, 40px);
    font-weight: 700;
    text-transform: capitalize;
}
.divider-line {
    border-bottom: 1px solid #eef2f6;
    display: inline-block;
    width: 100%;
    margin: 25px 0;
}
.subcats-wrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
    border-bottom: 1px solid #eef2f6;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.subcat {
    text-align: center;
}
.subcat-img {
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f8fb;
    border: 1px solid #eef2f6;
    margin-bottom: 10px;
    position: relative;
}
.subcat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.cat-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}
.subcat:hover .subcat-img {
    border-color: var(--color-primary);
}
.subcat:hover .subcat-img img {
    transform: scale(1.06);
}
.select-wrap {
    position: relative;
    min-width: 135px;
}
.select-wrap select {
    display: none;
}
.select-selected {
    background: var(--color-white);
    border: 1px solid var(--color-dddddd);
    padding: 5px 30px 5px 10px;
    cursor: pointer;
    border-radius: var(--radius-9);
    position: relative;
    font-size: 14px;
    font-weight: 500;
}
.select-selected:hover {
    border-color: var(--color-primary);
}
.select-selected:after {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>');
    position: absolute;
    transition: transform 0.3s ease;
    line-height: 0;
    right: 5px;
    top: 7px;
    width: 20px;
    height: 20px;
    background-size: cover;
}
.select-selected.sel-active:after {
    transform: scaleY(-1);
}
.select-items {
    position: absolute;
    background: var(--color-white);
    border: 1px solid var(--color-dddddd);
    width: 100%;
    border-radius: 6px;
    margin-top: 5px;
    z-index: 99;
    display: none;
}
.select-items div {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.select-items div:hover {
    background: #f5f5f5;
}
.select-selected.sel-active {
    border-color: var(--color-primary);
}
.select-wrap select {
    width: 100%;
    padding: 7px 12px;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
#customer-login {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
#customer-login .nav-tabs {
    border: none;
}
#customer-login .nav-tabs li {
    width: 50%;
}
#customer-login .nav-tabs a {
    border: none;
    padding: 10px 25px;
    box-shadow: 2px 2px 4px #ccc;
    background: var(--color-dddddd);
    color: #000;
    width: 100% !important;
    display: block;
    border-radius: 0 !important;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
#customer-login .nav-tabs .nav-link:focus,
#customer-login .nav-tabs .nav-link:hover {
    isolation: inherit;
}
#customer-login .nav-tabs a.active {
    color: var(--color-primary);
    background: #fff;
    border-bottom: 2px solid var(--color-primary);
}
#customer-login .tab-content {
    margin-top: 15px;
}
.shadow-wrap {
    margin-bottom: 20px;
    padding: 30px;
    background: var(--color-white);
    background-color: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-9);
    box-shadow: var(--shadow);
}
.form-control:focus {
    border-color: var(--color-primary);
    box-shadow: none;
}
.custom-checkbox .checkbox {
    position: relative;
    display: flex;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.custom-checkbox .checkbox input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-checkbox .checkbox .checkmark {
    position: relative;
    display: block;
    top: 4px;
    left: 0;
    min-width: 16px;
    height: 16px;
    background: var(--color-white);
    border-radius: 3px;
    outline: 1px solid #acacac;
    transition: all 0.2s ease;
}
.custom-checkbox .checkbox:hover .checkmark {
    background: #f4f4f5;
    transition: all 0.2s ease;
}
.custom-checkbox .checkbox input:checked~.checkmark {
    background: var(--color-primary);
    outline: 1px solid var(--color-primary);
}
.custom-checkbox .checkbox input[type="radio"]~.checkmark {
    border-radius: 50%;
}
.custom-checkbox .checkbox .checkmark::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 40%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}
.custom-checkbox .checkbox input:checked~.checkmark::after {
    opacity: 1;
    transition: all 0.2s ease;
}
.prd-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.heading-14 {
    font-size: 14px;
    font-weight: 500;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.prd-wrap {
    min-width: 0;
}
.prd-box {
    background: var(--color-white);
    border: 1px solid #eef2f6;
    border-radius: var(--radius-12);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.prd-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(10, 22, 40, .1);
    border-color: var(--line);
}
.savings-wrap {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.savings-wrap .pc-badge {
    color: #fff;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 4px 9px;
    border-radius: 5px;
    background: var(--color-sale);;
    line-height: 12px;
}
.prd-box .prd-media {
    position: relative;
    aspect-ratio: 1;
    background: #f5f8fb;
    overflow: hidden;
}
.prd-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease, opacity .2s;
}
.prd-box:hover .prd-img {
    transform: scale(1.04);
}
.prd-body {
    padding: 15px 15px 17px;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-top: 1px solid #eef2f6;
}
.prd-body .prd-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--font-inter);
}
.prd-body .prd-title a:hover {
    color: var(--color-primary);
}
.prd-wishlist {
    position: absolute;
    top: 0;
    right: 10px;
}
.prd-rating {
    display: flex;
    align-items: center;
    gap: 1px;
    margin-bottom: 9px;
    line-height: 0;
}
.prd-rating .star {
    width: 17px;
    height: 17px;
}
.prd-rating .star.filled {
    fill: #f5a623;
}
.rating-count {
    font-size: 11.5px;
    color: var(--muted);;
    margin-left: 5px;
}
.price-box {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 14px;
    margin-top: auto;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--muted);;
    font-weight: 500;
}
.price-box .price {
    font-size: 14px;
    color: var(--muted);;
    font-weight: 500;
}
.price-box .pr-text {
    font-size: 22px;
    font-weight: 800;
    color: var(--color-primary);
    letter-spacing: -.02em;
}
.btn-wishlist {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    width: 35px;
    height: 35px;
    background: #f5f8fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, transform .15s;
    border: 1px solid #eef2f6;
}
.btn-wishlist span {
    line-height: 0;
}
.btn-wishlist svg {
    width: 20px;
    height: 20px;
    stroke: #444;
    fill: none;
    stroke-width: 1;
    transition: fill .15s, stroke .15s;
}
.btn-wishlist:hover svg,
.btn-wishlist.pro-added svg {
    stroke: var(--color-sale);;
    fill: var(--color-sale);;
}
.badge-free-ship {
    background-color: #eef2f6;
    padding: 5px 10px;
    line-height: 13px;
    font-size: 12px;
    width: fit-content;
    border-radius: 5px;
    margin: 5px 0 10px;
    font-weight: 700;
    border: 1px solid var(--color-primary);
}
.pbtn {
    background-color: var(--color-primary);
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    border: 1px solid var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    height: 44px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 700;
    transition: all .16s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn-variation {
    background-color: var(--color-white);
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}
.btn-variation:hover {
    color: var(--color-white) !important;
}
.btn-variation::after {
    background-color: var(--color-primary);
}
.pbtn svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    transition: transform .16s;
}
.pbtn:hover svg {
    transform: translateX(3px);
}
.disabled,
disabled {
    opacity: 0.65;
    pointer-events: none;
}
.fa-inverse {
    color: var(--color-primary);
}
.pbtn:hover {
    color: var(--color-primary);
}
.pbtn.outst {
    background-color: #ff01017a;
    border-color: #ff01017a;
    color: #fff;
}
.pbtn.outst:hover {
    color: #ff01017a !important;
}
.clr-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
    width: 100%;
    overflow: hidden;
}
.pc-vcount {
    font-size: 11px;
    color: var(--muted);;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: uppercase;
    flex-shrink: 0;
    white-space: nowrap;
    display: none;
}
.pc-vthumbs {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 2px;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}
.pc-vthumb {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    border: 1.5px solid var(--line);;
    transition: border-color .15s, transform .12s;
    cursor: pointer;
}
.pc-vthumb img {
    border-radius: 6px;
}
.pc-vthumb:hover, .pc-vthumb.active {
    border-color: var(--blue);
    transform: scale(1.06);
}
.pagination {
    margin: 30px auto;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 6px;
}
.pagination > li > a, .pagination > li > span {
    min-width: 40px;
    height: 40px;
    border: 1.5px solid var(--line);;
    border-radius: 9px;
    font-size: 13.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
    padding: 0 6px;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.cat-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.cat-content h3 {
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.cat-content p,
.cat-content ul li {
    font-size: 15px;
    line-height: 20px;
}
.cat-content ul {
    margin-bottom: 15px;
}
.cat-content ul li {
    display: flex;
    align-items: center;
    gap: 6px;
}
.cat-content ul li:before {
    display: inline-block;
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right-icon lucide-arrow-right"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>');
    line-height: 1;
    width: 18px;
    height: 18px;
    background-size: cover;
}
.cat-content a {
    font-weight: 500;
}
.cat-content a:hover {
    color: var(--color-primary);
}
.form-control.filter-select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.filters-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-bottom: 6px;
    border-bottom: 2px solid #000;
}
.filters-head h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.filters-head .filters-clear {
    font-size: 12.5px;
    color: var(--color-primary);
    font-weight: 600;
    display: none;
}
#left-sidebar li.list-group-item {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #eef2f6;
}
#left-sidebar a.list-group-item,
.fltr-wrap .acrd-body .fltr-link {
    justify-content: start;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    cursor: pointer;
    border: none;
    padding: 0;
    margin-bottom: 5px;
    position: relative;
}
.fcheck-count {
    margin-left: auto;
    font-size: 11.5px;
    color: #9AA8B5;
}
.list-group>li+.filter>a:before,
.list-group>li+.filter-remove>a:before,
.fltr-wrap .acrd-body .fltr-link:before {
    content: '';
    display: inline-block;
    border: 1.5px solid #ddd;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    flex-shrink: 0;
    position: relative;
    transition: all .15s;
    cursor: pointer;
}
.list-group>li+.filter-remove>a:before,
.fltr-wrap .acrd-body .fltr-link.filter-remove:before {
    background-color: var(--color-primary);
    border: 1.5px solid var(--color-primary);
    flex-shrink: 0;
}
.list-group>li+.filter-remove>a:after,
.fltr-wrap .acrd-body .fltr-link.filter-remove:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 5.5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.filter-arw svg {
    transition: transform 0.3s ease;
}
.filter-title.fltr-open .filter-arw svg {
    transform: rotate(180deg);
}
.filter-title + li.filter {
    margin-top: 15px;
}
.fltr-wrap .acrd-item {
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #eef2f6;
    border-radius: 0;
}
.fltr-wrap .acrd-header {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.fltr-wrap .acrd-body {
    padding: 10px 0;
    border-top: 1px solid #eef2f6;
}
.fltr-wrap .acrd-body .fltr-list {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 220px;
    padding-right: 5px;
}
.fltr-wrap .acrd-header.acrd-active, .fltr-wrap .acrd-header:hover {
    background-color: transparent;
    color: #000;
}
#mobileFIlter {
    position: relative;
}
.btn-clear {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color: var(--color-primary);
    font-weight: 600;
}
.price-wrap {
    padding: 8px 16px;
}
.price-wrap #price-range {
    margin: 0 10px 20px;
}
.price-wrap .ui-slider-horizontal .ui-slider-handle {
    border-radius: 100px;
    background: var(--color-primary);
}
/*Product Grid css End*/

/*Product page */
.prd-dtl-wrap .main-image {
    border: 1px solid #eef2f6;
    margin: 0;
    border-radius: var(--radius-9);
    overflow: hidden;
}
.prd-dtl-wrap .product-image-small {
    /*max-height: 550px;*/
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.cts_slickNav .slick-arrow {
    position: absolute;
    z-index: 9;
    border: none;
    background: rgba(0, 0, 0, .5);
    width: 30px;
    height: 100%;
    color: #fff;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.cts_slickNav:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slick-arrow.slick-disabled {
    opacity: 0.2 !important;
    pointer-events: none;
}
.cts_slickNav .slick-arrow.next-arrow {
    right: 0;
}
.cts_slickNav .slick-slider {
    margin:0 -5px;
}
.cts_slickNav {
    margin: 10px 0 0;
}
.cts_slickNav .slick-slide {
    margin: 0 5px;
    border: 1px solid rgb(238, 242, 246);
    border-radius: var(--radius-9);
    overflow: hidden;
}
.cts_slickNav .slick-slide img {
    /*height: 100px;*/
    object-fit: cover;
    width: 100%;
}
.prd-info-wrap .prd-title {
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 700;
    color: var(--color-navy);
    line-height: 1.25;
    margin-bottom: 0;
}
.prd-info-wrap .prd-rating {
    margin: 0;
    margin-right: 100px;
}
.badge-wrap {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    gap: 5px;
}
.badge-wrap .stock {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    /*font-size: 13px;*/
    font-weight: 700;
    color: #12a150;
}
.badge-wrap .stock i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #12a150;
    display: block;
}
.splash-tag {
    margin: 10px 0 0;
    color: #d0021b;
    font-weight: 600;
    display: flex;
    gap: 5px;
    align-items: center;
}
.splash-tag svg {
    transform: rotate(80deg);
}
.onsale {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 0;
}
.onsale i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d0021b;
    display: inline-block;
    box-shadow: 0 0 0 rgba(208, 2, 27, .7);
    animation: salePulse 1.5s infinite;
}
@keyframes salePulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(208, 2, 27, .7);
    }

    50% {
        transform: scale(1.15);
        box-shadow: 0 0 0 8px rgba(208, 2, 27, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(208, 2, 27, 0);
    }
}
.onsale>span {
    color: #d0021b;
    font-weight: 600;
    /*text-shadow: 0 0 7px rgba(208, 2, 27, .55);*/
}
.pdp-price-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 15px 0;
}
.pdp-price-wrap .price-rrp {
    font-size: 16px;
    width: 100%;
    color: #9a9a9a;
}
.pdp-price-wrap .price-rrp span {
    text-decoration: line-through;
    color: #9AA8B5;
}
.pdp-price-wrap .price-bold {
    font-size: clamp(30px, 2vw, 40px);
    color: var(--color-primary);
    font-weight: 700;
}
.pdp-price-wrap .price-save {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-sale);
    background: #FEF0EF;
    padding: 4px 10px;
    border-radius: 20px;
}
.pdp-price-wrap .sale-note {
    width: 100%;
    color: #9a9a9a;
}
.guest-member-price {
    width: 100%;
    margin: 0;
}
.guest-member-price span {
    color: var(--color-primary);
    font-weight: 500;
}
.sale-price {
    /*width: 100%;*/
    display: flex;
    align-items: center;
    gap: 15px;
}
.sale-price .sale-bedge {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-sale);
    background: #FEF0EF;
    padding: 4px 10px;
    border-radius: 20px;
}
.sprice {
    font-size: 30px;
    font-weight: 800;
    color: var(--color-primary);
}
.prd-extra-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.prd-dtl-wrap .pbadge-wrap .stock-badge li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.prd-dtl-wrap .pbadge-wrap i {
    -webkit-border-radius: 20px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: var(--color-primary);
}
.prd-dtl-wrap .pbadge-wrap .label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0;
}
.prd-dtl-wrap .pbadge-wrap .fa-check {
    background-color: green;
}
.prd-dtl-wrap .pbadge-wrap .fa-tag {
    background-color: #d4145a;
}
.prd-dtl-wrap .pbadge-wrap .fa-times {
    background-color: #e73b3b;
    font-size: 21px;
    color: #fff;
}
.prd-info-wrap .tag-box {
    color: #000;
    font-weight: 500;
    width: fit-content;
    line-height: 26px;
    border-bottom: 1px solid;
    padding-left: 30px;
    margin-bottom: 0;
    position: relative;
}
.prd-info-wrap .tag-box.free-ship {
    color: green;
}
.prd-info-wrap .tag-box:before {
    position: absolute;
    content: "";
    left: 0;
}
.prd-info-wrap .tag-box.free-ship:before {
    background: url(../img/free-shipping.svg);
    width: 24px;
    height: 19px;
    top: 5px;
}
.shiping-wrap {
    border: 1.5px solid var(--line);;
    border-radius: var(--radius-9);
    padding: 15px;
    margin-bottom: 18px;
}
.ship-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.shiping-inner {
    display: flex;
    gap: 15px;
}
.shiping-inner input {
    height: 40px;
    border: 1px solid var(--line);
    border-radius: var(--radius-9);
    padding: 0 12px;
    font-size: 14px;
    color: #000;
}
.ship-info {
    font-size: 13px;
    color: var(--muted);
    margin-top: 8px;
}
.ship-info b {
    color: var(--color-black);
}
.bth-shipcl {
    min-width: 135px;
    padding: 0;
    border-radius: var(--radius-9);
}
.related-slider.slick-slider {
    margin: 0 -8px;
}
.related-slider .slick-slide {
    margin: 0 8px;
}
.related-wrap .prd-box:hover {
    transform: none;
    box-shadow: none;
    border-color: var(--color-primary);
}
.related-slider .slide-arrow {
    box-shadow: 0 0 25px 10px rgba(16, 24, 40, .10);
    border: 1.5px solid var(--line);
    border-radius: var(--radius-9);
    background-color: #f5f8fb;
    color: var(--color-primary);
}
.related-slider .slide-arrow:hover {
    box-shadow: 0 0 14px 2px rgb(45 147 255 / 25%) !important;
    border-color: var(--color-primary);
    box-shadow: var(--shadow);
}
.related-wrap .h2-title {
    margin-bottom: 25px;
}
.related-wrap .related-slider {
    margin-bottom: 25px;
}
.sp-wrap.sp-member {
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}
.sp-wrap {
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f5f9ff;
    box-shadow: var(--shadow);
    border: 1.5px solid var(--line);
    border-radius: var(--radius-9);
}
.sp-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.sp-head img {
    max-width: 50px;
}
.sp-label {
    font-weight: 600;
    letter-spacing: .04em;
    margin: 0;
}
.sp-label small {
    display: block;
    opacity: .75;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.sp-credit {
    /*font-size: 14px;*/
    margin-bottom: 10px;
}
.sp-cta {
    display: flex;
    line-height: 0;
    gap: 15px;
    flex-wrap: wrap;
}
.sp-cta .theme-btn {
    min-width: 180px;
    padding: 12px;
    font-size: 14px;
}
.sp-cta .theme-btn:first-child {
    color: var(--color-white);
}
.sp-cta .theme-btn:first-child:hover {
    color: var(--color-primary);
}
.sp-member-price {
    display: flex;
    align-items: end;
    gap: 10px;
    margin: 10px 0;
    position: relative;
    z-index: 1;
}
.sp-member-price .sp-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.sp-member-price .amount {
    font-size: 28px;
    font-weight: 800;
    color: #d0021b;
}
.sp-info b {
    color: #d0021b;
}
.sp-member-price .amount span {
    font-size: 14px;
    font-weight: 600;
    opacity: .7;
    margin-left: 4px;
}
.bnpl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 15px;
}
.bnpl-item {
    border: 1.5px solid var(--line);
    border-radius: var(--radius-9);
    padding: 10px 8px;
    text-align: center;
    transition: border-color .15s;
}
.bnpl-item:hover {
    border-color: var(--color-primary);
}
.bnpl-logo {
    /*height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -.02em;*/
}
.bnpl-logo.afterpay {
    color: #000;
}
.bnpl-logo.zip {
    color: #1B0826;
}
.bnpl-amt {
    font-size: 14px;
    color: var(--muted);
    font-weight: 500;
    line-height: 1.3;
}
.prd-dtl-wrap .c_buyingOptWrapper {
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    box-shadow: var(--shadow);
    border: 1.5px solid var(--line);
    border-radius: var(--radius-9);
}
.btn-wrap-inner {
    width: 50%;
}
.qty-wrap input.qty.form-control {
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: var(--radius-9);
}
.btn-stack.btn-prddtl {
    gap: 15px;
}
.btn-wrap {
    width: 100%;
    gap: 15px;
}
.theme-cart-btn {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    padding: 7px 10px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: var(--radius-9);
    transition: all 0.5s ease;
    font-size: 14px;
}
.theme-cart-btn:hover {
    background-color: transparent;
    color: var(--color-primary) !important;
}
/*product page variation */
.variation-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}
.c_buyingOptWrapper ._itmspec_listopt {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.c_buyingOptWrapper .variation-name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 20px;
}
.c_buyingOptWrapper .specific {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk {
    padding: 5px;
    border: 1px solid #e4eaf0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    min-width: 25px;
    justify-content: center;
}
.c_buyingOptWrapper .specific ._itmspec_lnk.clr-item {
    padding: 0;
    border-radius: var(--radius-9);
}
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk img {
    max-width: 50px;
    border-radius: var(--radius-9);
}
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk:hover,
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk._itmspec_selected {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk._itmspec_selected:before {
    position: absolute;
    content: "\f00c";
    font: normal normal normal 8px / 1 FontAwesome;
    top: -6px;
    right: -5px;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 100px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk.out-stock-box {
    border: 1px solid #f90404;
}
.c_buyingOptWrapper ._itmspec_listopt ._itmspec_listitm ._itmspec_lnk.out-stock-box:after {
    position: absolute;
    content: '';
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(247 1 1) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 88%;
    left: 0;
}
.attr_select_err {
    border-radius: 2px;
    border: #d6044a 1px solid;
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: 100;
   border-radius: 6px;
}
.var-refresh  {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}
.var-refresh .theme-btn {
    padding: 2px 5px;
    margin-right: 3px;
}
/*Product page end*/
.acrd-item {
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1.5px solid var(--line);
    border-radius: var(--radius-9);
}
.acrd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}
.acrd-header.acrd-active,
.acrd-header:hover {
    background-color: var(--color-primary);
    color: #fff;
}
.acrd-body {
    display: none;
    padding: 15px;
    background-color: #fff;
}
.acrd-body p:last-child {
    margin-bottom: 0;
}
.acrd-arrow {
    font-size: 22px;
    transition: transform 0.3s ease;
}
.acrd-arrow.up {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.acrd-body h2 {
    font-size: 30px;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 700;
}
.sm-title,
.acrd-body h3 {
    font-size: 21px;
    font-weight: 700;
}
.allcat-wrapper {
    margin: 0 7px;
}
.allcat-wrapper ul {
    list-style-type: none;
    padding: 0;
}
.single-cat {
    padding: 0 4px;
    margin-bottom: 15px;
    border-radius: 0;
}
.allcat-wrapper ul.parent-cat {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.allcat-wrapper ul li.first-child {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 5px 0px #ccc;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style: none;
}
.allcat-wrapper ul .first-child a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
.allcat-wrapper ul .second-child {
    padding-left: 15px;
    position: relative;
    margin-bottom: 2px;
}
.allcat-wrapper a:hover {
    color: #0093fe !important;
}
.allcat-wrapper ul .second-child a {
    color: black;
    font-size: 14px;
    font-weight: unset;
}
.allcat-wrapper ul .second-child:before {
    position: absolute;
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    left: 0;
    top: 5px;
    font: normal normal normal 14px/1 FontAwesome;
}
.allcat-wrapper .thambnail {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.allcat-wrapper .thambnail img {
    border-radius: 10px;
    background: white;
    border: 2px solid #0093fe;
    width: 75px;
}
a.cat-heading {
    margin: 0px 10px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
.liarrow {
    margin-bottom: 20px;
}
.liarrow li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
    font-size: 16px;
}
.liarrow li:before {
    position: absolute;
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 6.827 6.827"><path fill="%230796fc52" fill-rule="nonzero" d="M.96 3.568h3.082v-.31H.96z"/><path fill="%230796fc" fill-rule="nonzero" d="M4.148 2.536v2.046l.242-.164 1.29-.877.187-.128-.188-.127-1.29-.877-.24-.164z"/></svg>');
    left: 0;
    width: 34px;
    height: 34px;
    top: -5px;
}
.row.btn-stack-cart {
    margin: 0px;
    padding: 15px 5px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid var(--color-dddddd);
    border-radius: var(--radius-9);
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
}
.cart-top-btn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.theme-btn-cart,
button.theme-btn-cart {
    border: 1.5px solid var(--color-primary);
    background: var(--color-primary);
    color: #fff;
    border-radius: 6px;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.theme-btn-cart:hover,
button.theme-btn-cart:hover {
    background-color: #fff;
    color: var(--color-primary);
}
.cartTable tbody tr td {
    vertical-align: middle;
}
.cartTable td a h4 {
    font-size: 16px;
}
.cartTable td a:hover h4 {
    color: var(--color-primary);
}
.checkout-page .cart-btm-wrap {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.checkout-page .cart-btm-wrap .h4title {
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    font-size: 17px;
    font-weight: 500;
}
.wrap-body {
    padding: 15px;
}
.btn-paypal i.fa.fa-coloured-paypal {
    background-image: url('//cdn.neto.com.au/assets/neto-cdn/skeletal/2.2.0/paymenticons.svg');
    background-size: 60px;
    width: 60px;
    height: 16px;
    background-position: 0px 0px;
    vertical-align: middle;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.hidden {
    display: none;
    visibility: hidden;
}
.account-summary-block {
    padding: 0 5px;
    margin-bottom: 10px;
}
.account-summary-block .account-link-wrap {
    height: 150px;
    padding: 25px 10px;
    border-radius: 10px;
    width: 100%;
    background: #a1d4072e;
    display: inline-block;
    text-align: center;
}
.account-summary-block .account-link-wrap h4 .fa {
    font-size: 25px;
    margin-right: 5px;
    color: var(--color-primary);
    background: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
}
.account-summary-block .text-muted {
    white-space: initial;
    color: #000;
    font-size: 13px;
    margin: 0px;
}
.account-summary-botttom-block h3 {
    font-size: 20px;
}
.acrd-body .benefit-tbl.splash-tbl {
    max-width: 50%;
    margin: 0 auto;
}
.acrd-body .benefit-tbl.splash-tbl table thead tr th:nth-child(2) {
    border-right: 1px solid #000;
}
.ajaxloader {
    background: #CCC url('../img/ajax-loader.gif') no-repeat 50% 50%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: .7;
}
.btn-success {
    color: #fff;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 3px;
}
.btn-success:hover {
    color: var(--color-primary);
    background-color: transparent;
    border: 1px solid var(--color-primary);
}
#age-verification {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.agemd-wrap {
    background: #fff;
    border-radius: 5px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.agemd-header {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.agemd-wrap p {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.agemd-header a {
    font-size: 22px;
}
.age-buttons {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.age-buttons .theme-btn {
    padding: 10px;
    width: 150px;
    cursor: pointer;
}
#notifymodal .theme-btn {
    padding: 9px 10px;
}
.signup-info a {
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.benefit-tbl table tbody tr td {
    padding: 10px 15px;
}
.benefit-tbl table tbody tr td i {
    font-size: 25px;
}
.benefit-tbl table tbody tr td .d-flex {
    align-items: center;
}
@keyframes blinking {
    50% {
        border-color: #fff;
    }
}
.edit-wrap {
    padding: 10px 15px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
}
.edit-wrap h4 {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 -15px 15px;
}
.edit-wrap .form-group label {
    display: inline-block;
    margin-bottom: 5px;
}
.alink {
    color: var(--color-primary);
}
.alink:hover {
    color: #2c615d;
}
.prd-info-wrap .timer {
    margin: 20px 0px;
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #2d93ff14;
    box-shadow: var(--shadow);
    border: 1.5px solid var(--line);
    border-radius: var(--radius-9);
    display: flex;
    color: var(--color-primary);
    max-width: 360px;
    justify-content: space-between;
}
#clockdiv>div {
    display: flex;
    font-size: 17px;
    font-weight: 700;
}
#clockdiv {
    display: flex;
    gap: 10px;
    text-transform: lowercase;
}
.timer-label {
    text-transform: uppercase;
    font-size: 14px;
}
.time-text {
    display: flex;
    flex-direction: column;
}
.alink-red {
    color: red;
    font-weight: 600;
}
.alink-red:hover {
    color: var(--color-primary);
}
.btn-reviews i,
#rating_stars,
#review_details i {
    color: #ffde21;
}
.red-star {
    color: red;
}
.qty-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.size-list:not(:has(.size-option)) {
    display: none;
}
.size-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.size-list span {
    display: inline-block;
    background-color: #0796fc42;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 15px;
}
.history-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.history-wrap .prd-wrap {
    width: 100%;
    padding: 0;
}
/*My account page css start*/
.account-wrap {
    background: #fafbfc;
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: -50px;
}
.welcome-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid var(--color-primary);
    background: #7cbbb63d;
    padding: 14px 16px;
    border-radius: 12px;
    margin: 12px 0 20px;
}
.welcome-note .badgee {
    display: inline-block;
    padding: 2px 8px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 100px;
}
.welcome-action {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.cursor-ptr {
    cursor: pointer;
}
.splash-wrap {
   position: relative;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    box-shadow: var(--shadow);
    border: 1.5px solid var(--line);
    border-radius: var(--radius-9);
}
.splh-balance {
    background: var(--color-primary);
    border-radius: 14px;
    padding: 16px 20px;
    color: #fff;
}
.splh-balance p {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.reward-amount {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-top: 4px;
}
.member-deals {
    background: #fff;
    border: 1px solid #e6e7ea;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
}
.member-deals .muted {
    color: #6b7280;
    font-size: 13px;
}
.deal-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    font-weight: 600;
    font-size: 13px;
}
.pill-highlight {
    background: #7cbbb63d;
    border-color: var(--color-primary);
}
.splh-tbl {
    margin: 10px 0 12px;
    border: 1px solid #e6e7ea;
    border-radius: 12px;
    overflow: hidden;
}
.splh-tbl thead th {
    background-color: #f8fafc;
}
.splh-tbl tbody tr td:not(:first-child) {
    font-weight: 700;
}
.splh-tbl tbody tr td:nth-child(3) {
    color: var(--color-primary);
}
.member-deals .note {
    display: inline-block;
    font-size: 12px;
}
.member-deals .actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.splh-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px;
    justify-content: flex-start;
}
.account-wrap .theme-btn {
    line-height: 25px;
    padding: 10px 15px;
    transition: all 0.5s ease-in-out;
}
.theme-btn.-white {
    background-color: #fff;
    border: 1px solid #e6e7ea;
}
.theme-btn.-white:not(:hover) {
    color: #000;
}
.title-bdrbtm {
    font-size: 22px;
    margin: 0 0 12px;
}
.title-bdrbtm::after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    margin-top: 6px;
    border-radius: 999px;
    background-color: var(--color-primary);
}
.quick-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 22px 0;
}
.qa {
    background: #fff;
    border: 1px solid #e6e7ea;
    border-radius: 14px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
}
.qa svg {
    width: 22px;
    height: 22px;
    color: var(--color-primary);
}
.qa small {
    display: block;
    color: #6b7280;
    font-weight: 500;
}
.order-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.order-wrap,
.aclinks-wrap {
    background: #fff;
    border: 1px solid #e6e7ea;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
    height: 100%;
}
.chip-status {
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 13px;
    line-height: 100%;
    font-weight: 500;
    border: 1px solid;
}
.order-wrap .label-info {
    background-color: #ecfdf5;
    border-color: #d1fae5;
}
.order-wrap .label-danger {
    background-color: #ff00002e;
    border-color: #ff0000;
}
.order-wrap .label-primary {
    background-color: var(--color-primary);
    border-color: #d1fae5;
    color: #fff;
}
.order-wrap .label-success {
    background-color: #008000;
    color: #fff;
    border-color: #0bf6a6;
}
.order-wrap .theme-btn {
    padding: 5px 13px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    min-width: auto;
    height: auto;
}
.order-wrap .theme-btn:hover {
    color: var(--color-primary);
}
.linkc {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.linkc:hover {
    color: var(--color-primary);
}
.bl-4 {
    border-left: 4px solid var(--color-primary);
}
.aclinks-wrap h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e7ea;
}
.aclinks-wrap ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    width: 100%;
    flex-direction: column;
}
.aclinks-wrap ul li a {
    position: relative;
    text-decoration: none;
    display: inline-flex;
    padding-bottom: 3px;
    overflow: hidden;
}
.aclinks-wrap ul li a:before {
    content: '';
    position: absolute;
    transition: transform .5s ease;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background: var(--color-primary);
    transform: translateX(-100%);
}
.aclinks-wrap ul li a:hover:before {
    transform: translateX(0);
}
/*My account page css end*/
.co-highlight {
    list-style-type: none;
    max-width: 85%;
    margin: 50px auto 0;
    padding: 0 0 100px;
    position: relative;
}
.co-highlight:before {
    position: absolute;
    content: '';
    background: url(../img/about-us/highlight-bg.png);
    width: 150px;
    height: 137px;
    left: 0;
    top: -85px
}
.co-highlight:after {
    position: absolute;
    content: '';
    background: url(../img/about-us/highlight-bg.png);
    width: 150px;
    height: 137px;
    right: -95px;
    bottom: 30px;
    transform: rotate(180deg);
    z-index: -1;
}
.co-highlight li {
    box-shadow: 0 0 15px 0px #ccc;
    border-radius: 20px;
    position: relative;
    margin-left: 130px;
    padding-left: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-top: 20px solid;
    background-color: #fff;
}
.co-highlight li:last-child {
    margin-bottom: 0;
}
.co-highlight li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: calc(100% - 40px);
    background-color: #d5d5d5;
    left: -100px;
    top: 70px;
}
.co-highlight li:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 30px;
    left: -123px;
    bottom: -35px;
}
.co-highlight li:nth-child(odd):after {
    background: url(../img/about-us/tri-red.png);
}
.co-highlight li:nth-child(even):after {
    background: url(../img/about-us/tri-blue.png);
}
.co-highlight li:last-child:before,
.co-highlight li:last-child:after {
    display: none;
}
.co-highlight li:nth-child(odd) {
    border-color: #db1b1b;
}
.co-highlight li:nth-child(even) {
    border-color: #3966d3;
}
.year-info {
    border-left: solid #dfdfdf;
    border-width: 0 0 0 2px;
    padding: 0 20px;
}
.co-highlight h3 {
    position: absolute;
    left: -130px;
    top: 25%;
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    width: 210px;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
}
.co-highlight li:nth-child(odd) h3 {
    background-color: #db1b1b;
}
.co-highlight li:nth-child(even) h3 {
    background-color: #3966d3;
}
.co-highlight h4 {
    color: #3966d3;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
}
.co-highlight p {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
}
.people-wrp {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 5px 1px #ddd;
    background-color: #0093fe08;
    border-radius: 10px;
    padding: 20px;
}
.people-wrp img {
    margin-bottom: 0;
}
.cer-info h3 {
    text-align: center;
    background-color: #3560ce;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 25px;
}
.cer-info.trade-info h3 {
    background-color: #db1b1b;
}
.comm-wrp {
    text-align: center;
    height: 100%;
    box-shadow: 0 0 5px 1px #ddd;
    background-color: #0093fe08;
    border-radius: 10px;
    padding: 20px;
}
.comm-wrp img {
    max-width: 110px;
    margin-bottom: 15px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.comm-wrp:hover img {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.comm-wrp h3 {
    color: #2d50c4;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
}
.comm-wrp p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    padding: 0 25px;
}
.your-assur .h3titleab {
    max-width: 80%;
    margin: 0 auto 35px;
    line-height: 30px;
}
.asslist {
    background-image: url('../img/about-us/hr-aboutbg.jpg');
    list-style-type: none;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.asslist li {
    padding-left: 100px;
    position: relative;
    margin-bottom: 30px;
    padding-top: 10px;
}
.asslist li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background-color: #d5d5d5;
    left: 28px;
    top: 30px;
}
.asslist li:last-child:before {
    display: none;
}
.asslist li span {
    position: absolute;
    left: 0;
    font-size: 30px;
    font-weight: 600;
    border: 5px solid;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 50px;
    top: 0;
    background-color: #fff;
}
.asslist li h4 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
}
.asslist li:nth-child(odd) span {
    color: #365fcf;
}
.asslist li:nth-child(even) span {
    color: #bc1f1f;
}
.asslist li:nth-child(odd) h4 {
    color: #365fcf;
}
.asslist li:nth-child(even) h4 {
    color: #bc1f1f;
}
.asslist li p {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
    position: relative;
    padding-left: 25px;
    color: #000;
}
.asslist li p:before {
    position: absolute;
    content: "\f061";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    top: 6px;
    font-size: 13px;
}

.img-boxanim {
    margin-bottom: 15px;
    box-shadow: 0 0 5px 1px #ddd;
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
}
.img-boxanim img {
    margin-bottom: 0;
}
.img-boxanim:before,
.img-boxanim:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    -o-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.img-boxanim:hover:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-boxanim:hover:after {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.content-wrap :is(.h2-title, .sm-title) {
    margin-top: 20px;
}
.content-wrap p {
    margin-bottom: 12px;
}
.alink-color, .single-blog-content a {
    color: var(--color-primary);
    text-decoration: underline;
}
.pcat-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}
.trending-cat {
    border: 1px solid var(--color-primary);
    width: 100%;
    border-radius: 4px;
}
.pcat-wrap .trending-cat img {
    width: 100px;
    height: 100px;
    margin: 10px auto 0;
    text-align: center;
    object-fit: contain;
    display: table;
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pcat-wrap .trending-cat h3 {
    font-size: 16px;
    padding: 10px;
    margin: 0;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.pcat-wrap .trending-cat:hover img {
    transform: scale(1.1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.payicon-wapper {
    text-align: center;
    border: 1.5px solid var(--color-primary);
    padding: 15px 10px;
    border-radius: 5px;
    height: 100%;
}
.payicon-wapper img {
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.payicon-wapper:hover img {
    transform: scale(1.1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*Responsive Start*/
@media (min-width: 992px) {
    .hidden-lg-up {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .cartTable .cartTable--heading-quantity, .cartTable .cartTable--heading-price, .cartTable .cartTable--heading-remove, .cartTable .cartTable--column-image {
        width: 100px;
    }
    #mobileFIlter .accordion-button::after {
        display: none;
    }
    .related-slider .slick-dots {
        display: none !important;
    }
    .prd-info-wrap, .img-gallery {
        position: sticky;
        top: 20px;
    }
}
@media (max-width: 1320px) {
    .container {
        max-width: 100%;
    }
}
@media (max-width: 1200px) {
    .home-prd-wrap {
        display: flex;
        gap: 12px;
        overflow: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
    }
    .home-prd-wrap .prd-bx {
        min-width: 240px;
        scroll-snap-align: start;
    }
    .wide-card {
        min-height: auto;
    }
    .htop-wrap {
        gap: 15px;
    }
    .pcat-wrap {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 1024px) {
    .hero-badges {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-banner {
        height: calc(100% - 160px);
    }
    .pcat-wrap,
    .cat-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .subcats-wrap {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 991.98px) {
    .order-summary-m {
        display: block;
        opacity: 1;
        position: fixed;
        bottom: 2%;
        right: 2%;
        left: 2%;
        z-index: 1030;
    }
    .order-summary-d {
        display: none;
        opacity: 0;
        background-color: rgba(255, 255, 255, .8);
        position: fixed;
        z-index: 1030;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .order-summary-d .order-summary {
        overflow-y: auto;
        margin: 0 auto;
        max-width: 80%;
        min-height: 0;
        position: absolute;
        top: 1%;
        bottom: 2%;
        right: 0;
        left: 0;
    }
    body.fixed-body {
        overflow-y: hidden;
        width: 100%;
        height: 100%;
    }
    body.fixed-body .order-summary-d {
        display: block;
        opacity: 1;
    }
    body.fixed-body .order-summary-m {
        display: none;
        opacity: 0;
    }
    .header_top_iconbox .icon {
        border-radius: 4px;
        border: 1px solid var(--color-primary);
        line-height: 55px;
        position: relative;
        text-align: center;
        width: 50px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        margin-left: 0;
        width: 40px;
        height: 40px;
        line-height: 45px;
    }
    .animated-icon {
        width: 28px;
        height: 25px;
        top: 8px;
        left: 5px;
        position: relative;
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }
    .animated-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
        background: var(--color-secondary);
    }
    .animated-icon span:nth-child(1) {
        top: 2px;
    }
    .animated-icon span:nth-child(2) {
        top: 10px;
    }
    .animated-icon span:nth-child(3) {
        top: 18px;
    }
    .animated-icon.hamburger-open span:nth-child(1) {
        top: 11px;
        transform: rotate(135deg);
    }
    .animated-icon.hamburger-open span:nth-child(2) {
        opacity: 0;
        left: -60px;
        top: 10px;
    }
    .animated-icon.hamburger-open span:nth-child(3) {
        top: 11px;
        transform: rotate(-135deg);
    }
    #menu_wrapper.active {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        z-index: 99;
        background: rgb(0 0 0 / 54%);
        cursor: pointer;
    }
    #mobile-top-menu {
        position: fixed;
        background: #fff;
        width: 450px;
        z-index: 9999;
        left: 0;
        top: 0;
        /*padding: 10px 0;*/
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: 0.3s;
        overflow-y: scroll;
        overscroll-behavior-y: contain;
        scrollbar-width: none;
    }
    #mobile-top-menu.is-open {
        transform:translateX(0);
        visibility:visible;
        opacity:1;
    }
    #mobile-top-menu #top-menu-closer {
        cursor: pointer;
        width: 40px;
        height: 44px;
        position: absolute;
        right: 0;
        padding: 5px;
        top: 0;
        background-color: #2d93ff;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #mobile-top-menu #top-menu>li {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 9px 10px;
        position: relative;
    }
    #top-menu>li>a {
        text-align: left;
        padding: 0;
        font-weight: 600;
        width: 100%;
        display: block;
    }
    .mobile-social {
        padding: 10px;
        width: 100%;
        bottom: 0;
        background: #fff;
        z-index: 9;
    }
    .social-head li {
        display: inline-block;
    }
    .social-head {
        display: flex;
        width: 100%;
        gap: 10px;
    }
    .social-head li a {
        width: 40px;
        display: inline-block;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 25px;
        border-radius: 3px;
    }
    .social-head li a i {
        color: #fff;
    }
    .social-head li.facebook a {
        background-color: #3b5999;
    }
    .social-head li.twitter a {
        background-color: #00aced;
    }
    .social-head li.youtube a {
        background-color: #d12121;
    }
    .social-head li.instagram a {
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }
    .social-head li.pinterest a {
        background-color: #c8232c;
    }
    .subscribe-content {
        margin-bottom: 25px;
    }
    .mob-hidden {
        display: none;
    }
    .header-search {
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 5;
    }
    .htop-wrap {
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 60px;
    }
    .logo-wrap {
        text-align: center;
    }
    .nav-wrap  li {
        padding: 10px 15px;
        border-bottom: 1px solid #e5e7eb;
        cursor: pointer;
    }
    .nav-wrap a {
        font-size: 14px;
        font-weight: 500;
    }
    .nav-wrap {
        border: none;
    }
    .hero-badges {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-banner {
        height: auto;
    }
    .feature-grid,
    .deals-grid,
    .two-col .stack {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .blue-feature,
    .deals-grid .deal-box:last-child,
    .footer-inner .footer-col:first-child {
        grid-column: 1 / -1;
    }
    .two-col {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .subcats-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
    .filter-m-btn {
        z-index: 10;
        margin-right: 10px;
        padding: 5px 8px;
        border: 1px solid var(--color-dddddd);
        background: #fff;
        border-radius: var(--radius-9);
        position: relative;
    }
    .filter-m-btn svg {
        width: 16px;
        height: 16px;
        stroke: #000;
        fill: none;
        stroke-width: 2;
    }
    #left-sidebar {
        width: 90%;
        max-width: 360px;
        height: 100%;
        max-height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: var(--color-white);
        padding: 0;
        /*overflow: auto;
        padding: 45px 10px 10px 10px;*/
    }
    #left-sidebar.openfilter {
        left: 0px;
    }
    .filter-open-overlay {
        background: rgba(10, 22, 40, .5);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 998;
        display: none;
    }
    .filter-open-overlay.showbg {
        display: block;
    }
    .mobile-sticky {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
    }
    #left-sidebar .close-sidebar {
        position: absolute;
        z-index: 9;
        right: 10px;
        top: 7px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: var(--radius-9);
        background: #f5f8fb;
    }
    #left-sidebar .close-sidebar svg {
        width: 18px;
        height: 18px;
        stroke: var(--color-black);
        fill: none;
        stroke-width: 2.2;
    }
    .history-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .filters-head {
        padding: 15px 15px;
    }
    .fltr-wrap {
        padding: 0 15px;
        height: calc(100dvh - 90px);
        overflow: auto;
    }
    .allcat-wrapper ul.parent-cat {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
    .pcat-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767.98px) {
    :root {
        --radius-12: 10px;
    }
    .main-image a>.zoom {
        pointer-events: none;
    }
    .tabbable .tab-pane {
        display: block;
    }
    .btn-stack .col-12+.col-12 {
        margin-top: 5px;
    }
    .successaddmessage .left,
    .successaddmessage .right {
        float: none !important;
        display: inline;
    }
    .npopup {
        width: auto !important;
        max-width: 80%;
    }
    .npopup-checkout,
    .npopup-continue,
    .npopup-view {
        display: block;
        width: 100%;
        margin: 0;
    }
    .npopup-continue,
    .npopup-view {
        margin-bottom: 10px;
    }
    .npopup .footer.modal-footer .left,
    .npopup .footer.modal-footer .right {
        width: auto;
        display: block;
        float: none;
    }
    .npopup .footer.modal-footer .btn {
        display: block;
        width: 100% !important;
        margin: 0;
        margin-bottom: 10px;
        float: none !important;
    }
    .order-summary-d .order-summary {
        right: 2%;
        left: 2%;
        max-width: 96%;
        min-height: 96vh;
    }
    .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: 0;
        padding: 0;
        display: block;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        color: #fff;
    }
    .footer-pay-icon .paybox {
        margin: 0 4px 4px 0;
    }
    .footer-copyright p {
        padding: 10px 0;
        letter-spacing: 0;
        font-size: 15px;
    }
    .social-footer {
        margin: 0;
        max-width: 300px;
    }
    .footer-menu-list,
    .contact-info {
        margin-top: 20px;
    }
    .footer-menu-list li:last-child {
        margin-bottom: 0;
    }
    .subscribe-title {
        font-size: 22px;
    }
    .subs-wrap {
        padding: 15px 0px;
        border-radius: 10px;
    }
    .nsearchinput-pl {
        max-height: 500px;
        overflow: auto;
    }
    .cart-dropdown .cart-content-wrap {
        width: 320px;
    }
    .welcome-note {
        flex-direction: column;
    }
    .welcome-action {
        justify-content: space-between;
        width: 100%;
    }
    .faq-header ul li {
        width: 100%;
    }
    #customer-login .nav-tabs a {
        padding: 10px 10px;
        font-size: 17px;
    }
    #n_product footer.footer {
        padding-bottom: 120px;
    }
    #n_product .back-to-top.show {
        bottom: 190px;
    }
    #n_product .floating-wpp {
        bottom: 125px;
    }
    .feature-grid,
    .deals-grid,
    .two-col .stack {
        grid-template-columns: repeat(1, 1fr);
    }
    .cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .trust-wrap {
        gap: 50px 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-btm-inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-copyright p {
        padding: 5px 0;
    }
    .home-footer-content {
        padding: 15px 10px;
    }
    .hero-content {
        padding: 20px 20px 100px;
    }
    .h2-title {
        font-size: 25px;
        line-height: 1.05;
    }
    .home-footer-content .h3title {
        font-size: 20px;
        line-height: 25px;
    }
    .head-actions .title {
        display: none;
    }
    .head-actions {
        gap: 10px;
    }
    .head-actions .icon-bx {
        width: 35px;
        height: 35px;
    }
    #mobile-top-menu {
        width: 90%;
    }
    .top-search .form-control {
        height: 45px;
    }
    .top-search .flaticon-search {
        height: 45px;
        width: 45px;
    }
    .top-search .flaticon-search svg {
        width: 25px;
    }
    .mobile-nav {
        display: grid;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid var(--color-dddddd);
        grid-template-columns: repeat(5, 1fr);
        z-index: 5;
    }
    .mobile-nav li a {
        display: flex;
        flex-direction: column;
        padding: 5px 0;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .mobile-nav li .mm-icon svg {
        width: 20px;
        height: 20px;
    }
    .mobile-nav li .menu-title {
        font-size: 11px;
        font-weight: 600;
        line-height: 13px;
    }
    .footer-btm {
        padding: 15px 0 70px;
    }
    .floating-wpp {
        bottom: 60px;
    }
    .back-to-top.show {
        bottom: 130px;
    }
    .trust-box {
        padding: 30px 10px 10px;
    }
    .trust-ion img {
        width: 35px;
    }
    .trust-box p {
        font-size: 14px;
        line-height: 18px;
    }
    .trust-box h3 {
        font-size: 15px;
    }
    .cat-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-wrap .blog-box {
        margin: 12px 8px;
    }
    .deal-bx {
        max-width: 100%;
        margin: 0 5px;
    }
    .subcats-wrap,
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .price-box .pr-text {
        font-size: 19px;
    }
    .pbtn {
        height: 35px;
        font-size: 13px;
    }
    .price-box {
        margin-bottom: 5px;
    }
    .divider-line {
        margin: 15px 0;
    }
    .allcat-wrapper ul.parent-cat {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    .prd-dtl-wrap #_jstl__buying_options {
        position: fixed;
        bottom: 52px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9;
        box-shadow: 0 0 6px 0px #ddd;
        padding: 10px;
    }
    .related-slider .slide-arrow {
        display: none !important;
    }
    .pcat-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .pcat-wrap .trending-cat h3 {
        margin-top: 0;
    }
    .prd-info-wrap {
        margin-top: 30px;
    }
    .related-wrap .h2-title {
        margin-bottom: 15px;
    }
    .variation-wrap {
        margin-bottom: 0;
    }
}
@media (max-width:675px) {
    .cat-box-bx,
    .subcats-wrap .subcat a {
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 5px;
        background: #fff;
        border: 1px solid var(--color-dddddd);
        overflow: hidden;
        box-shadow: 0 4px 18px rgba(16, 24, 40, .06);
    }
    .cat-img,
    .subcat-img {
        width: 65px;
        min-width: 65px;
        margin: 0;
        border-radius: 0;
        border: 0;
    }
    .cat-img img,
    .subcat-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .cat-box-bx b,
    .cat-title {
        padding: 0 5px 0 0;
        text-align: left;
        font-size: 13px;
        line-height: 16px;
        font-weight: 500;
    }
    .cat-grid-wrap {
        gap: 10px;
    }
    .co-highlight {
        max-width: 100%;
        overflow: hidden;
        margin: 0;
        padding-bottom: 50px;
    }
    .co-highlight li {
        border-radius: 10px;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 50px;
        border-top: 10px solid;
    }
    .year-info {
        border-width: 2px 0 0 0;
        padding: 20px 10px 0;
        text-align: center;
    }
    .co-highlight h3 {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
        font-size: 27px;
        clip-path: none;
        width: 180px;
        border-radius: 10px;
    }
    .co-highlight h3:after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        margin: 0 auto;
        border-style: solid;
        border-width: 10px;
    }
    .co-highlight li:nth-child(odd) h3:after {
        border-color: #db1b1b transparent transparent transparent;
    }
    .co-highlight li:nth-child(even) h3:after {
        border-color: #3966d3 transparent transparent transparent;
    }
    .co-highlight h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .co-highlight p {
        font-size: 16px;
        font-weight: 600;
    }
    .co-highlight li:before {
        height: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -50px;
        top: inherit;
    }
    .co-highlight li:after {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: inherit;
        bottom: -40px;
        transform: scale(0.8)
    }
    .shiping-inner {
        flex-wrap: wrap;
    }
    .shiping-inner input {
        width: calc(50% - 8px);
    }
    .price-box .price {
        font-size: 16px;
        font-weight: 600;
    }
    .price-box .price {
        font-size: 20px;
        line-height: 22px;
    }
    .price-box .price .pr-text {
        display: block;
        width:  100%;
    }
    .prd-info-wrap .timer {
        max-width: 100%;
    }
    .history-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .prd-body {
        padding: 10px;
    }
}
@media only screen and (max-width: 475px) {
    .pcat-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .trending-cat a {
        display: flex;
        align-items: center;
    }
    .pcat-wrap .trending-cat img {
        margin: 10px;
        width: 80px;
        height: 80px;
    }
}
/*order confirmation */
/* ── Hero ── */
.ord-cnf-wrap {
    background: linear-gradient(138deg, #0a3d8f 0%, #1565c0 42%, #2d93ff 100%);
    padding: 52px 24px 46px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.h-orb {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    pointer-events: none;
}
.h-orb1 {
    width: 360px;
    height: 360px;
    top: -100px;
    right: -90px;
}
.h-orb2 {
    width: 260px;
    height: 260px;
    bottom: -110px;
    left: -50px;
}
.h-orb3 {
    width: 150px;
    height: 150px;
    top: 30px;
    left: 12%;
}
.check-ring {
    width: 76px;
    height: 76px;
    background: rgba(255, 255, 255, .13);
    border: 2px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    position: relative;
    z-index: 1;
}
.check-inner {
    width: 56px;
    height: 56px;
    background: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check-inner svg {
    width: 28px;
    height: 28px;
    stroke: #fff;
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.hero-title {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.hero-sub {
    /*color: rgba(255, 255, 255, .82);*/
    font-size: 15px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}
.ord-cnf-wrap .alert {
    width: fit-content;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 8px;
    margin-bottom: 24px;
}
.hero-pill {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px 12px;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 40px;
    padding: 11px 22px;
    position: relative;
    z-index: 1;
}
.pill-dot {
    width: 7px;
    height: 7px;
    background: #22c55e;
    border-radius: 50%;
    flex-shrink: 0;
}
.pill-txt {
    color: rgba(255, 255, 255, .93);
    font-size: 13.5px;
    font-weight: 500;
}
.pill-sep {
    color: rgba(255, 255, 255, .35);
}
.sup-inner {
    padding: 35px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
}
.sup-inner .h3title::before,
.sup-inner .h3title::after {
    display: none;
}
.sup-items {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.sup-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.si-ico {
    min-width: 40px;
    height: 40px;
    background: rgb(45 147 255 / 11%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fc;
}
.si-l {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #666666;
    margin-bottom: 2px;
}
.si-v {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
#n_checkout footer.footer {
    padding-bottom: 50px;
}
.checkout-copyright {
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 0.5px;
    background: var(--color-primary);
    color: var(--color-white);
}
.copy-inner a {
    color: #fff;
}
.copy-inner a:hover {
    color: #000;
}
.order-splash {
    background: #0d0d0d;
    position: relative;
    overflow: hidden;
}
.sp-pat {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-55deg, transparent, transparent 60px, rgba(232, 25, 44, .025) 60px, rgba(232, 25, 44, .025) 120px);
    pointer-events: none;
}
.sp-glow {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 25, 44, .13) 0%, transparent 70%);
    pointer-events: none;
}
.sp-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 60px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.sp-eye {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ff00004d;
    border-radius: 5px;
    padding: 5px 13px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
}
.sp-eye svg {
    width: 12px;
    height: 12px;
    fill: #fff;
    flex-shrink: 0;
}
.sp-h {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    margin-bottom: 16px;
}
.sp-h em {
    color: red;
    display: block;
    font-style: normal;

}
.sp-p {
    color: rgba(255, 255, 255, .58);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 28px;
}
.sp-p strong {
    color: rgba(255, 255, 255, .88);
    font-weight: 600;
}

.sp-cta svg {
    width: 17px;
    height: 17px;
    stroke: #fff;
    fill: none;
    stroke-width: 2.5;
}
.sp-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 18px;
    padding: 28px;
    position: relative;
    overflow: hidden;
}
.sp-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e8192c;
}
.sp-logo {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 22px;
}
.sp-logo em {
    color: #e8192c;
    font-style: normal;
}
.perk {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 18px;
}
.perk:last-child {
    margin-bottom: 0;
}
.pk-ico {
    width: 40px;
    height: 40px;
    background: rgba(232, 25, 44, .13);
    border: 1px solid rgba(232, 25, 44, .24);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pk-ico svg {
    width: 18px;
    height: 18px;
    stroke: red;
    fill: none;
    stroke-width: 2.5;
}
.pk-t {
    font-size: 14.5px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
}
.pk-d {
    font-size: 12px;
    color: rgba(255, 255, 255, .44);
    line-height: 1.5;
}
.pk-d a {
    color: rgba(255, 255, 255, .72);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.sp-inner .theme-btn {
    background-color: #ff00004d;
    border: 2px solid #ff00004d;
}
.sp-inner .theme-btn:hover {
    background-color: #e8192c;
    border: 2px solid #e8192c;
    color: #fff;
}
/* ── BODY ── */
.ord-wrap {
    max-width: 1336px;
    margin: 0 auto;
    padding: 28px 20px 40px;
}
.order-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 20px;
    align-items: start;
}
.r-col {
    position: sticky;
    top: 20px;
}
/* ── CARD ── */
.order-card {
    background: #fff;
    border-radius: 13px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    margin-bottom: 16px;
}
.order-card:last-child {
    margin-bottom: 0;
}
.c-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 20px;
    border-bottom: 1px solid #e5e7eb;
    background: #fafafa;
}
.c-ico {
    width: 32px;
    height: 32px;
    background: #2d93ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.c-ico svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    fill: none;
    stroke-width: 2.5;
}
.c-title {
    font-size: 14.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0;
}
.c-tag {
    margin-left: auto;
    font-size: 12px;
    font-weight: 600;
}
.c-body {
    padding: 20px;
}
/* ── ORDER SUMMARY ── */
.oid-block {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
}
.oid-label {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 3px;
}
.oid-val {
    font-size: 34px;
    font-weight: 700;
    color: #2d93ff;
    letter-spacing: -.5px;
    line-height: 1;
}
.prod-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}
.prod-img {
    background: #f1f5f9;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 26px;
    overflow: hidden;
}
.prod-img img {
    /*width: 100%;
    height: 100%;*/
    object-fit: cover;
}
.prod-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 3px;
}
.prod-meta {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 4px;
    color: #6b7280;
}
.prod-price {
    font-size: 16px;
    font-weight: 700;
    color: #2d93ff;
}
.price-table {
    width: 100%;
    /*border-top: 1px solid #e5e7eb;*/
    padding-top: 14px;
}
.price-table tr td {
    padding: 4px 0;
}
.p-lbl {
    font-size: 13px;
    color: #6b7280;
}
.p-val {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}
.p-free {
    color: var(--green);
    font-weight: 700;
}
.p-gst {
    font-size: 11.5px;
}
.border-top-2 {
    border-top: 2.5px solid #0796fc69;
    margin-top: 8px;
    padding-top: 12px;
}
.grand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 2.5px solid #0796fc69;
    margin-top: 8px;
}
.grand-l {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.grand-v {
    font-size: 18px;
    font-weight: 700;
}
.print-btn {
    width: 100%;
    margin-top: 14px;
    padding: 11px;
    background: transparent;
    border: 1.5px solid #e5e7eb;
    border-radius: 9px;
    font-family: var(--font-b);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: all .2s;
}
.print-btn:hover {
    border-color: #2d93ff;
    color: #2d93ff;
}
.print-btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}
/* ── Order Status Step ── */
.steps {
    display: flex;
    position: relative;
    margin-bottom: 4px;
}
.step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #e5e7eb;
    z-index: 0;
}
.step.done:not(:last-child)::after {
    background: #2d93ff;
}
.s-dot {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #e5e7eb;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
}
.step.done .s-dot {
    background: #2d93ff;
    border-color: #2d93ff;
    color: #fff;
}
.step.active .s-dot {
    border-color: #2d93ff;
    color: #2d93ff;
    box-shadow: 0 0 0 5px rgba(45, 147, 255, .15);
}
.s-lbl {
    font-size: 10.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2px;
    text-align: center;
}
.track-note {
    font-size: 13px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
    line-height: 1.65;
    color: #6b7280;
}
.track-note strong {
    font-weight: 600;
}
/* ── Delivery ── */
.del-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.dl {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: 6px;
}
.dv {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}
.ship-row {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
}
.ship-row svg {
    width: 15px;
    height: 15px;
    stroke: #2d93ff;
    fill: none;
    stroke-width: 2.5;
    flex-shrink: 0;
}
.free-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--green-bg);
    color: var(--green);
    font-size: 11.5px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    margin-top: 6px;
}
/* ── Payment ── */
.pay-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(45, 147, 255, .07);
    border: 1px solid rgba(45, 147, 255, .2);
    border-radius: 9px;
    padding: 11px 14px;
    font-size: 13.5px;
    font-weight: 600;
    color: #1565c0;
}
.pay-badge svg {
    width: 17px;
    height: 17px;
    stroke: #2d93ff;
    fill: none;
    stroke-width: 2;
}
.pay-note {
    margin-top: 11px;
    font-size: 13px;
    line-height: 1.65;
    color: #6b7280;
    margin-bottom: 0;
}
.pay-warn {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 10px;
    padding: 10px 13px;
    background: #fef3c7;
    border: 1px solid #fcd34d;
    border-radius: 8px;
    font-size: 12px;
    color: #92400e;
    font-weight: 500;
    line-height: 1.5;
}
.pay-warn svg {
    width: 15px;
    height: 15px;
    stroke: #d97706;
    fill: none;
    stroke-width: 2.5;
    flex-shrink: 0;
    margin-top: 1px;
}
/* ── STATUS HERO ── */
.stat-hero {
    background: #f0fdf4;
    border: 1.5px solid #bbf7d0;
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}
.stat-ico {
    width: 58px;
    height: 58px;
    background: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 0 7px rgba(34, 197, 94, .14);
}
.stat-ico svg {
    width: 29px;
    height: 29px;
    stroke: #fff;
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.stat-title {
    font-size: 25px;
    font-weight: 700;
    color: #15803d;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 4px;
    letter-spacing: -.3px;
}
.stat-desc {
    font-size: 12.5px;
    color: #166534;
    line-height: 1.55;
}
.next-lbl {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 12px;
}
.mini-steps {
    display: flex;
    position: relative;
    margin-bottom: 16px;
}
.mini-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.mini-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 100%;
    height: 1.5px;
    background: #e5e7eb;
    z-index: 0;
}
.ms-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
}
.ms-num {
    font-size: 9px;
    font-weight: 700;
}
.ms-lbl {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2px;
    text-align: center;
}
/* ── DEL NOTE ── */
.del-note {
    font-size: 12.5px;
    margin-top: 12px;
    line-height: 1.55;
    color: #6b7280;
}
.del-note a,
.track-note a {
    color: var(--color-primary);
    text-decoration: underline;
}
@media (max-width: 768px) {
    .sup-inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 28px 16px;
    }
    .sp-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 16px;
    }
    .order-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .r-col {
        position: static;
        order: -1;
        margin-bottom: 14px;
    }
    .hero-title {
        font-size: 26px;
    }
    .sp-h {
        font-size: 30px;
    }
    .grand-v {
        font-size: 22px;
    }
    .oid-val {
        font-size: 24px;
    }
}