@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css);
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.9vw;
}

.checkout-account-option {
  cursor: pointer;
}

#checkoutPasswordModalOptions .form-check-label {
  cursor: pointer;
}
.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.user-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.dropdown-toggle::after {
    margin-left: 0.5rem;
}
.user-name {
    line-height: 1;
    font-family: "Poppins", sans-serif;
}
.user-name small {
    font-size: 0.75rem;
    color: #6c757d;
    font-family: "Poppins", sans-serif;
}
.items.pinfo {
    width: 90%;
    margin: 0 auto !important;
    background-color: #f3fbff;
    border-radius: 0;
}
#proinfo .slick-slide {
    margin: 10px !important;
}
#proinfo .slick-slide img {
    width: 220px !important;
    border: 0 solid #fff;
    margin: 0 auto;
}
#proinfo .slick-dots li button:before {
    font-size: 30px !important;
}
#proinfo .slick-dots li {
    width: 10px !important;
}
#proinfo .slick-prev:before,
.slick-next:before {
    color: #1843a6 !important;
}
section#proinfo {
    background-color: #f3fbff;
    padding: 50px 0;
}
.proinfoinner {
    background-color: #fff;
    border-radius: 0;
    padding: 35px;
}
#proinfo h2.darkblue {
    color: #1843a6;
}
.prodetailbox {
    background-color: #f6f6f6;
    padding: 30px 20px;
}
img.checkedicon {
    width: 20px;
    margin-right: 5px;
}
#proinfo .list-unstyled {
    line-height: 34px;
}
@media only screen and (max-width: 767px) {
    #proinfo h2.darkblue {
        font-size: 2.4rem;
    }
    .proinfoinner {
        padding: 20px;
    }
    .thankyou .order-info {
        width: 100% !important;
        height: auto !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px !important;
    }
    .thankyou .order-message {
        color: #000;
        width: 100% !important;
        height: auto !important;
        text-align: center;
    }
    .thankyou .page-title {
        font-size: 1.5rem !important;
        margin-bottom: 20px !important;
    }
    .thankyou .success-icon {
        margin-bottom: 10px !important;
    }
    .thankyou .order-message {
        font-size: 16px !important;
    }
    .btngp {
        display: flex;
    }
    a.locketbtn4 {
        width: 160px !important;
    }
    .thankyou .page-title {
        width: 100% !important;
    }
    .thankyou .container {
        height: auto !important;
    }
    .thankyou .success-icon {
        width: 80px !important;
        height: auto !important;
        margin-bottom: 10px !important;
    }
}
.step-nav {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 1rem auto 1rem auto;
}
.step-nav .step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 0;
}
.step .pdcircle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d0d9e6;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5px !important;
    font-weight: 500;
}
.step.active .pdcircle,
.step.completed .pdcircle {
    background: #1843a6;
}
.step::after {
    content: "";
    position: absolute;
    top: 50px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: #d0d9e6;
    z-index: -1;
}
.step:last-child::after {
    display: none;
}
.step.completed::after {
    background: #1843a6 !important;
}
.card-section {
    display: none;
}
.card-section.active {
    display: block;
}
.right-summary {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.05);
    text-align: center;
    margin-top: 25px;
}
.section-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #1843a6;
    font-size: 1.2rem !important;
    text-transform: uppercase;
}
.form-check-input:checked {
    background-color: #1843a6;
    border-color: #1843a6;
}
#prodeatils {
    background-color: #f3fbff;
    padding: 20px 0 55px 0;
}
.pdimg {
    width: 185px;
    margin: 0 auto;
}
.pdimg2 {
    width: 100%;
    margin: 0 auto;
}
h5.os.fw-bold {
    color: #424242;
    font-size: 1.5rem;
    margin: 10px auto 20px auto;
}
ul.list-group {
    margin: 20px auto 10px auto;
}
.right-summary h1 {
    color: #1843a6;
    font-size: 1.6rem;
    margin: 20px auto 10px auto;
}
.color-wrapper {
    text-align: center;
}
.color-option {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    padding: 7px !important;
    transition: all 0.3s ease;
    cursor: pointer;
}
.color-option img {
    max-width: 100px;
    height: auto;
}
.color-title {
    margin-top: 8px;
    font-weight: 500;
    font-size: 0.7rem;
    color: #424242;
}
.radio-input {
    display: none;
}
.radio-input:checked + label .color-option {
    border-color: #1843a6;
    box-shadow: 0 0 0 2px rgb(51 102 204 / 0.4);
}
h4.secoundheading {
    color: #424242;
    font-size: 1rem;
}
button.btn.save {
    background-color: #1843a6;
    outline: none;
    color: #fff;
    border: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 0;
    margin-left: 10px;
}
.color-wrapper label {
    width: 100%;
}
.card-section p {
    font-size: 14px;
}
.form-check h5 {
    color: #1843a6;
    font-size: 1.2rem;
}
#prodeatils .form-check h5 {
    margin-bottom: 5px;
}
.form-check input.form-check-input {
    border-color: #1843a6;
}
.form-check-input:focus {
    box-shadow: none;
}
.form-check ul li {
    list-style: disc !important;
}
.form-check ul {
    padding-left: 20px !important;
}
#prodeatils .btn {
    font-weight: 400;
    background-color: #1843a6;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 0.9vw !important;
    outline: none;
    border-color: #1843a6;
    border-radius: 0;
}
.btn.ecommercebtn {
    font-weight: 400;
    background-color: #1843a6;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 0.95vw !important;
    outline: none;
    border-color: #1843a6;
    border-radius: 0;
}
@media (max-width: 992px) {
    #prodeatils .btn {
        font-size: 1.8vw !important;
    }
}
@media (max-width: 576px) {
    #prodeatils .btn {
        font-size: 3.6vw !important;
    }
}
button.btn.btn-primary.next-btn {
    background-color: #1843a6;
    color: #fff;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    outline: none;
    border-color: #1843a6;
    border-radius: 0;
}
.form-check h6 {
    color: #424242;
    font-size: 1.1rem;
}
#prodeatils label {
    font-weight: 500;
    font-size: 1rem;
    color: #424242;
}
#prodeatils .form-control,
.form-select {
    border: 1px solid #ccc !important;
    font-size: 0.8rem;
    border-radius: 0 !important;
}
.form-control,
.form-select {
    font-size: 0.8rem !important;
}
p.f16 {
    font-size: 16px;
}
label.form-check-label.sameas {
    color: #424242 !important;
}
label.form-check-label.gender {
    color: #424242 !important;
    font-weight: 400;
}
.shipping-option {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 12px 16px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: border-color 0.3s;
}
.shipping-option:hover {
    border-color: #1843a6;
}
.shipping-option input[type="radio"] {
    accent-color: #1843a6;
}
.shipping-name {
    font-weight: 500;
    color: #1843a6;
}
.shipping-desc {
    color: #333;
}
.shipping-price {
    font-weight: 500;
    color: #424242;
    text-align: end;
}
@media (max-width: 576px) {
    .shipping-option .row > div {
        margin-bottom: 6px;
    }
}
.promo-btn {
    margin-top: 1px;
}
#prodeatils .form-control input::placeholder {
    font-size: 0.8rem !important;
}
input.form-control.promo-input::placeholder {
    font-size: 0.8rem !important;
}
h6.priheading {
    color: #1843a6;
    margin-bottom: 15px;
}
img.ecom {
    width: 250px !important;
}
@media only screen and (max-width: 767px) {
    .right-summary {
        margin-top: 0;
    }
    img.ecom {
        width: 150px !important;
    }
}
a.locketbtn2 {
    background-color: #fff;
    color: #1843a6;
    border: 2px solid #1843a6;
    font-size: 14px;
    border-radius: 0;
    padding: 8px;
    text-align: center;
    cursor: default;
    font-weight: 500;
}
a.locketbtn3 {
    background-color: #1843a6;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    padding: 6px 8px;
    width: 100px;
    text-align: center;
    cursor: pointer !important;
    display: inline-block;
}
a.locketbtn4 {
    background-color: #1843a6;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    padding: 6px 8px;
    width: 180px;
    text-align: center;
    cursor: pointer !important;
    display: inline-block;
}
a.locketbtn5 {
    background-color: #ffc107;
    color: #000;
    font-size: 14px;
    border-radius: 0;
    padding: 6px 8px;
    width: 180px;
    text-align: center;
    cursor: pointer !important;
    display: inline-block;
    font-weight: 500;
}
p.mb-0.f16.extra {
    color: #424242;
}
.text-black-theme {
    color: #424242 !important;
}
.newsletter-modal-dialog {
    max-width: 60% !important;
    width: 60% !important;
}
.newsletter-modal-content {
    background: #f0f8ff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.2) !important;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    max-height: 500px;
}
.newsletter-modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 20px 25px 0 0;
    pointer-events: none;
}
.newsletter-modal-header .close {
    pointer-events: auto;
    background: none;
    border: none;
    font-size: 24px;
    color: #000;
    opacity: 1;
    font-weight: 700;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    cursor: pointer;
    z-index: 20;
    position: relative;
    transition: all 0.3s ease;
}
.newsletter-modal-header .close:focus {
    outline: 0 solid #1843a6;
}
.newsletter-modal-body {
    display: flex;
    height: 100%;
    min-height: 400px;
    max-height: 500px;
}
.newsletter-left-section {
    flex: 1;
    position: relative;
    overflow: hidden;
}
.newsletter-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 768px) {
    .newsletter-banner-image {
        object-fit: cover;
        object-position: center;
    }
}
@media (max-width: 576px) {
    .newsletter-banner-image {
        object-fit: cover;
        object-position: center;
    }
}
@media (max-width: 480px) {
    .newsletter-banner-image {
        object-fit: cover;
        object-position: center;
    }
}
.newsletter-right-section {
    flex: 1;
    background: #f0f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.newsletter-content {
    text-align: center;
    max-width: 400px;
    width: 100%;
}
.newsletter-title {
    margin-bottom: 20px;
    line-height: 1.2;
}
.newsletter-title-small {
    display: block;
    font-size: 1.2rem;
    color: #1843a6;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}
.newsletter-title-large {
    display: block;
    font-size: 2rem;
    color: #1843a6;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.newsletter-description {
    font-size: 1rem;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
}
.newsletter-form {
    margin-bottom: 20px;
}
.newsletter-form-group {
    margin-bottom: 20px;
}
.newsletter-email-input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 1rem;
    background: #fff;
    font-family: "Poppins", sans-serif;
}
.newsletter-email-input:focus {
    border-color: #1843a6;
    box-shadow: 0 0 0 0.2rem rgb(24 67 166 / 0.25);
    outline: none;
}
.newsletter-signup-btn {
    background-color: #1843a6;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    transition: background-color 0.3s ease;
    width: 100%;
    max-width: 200px;
}
.newsletter-signup-btn:hover {
    background-color: #0f2f80;
    color: #fff;
}
.newsletter-signup-btn:focus {
    background-color: #1843a6;
    color: #fff;
    box-shadow: none;
}
.newsletter-disclaimer {
    font-size: 0.9rem;
    color: #000;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
@media (max-width: 992px) {
    .newsletter-modal-dialog {
        max-width: 70% !important;
        width: 70% !important;
    }
    .newsletter-modal-content {
        min-height: 350px;
        max-height: 450px;
    }
    .newsletter-modal-body {
        min-height: 350px;
        max-height: 450px;
    }
    .newsletter-right-section {
        padding: 25px;
    }
    .newsletter-title-large {
        font-size: 1.6rem;
    }
    .newsletter-title-small {
        font-size: 0.9rem;
    }
}
@media (max-width: 768px) {
    .newsletter-modal-dialog {
        max-width: 80% !important;
        width: 80% !important;
    }
    .newsletter-modal-content {
        min-height: 400px;
        max-height: 500px;
        background-image: url(/web-assets/images/newsletterbanner.webp), url(web-assets/images/newsletterbanner.webp),
            linear-gradient(45deg, #ff6b6b, #4ecdc4);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #f0f8ff;
        position: relative;
    }
    .newsletter-modal-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgb(240 248 255 / 0.3) 0%, rgb(240 248 255 / 0.7) 100%);
        z-index: 1;
    }
    .newsletter-modal-body {
        min-height: 400px;
        max-height: 500px;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }
    .newsletter-left-section {
        display: none;
    }
    .newsletter-right-section {
        flex: 1;
        padding: 15px;
        background: #fff0;
    }
    .newsletter-title-large {
        font-size: 1.4rem;
    }
    .newsletter-title-small {
        font-size: 0.8rem;
    }
    .newsletter-description {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    .newsletter-email-input {
        padding: 12px 15px;
        font-size: 0.9rem;
    }
    .newsletter-signup-btn {
        padding: 12px 30px;
        font-size: 0.9rem;
    }
    .newsletter-disclaimer {
        font-size: 0.8rem;
    }
}
@media (max-width: 576px) {
    .newsletter-modal-dialog {
        max-width: 90% !important;
        width: 90% !important;
        margin: 10px auto;
    }
    .newsletter-modal-content {
        min-height: 350px;
        max-height: 450px;
        background: #f0f8ff url(/web-assets/images/newsletterbanner.webp) center/cover no-repeat;
        position: relative;
    }
    .newsletter-modal-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgb(240 248 255 / 0.3) 0%, rgb(240 248 255 / 0.7) 100%);
        z-index: 1;
    }
    .newsletter-modal-body {
        min-height: 350px;
        max-height: 450px;
        position: relative;
        z-index: 2;
    }
    .newsletter-modal-header {
        padding: 15px 20px 0 0;
    }
    .newsletter-left-section {
        display: none;
    }
    .newsletter-right-section {
        padding: 12px;
        background: #fff0;
    }
    .newsletter-title-large {
        font-size: 1.2rem;
    }
    .newsletter-title-small {
        font-size: 0.7rem;
    }
    .newsletter-description {
        font-size: 0.8rem;
        margin-bottom: 15px;
    }
    .newsletter-email-input {
        padding: 10px 12px;
        font-size: 0.8rem;
    }
    .newsletter-signup-btn {
        padding: 10px 25px;
        font-size: 0.8rem;
        max-width: 150px;
    }
    .newsletter-disclaimer {
        font-size: 0.7rem;
    }
}
@media (max-width: 480px) {
    .newsletter-modal-dialog {
        max-width: 95% !important;
        width: 95% !important;
    }
    .newsletter-modal-content {
        min-height: 400px;
        max-height: 500px;
        background: #f0f8ff url(/web-assets/images/newsletterbanner.webp) center/cover no-repeat;
        position: relative;
    }
    .newsletter-modal-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgb(240 248 255 / 0.3) 0%, rgb(240 248 255 / 0.7) 100%);
        z-index: 1;
    }
    .newsletter-modal-body {
        min-height: 400px;
        max-height: 500px;
        position: relative;
        z-index: 2;
    }
    .newsletter-left-section {
        display: none;
    }
    .newsletter-right-section {
        padding: 15px;
        background: #fff0;
    }
    .newsletter-title-large {
        font-size: 1.3rem;
    }
    .newsletter-title-small {
        font-size: 0.8rem;
    }
    .newsletter-description {
        font-size: 0.85rem;
        margin-bottom: 20px;
    }
    .newsletter-email-input {
        padding: 12px 15px;
        font-size: 0.85rem;
    }
    .newsletter-signup-btn {
        padding: 12px 30px;
        font-size: 0.85rem;
    }
    .newsletter-disclaimer {
        font-size: 0.75rem;
    }
}
.btn-check:checked + .color-option {
    border: 2px solid #1843a6 !important;
    box-shadow: 0 0 0 0.15rem rgb(24 67 166 / 0.25);
}
.step-nav-wrapper {
    background: #f4f9ff;
}
.step-nav {
    display: flex;
    justify-content: space-between;
    padding: 0 0;
    max-width: 100%;
}
.step {
    width: 25%;
    text-align: center;
    color: #000;
    position: relative;
}
.step .label {
    margin-bottom: 8px;
}
.step .pdcircle {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #999;
    color: #fff;
    font-size: 14px;
}
.step.active .pdcircle {
    background-color: #1843a6;
}
.step.active {
    font-weight: 700;
    color: #1843a6;
}
.step.completed .pdcircle {
    background-color: #1843a6;
    color: #fff;
    font-weight: 700;
}
.step.completed .label {
    color: #1843a6;
    font-weight: 700;
}
.right-panel {
    background: #fff;
    border-radius: 0;
    padding: 20px 20px;
    box-shadow: rgb(149 157 165 / 0.2) 0 8px 24px;
    min-height: 182px;
    height: auto;
}
.section {
    display: none;
}
.section.active {
    display: block;
}
.btn-primary {
    background-color: #1843a6;
    border: none;
}
.btn-primary:hover {
    background-color: #0f2f80;
}
.right-panel h1 {
    color: #1843a6;
    font-size: 1.6rem;
    margin: 20px auto 10px auto;
}
.left-panel .input-group {
    margin-left: 10px;
}
.text-center.productimagebox {
    padding: 0px;
    border: 1px solid #979797;
    border-radius: 0;
}
.productimagebox P {
    font-size: 0.8rem;
    margin-top: 6px;
}
.tab-section .nav-tabs {
    border-bottom: none;
}
.tab-section .nav-tabs .nav-link {
    border: 1px solid #ccc;
    border-bottom: none;
    color: #000;
    background-color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 6px 6px 0 0;
    margin-right: 5px;
}
.tab-section .nav-tabs .nav-link.active {
    background-color: #1843a6;
    color: #fff;
    border-color: #1843a6 #fff;
}
.tab-section .tab-content {
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    height: 200px;
    overflow-y: auto;
    border-radius: 0 0 8px 8px;
}
.custom-tab-section {
    margin: 0 auto;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 0.08);
    transition: all 0.3s ease;
}
.custom-tab-section:hover {
    box-shadow: 0 6px 20px rgb(0 0 0 / 0.12);
}
.custom-tabs.nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
    position: relative;
}
.custom-tabs.nav-tabs .nav-link {
    border: 1px solid #e9ecef;
    color: #495057;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    font-weight: 600;
    padding: 12px 20px;
    font-size: 0.95rem;
    border-radius: 0 0;
    margin-right: 8px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}
.custom-tabs.nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.4), transparent);
    transition: left 0.5s;
}
.custom-tabs.nav-tabs .nav-link:hover::before {
    left: 100%;
}
.custom-tabs.nav-tabs .nav-link:hover {
    background: linear-gradient(135deg, #1843a6 0%, #0f2f80 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgb(24 67 166 / 0.2);
}
.custom-tab-section:hover .custom-tab-content {
    box-shadow: 0 8px 25px rgb(0 0 0 / 0.1);
}
.custom-tab-content:hover {
    box-shadow: inset 0 0 0 1px rgb(24 67 166 / 0.1);
}
.custom-tabs.nav-tabs .nav-link.active {
    background: linear-gradient(135deg, #1843a6 0%, #0f2f80 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgb(24 67 166 / 0.25);
    position: relative;
}
.custom-tabs.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1843a6, #0f2f80);
    border-radius: 2px 2px 0 0;
}
.custom-tab-content {
    border: none;
    padding: 25px 20px;
    min-height: 200px;
    height: 200px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.7;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border-radius: 0 0 12px 12px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.custom-tab-content:not(.expanded) {
    height: 200px;
    min-height: 200px;
    overflow: hidden;
}
.custom-tab-content.expanded {
    height: auto;
    min-height: 200px;
    overflow: visible;
}
.custom-tab-content.compressed {
    height: 200px;
    min-height: 200px;
    overflow: hidden;
}
.custom-tab-content .tab-pane {
    width: 100%;
    height: 100%;
    overflow: visible;
}
.custom-tab-content .tab-pane * {
    transition: opacity 0.3s ease;
}
.custom-tab-content.compressed .tab-pane * {
    opacity: 1;
}
.custom-tab-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.4s ease-out;
}
.custom-tab-content:hover {
    box-shadow: inset 0 0 0 1px rgb(24 67 166 / 0.1);
}
.custom-tab-content .content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 15px;
}
.custom-tab-content .content-item {
    background: rgb(255 255 255 / 0.8);
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #1843a6;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.05);
}
.custom-tab-content .content-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgb(24 67 166 / 0.1);
    border-left-color: #0f2f80;
}
.custom-tab-content .content-item h6 {
    color: #1843a6;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9rem;
}
.custom-tab-content .content-item p {
    color: #495057;
    font-size: 0.85rem;
    margin-bottom: 0;
    line-height: 1.5;
}
@media (max-width: 992px) {
    .custom-tab-content .content-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
@media (max-width: 576px) {
    .custom-tab-content .content-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}
.feature-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 10px 0;
    padding: 0 10px;
}
.feature-item {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
    border-radius: 0;
    padding: 12px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.05);
    position: relative;
    overflow: hidden;
}
.feature-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1843a6, #0f2f80);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.feature-item:hover::before {
    transform: scaleX(1);
}
.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgb(24 67 166 / 0.15);
    border-color: #1843a6;
}
.feature-item .feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #1843a6, #0f2f80);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
}
.feature-item:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgb(24 67 166 / 0.3);
}
.feature-item .feature-title {
    color: #1843a6;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}
.feature-item:hover .feature-title {
    color: #0f2f80;
}
.feature-item .feature-description {
    color: #495057;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .feature-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 10px 0;
        padding: 0 10px;
    }
    .feature-item {
        padding: 10px;
    }
    .feature-item .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .feature-row {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 10px 0;
        padding: 0 5px;
    }
    .feature-item {
        padding: 12px;
    }
    .feature-item .feature-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    .feature-item .feature-title {
        font-size: 1rem;
    }
    .feature-item .feature-description {
        font-size: 0.85rem;
    }
}
.specifications-list {
    margin: 0;
    padding: 0;
}
.specifications-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 20px 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.specification-item {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
    border-radius: 0;
    padding: 10px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.05);
    position: relative;
    overflow: hidden;
}
.specification-item .spec-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #1843a6, #0f2f80);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
}
.specification-item:hover .spec-icon {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgb(24 67 166 / 0.3);
}
.specification-item .spec-title {
    color: #1843a6;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}
.specification-item:hover .spec-title {
    color: #0f2f80;
}
.specification-item .spec-value {
    color: #495057;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.specification-item .spec-description {
    color: #6c757d;
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .specifications-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        margin: 18px 0;
        padding: 0 12px;
    }
    .specification-item {
        padding: 18px;
    }
    .specification-item .spec-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}
@media (max-width: 992px) {
    .specifications-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 15px 0;
        padding: 0 10px;
    }
    .specification-item {
        padding: 15px;
    }
    .specification-item .spec-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .specifications-row {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 10px 0;
        padding: 0 5px;
    }
    .specification-item {
        padding: 12px;
    }
    .specification-item .spec-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .specification-item .spec-title {
        font-size: 0.95rem;
    }
    .specification-item .spec-value {
        font-size: 0.85rem;
    }
    .specification-item .spec-description {
        font-size: 0.75rem;
    }
}
.custom-tab-content::-webkit-scrollbar {
    width: 8px;
}
.custom-tab-content::-webkit-scrollbar-track {
    background: #f1f3f4;
    border-radius: 0;
}
.custom-tab-content::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #1843a6, #0f2f80);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.custom-tab-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #0f2f80, #1843a6);
}
.custom-tab-section p {
    font-size: 14px;
    color: #495057;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}
.custom-tab-section p:hover {
    color: #1843a6;
}
.custom-tab-content .tab-pane {
    animation: fadeInUp 0.4s ease-out;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .custom-tab-section {
        padding: 15px;
        margin: 10px;
    }
    .custom-tabs.nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 0.9rem;
        margin-right: 4px;
    }
    .custom-tab-content {
        min-height: 150px;
        height: 150px;
        padding: 20px 15px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .custom-tab-content:not(.expanded) {
        height: 150px;
        min-height: 150px;
        overflow: hidden;
    }
    .custom-tab-content.expanded {
        height: auto;
        min-height: 150px;
        overflow: visible;
    }
    .custom-tab-content.compressed {
        height: 150px;
        min-height: 150px;
        overflow: hidden;
    }
}
a.text-primary.text-decoration-none.small {
    color: #1843a6 !important;
    font-weight: 500;
}
.right-panel table.table {
    border-radius: 0;
    margin-bottom: 0;
}
.right-panel table.table tr,
.right-panel table.table th {
    background-color: #f3fbff;
}
.rowbox {
    border-radius: 0;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: rgb(149 157 165 / 0.2) 0 8px 24px;
    height: auto;
}
#cart-items-container.rowbox.empty-cart {
    min-height: 182px;
}
ul.subplan {
    list-style: disc;
}
ul.subplan.pl {
    padding-left: 20px;
    margin: 5px 0 5px 0;
}
ul.subplan li {
    list-style: disc;
    color: #424242;
    font-size: 0.8rem;
}
ul.subplan li::marker {
    color: #bfe7ff;
    font-size: 0.8rem;
}
.adjdiv {
    margin-top: -40px;
    margin-left: -20px;
}
.popularaddbox p {
    font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
    .adjdiv {
        margin-top: 0;
        margin-left: 0;
    }
    h5.fw-bold {
        margin-top: 20px;
        font-size: 1.2rem;
    }
    .container-fluid.px-5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .rowbox h6 {
        margin-top: 20px;
        font-size: 1.4rem;
    }
    ul.subplan {
        padding-left: 20px;
    }
    .left-panel .input-group {
        margin-left: 0;
    }
    .thankyou .order-info {
        width: 100%;
        padding: 20px;
    }
}
.care-recipient-wrapper .accordion-button {
    background-color: #1843a6 !important;
    color: #fff;
    font-weight: 500;
}
.care-recipient-wrapper .accordion-button:not(.collapsed) {
    background-color: #1843a6;
    color: #fff;
}
.care-recipient-wrapper .accordion-button::after {
    filter: brightness(0) invert(1);
}
.care-recipient-wrapper .accordion-item {
    border: none;
    border-radius: 0rem;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
}
.care-recipient-wrapper .form-label {
    font-weight: 500;
}
.care-recipient-wrapper .form-section {
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 0 0;
}
.care-recipient-wrapper .form-control,
.care-recipient-wrapper .form-select {
    border-radius: 0rem;
}
.care-recipient-wrapper .form-check-inline {
    margin-top: 8px;
}
.product-grid-wrapper {
    background-color: #fff;
    padding: 20px;
}
.product-grid-wrapper .product-card {
    background-color: #eef7ff;
    border-radius: 0;
    border: 1px solid #dee2e6;
    padding: 20px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
}
.product-grid-wrapper .product-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 0;
}
.product-grid-wrapper .product-title {
    font-size: 1rem;
    margin-bottom: 5px;
}
.product-grid-wrapper .product-price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1843a6;
    margin: 10px 0 5px 0;
}
.product-price sup.price-symbol {
    font-size: 0.9rem;
    font-weight: 500 !important;
    color: #000;
}
sup.price-symbol {
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #000;
}
.product-grid-wrapper .product-card .product-card-inner {
    width: 100%;
    flex: 1 1 auto;
}
.product-grid-wrapper .product-card .product-price {
    margin-top: auto;
}
.product-grid-wrapper .product-card .button_box {
    margin-top: 8px;
}
.product-grid-wrapper .filter-bar .form-control,
.product-grid-wrapper .filter-bar .form-select {
    border-radius: 0;
    border: 1px solid #ccc;
}
.product-grid-wrapper .filter-bar .form-control,
.product-grid-wrapper .filter-bar .form-select {
    border-radius: 0;
    border: 1px solid #ccc;
}
.product-grid-wrapper .search-icon-wrapper {
    position: relative;
}
.product-grid-wrapper .search-icon-wrapper input {
    padding-right: 2.2rem;
}
.product-grid-wrapper .search-icon-wrapper .search-icon-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #6c757d;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}
.product-grid-wrapper .search-icon-wrapper .search-icon-btn:hover {
    color: #1843a6;
}
.graybg {
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 0;
}
.virtualbox h2.darkblue {
    color: #1843a6;
    font-size: 1.8rem;
}
.graybg ul li {
    font-size: 13px;
    line-height: 28px;
}
.graybg .input-group {
    margin-left: 0;
}
.adjdiv2 {
    margin-top: 5px !important;
    margin-left: -20px;
}
.adjdiv3 {
    margin-left: -20px;
    margin-top: -10px !important;
}
.popularaddbox {
    border: 1px solid #8eabee;
    padding: 20px;
    margin-bottom: 5px;
    border-radius: 0;
}
.popularaddbox h5 {
    color: #1843a6;
    font-size: 1rem;
    font-weight: 500;
}
a.btn.custombtn {
    background-color: #1843a6;
    color: #fff;
    font-size: 14px;
    border-radius: 0 !important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 500;
}
a.btn.custombtn:hover {
    background-color: #1843a6;
    color: #fff;
    font-size: 14px;
    border-radius: 0 !important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 400;
}
button.btn.custombtn {
    background-color: #1843a6;
    color: #fff;
    font-size: 14px;
    border-radius: 0 !important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 400;
}
button.btn.custombtn:hover {
    background-color: #1843a6;
    color: #fff;
    font-size: 14px;
    border-radius: 0 !important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 400;
}
button.btn.custombtn:focus {
    background-color: #1843a6;
    color: #fff;
    font-size: 14px;
    border-radius: 0 !important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 400;
}
button.btn.newsletter-signup-btn {
    background-color: #1843a6;
    color: #fff;
    font-size: 14px;
    border-radius: 0 !important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 400;
    border: none;
}
button.btn.newsletter-signup-btn:hover {
    background-color: #1843a6;
    color: #fff;
    font-size: 14px;
    border-radius: 0 !important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 400;
    border: none;
}
button.btn.newsletter-signup-btn:focus {
    background-color: #1843a6;
    color: #fff;
    font-size: 14px;
    border-radius: 0 !important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 400;
    border: none;
    outline: none;
    box-shadow: none;
}
i.fas.fa-shopping-cart.text-primary {
    color: #1843a6 !important;
}
.cartbox {
    width: 38px;
    height: 38px;
    border-color: #cfd9e6;
}
.cartbox span {
    font-size: 11px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.sku-short-description {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #dd9613;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 8px;
}
.product-card a.pc {
    display: contents;
}
.product-grid-wrapper .product-card {
    position: relative;
}
.product-grid-wrapper .product-card .share-dropdown-container {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 30;
}
.product-grid-wrapper .product-card .share-toggle {
    width: 26px;
    height: 26px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
}
.product-grid-wrapper .product-card .share-menu {
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 0.08);
    width: 210px;
    padding: 8px 0 6px 0;
    display: none;
}
.product-grid-wrapper .product-card .share-menu.active {
    display: block;
}
.product-grid-wrapper .product-card .share-menu .close-share {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    border-radius: 0;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-grid-wrapper .product-card .share-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-grid-wrapper .product-card .share-menu li {
    border-top: 1px solid #f0f0f0;
}
.product-grid-wrapper .product-card .share-menu li:first-child {
    border-top: none;
}
.product-grid-wrapper .product-card .share-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    color: #333;
    text-decoration: none;
}
.product-grid-wrapper .product-card .share-menu a:hover {
    background: #f7f9fb;
}
.product-grid-wrapper .product-card .share-menu i {
    width: 20px;
    text-align: center;
    color: #0c1e80;
}
.product-grid-wrapper .product-card .share-menu span {
    font-size: 14px;
}
.product-grid-wrapper .product-title-sub {
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 5px;
    background-color: #bfe7ff;
    padding: 5px 10px;
    color: #000;
}
#signInModal .modal-content,
div#applyPlanAllModal .modal-content,
div#subscriptionPlanInfoModal .modal-content {
    border-radius: 0;
    border: none;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.2);
}
#signInModal .modal-header,
div#applyPlanAllModal .modal-header,
div#subscriptionPlanInfoModal .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 20px 25px 15px;
}
#signInModal .modal-title,
div#applyPlanAllModal .modal-title,
div#subscriptionPlanInfoModal .modal-title {
    color: #1843a6;
    font-weight: 600;
    font-size: 1.3rem;
    font-family: "Poppins", sans-serif;
}
#signInModal .modal-body,
div#applyPlanAllModal .modal-body,
div#subscriptionPlanInfoModal .modal-body {
    padding: 20px 25px 25px;
}
#signInModal .form-label {
    font-weight: 500;
    color: #424242;
    font-size: 0.9rem;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
}
#signInModal .form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 0.9rem;
    transition: border-color 0.3s ease;
}
#signInModal .form-control:focus {
    border-color: #1843a6;
    box-shadow: 0 0 0 0.2rem rgb(24 67 166 / 0.25);
}
#signInModal .form-control.is-invalid {
    border-color: #dc3545;
}
#signInModal .invalid-feedback {
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 5px;
}
#signInModal .btn-primary {
    background-color: #1843a6;
    border: none;
    border-radius: 0;
    padding: 12px;
    font-weight: 500;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    transition: background-color 0.3s ease;
}
.modal-header {
    border-radius: 0;
}
#signInModal .btn-primary:hover {
    background-color: #0f2f80;
}
#signInModal .btn-primary:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}
#signInModal .sign-in-btn {
    width: 100%;
}
#signInModal .sign-up-link,
#signInModal .forgot-password-link {
    color: #1843a6;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}
#signInModal .sign-up-link:hover,
#signInModal .forgot-password-link:hover {
    color: #0f2f80;
    text-decoration: underline !important;
}
#signInModal .text-center p {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 8px;
}
@media (max-width: 576px) {
    #signInModal .modal-dialog {
        margin: 10px;
    }
    #signInModal .modal-header {
        padding: 15px 20px 10px;
    }
    #signInModal .modal-body {
        padding: 15px 20px 20px;
    }
    #signInModal .modal-title {
        font-size: 1.2rem;
    }
    #signInModal .form-control {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
    #signInModal .btn-primary {
        padding: 10px;
        font-size: 0.9rem;
    }
}
#signUpModal .modal-content {
    border-radius: 0;
    border: none;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.2);
}
#signUpModal .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 20px 25px 15px;
}
#signUpModal .modal-title {
    color: #1843a6;
    font-weight: 600;
    font-size: 1.3rem;
    font-family: "Poppins", sans-serif;
}
#signUpModal .modal-body {
    padding: 20px 25px 25px;
}
#signUpModal .form-label {
    font-weight: 500;
    color: #424242;
    font-size: 0.9rem;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}
#signUpModal .form-control,
#signUpModal .form-select {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 0.9rem;
    transition: border-color 0.3s ease;
}
#signUpModal .form-control:focus,
#signUpModal .form-select:focus {
    border-color: #1843a6;
    box-shadow: 0 0 0 0.2rem rgb(24 67 166 / 0.25);
}
#signUpModal .form-control.is-invalid,
#signUpModal .form-select.is-invalid {
    border-color: #dc3545;
}
#signUpModal .invalid-feedback {
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 5px;
}
#signUpModal .btn-primary {
    background-color: #1843a6;
    border: none;
    border-radius: 0;
    padding: 12px;
    font-weight: 500;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    transition: background-color 0.3s ease;
}
#signUpModal .btn-primary:hover {
    background-color: #0f2f80;
}
#signUpModal .btn-primary:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}
#signUpModal .sign-up-btn {
    width: 100%;
}
#signUpModal .sign-in-link {
    color: #1843a6;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}
#signUpModal .sign-in-link:hover {
    color: #0f2f80;
    text-decoration: underline !important;
}
#signUpModal .text-center p {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 8px;
}
#signUpModal .form-text {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 5px;
}
@media (max-width: 576px) {
    #signUpModal .modal-dialog {
        margin: 10px;
    }
    #signUpModal .modal-header {
        padding: 15px 20px 10px;
    }
    #signUpModal .modal-body {
        padding: 15px 20px 20px;
    }
    #signUpModal .modal-title {
        font-size: 1.2rem;
    }
    #signUpModal .form-control,
    #signUpModal .form-select {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
    #signUpModal .btn-primary {
        padding: 10px;
        font-size: 0.9rem;
    }
    #signUpModal .row .col-md-6 {
        margin-bottom: 0;
    }
}
#forgotPasswordModal .modal-content {
    border-radius: 0;
    border: none;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.2);
}
#forgotPasswordModal .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 20px 25px 15px;
}
#forgotPasswordModal .modal-title {
    color: #1843a6;
    font-weight: 600;
    font-size: 1.3rem;
    font-family: "Poppins", sans-serif;
}
#forgotPasswordModal .modal-body {
    padding: 20px 25px 25px;
}
#forgotPasswordModal .form-label {
    font-weight: 500;
    color: #424242;
    font-size: 0.9rem;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
}
#forgotPasswordModal .form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 0.9rem;
    transition: border-color 0.3s ease;
}
#forgotPasswordModal .form-control:focus {
    border-color: #1843a6;
    box-shadow: 0 0 0 0.2rem rgb(24 67 166 / 0.25);
}
#forgotPasswordModal .form-control.is-invalid {
    border-color: #dc3545;
}
#forgotPasswordModal .invalid-feedback {
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 5px;
}
#forgotPasswordModal .btn-primary {
    background-color: #1843a6;
    border: none;
    border-radius: 0;
    padding: 12px;
    font-weight: 500;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    transition: background-color 0.3s ease;
}
#forgotPasswordModal .btn-primary:hover {
    background-color: #0f2f80;
}
#forgotPasswordModal .btn-primary:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}
#forgotPasswordModal .reset-password-btn {
    width: 100%;
}
#forgotPasswordModal .back-to-login-link {
    color: #1843a6;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}
#forgotPasswordModal .back-to-login-link:hover {
    color: #0f2f80;
    text-decoration: underline !important;
}
#forgotPasswordModal .text-center p {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 8px;
}
@media (max-width: 576px) {
    #forgotPasswordModal .modal-dialog {
        margin: 10px;
    }
    #forgotPasswordModal .modal-header {
        padding: 15px 20px 10px;
    }
    #forgotPasswordModal .modal-body {
        padding: 15px 20px 20px;
    }
    #forgotPasswordModal .modal-title {
        font-size: 1.2rem;
    }
    #forgotPasswordModal .form-control {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
    #forgotPasswordModal .btn-primary {
        padding: 10px;
        font-size: 0.9rem;
    }
}
.thankyou {
    background: url("../img/BGorder.webp") no-repeat center center;
    background-size: cover;
    padding: 25px 0;
    min-height: calc(100vh - 180px);
    display: flex;
    align-items: center;
}

.thankyou.order-success-screen {
    align-items: flex-start;
    background-position: right top;
    padding-top: 16px;
}
.thankyou .container {
    width: 100%;
    max-width: 1240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
}
.thankyou .success-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 760px;
    padding: 24px 18px;
}
.thankyou .page-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1.2;
    color: #1843A6;
    margin-bottom: 15px;
    width: 100%;
    max-width: 680px;
    white-space: normal;
}
.thankyou .success-icon {
    margin-bottom: 20px;
    width: 92px;
    height: 92px;
}
.thankyou .success-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.thankyou .order-info {
    margin-bottom: 15px;
    width: 100%;
    max-width: 760px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thankyou .order-message {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.55;
    color: #1E1E1E;
    width: 100%;
    text-align: center;
    margin: 0;
}
.thankyou .button-group {
    display: flex;
    gap: 20px;
    width: auto;
    height: auto;
}
/* Order success welcome video popup */
.order-success-welcome-video-modal {
    z-index: 2000000000 !important;
    overflow: visible !important;
}
.order-success-welcome-video-modal ~ .modal-backdrop,
.order-success-welcome-video-modal.show ~ .modal-backdrop {
    z-index: 1999999999 !important;
}
.order-success-welcome-video-modal .order-success-welcome-video-dialog {
    --bs-modal-width: 1180px;
    width: calc(100% - 1.5rem);
    max-width: 1180px;
    margin: 0.75rem auto;
}
.order-success-welcome-video-modal .order-success-welcome-video-content,
.order-success-welcome-video-modal .modal-content {
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 0 !important;
    overflow: hidden;
    position: relative;
}
.order-success-welcome-video-close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 2;
    width: 0.75rem;
    height: 0.75rem;
    margin: 0;
    padding: 0.2rem;
    opacity: 0.85;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    background-size: 0.75rem;
    filter: invert(1) grayscale(100%) brightness(200%);
}
.order-success-welcome-video-close:hover,
.order-success-welcome-video-close:focus,
.order-success-welcome-video-close:focus-visible,
.order-success-welcome-video-close:active {
    opacity: 1;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}
.order-success-welcome-video-body {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: #000;
    padding: 0 !important;
}
.order-success-welcome-video-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    line-height: 0;
    background: #000;
}
.order-success-welcome-video-player {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: min(80vh, 800px);
    margin: 0;
    object-fit: contain;
    object-position: center center;
    background: #000;
    vertical-align: top;
}
.order-success-welcome-video-play-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    box-shadow: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}
.order-success-welcome-video-play-toggle.is-playing {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.order-success-welcome-video-player.is-playing {
    cursor: pointer;
}
.order-success-welcome-video-play-toggle:hover,
.order-success-welcome-video-play-toggle:focus,
.order-success-welcome-video-play-toggle:focus-visible,
.order-success-welcome-video-play-toggle:active {
    background: rgba(0, 0, 0, 0.75);
    border-color: #fff;
    outline: none !important;
    box-shadow: none !important;
}
.order-success-welcome-video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid currentColor;
    margin-left: 3px;
    transform: translate(-50%, -50%);
}
.order-success-welcome-video-close-mobile {
    display: none;
    position: absolute;
    top: -2.2rem;
    right: 0.35rem;
    left: auto;
    transform: none;
    z-index: 5;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    line-height: 1;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}
.order-success-welcome-video-close-mobile-icon {
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
}
.order-success-welcome-video-close-mobile-icon::before,
.order-success-welcome-video-close-mobile-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1.5px;
    background: currentColor;
    border-radius: 1px;
}
.order-success-welcome-video-close-mobile-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.order-success-welcome-video-close-mobile-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.order-success-welcome-video-close-mobile:hover,
.order-success-welcome-video-close-mobile:focus,
.order-success-welcome-video-close-mobile:focus-visible,
.order-success-welcome-video-close-mobile:active {
    background: rgba(0, 0, 0, 0.75);
    border-color: #fff;
    outline: none !important;
    box-shadow: none !important;
}
@media (max-width: 767.98px) {
    .order-success-welcome-video-modal .order-success-welcome-video-dialog {
        position: relative;
        overflow: visible;
        width: calc(100% - 0.75rem);
        max-width: 100%;
        margin: 0.35rem auto;
        padding-top: 2.75rem;
    }
    .order-success-welcome-video-modal .order-success-welcome-video-content,
    .order-success-welcome-video-modal .modal-content {
        overflow: visible;
    }
    .order-success-welcome-video-player {
        max-height: 62vh;
    }
    .order-success-welcome-video-play-toggle {
        width: 50px;
        height: 50px;
    }
    .order-success-welcome-video-wrap .order-success-welcome-video-close,
    .order-success-welcome-video-close {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
    .order-success-welcome-video-modal.show .order-success-welcome-video-close-mobile {
        display: inline-flex;
    }
}
/* Order success page (Figma-aligned layout) */
.order-success-screen .order-success-layout {
    max-width: 1480px;
    width: 100%;
    display: grid;
    grid-template-columns: 290px 1fr 250px;
    align-items: start;
    gap: 25px;
    padding: 16px 10px;
}

.order-success-screen .order-success-layout {
    padding-top: 10px;
}
.order-success-screen .order-side-left {
    align-self: start;
    width: 290px;
}
.order-success-screen .order-success-main {
    align-self: center;
}
.order-success-screen .order-side-phone {
    align-self: start;
    justify-self: end;
    text-align: right;
}
.order-success-screen .order-side-phone img {
    display: block;
    margin-left: auto;
    margin-right: 0;
}
.order-side-card {
    border: 1px solid rgba(12, 30, 128, 0.2);
    border-radius: 8px;
    padding: 12px;
}
.order-side-logo {
    text-align: center;
    margin-bottom: 10px;
}
.order-side-logo img {
    max-width: 120px;
    width: 100%;
    height: auto;
}
.order-side-title {
    background: #1843a6;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    border-radius: 6px 6px 0 0;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 400;
}
.order-side-body {
    background: #fff;
    border-radius:0 0 6px 6px;
    padding: 10px;
    text-align: left;
}
.order-side-text {
    font-size: 0.78rem;
    color: #222;
    line-height: 1.5;
}
.order-side-reset {
    color: #d62c2c;
    font-weight: 500;
    cursor: pointer;
}
.order-password-actions {
    float: right;
    text-align: right;
    white-space: nowrap;
}

#orderPasswordEyeIcon {
    color: #1843A6;
}
.order-success-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.order-app-download-row {
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
}

.order-app-download-row .order-app-download {
    margin-top: 0;
    max-width: none;
    flex: 1 1 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.order-app-download-row .order-app-download:nth-child(2) {
    justify-content: center;
}

.order-success-screen .order-message {
    max-width: 100%;
}
.order-app-download {
    width: 100%;
    max-width: 500px;
    border: 1px solid #6AA4C7;
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 18px;
}
.order-app-download h3 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #1843a6;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}
.order-app-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.order-store-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff !important;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none !important;
    min-width: 178px;
}
.order-store-btn:hover {
    background: #000;
    color: #fff !important;
}
.order-side-phone {
    text-align: center;
}
.order-side-phone img {
    width: 210px;
    height: auto;
}
@media (max-width: 991px) {
    .thankyou {
        min-height: auto;
        padding: 42px 0;
    }
    .thankyou .page-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .thankyou .order-info {
        padding: 16px 18px;
        border-radius: 10px;
    }
    .order-success-screen .order-success-layout {
        grid-template-columns: 1fr;
        max-width: 760px;
        gap: 18px;
    }
    .order-side-card {
        max-width: 320px;
        margin: 0 auto;
    }
    .order-success-screen .order-side-phone {
        justify-self: center;
        text-align: center;
    }
    .order-success-screen .order-side-phone img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .order-side-phone img {
        max-width: 220px;
    }
    .order-app-download h3 {
        font-size: 1.65rem;
    }

    .thankyou.order-success-screen {
        align-items: flex-start;
        padding-top: 12px;
    }

    .order-app-download-row {
        flex-direction: column;
        gap: 14px;
        margin-top: 0;
        align-items: stretch;
    }

    .order-app-download-row .order-app-download:nth-child(2) {
        justify-content: flex-start;
    }
}
@media (max-width: 767px) {
    .thankyou {
        padding: 30px 0;
        background-position: center top;
    }
    .thankyou .container {
        padding-left: 14px;
        padding-right: 14px;
    }
    .thankyou .success-card {
        padding: 14px 0;
    }
    .thankyou .success-icon {
        width: 74px;
        height: 74px;
        margin-bottom: 14px;
    }
    .thankyou .page-title {
        font-size: 1.35rem;
        line-height: 1.35;
        margin-bottom: 14px;
    }
    .thankyou .order-message {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    .thankyou .order-info {
        padding: 12px 14px;
        margin-bottom: 14px;
    }
    .order-success-screen .order-success-layout {
        padding: 4px 0;
        gap: 14px;
    }
    .order-side-card {
        max-width: 100%;
        width: 100%;
    }
    .order-side-phone img {
        max-width: 180px;
    }
    .order-app-download {
        padding: 12px;
    }
    .order-app-download h3 {
        font-size: 1.35rem;
    }

    .order-app-download-row {
        gap: 12px;
    }
    .order-store-btn {
        min-width: 145px;
        font-size: 0.78rem;
        padding: 7px 10px;
    }
}
.password-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.password-wrapper .form-control {
    padding-right: 2.5rem;
    position: relative;
    border-radius: 0px !important;
}
.eye-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 0.9rem;
    color: #6c757d;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background: #fff0;
}
.password-wrapper .error_label {
    position: relative;
    z-index: 1;
    margin-top: 5px;
}
.control-group.error .password-wrapper .form-control {
    border-color: #dc3545;
}
.control-group.error .password-wrapper .eye-icon {
    color: #dc3545;
}
.control-group .password-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.password-wrapper .eye-icon {
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    transform: translateY(-50%) !important;
    z-index: 25 !important;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important;
}
.main-preview {
    border: 1px solid #e6e7eb !important;
    padding: 20px;
    background: #f3fbff;
    border-radius: 0;
}
.product-slider-wrapper .main-preview img {
    max-width: 100%;
    height: auto;
}
.custslidebox.slick-slide {
    border: 1px solid #e6e7eb !important;
    cursor: pointer;
    padding: 1px;
    background: #fff;
    margin: 2px 0 2px 0;
    border-radius: 0;
}
.product-slider-wrapper .thumbnail-slider-with-arrows {
    position: relative;
    width: 55px;
    margin-right: 20px;
}
.main-preview .share-dropdown-container {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 30;
}
.main-preview .share-toggle {
    width: 26px;
    height: 26px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
}
.main-preview .share-menu {
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 0.08);
    width: 210px;
    padding: 8px 0 6px 0;
    display: none;
}
.main-preview .share-menu.active {
    display: block;
}
.main-preview .share-menu .close-share {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    border-radius: 0;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.main-preview .share-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-preview .share-menu li {
    border-top: 1px solid #f0f0f0;
}
.main-preview .share-menu li:first-child {
    border-top: none;
}
.main-preview .share-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    color: #333;
    text-decoration: none;
}
.main-preview .share-menu a:hover {
    background: #f7f9fb;
}
.main-preview .share-menu i {
    width: 20px;
    text-align: center;
    color: #0c1e80;
}
.main-preview .share-menu span {
    font-size: 14px;
}
.product-slider-wrapper .thumbnail-slider {
    padding-top: 34px;
    padding-bottom: 34px;
}
.product-slider-wrapper .slick-prev {
    top: 0 !important;
}
.product-slider-wrapper .slick-next {
    top: auto !important;
    bottom: 0 !important;
}
.product-slider-wrapper .thumbnail-slider .slick-prev,
.product-slider-wrapper .thumbnail-slider .slick-next {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    z-index: 9;
    font-size: 0;
    line-height: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3px rgb(0 0 0 / 0.2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.product-slider-wrapper .thumbnail-slider .slick-prev::before,
.product-slider-wrapper .thumbnail-slider .slick-next::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: #000;
    display: inline-block;
    line-height: 1;
    border: none;
    padding: 0;
    content: "";
}
.product-slider-wrapper .thumbnail-slider .slick-prev::before {
    content: "\f077";
}
.product-slider-wrapper .thumbnail-slider .slick-next::before {
    content: "\f078";
}
.product-slider-wrapper .thumbnail-slider .slick-prev {
    top: 4px !important;
    transform: translateX(-50%);
}
.product-slider-wrapper .thumbnail-slider .slick-next {
    bottom: 4px !important;
    transform: translateX(-50%);
}
.video-thumbnail-slider-with-arrows {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 5px auto 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.video-thumbnail-slider .custslidebox {
    margin: 0 4px;
}
.video-thumbnail-slider {
    padding-left: 0;
    padding-right: 0;
}
.video-thumbnail-slider .slick-list {
    margin-left: 30px;
    margin-right: 30px;
}
.video-thumbnail-slider .slick-prev,
.video-thumbnail-slider .slick-next {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    z-index: 9;
    font-size: 0;
    line-height: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3px rgb(0 0 0 / 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.video-thumbnail-slider .slick-prev {
    left: 12px;
}
.video-thumbnail-slider .slick-next {
    right: 12px;
}
@media (max-width: 768px) {
    .video-thumbnail-slider .slick-list {
        margin-left: 28px;
        margin-right: 28px;
    }
}
.video-thumbnail-slider .slick-prev::before,
.video-thumbnail-slider .slick-next::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: #000;
    display: inline-block;
    line-height: 1;
    border: none;
    padding: 0;
    content: "";
}
.video-thumbnail-slider .slick-prev::before {
    content: "\f053";
}
.video-thumbnail-slider .slick-next::before {
    content: "\f054";
}
.video-thumbnail-slider .slick-prev {
    left: 0;
    top: 50% !important;
}
.video-thumbnail-slider .slick-next {
    right: 0;
    top: 50% !important;
}
@media (max-width: 768px) {
    .video-thumbnail-slider .custslidebox {
        margin: 0 5px;
    }
    .video-thumbnail-slider-with-arrows {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .product-slider-wrapper .thumbnail-slider-with-arrows {
        width: 100%;
        margin-bottom: 15px;
    }
    .product-slider-wrapper .thumbnail-slider {
        padding-top: 0;
        padding-bottom: 0;
    }
    .custslidebox.slick-slide {
        margin: 2px !important;
    }
    .product-slider-wrapper .thumbnail-slider .slick-prev,
    .product-slider-wrapper .thumbnail-slider .slick-next {
        display: none !important;
    }
    .product-slider-wrapper .thumbnail-slider-with-arrows {
        margin: 0px !important;
    }
    .virtualbox {
        margin-bottom: 20px;
    }
}
.pricing-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 250px;
    margin-top: 15px;
    font-family: "Poppins", sans-serif;
}
.pricing-option {
    position: relative;
    display: block;
}
.pricing-option input[type="radio"] {
    display: none;
}
.pricing-label {
    display: block;
    padding: 6px 3px;
    border: 1px solid #ccc;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
    height: 40px;
}
.pricing-option input[type="radio"]:checked + .pricing-label {
    border-color: #edb100;
    color: #000;
    box-shadow: 0 0 0 1px #edb100;
    background-color: #edb100;
    padding: 7px 3px;
    height: 40px;
}
button.btn.btn-primary.btn-lg.add-to-cart-main {
    background-color: #f5d525 !important;
    color: #000 !important;
    font-weight: 600 !important;
    height: 40px;
}
@media (max-width: 480px) {
    .pricing-label {
        font-size: 14px;
        padding: 10px 15px;
    }
}
section.themebg {
    background-color: #f3fbff;
    padding: 10px;
}
.card.reset-password-card h4 {
    font-size: 1.2rem;
    color: #1843a6;
}
.card.reset-password-card .card-header {
    background-color: #cfedff;
    border-radius: 0;
}
button.btn.btn-primary.memp {
    background-color: #1843a6;
    width: 100% !important;
    padding: 8px 16px !important;
    color: #fff;
    border-radius: 0;
    font-weight: 400 !important;
}
.error_label.cust_error {
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 5px;
    font-weight: 400;
}
select.form-select.category_select {
    line-height: 1.6 !important;
}
select.form-select.category_select::placeholder {
    color: #1b044a !important;
}
.toast.toast-error {
    color: #fff !important;
}
input.form-control.custom-search-box {
    border: 1px solid #ccc !important;
}
.row.w-100 .input-group {
    float: right;
}
@media only screen and (max-width: 767px) {
    .pricing-wrapper {
        max-width: 100% !important;
    }
    .virtualbox h2.darkblue {
        font-size: 1.2rem !important;
    }
    .graybg {
        margin-top: 10px;
    }
    .row.w-100 .input-group {
        float: none;
    }
    .safelink-product .page-title {
        margin-top: 20px;
    }
}
#prodeatils .graybg {
    height: 100%;
}
#prodeatils .graybg {
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 0;
    height: 100%;
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.safelink-product {
    --sp-primary: #1843a6;
    --sp-text: #0b0b0c;
    --sp-muted: #5b5e63;
    --sp-border: #e6e7eb;
    --sp-success: #1aa65b;
}
.safelink-product .row.g-2 {
    display: flex !important;
    align-items: stretch !important;
}
.safelink-product .col-lg-7,
.safelink-product .col-lg-5 {
    display: flex !important;
    flex-direction: column !important;
}
.safelink-product .about-card,
.safelink-product .price-card {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 0 !important;
}
.safelink-product .page-title {
    font-weight: 650;
    line-height: 1;
    font-size: clamp(1.05rem, 1.2vw + 0.9rem, 1.55rem);
    letter-spacing: 0.2px;
}
.safelink-product .color-label {
    font-weight: 700;
    color: #111;
}
.safelink-product .color-sublabel {
    color: #111;
    font-weight: 700;
}
.safelink-product .color-group {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    flex-wrap: wrap;
}
.safelink-product .color-option {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}
.safelink-product .color-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.safelink-product .dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    transition:
        box-shadow 0.15s ease,
        transform 0.05s ease,
        border-color 0.15s ease;
}
.safelink-product .color-option input:checked + .dot {
    border-color: var(--sp-primary);
    box-shadow:
        0 0 0 2px #fff inset,
        0 0 0 2px #fff,
        0 0 0 4px var(--sp-primary);
}
.safelink-product .color-option input:focus-visible + .dot {
    outline: 3px solid var(--sp-primary);
    outline-offset: 3px;
}
.safelink-product .dot.beige {
    background: #c7b7a4;
}
.safelink-product .dot.navy {
    background: #0c2a53;
}
.safelink-product .dot.black {
    background: #0a0a0a;
}
.safelink-product .dot.gray {
    background: #c8c8cc;
}
.safelink-product .about-card {
    border: 1px solid var(--sp-border);
    border-radius: 0;
    background: #fff;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
}
.safelink-product .about-title {
    font-weight: 700;
    font-size: 1.15rem;
    color: #1843a6;
    text-transform: uppercase;
}
.safelink-product .about-body {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.safelink-product .about-body::-webkit-scrollbar {
    width: 8px;
}
.safelink-product .about-body::-webkit-scrollbar-thumb {
    background: #d8dae0;
    border-radius: 0;
}
.safelink-product .about-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.safelink-product .about-list li {
    margin-bottom: 0.85rem;
    line-height: 1.45;
    color: #222;
    position: relative;
    padding-left: 1.35rem;
    font-size: 0.9rem;
}
.safelink-product .about-list li::before {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--sp-primary);
    position: absolute;
    top: 0.5rem;
    left: 0;
}
.safelink-product .price-card {
    border: 1px solid var(--sp-border);
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
}
.safelink-product .price-ribbon {
    background: #1843a6;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.safelink-product .price-ribbon small {
    opacity: 1;
    font-weight: 600;
}
.safelink-product .price-body {
    padding: 0.75rem;
    border-bottom: 1px solid var(--sp-border);
}
.safelink-product .price-body .muted {
    color: #1843a6;
    font-weight: 500;
    font-size: 0.9rem;
    width: 75px;
    flex-shrink: 0;
    align-self: flex-start;
}
.safelink-product .list-price {
    text-decoration: line-through;
    text-decoration-color: red;
    font-weight: 600;
    margin-bottom: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 0;
}
.safelink-product .list-price .safelink-product .sale-wrap {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    flex-wrap: wrap;
}
.safelink-product .sale-price {
    line-height: 1;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 0;
}
.safelink-product .sale-price span {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
}
.safelink-product .per {
    font-weight: 700;
    color: #111;
    margin-left: 0.15rem;
}
.safelink-product .bill-annual {
    color: var(--sp-primary);
    font-weight: 500;
    text-align: center;
    margin-top: 0.35rem;
}
.safelink-product .save {
    background-color: #16a45c;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 0.35rem;
    font-size: 1.2rem;
    color: #fff;
    width: 85%;
    margin: 12px auto;
}
.safelink-product .single-plan {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    color: #000;
    font-weight: 500;
    font-size: 0.9rem;
    margin-top: 5px;
}
.safelink-product .check-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #1843a6;
    display: inline-block;
    position: relative;
}
.safelink-product .check-circle::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #1843a6;
    border-radius: 50%;
}
.safelink-product .in-stock {
    color: var(--sp-success);
    font-weight: 700;
    text-align: center;
    padding: 0.4rem 0;
    border-bottom: 1px solid var(--sp-border);
}
.safelink-product .price-actions {
    padding: 0.5rem 1rem;
}
.safelink-product .form-select {
    border-radius: 0;
    font-weight: 600;
}
.safelink-product .btn-primary {
    background: #1843a6;
    border-color: #1843a6;
    font-weight: 800;
}
.safelink-product .btn-outline-primary {
    border-color: #1843a6;
    color: #1843a6;
    font-weight: 800;
}
.safelink-product .btn-outline-primary:hover {
    background: #1843a6;
    color: #fff;
}
.safelink-product .lead-listing {
    color: #1843a6;
    font-weight: 500;
    font-size: 1.1rem;
}
.safelink-product .about-list li strong {
    font-weight: 500 !important;
}
@media (max-width: 991.98px) {
    .safelink-product .sale-price {
        font-size: 2.1rem;
    }
    .safelink-product .price-body .d-flex {
        flex-wrap: wrap;
        gap: 0.5rem;
        align-items: flex-start;
    }
    .safelink-product .price-body .muted {
        width: auto;
        min-width: 75px;
        align-self: flex-start;
    }
}
@media (max-width: 767.98px) {
    .safelink-product .price-body .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.25rem;
    }
    .safelink-product .price-body .muted {
        width: 100%;
        margin-bottom: 0.25rem;
    }
    .safelink-product .list-price,
    .safelink-product .sale-price {
        width: 100%;
        text-align: left;
    }
}
@media (max-width: 575.98px) {
    .safelink-product .dot {
        width: 38px;
        height: 38px;
    }
    .safelink-product .sale-price {
        font-size: 1.9rem;
    }
    .safelink-product .list-price {
        font-size: 1.1rem;
    }
    .safelink-product .price-body {
        padding: 0.75rem 0.5rem 0.5rem;
    }
}
.image-zoom-container {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
    cursor: crosshair;
    max-width: 100%;
    box-sizing: border-box;
}
.zoomable-image {
    max-width: 100%;
    height: auto;
    display: block;
}
.zoom-lens {
    position: absolute;
    border: 2px solid #d4d4d4;
    width: 100px;
    height: 100px;
    background: rgb(255 255 255 / 0.4);
    cursor: crosshair;
    display: none;
    pointer-events: none;
    z-index: 10;
}
.zoom-result-container {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 20px;
    width: 150%;
    height: calc(110% - 50px);
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    overflow: hidden;
    display: none;
    z-index: 9999;
}
.zoom-result {
    width: 100%;
    height: 100%;
    background-size: 1000px 1000px;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1200px) {
    .zoom-result-container {
        margin-left: 15px;
        width: 110%;
        height: calc(110% - 30px);
    }
}
@media (max-width: 992px) {
    .zoom-result-container {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: 0;
        width: 450px;
        height: 350px;
        transform: translate(-50%, -50%);
        z-index: 10000;
    }
    .zoom-lens {
        width: 80px;
        height: 80px;
    }
    .image-zoom-container {
        cursor: crosshair;
    }
}
@media (max-width: 768px) {
    .zoom-result-container {
        width: 400px;
        height: 300px;
    }
    .zoom-lens {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 576px) {
    .zoom-result-container {
        width: 350px;
        height: 250px;
    }
    .zoom-lens {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 480px) {
    .zoom-result-container {
        width: 320px;
        height: 230px;
    }
    .zoom-lens {
        width: 50px;
        height: 50px;
    }
}
@media (hover: none) and (pointer: coarse) {
    .image-zoom-container {
        cursor: pointer;
    }
    .zoom-lens {
        display: none !important;
    }
    .zoom-result-container {
        display: block !important;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .image-zoom-container.touch-active .zoom-result-container {
        opacity: 1;
    }
}
.price-actions .pricing-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 5px auto 10px auto;
}
.button_box {
    width: 100%;
    display: flex;
}
button.btn.btn-primary.first {
    width: 50%;
    border-radius: 0;
}
button.btn.btn-primary.second {
    width: 50%;
    border-radius: 0;
}
a.btn.btn-primary.second {
    width: 50%;
    border-radius: 0;
}
.fw-semibold.text-center {
    border-bottom: 1px solid #e6e7eb;
    padding: 7px;
    color: #1843a6;
}
.video-thumbnail {
    position: relative;
    cursor: pointer;
    display: block;
}
.video-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 0;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.play-icon::before {
    content: "â–¶";
    color: #fff;
    font-size: 16px;
    margin-left: 3px;
}
.video-thumbnail:hover .play-icon {
    background: rgb(0 0 0 / 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}
.video-modal .modal-content {
    background: #000;
    border: none;
    border-radius: 0;
}
.video-modal .modal-header {
    background: #000;
    border-bottom: 1px solid #333;
    padding: 15px 20px;
}
.video-modal .modal-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.video-modal .btn-close {
    filter: invert(1);
    opacity: 0.8;
}
.video-modal .modal-body {
    padding: 0;
    background: #000;
}
.video-container {
    position: relative;
    width: 100%;
    background: #000;
}
.video-container video {
    width: 100%;
    height: auto;
    max-height: 80vh;
    display: block;
}
@media (max-width: 768px) {
    .play-icon {
        width: 40px;
        height: 40px;
    }
    .play-icon::before {
        font-size: 16px;
    }
    span.price-display {
        font-size: 32px;
    }
}
@media (max-width: 576px) {
    .play-icon {
        width: 35px;
        height: 35px;
    }
    .play-icon::before {
        font-size: 14px;
    }
}
.image-zoom-container.video-preview {
    cursor: pointer;
}
.image-zoom-container.video-preview:hover {
    opacity: 0.9;
}
.image-zoom-container.video-preview::after {
    content: "â–¶";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgb(0 0 0 / 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-left: 3px;
    z-index: 1000;
}
.image-zoom-container.video-preview .zoom-lens,
.image-zoom-container.video-preview .zoom-result-container {
    display: none !important;
}
span.price {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}
img.social_icons {
    width: 20px;
}
.subscription-label {
    margin-bottom: 5px;
    margin-bottom: 5px;
    color: #1843a6;
    font-size: 1rem;
    font-weight: 500;
}
span.share-via.text-decoration-none.small {
    font-weight: 500;
    padding-right: 8px;
}
.product-description-text {
    font-size: 0.8rem;
}
.product-card-inner.custheight {
    min-height: 90px !important;
    height: auto;
    margin-top: 5px;
}
.product-card-inner.custheight .product-grid-wrapper .product-description {
    font-size: 1rem !important;
    color: #000 !important;
}
.safelink-product .list-price sup.price-symbol {
    top: -0.2em !important;
    font-size: 0.8rem !important;
}
div#newCardAccordion .accordion-header {
    border-radius: 0;
}
div#removeCartModal .modal-content {
    border-radius: 0;
}
.form-check-input[type="checkbox"] {
    border-radius: 0 !important;
}
div#removeCartModal button.btn.btn-secondary,
div#removeCartModal button.btn.btn-danger {
    border-radius: 0;
}
div#removeCartModal .modal-header .btn-close {
    border-radius: 0px !important;
}
div#removeCartModal button:focus:not(:focus-visible) {
    outline: 0;
    border: none;
    box-shadow: none;
}
.product-card.bg-white img.product {
    max-height: 180px !important;
}
span.subscription-period-label {
    font-size: 0.9rem;
    white-space: nowrap;
    display: inline-block;
}
.safelink-product .price-body .d-flex {
    min-width: 0;
    overflow: hidden;
    align-items: flex-start;
}
.safelink-product .price-body .flex-grow-1 {
    min-width: 0;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .safelink-product .price-body .d-flex {
        flex-wrap: wrap;
    }
    .safelink-product .subscription-period-label {
        font-size: 0.8rem;
    }
}
div#changePasswordModal .modal-content {
    border-radius: 0;
}
.profile-page .validation-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
.profile-page .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 0.25);
}
.profile-page .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 0.25);
}
.profile-page .form-select.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 0.25);
}
.profile-page .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 0.25);
}
.profile-page .profile-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
}
.profile-page .profile-card {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.075);
    padding: 2rem;
}
.profile-page .profile-header {
    background-color: #1843a6;
    color: #fff;
    padding: 0.7rem;
    border-radius: 0 0;
    margin: -2rem -2rem 2rem -2rem;
}
.profile-page .profile-header h2 {
    margin: 0;
    font-weight: 600;
    font-size: 1.4rem;
}
.profile-page .profile-form .row {
    margin-bottom: 1rem;
}
.profile-page .profile-form .form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}
.profile-page .profile-form .form-control,
.profile-page .profile-form .form-select {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.75rem;
    font-size: 1rem;
}
.profile-page .profile-form .form-control:focus,
.profile-page .profile-form .form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgb(102 126 234 / 0.25);
}
.profile-page .change-password-link {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}
.profile-page .change-password-link:hover {
    color: #5a6fd8;
    text-decoration: underline;
}
.profile-page .text-danger {
    color: #dc3545 !important;
}
.profile-page .error_label {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}
.profile-page .cust_error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
.dropdown-menu {
    border-radius: 0;
}
.custom-tab-section ul {
    padding-left: 30px;
}
.custom-tab-section ul li {
    list-style-type: disc;
}
ul#productTab li {
    list-style-type: none;
}
ul#productTab {
    padding-left: 0;
}
#product-details .col-md-5 .product-slider-wrapper.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
#product-details .col-md-5 .product-slider-wrapper.row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#product-details .col-md-5 .product-slider-wrapper .col-md-auto {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 60px !important;
}
#product-details .col-md-5 .product-slider-wrapper .col-md-9 {
    flex: 1 !important;
    max-width: calc(100% - 60px) !important;
    width: calc(100% - 60px) !important;
}
#product-details .col-md-5 .main-preview {
    width: 100% !important;
    max-width: 100% !important;
}
#product-details .col-md-5 .main-preview .image-zoom-container {
    width: 100% !important;
    max-width: 100% !important;
}
#product-details .col-md-5 .main-preview img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
@media (max-width: 767px) {
    #product-details .col-md-5 .product-slider-wrapper.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    #product-details .col-md-5 .product-slider-wrapper .col-md-auto,
    #product-details .col-md-5 .product-slider-wrapper .col-md-9 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #product-details .col-md-5 .product-slider-wrapper .col-md-auto {
        order: 2;
    }
    #product-details .col-md-5 .product-slider-wrapper .col-md-9 {
        order: 1;
    }
}
.product-slider-wrapper .thumbnail-slider-with-arrows {
    height: auto !important;
    min-height: 432px;
}
.product-slider-wrapper .thumbnail-slider {
    height: auto !important;
    min-height: 432px;
}
.product-slider-wrapper .thumbnail-slider .custslidebox {
    height: 50px !important;
    margin: 2px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: stretch !important;
    width: 100% !important;
    overflow: hidden !important;
}
.product-slider-wrapper .thumbnail-slider .custslidebox img {
    max-height: 45px !important;
    width: 100% !important;
    object-fit: cover !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .slick-track {
    height: auto !important;
    transform: none !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .slick-slide {
    height: 50px !important;
    margin: 2px 0 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows:has(.slick-slide:nth-child(9)) .slick-slide {
    height: 50px !important;
    margin: 2px 0 !important;
}
.product-slider-wrapper
    .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9)))
    .slick-slide:nth-child(n + 9) {
    display: none !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows:has(.slick-slide:nth-child(9)) .slick-slide {
    display: block !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .slick-list {
    height: 432px !important;
    overflow: hidden !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows:has(.slick-slide:nth-child(9)) .slick-list {
    height: auto !important;
    max-height: 432px !important;
    overflow: hidden !important;
}
.product-slider-wrapper .thumbnail-slider:not(:has(.slick-prev)):not(:has(.slick-next)) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.product-slider-wrapper .thumbnail-slider .slick-prev[style*="display: none"] ~ .slick-list,
.product-slider-wrapper .thumbnail-slider .slick-next[style*="display: none"] ~ .slick-list {
    padding-top: 0 !important;
}
.product-slider-wrapper .thumbnail-slider:not(:has(.slick-prev)) .slick-slide:first-child,
.product-slider-wrapper .thumbnail-slider:not(:has(.slick-next)) .slick-slide:first-child {
    margin-top: 0px !important;
}
.product-slider-wrapper .thumbnail-slider.no-arrows {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.product-slider-wrapper .thumbnail-slider.no-arrows .slick-slide:first-child {
    margin-top: 0px !important;
}
.product-slider-wrapper .thumbnail-slider .slick-prev,
.product-slider-wrapper .thumbnail-slider .slick-next {
    display: none !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows:has(.slick-slide:nth-child(9)) .slick-prev,
.product-slider-wrapper .thumbnail-slider-with-arrows:has(.slick-slide:nth-child(9)) .slick-next {
    display: flex !important;
    z-index: 10 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows:has(.slick-slide:nth-child(9)) .thumbnail-slider {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .thumbnail-slider {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .slick-prev,
.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .slick-next {
    display: none !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .slick-slide:first-child {
    margin-top: 0px !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows.has-9-plus-slides .slick-prev,
.product-slider-wrapper .thumbnail-slider-with-arrows.has-9-plus-slides .slick-next {
    display: flex !important;
    z-index: 10 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows.has-9-plus-slides .thumbnail-slider {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows.has-8-or-less-slides .slick-prev,
.product-slider-wrapper .thumbnail-slider-with-arrows.has-8-or-less-slides .slick-next {
    display: none !important;
}
.product-slider-wrapper .thumbnail-slider-with-arrows.has-8-or-less-slides .thumbnail-slider {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
form#changePasswordForm .form-control {
    border-radius: 0px !important;
}
.price-actions .pricing-wrapper .form-select {
    padding: 0.375rem 1.3rem 0.375rem 0.25rem;
    background-position: right 0.25rem center;
    font-size: 0.9rem;
}
.horizontal-accordion {
    display: flex;
    width: 100%;
    gap: 0;
    border: 1px solid #e9ecef;
    border-radius: 0;
    overflow: visible;
    background: #fff;
    position: relative;
}
.horizontal-accordion-item {
    flex: 1;
    position: relative;
    border-right: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
}
.horizontal-accordion-item:last-child {
    border-right: none;
}
.horizontal-accordion-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: none;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1843a6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.horizontal-accordion-header:hover {
    background: linear-gradient(135deg, #1843a6 0%, #0f2f80 100%);
    color: #fff;
}
.horizontal-accordion-header.active {
    background: linear-gradient(135deg, #1843a6 0%, #0f2f80 100%);
    color: #fff;
}
.horizontal-accordion-header .accordion-icon {
    font-size: 16px;
    transition: transform 0.3s ease;
}
.horizontal-accordion-header.active .accordion-icon {
    transform: rotate(45deg);
}
.horizontal-accordion-content {
    position: absolute;
    top: 0;
    left: 100%;
    width: 400px;
    height: 100%;
    background: #fff;
    border: 1px solid #e9ecef;
    border-left: none;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 10;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgb(0 0 0 / 0.1);
}
.horizontal-accordion-content.active {
    transform: translateX(0);
}
.horizontal-accordion-body {
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #495057;
    height: 100%;
    box-sizing: border-box;
}
@media (max-width: 1200px) {
    .horizontal-accordion-content {
        width: 350px;
    }
}
@media (max-width: 992px) {
    .horizontal-accordion-content {
        width: 300px;
    }
    .horizontal-accordion-header {
        padding: 12px 16px;
        font-size: 0.9rem;
    }
    .horizontal-accordion-body {
        padding: 15px;
    }
}
@media (max-width: 768px) {
    .horizontal-accordion {
        flex-direction: column;
        overflow: visible;
    }
    .horizontal-accordion-item {
        border-right: none;
        border-bottom: 1px solid #e9ecef;
        flex-direction: column;
    }
    .horizontal-accordion-item:last-child {
        border-bottom: none;
    }
    .horizontal-accordion-content {
        position: relative;
        left: 0;
        width: 100%;
        transform: translateY(-100%);
        height: auto;
        max-height: 0;
        border: none;
        border-top: 1px solid #e9ecef;
    }
    .horizontal-accordion-content.active {
        transform: translateY(0);
        max-height: 300px;
    }
}
@media (max-width: 576px) {
    .horizontal-accordion-header {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
    .horizontal-accordion-content.active {
        max-height: 250px;
    }
    .horizontal-accordion-body {
        padding: 12px;
        font-size: 13px;
    }
}
.horizontal-accordion-content::-webkit-scrollbar {
    width: 6px;
}
.horizontal-accordion-content::-webkit-scrollbar-track {
    background: #f1f3f4;
    border-radius: 3px;
}
.horizontal-accordion-content::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #1843a6, #0f2f80);
    border-radius: 3px;
}
.horizontal-accordion-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #0f2f80, #1843a6);
}
.simple-accordion {
    width: 100%;
    margin: 10px 0;
    background: #fff;
    border-radius: 0;
}
.accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 0;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgb(24 67 166 / 0.1);
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-item:hover {
    box-shadow: 0 4px 12px rgb(24 67 166 / 0.2);
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 25px;
    background: linear-gradient(135deg, #f3fbff 0%, #e8f4fd 100%);
    color: #1843a6;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid #fff0;
    position: relative;
}
.accordion-header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.accordion-item.active .accordion-header::before {
    opacity: 1;
}
.accordion-header.hovered,
.accordion-item.active .accordion-header {
    background: linear-gradient(135deg, #1843a6 0%, #0f2f80 100%);
    color: #f3fbff;
}
.accordion-title {
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0;
    user-select: none;
}
.accordion-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    color: #1843a6;
}
.accordion-header.hovered .accordion-icon,
.accordion-item.active .accordion-icon {
    color: #f3fbff;
}
.accordion-icon i {
    transition: transform 0.3s ease;
}
.accordion-item.active .accordion-icon i {
    transform: rotate(180deg);
}
.accordion-content {
    display: none;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 0;
    overflow: hidden;
}
.accordion-item.active .accordion-content {
    display: block;
}
.accordion-item:first-child {
    display: block;
}
.accordion-item:first-child.active .accordion-content {
    display: block;
}
.accordion-body {
    padding: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
}
.accordion-content::-webkit-scrollbar,
.accordion-body::-webkit-scrollbar {
    width: 8px;
}
.accordion-content::-webkit-scrollbar-track,
.accordion-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}
.accordion-content::-webkit-scrollbar-thumb,
.accordion-body::-webkit-scrollbar-thumb {
    background: #b4b4b4;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0.15);
}
.accordion-content::-webkit-scrollbar-thumb:hover,
.accordion-body::-webkit-scrollbar-thumb:hover {
    background: #8e8e8e;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0.25);
}

/* Simple up/down scrollbar arrows for accordion scroll */
.accordion-content::-webkit-scrollbar-button:single-button:vertical:decrement,
.accordion-body::-webkit-scrollbar-button:single-button:vertical:decrement {
    height: 12px;
    background: transparent;
    border-width: 0 5px 7px 5px;
    border-style: solid;
    border-color: transparent transparent #9a9a9a transparent;
}

.accordion-content::-webkit-scrollbar-button:single-button:vertical:increment,
.accordion-body::-webkit-scrollbar-button:single-button:vertical:increment {
    height: 12px;
    background: transparent;
    border-width: 7px 5px 0 5px;
    border-style: solid;
    border-color: #9a9a9a transparent transparent transparent;
}
.accordion-body h1,
.accordion-body h2,
.accordion-body h3,
.accordion-body h4,
.accordion-body h5,
.accordion-body h6 {
    color: #1843a6;
    margin-bottom: 10px;
}
.accordion-body strong {
    color: #1843a6;
    font-weight: 600;
}
.accordion-body p:last-child,
.accordion-body div:last-child,
.accordion-body li:last-child {
    margin-bottom: 20px;
}
.accordion-content .features-list,
.accordion-content .specifications-list,
.accordion-content .warranty-list {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.features-list .feature-row:last-child,
.specifications-list .specification-row:last-child,
.warranty-list .warranty-row:last-child {
    margin-bottom: 15px;
}
.warranty-list {
    padding-bottom: 0px !important;
}
@media (max-width: 768px) {
    .simple-accordion {
        margin: 15px 0;
    }
    .accordion-header {
        padding: 15px 20px;
        font-size: 0.95rem;
    }
    .accordion-title {
        font-size: 0.95rem;
    }
    .accordion-icon {
        font-size: 1.1rem;
    }
    .accordion-body {
        padding: 20px;
        font-size: 15px;
        line-height: 22px;
        min-height: 150px;
        max-height: 300px;
    }
    .accordion-content::-webkit-scrollbar,
    .accordion-body::-webkit-scrollbar {
        width: 6px;
    }
    .accordion-content::-webkit-scrollbar-track,
    .accordion-body::-webkit-scrollbar-track {
        background: #f1f3f4;
        border-radius: 0;
    }
    .accordion-content::-webkit-scrollbar-thumb,
    .accordion-body::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, #f3fbff 0%, #1843a6 100%);
        border-radius: 0;
    }
    .accordion-content::-webkit-scrollbar-thumb:hover,
    .accordion-body::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(135deg, #1843a6 0%, #f3fbff 100%);
    }
    .product-card-inner.custheight {
        height: auto !important;
    }
}
@media (max-width: 576px) {
    .simple-accordion {
        margin: 10px 0;
    }
    .accordion-header {
        padding: 12px 15px;
        font-size: 0.85rem;
    }
    .accordion-title {
        font-size: 0.85rem;
    }
    .accordion-icon {
        font-size: 1rem;
    }
    .accordion-body {
        padding: 15px;
        font-size: 14px;
        line-height: 20px;
        min-height: 120px;
        max-height: 250px;
    }
}
@media (max-width: 768px) {
    .css-horizontal-accordion {
        flex-direction: column;
        height: auto;
    }
    .css-horizontal-accordion-item {
        flex: none;
        border-right: none;
        border-bottom: 1px solid #e9ecef;
        height: 50px;
    }
    .css-horizontal-accordion-item:last-child {
        border-bottom: none;
    }
    .css-horizontal-accordion-item:has(input[type="radio"]:checked),
    .css-horizontal-accordion-item.expanded {
        flex: none;
    }
    .css-horizontal-accordion-content {
        position: relative;
        top: 0;
        border: none;
        border-top: 1px solid #e9ecef;
    }
    .css-horizontal-accordion-item:has(input[type="radio"]:checked) .css-horizontal-accordion-content,
    .css-horizontal-accordion-item.expanded .css-horizontal-accordion-content {
        max-height: 300px;
    }
}
@media (max-width: 576px) {
    .css-horizontal-accordion-header {
        font-size: 0.8rem;
        padding: 0 10px;
    }
    .css-horizontal-accordion-body {
        padding: 12px;
        font-size: 13px;
    }
    .css-horizontal-accordion-item:has(input[type="radio"]:checked) .css-horizontal-accordion-content,
    .css-horizontal-accordion-item.expanded .css-horizontal-accordion-content {
        max-height: 250px;
    }
}
.css-horizontal-accordion-content::-webkit-scrollbar {
    width: 6px;
}
.css-horizontal-accordion-content::-webkit-scrollbar-track {
    background: #f1f3f4;
    border-radius: 0;
}
.css-horizontal-accordion-content::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #1843a6, #0f2f80);
    border-radius: 0;
}
.css-horizontal-accordion-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #0f2f80, #1843a6);
}
select#ordering_country_code {
    padding: 0.38rem 0.5rem !important;
    background-position: right 0.25rem center !important;
}
/* Country code + phone: code column fits content; number field uses remaining width */
@media (min-width: 768px) {
    .ecommerce-phone-split-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
    }
    .ecommerce-phone-split-row > .ecommerce-phone-code-col {
        flex: 0 0 auto;
        width: auto !important;
        min-width: 7rem;
        max-width: 11rem;
    }
    .ecommerce-phone-split-row > .ecommerce-phone-number-col {
        flex: 1 1 0;
        min-width: 0;
        width: auto !important;
        max-width: 100%;
    }
}
.ecommerce-phone-split-row > .ecommerce-phone-code-col .select2-container {
    width: 100% !important;
    max-width: 100%;
}
.ecommerce-phone-split-row > .ecommerce-phone-code-col .select2-selection__rendered {
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    padding-right: 1.25rem;
}
.simple-accordion ul {
    padding-left: 30px !important;
    margin-top: 15px !important;
}
.simple-accordion ul li {
    list-style: disc !important;
}
div#recurringFailedModal .card.reset-password-card {
    border-radius: 0px !important;
}
div#recurringFailedModal .form-control {
    border-radius: 0px !important;
}
.warranty-list ul {
    padding-left: 0px !important;
    margin-top: 15px !important;
}
.warranty-list ul li {
    list-style: none !important;
}
.features-list ul {
    padding-left: 0px !important;
    margin-top: 15px !important;
}
.features-list ul li {
    list-style: none !important;
}
#newsletterModal .form-control {
    border-radius: 0px !important;
}
.card.reset-password-card {
    border-radius: 0 !important;
}
input[type="password"]::-ms-reveal,
input[type="password"]::-webkit-textfield-decoration-container,
input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none !important;
}
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}
#newResetPassword::-webkit-credentials-auto-fill-button,
#newResetPassword::-ms-reveal {
    display: none !important;
}
#confirmNewResetPassword::-webkit-credentials-auto-fill-button,
#confirmNewResetPassword::-ms-reveal {
    display: none !important;
}
.password-wrapper .eye-icon {
    display: block !important;
}
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="password"]::-moz-reveal {
    display: none !important;
}
input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    right: -9999px !important;
}
h2#savedCardsHeading,
h2#newCardHeading {
    padding: 0px !important;
}
div#savedCardsAccordion .form-check {
    margin-bottom: 0px !important;
}
div#savedCardsAccordion .accordion-body {
    height: auto !important;
    max-height: 245px !important;
    overflow-y: auto;
}
div#newCardCollapse .accordion-body {
    height: auto !important;
    overflow-y: initial;
    min-height: 170px;
    max-height: 170px;
}
div#savedCardsAccordion .accordion-body p:last-child,
div#savedCardsAccordion .accordion-body div:last-child,
div#savedCardsAccordion.accordion-body li:last-child {
    margin-bottom: 0px !important;
}
h1.page-title.mainlabel {
    color: #1843a6;
    font-weight: 500;
    font-size: 1.4rem;
}
a.terms:hover {
    color: #1843a6 !important;
}
.product-description-text table {
    border-spacing: 5px !important;
}
.input-group.plusminus-box {
    width: 100px;
}
@media screen and (min-width: 850px) {
    .input-group.plusminus-box {
        width: auto !important;
    }
    section.profile-page.auth-page {
        background-color: #eef7ff;
        padding: 3rem 0;
    }
}
@media (max-width: 576px) {
    section.profile-page.auth-page {
        padding: 2rem 0;
    }
}
.auth-header h2 {
    color: #1843a6;
    font-weight: 600;
    font-size: 1.8rem;
    font-family: "Poppins", sans-serif;
}
.text-muted {
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
h1.product-page-title {
    color: #1843a6;
    font-weight: 500;
    font-size: 1.4rem;
}
.form-control {
    border-radius: 0px !important;
}
.auth-page .auth-social-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}
.auth-page .btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background-color: #fff;
    color: #212529;
    text-decoration: none;
    font-weight: 500;
    transition:
        box-shadow 0.2s ease,
        transform 0.2s ease;
}
.auth-page .btn-social img {
    max-height: 22px;
}
.auth-page .btn-social:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgb(0 0 0 / 0.08);
}
.auth-page .auth-form.hidden {
    display: none;
}
.promo-code-modal .promo-code-modal-dialog {
    max-width: 420px;
}
.promo-code-modal .promo-code-modal-content {
    border-radius: 0;
    padding: 24px 24px 32px;
    background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
    position: relative;
}
.promo-code-modal .promo-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 50%;
    opacity: 1;
    padding: 4px;
}
.promo-code-modal .promo-modal-body {
    text-align: center;
}
.promo-code-modal .promo-eyebrow {
    font-weight: 700;
    color: #ff8a00;
    font-size: 1.2rem;
    margin-bottom: 0px !important;
}
.promo-code-modal .promo-headline {
    font-size: 2rem;
    font-weight: 700;
    color: #0c1e80;
}
.promo-code-modal .promo-subtext {
    color: #000;
    font-size: 0.95rem;
    margin-bottom: 5px !important;
}
.promo-code-modal .promo-image-wrapper {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 8px !important;
}
.promo-code-modal .promo-lead-form .form-control {
    border-radius: 0;
    padding: 0.5rem 0.5rem;
}
.promo-code-modal .promo-phone-code {
    text-align: center;
    font-weight: 600;
}
.promo-code-modal .promo-primary-btn {
    background: #0c1e80;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: capitalize;
}
.promo-code-modal .promo-primary-btn:hover {
    color: #fff;
    opacity: 0.95;
}
@media (max-width: 480px) {
    .promo-code-modal .promo-headline {
        font-size: 1.6rem;
    }
}
.promo-code-modal .promo-modal-close {
    font-size: 10px;
}
.promo-code-modal .promo-modal-close:focus {
    box-shadow: none;
}
#usAddressValidationErrorModal .modal-dialog {
    max-width: 500px;
}
#usAddressValidationErrorModal .us-address-error-modal-content {
    background: #fff;
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.2);
}
#usAddressValidationErrorModal .us-address-error-modal-body {
    padding: 15px;
    text-align: center;
}
#usAddressValidationErrorModal .us-address-error-icon-wrapper {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#usAddressValidationErrorModal .us-address-error-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1843a6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#usAddressValidationErrorModal .us-address-error-icon i {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
}
#usAddressValidationErrorModal .us-address-error-title {
    color: #1843a6 !important;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
#usAddressValidationErrorModal .us-address-error-message {
    color: #000 !important;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
#usAddressValidationErrorModal .us-address-error-link {
    color: #1843a6;
    text-decoration: underline;
    cursor: pointer;
}
#usAddressValidationErrorModal .us-address-error-link:hover {
    color: #0f2f80;
    text-decoration: underline;
}
#usAddressValidationErrorModal .us-address-error-modal-footer {
    text-align: center;
    margin-top: 15px;
    color: #fff !important;
}
#usAddressValidationErrorModal .us-address-error-ok-btn {
    background-color: #1843a6;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    transition: background-color 0.3s ease;
    min-width: 100px;
}
#usAddressValidationErrorModal .us-address-error-ok-btn:hover {
    background-color: #0f2f80;
    color: #fff;
}
@media (max-width: 576px) {
    #usAddressValidationErrorModal .modal-dialog {
        max-width: 90%;
        margin: 10px auto;
    }
    #usAddressValidationErrorModal .us-address-error-modal-body {
        padding: 15px;
    }
    #usAddressValidationErrorModal .us-address-error-icon {
        width: 40px;
        height: 40px;
    }
    #usAddressValidationErrorModal .us-address-error-icon i {
        font-size: 30px;
    }
    #usAddressValidationErrorModal .us-address-error-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #usAddressValidationErrorModal .us-address-error-message {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #usAddressValidationErrorModal .us-address-error-ok-btn {
        padding: 10px 30px;
        font-size: 14px;
    }
}
button.btn.custombtn.mobile-sign-in-btn,
button.btn.custombtn.mobile-sign-up-btn,
button.btn.custombtn.mobile-reset-password-btn {
    width: fit-content !important;
}
div#promoCodeModal .btn-close {
    width: 0.5em !important;
    height: 0.5em !important;
}
.applied-promo-badge .bg-success {
    border-radius: 0px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}
button#remove-promo-btn {
    background-color: #1843a6;
    width: 20px;
    height: 20px;
    border-radius: 100% !important;
    color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 10px 0 !important;
    }
}
.account-activation-steps {
    margin: 30px 0 40px;
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 30px auto 40px auto;
    position: relative;
}
.account-activation-steps .step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 0;
}
.account-activation-steps .step .label {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    margin: 0 0 8px 0;
    color: #424242 !important;
}
.account-activation-steps .step.active .label,
.account-activation-steps .step.completed .label {
    font-weight: 600 !important;
    color: #1843a6 !important;
}
.account-activation-steps .step .pdcircle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #424242;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}
.account-activation-steps .step.active .pdcircle,
.account-activation-steps .step.completed .pdcircle {
    background: #1843a6;
    color: #fff;
}
.account-activation-steps .step .activation-step-title {
    font-family: "Poppins", sans-serif !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    margin-top: 10px !important;
    color: #002d72;
}
.account-activation-steps .step.active .activation-step-title,
.account-activation-steps .step.completed .activation-step-title {
    font-weight: 600;
    color: #1843a6 !important;
}
.account-activation-steps .step::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    z-index: -1;
}
.account-activation-steps .step:last-child::after {
    display: none;
}
.account-activation-steps .step.completed::after {
    background: #1843a6 !important;
}
@media (max-width: 768px) {
    .account-activation-steps .step .label {
        font-size: 16px;
    }
    .account-activation-steps .step .activation-step-title {
        font-size: 14px;
    }
    .account-activation-steps .step .pdcircle {
        width: 28px;
        height: 28px;
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 576px) {
    .account-activation-steps {
        margin: 20px 0 30px;
    }
    .account-activation-steps .step .label {
        font-size: 14px;
    }
    .account-activation-steps .step .activation-step-title {
        font-size: 12px;
    }
    .account-activation-steps .step .pdcircle {
        width: 24px;
        height: 24px;
        font-size: 16px;
        line-height: 20px;
    }
}
.account-activation-steps .step.active .label,
.account-activation-steps .step.completed .label,
.account-activation-steps .step[data-step].active .label,
.account-activation-steps .step[data-step].completed .label {
    color: #1843a6 !important;
    font-weight: 600 !important;
}
.step.active .activation-step-title {
    color: #1843a6 !important;
}
.rating-monitoring-section {
    background-color: #f3fbff;
    border-radius: 3px;
    padding: 8px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}
.rating-info {
    display: flex;
    align-items: center;
    gap: 3px;
}
.rating-value.dynamic-rating-value {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}
.star-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
}
.star-rating .star-item {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    vertical-align: top;
}
.star-rating .star-item i {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
}
.star-rating .star-item i.fas.fa-star {
    color: #ffb007;
}
.star-rating .star-item i.far.fa-star {
    color: #ddd;
}
.star-rating .star-item.star-partial {
    position: relative;
}
.star-rating .star-item.star-partial .star-empty {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.star-rating .star-item.star-partial span.star-filled {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    display: block;
    z-index: 2;
}
.star-rating .star-item.star-partial span.star-filled i {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    position: relative;
}
.star-rating .star-item.star-partial.star-fill-1 span.star-filled {
    clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
}
.star-rating .star-item.star-partial.star-fill-2 span.star-filled {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
}
.star-rating .star-item.star-partial.star-fill-3 span.star-filled {
    clip-path: polygon(0 0, 30% 0, 30% 100%, 0 100%);
}
.star-rating .star-item.star-partial.star-fill-4 span.star-filled {
    clip-path: polygon(0 0, 40% 0, 40% 100%, 0 100%);
}
.star-rating .star-item.star-partial.star-fill-5 span.star-filled {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.star-rating .star-item.star-partial.star-fill-6 span.star-filled {
    clip-path: polygon(0 0, 60% 0, 60% 100%, 0 100%);
}
.star-rating .star-item.star-partial.star-fill-7 span.star-filled {
    clip-path: polygon(0 0, 70% 0, 70% 100%, 0 100%);
}
.star-rating .star-item.star-partial.star-fill-8 span.star-filled {
    clip-path: polygon(0 0, 80% 0, 80% 100%, 0 100%);
}
.star-rating .star-item.star-partial.star-fill-9 span.star-filled {
    clip-path: polygon(0 0, 90% 0, 90% 100%, 0 100%);
}
.rating-count.dynamic-rating-count {
    font-size: 10px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}
.monitoring-info {
    display: flex;
    align-items: center;
    gap: 4px;
}
.flag-icon.us-flag-icon {
    display: inline-flex;
    align-items: center;
    line-height: 20px;
    width: 16px;
    height: 12px;
    flex-shrink: 0;
    margin-top: 2.5px;
}
.flag-icon.us-flag-icon svg {
    width: 16px;
    height: 12px;
    display: block;
}
.monitoring-text {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}
span.rating-count {
    font-size: 12px;
}
.customer-reviews-container {
    background-color: #fff;
    border: 1px solid #E6E4E0;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
}
.customer-reviews-title {
    color: #1843a6;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}
.customer-reviews-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.customer-reviews-slider {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.customer-review-item {
    display: none;
    background-color: #f3fbff;
    border-radius: 0;
    padding: 10px;
}
.customer-review-item.active {
    display: block;
}
.customer-reviews-slider {
    position: relative;
}
.review-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.review-headline {
    font-size: 0.8rem;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.3;
    font-family: "Poppins", sans-serif;
    text-decoration: none !important;
}
.review-rating-section {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.review-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}
.review-stars i {
    font-size: 16px;
    color: #ffb007;
}
.review-stars i.far {
    color: #ddd;
}
.review-rating-text {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.review-text {
    font-size: 14px !important;
    color: #000;
    line-height: 1.6;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
.review-text-wrapper {
    position: relative;
}
.review-text.review-text-truncated {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.review-read-more-link,
.review-read-less-link {
    display: inline-block;
    color: #1843a6;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    margin-top: 0;
    cursor: pointer;
    transition: color 0.3s ease;
}
.review-read-more-link:hover,
.review-read-less-link:hover {
    color: #0c1e80;
    text-decoration: underline;
}
.customer-reviews-nav-btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #eef7ff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.customer-reviews-nav-btn:hover {
    background-color: #1843a6;
    color: #fff;
}
.customer-reviews-nav-btn i {
    font-size: 12px;
    color: #666;
    transition: color 0.3s ease;
}
.customer-reviews-nav-btn:hover i {
    color: #fff;
}
@media (max-width: 768px) {
    .customer-reviews-container {
        padding: 12px;
        border: 1px solid #E6E4E0;
        border-radius: 5px;
    }
    .customer-reviews-title {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
    .customer-review-item {
        padding: 15px;
        min-height: 160px;
    }
    .review-headline {
        font-size: 1rem;
    }
    .review-rating-section {
        gap: 8px;
    }
    .review-stars i {
        font-size: 14px;
    }
    .review-rating-text {
        font-size: 12px;
    }
    .review-text {
        font-size: 13px;
    }
    .customer-reviews-nav-btn {
        width: 35px;
        height: 35px;
    }
    .customer-reviews-nav-btn i {
        font-size: 14px;
    }
}
.shipping-text {
    font-size: 0.7rem;
    text-align: center;
    margin-top: 7px;
}
.review-text-wrapper {
    font-size: 0.8rem !important;
}
.about-card.p-2.p-md-2 {
    padding: 12px 10px !important;
}
#prodeatils label {
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    color: #1843a6;
}
sup.trial-note {
    color: #000;
}
label.form-label.renewal,
label.form-label.quantity {
    font-weight: 500 !important;
}
span.trial-note-text {
    /* background-color: #f2fbff; */
    /* padding: 5px; */
    font-size: 1rem;
    font-weight: 500;
    color: #1843a6;
}
.renewal-disclaimer-text small.text-muted {
    color: #1843a6 !important;
    font-size: 12px;
    font-weight: 600;
}
.trial-note {
    font-size: 0.9rem;
    font-weight: 500;
    margin: 7px 0 3px 0;
}
.user-plan-award-section {
    margin: 0 0;
}
.user-plan-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}
.user-plan-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}
.user-plan-icon-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.user-plan-title {
    color: #000;
    font-size: 0.9rem;
    font-weight: 500;
}
.award-rating-container {
    background-color: #e6f3f8;
    border-radius: 0;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
}
.award-section-left {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
}
.award-badge-img {
    height: auto;
    max-width: 30px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}
.award-text {
    color: #1843a6;
    font-size: 0.65vw;
    font-weight: 600;
    line-height: 1.3;
}
.divider-line {
    width: 0.5px;
    height: 45px;
    background-color: #b8d4e3;
    flex-shrink: 0;
}
.rating-section-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    padding-left: 2px;
}
.rating-section-right .rating-info {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}
.rating-section-right .rating-value {
    color: #000;
    font-size: 0.7vw;
    font-weight: 600;
    white-space: nowrap;
}
.rating-section-right .star-rating {
    display: inline-flex;
    gap: 2px;
    flex-shrink: 0;
}
.rating-section-right .star-item {
    display: inline-block;
    line-height: 1;
}
.rating-section-right .star-item i {
    font-size: 10px;
}
.rating-section-right .star-item i.fa-star {
    color: gold;
}
.rating-section-right .star-item i.far.fa-star {
    color: #d3d3d3;
}
.rating-section-right .rating-count {
    color: #000;
    font-size: 0.7vw;
    white-space: nowrap;
}
.rating-section-right .monitoring-info {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: nowrap;
}
.rating-section-right .flag-icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.rating-section-right .flag-icon svg {
    width: 14px;
    height: 10px;
}
.rating-section-right .monitoring-text {
    color: #000;
    font-size: 0.7vw;
    white-space: nowrap;
}
.star-partial {
    position: relative;
    display: inline-block;
}
.star-partial .star-empty {
    position: relative;
    z-index: 1;
}
.star-partial .star-filled {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}
.star-partial.star-fill-1 .star-filled {
    width: 10%;
}
.star-partial.star-fill-2 .star-filled {
    width: 20%;
}
.star-partial.star-fill-3 .star-filled {
    width: 30%;
}
.star-partial.star-fill-4 .star-filled {
    width: 40%;
}
.star-partial.star-fill-5 .star-filled {
    width: 50%;
}
.star-partial.star-fill-6 .star-filled {
    width: 60%;
}
.star-partial.star-fill-7 .star-filled {
    width: 70%;
}
.star-partial.star-fill-8 .star-filled {
    width: 80%;
}
.star-partial.star-fill-9 .star-filled {
    width: 90%;
}
.award-badge-img {
    height: auto;
    max-width: 65px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}
.award-text {
    color: #1843a6;
    font-size: 0.6vw;
    font-weight: 600;
    line-height: 1.3;
}
.review-author {
    font-size: 0.6rem;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.3;
    font-family: "Poppins", sans-serif;
    text-decoration: none !important;
    text-transform: UPPERCASE;
}
.review-author {
    font-size: 0.7rem;
    font-weight: 600;
    color: #1843a6;
    margin: 0;
    line-height: 1.3;
    font-family: "Poppins", sans-serif;
    text-decoration: none !important;
    text-transform: UPPERCASE;
    margin-bottom: 2px;
}
button#remove-promo-btn {
    font-size: 1.3vw !important;
}
.include-members {
    font-size:.8rem;
    font-weight: 500!important;
    color: #000!important;
}

a.text-primary.text-decoration-none.small.remove-item {
    color: #fff !important;
    font-weight: 400;
    background-color: #1843a6 !important;
    padding: 4px 8px;
    font-size: 0.9vw;
}

.order-app-download h4{
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    color: #1843A6;
}
.order-app-download p{
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: left;
}
.order-app-list-item .order-app-bullet{
    color: #1843A6;
    font-size: 1.45em;
    line-height: 0;
    vertical-align: middle;
    margin-right: 6px;
}

span#dispPassword {
    font-weight: normal !important;
}
section.scrollissuefix.list{
    padding: 20px 0 20px 0!important;
}
.row.mb-4.filter-bar{
    display: none;
}

/* Ecommerce desktop navbar: keep legacy dropdowns viewport-safe */
@media (min-width: 992px) {
    .ecommerce-nav {
        position: relative;
    }

    .ecommerce-nav .navbar-nav,
    .ecommerce-nav .navbar-collapse {
        overflow: visible;
    }

    .ecommerce-nav .has_dropdown {
        position: relative;
    }

    .ecommerce-nav .has_dropdown > .sub_menu {
        max-width: calc(100vw - 24px);
        box-sizing: border-box;
    }

    .ecommerce-nav .has_dropdown .msc-mega-products.sub_menu {
        min-width: 0 !important;
        width: min(980px, calc(100vw - 24px)) !important;
        max-width: calc(100vw - 24px) !important;
    }

    .ecommerce-nav .has_dropdown .sub_menu.sub_menu-drugs {
        width: min(400px, calc(100vw - 24px));
        min-width: 0 !important;
        max-width: calc(100vw - 24px);
    }
}
.ordering-for-toggle {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}
.ordering-for-toggle-btn {
    /*flex: 1 1 8rem;*/
    min-height: 2rem;
    padding: 0.3rem 1rem;
    border: 1px solid #1843A6;
    border-radius: 0px;
    background: transparent;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    font-size: 0.9vw !important;
    font-family: 'Poppins', sans-serif;
}
.ordering-for-toggle-btn:hover:not(.is-active) {
    background: rgba(15, 47, 128, 0.06);
}
.ordering-for-toggle-btn.is-active,
.ordering-for-toggle-btn.is-active:hover,
.ordering-for-toggle-btn.is-active:focus {
    background: #1843A6 !important;
    border-color: #1843A6 !important;
    color: #fff !important;
}
